/**
# ######################################################################
# Project:     PHPLinkDirectory: Version 2.1
#
# **********************************************************************
# Copyright (C) 2004-2006 NetCreated, Inc. (http://www.netcreated.com/)
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
# **********************************************************************
#
# For questions, help, comments, discussion, etc., please join the
# PHP Link Directory Forum http://www.phplinkdirectory.com/forum/
#
# @link           http://www.phplinkdirectory.com/
# @copyright      2004-2006 NetCreated, Inc. (http://www.netcreated.com/)
# @projectManager David DuVal <david@david-duval.com>
# @package        PHPLinkDirectory
# ######################################################################
*/

* {
	margin: 0;
	padding: 0;
}
body {
	background: #fff;
	color: #666;
	font: 10pt arial, tahoma, sans-serif;
}
a {
	text-decoration: none;
}
a:link {
	color: #339933;
}
a:visited {
	color: #006600;
}
a:active, a:hover {
	color: #ff6600;
}
a:hover {
	text-decoration: underline;
}
#wrap {
	margin: 0 auto;
	width: 760px;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}
#header {
	height: 64px;
	background: #f3f3f3 url('images/headerbg.gif') repeat-x;
}
.title {
	float: left;
	margin: 20px 0 0 0;
	padding: 0 0 0 8px;
}
#topsearch {
	margin: 19px 0 0 0;
	float: right;
	background: url('images/topsearch.gif') no-repeat;
	width: 254px;
	height: 25px;
}
#topsearch form {
	display: inline;
}
#topsearch input.txt {
	margin: 0 6px;
	width: 186px;
	line-height: 25px;
	padding: 4px 0 0 0;
	vertical-align: top;
	background: #fff;
	border: 0;
}
.left {
	float: left;
	padding: 0 0 0 6px;
	width: 162px;
}
.right {
	float: left;
	padding: 0 0 0 24px;
}
#navbar .left, #navbar .right {
	padding-top: 6px;
}
#navbar {
	margin: 8px 0;
	height: 29px;
	background: url('images/navbar.gif') no-repeat;
	color: #fff;
}
#navbar .right ul {
	list-style: none;
	display: inline;
	overflow: hidden;
}
#navbar .right li {
	display: inline;
}
#navbar .right a {
	float: left;
	padding: 19px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:19px; /* for IE5/Win only */
}
#navbar .right a:hover {
	background-position: 0 -19px;
}
#home a  {
	width: 37px;
	background: url('images/home.gif') no-repeat;
}
#submit a  {
	width: 68px;
	background: url('images/submit.gif') no-repeat;
}
#latest a  {
	width: 67px;
	background: url('images/latest.gif') no-repeat;
}
#top a  {
	width: 55px;
	background: url('images/top.gif') no-repeat;
}
#breadcrumb {
	margin: 8px 0;
	height: 23px;
	line-height: 23px;
	background: #f3f3f3;
	font-size: 8pt;
	padding: 0 4px;
}
#breadcrumb a {
	font-weight: bold;
}
#sidebar {
	float: left;
	width: 174px;
	font-size: 8pt;
}
.box {
	width: 173px;
	margin: 0 0 9px 0;
}
.stats {
	background: url('images/statstop.gif') no-repeat;
	padding: 22px 0 0 0;
}
.stats ul {
	padding: 6px 0 3px 0;
	list-style: none;
	background: url('images/statsbg.gif') repeat-y;
}
.stats li {
	background: url('images/greenbullet.gif') no-repeat 6px center;
	padding: 0 0 0 26px;
	margin: 0 0 4px 0;
}
.sponsors {
	background: url('images/sponsorstop.gif') no-repeat;
	padding: 22px 0 0 0;
}
.sponsors ul {
	padding: 6px 0 3px 0;
	list-style: none;
	background: url('images/sponsorsbg.gif') repeat-y;
}
.sponsors li {
	background: url('images/orangebullet.gif') no-repeat 6px center;
	padding: 0 0 0 26px;
	margin: 0 0 4px 0;
}
.misc {
	background: url('images/misctop.gif') no-repeat;
	padding: 22px 0 0 0;
}
.misc ul {
	padding: 6px 0 3px 0;
	list-style: none;
	background: url('images/miscbg.gif') repeat-y;
}
.misc li {
	font-size: 8pt;
	padding: 0 0 0 9px;
	margin: 0 0 4px 0;
}
#main {
	float: right;
	width: 570px;
	margin: 0 0 10px 0;
	padding: 0 5px 0 0;
}
#main .catbox {
	margin: 0 4px 10px 4px;
	background: #f3f3f3;
	border: 1px solid #339933;
	padding: 5px 5px 5px 0;
}
#main .catbox h2, #main .incat h2 {
	font-size: 9pt;
}
#main .catbox h2 a {
	text-decoration: underline;
	background: url('images/point.gif') no-repeat left 6px;
	padding: 0 0 0 8px;
	margin-left: -1px;
}
#main .catbox p.subcats {
	font-size: 8.5pt;
	padding: 0 0 0 8px;
}
#main .catbox p.subcats a {
	color: #666;
}
#main .ad {
	margin: 0 auto;
	background: #f3f3f3;
	border: 1px solid #339933;
	padding: 5px;
	width: 468px;
	height: 60px;
}
#main h3 {
	background: #ff6600;
	font-size: 9pt;
	color: #fff;
	height: 18px;
	line-height: 18px;
	text-indent: 5px;
	margin: 0 0 5px 0;
}
#footer {
	clear: both;
	margin: 1px 0 8px 0;
	height: 29px;
	line-height: 29px;
	background: url('images/footer.gif') no-repeat;
	color: #fff;
	font-size: 7.5pt;
}
#footer a {
	color: #fff;
}
#links, #flinks {
	font-size: 8.5pt;
}
#links a, #flinks a {
	font-size: 9pt;
	font-weight: bold;
}
#links p, #flinks p {
	margin: 0 0 3px 0;
}
.url {
	padding: 2px 3px;
	background: #f3f3f3;
	font-size: 7.5pt;
	font-weight: bold;
	color: #777;
}
a img {
	border: 0;
}
.count {
	color: #6f6f6f;
	font-size: 7pt;
	font-weight: normal;
}
.small, .small a {
	color: #f3f3f3;
	font-size: 7pt;
	text-decoration: none;
}
.sort {
	color: #000;
}
div.pr {
	font-size: 6pt;
	color: #000;
	float: left;
	height: 30px;
	margin-right: 5px;
}
div.prg {
	width: 40px;
	border: 1px solid #888;
	height: 3px;
	font-size: 1px;
}
div.prb {
	background: #5eaa5e url('images/pr.gif') repeat-x;
	height: 3px;
	font-size: 1px;
}
.limit_field {
	border: 0 solid transparent;
	border-width:0;
	background: #f3f3f3;
	font-size: 7pt;
}
.limit {
	font-size: 8pt;
}
.label {
	text-align: right;
}
.details {
	margin: 0 0 10px 0;
}
.details p {
	margin: 0 0 7px 0;
}
.details ul {
	list-style: none;
	margin: 0 4px;
	background: #f3f3f3;
	border: 1px solid #339933;
	padding: 5px 5px 5px 0;
}
.details li {
	background: url('images/point.gif') no-repeat left 5px;
	padding: 0 0 0 8px;
	margin-left: -1px;
}
.details td {
	padding: 3px;
	background: #f3f3f3;
}
.price {
	font-size: 9pt;
	font-weight: bold;
	background: #339933;
	border: 2px solid #33cc33;
	padding: 5px;
	color: #fff;
}
.price input {
	vertical-align: middle;
	margin: 0 4px 0 0;
}
.price table td {
	background: #5eaa5e;
	border-bottom: 1px solid #339933;
	width: 100%;
	padding: 3px;
	vertical-align: bottom;
}
table.formPage {
	width: 100%;
	margin: 0 0 10px 0;
	border: 1px solid #A0A0A0;
}
table.formPage .label, table.formPage .field, .smallDesc {
	padding: 4px;
	background: #f3f3f3;
}
table.formPage .label .small, table.formPage .field .small {
	color: #666;
	font-size: 8pt;
}
.buttons {
	padding: 4px;
	background: #f3f3f3;
	text-align: center;
}
input.text, input.textb, textarea.text, textarea.textb, select {
	border: 1px solid #A0A0A0;
}
input.text, textarea.text, select {
	width: 252px;
}
.captcha {
	border: 1px solid #A0A0A0;
	margin-top: 10px;
}
form {
	display: inline;
}
.btn {
	font-weight: bold;
	cursor: pointer;
	background: url('images/continue.gif') no-repeat;
	width: 68px;
	height: 24px;
	text-indent: -1000em;
	border: 0;
}
span.req {
	margin-left: 3px;
	color: #FF0000;
	font-weight: bold;
}
div.errForm, span.errForm {
	font-size: 8pt;
	font-weight: bold;
	margin: 1px 0;
	padding: 2px 3px;
	color: #fff;
	background: #ff6600;
	border: 2px solid #ff9933;
	text-align: left;
	clear: both;
	float: left;
}
.CategoryPaging {
	margin: 3px 0 7px 0;
	font-size: 8pt;
}
.CategoryPaging span {
	background: #f3f3f3;
	padding: 0 2px;
	border: 1px solid #a0a0a0;
}
.navig {
	padding: 6px 0;
	font-size: 8pt;
}
.navig span {
	display: inline-block;
	background: #f3f3f3;
	padding: 0 1px;
	border: 1px solid #a0a0a0;
}
.paging-total {
	width: 120px;
	float: left;
}
.main-paging {
	width: 400px;
	float: right;
}
.paging-links,
.paging-info {
	text-align:right;
}
.paging-info {
	font-style: italic;
}
