/**
# ######################################################################
# 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
# ######################################################################
*/

body {
	margin: 0; padding: 40px;
	min-width: 900px;
	background: url(../images/bck.gif);
	font-family: Arial; font-size: 11px;
	color: #000;
}
a {
	color: #328cc3;
	text-decoration: none;
}
.h {
	display: none;
}
#title {
	margin: 0;
	font-size: 0;
	text-indent: -99999em;
}
#header {
	position: relative;
	height: 140px;
	background: right top no-repeat url(../images/bckheader.gif);
}
#header .logo {
	position: absolute;
	top: 40px; left: 0;
	width: 250px; height: 80px;
	background: no-repeat url(../images/logo.gif);
	font-size: 0;
	text-indent: -99999em;
}
#header .logo a {
	display: block;
	width: 100%; height: 100%;
}		
#header ul {
	position: relative;
	z-index: 1;
	margin: 0; padding: 0 0 0 280px;
	list-style-type: none;
	height: 55px;
	background: left top no-repeat url(../images/bckheaderul.gif);
}
#header li {
	float: left;
	font-family: "Myriad Pro"; font-size: 13px; font-weight: bold; font-style: italic;
	text-transform: lowercase;
}
#header li a {
	display: block;
	width: 100px; height: 55px;
	line-height: 55px; text-align: center;
	overflow: hidden;
	background: no-repeat url(../images/bckheaderlilink.gif);
	color: #fff;
}
#header a:hover {
	background-position: left -55px;
}
#search {
	margin: 0; padding: 16px 15px 0 15px;
	height: 31px;
	text-align: right;
	background: repeat-x url(../images/bcksearch.gif);
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
}
#search input {
	vertical-align: middle;
	font-family: Arial; font-size: 11px;
	text-transform: none;
}
#search .searchtext {
	margin: 0 5px;
	width: 150px; height: 18px;
	background-color: #c6e4f7;
	border: none;
	color: #000;
}
#search .searchbtn {
	margin: 0;
	width: 40px; height: 20px;
	background-color: #005384;
	border: #00446c 1px solid;
	color: #c6e4f7;
	cursor: pointer;
}
#wrapper {
	background: #fff repeat-x url(../images/bckwrapper.gif);
	padding: 7px 0 25px 10px;
	border-bottom: #ebf5fc 5px solid;
}
#wrapper:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#sidebar {
	float: left;
	width: 210px;
	color: #fff;
}
#sidebar h3 {
	margin: 0; padding: 0 15px 0 0;
	height: 40px; line-height: 33px;
	text-align: right;
	background: no-repeat url(../images/bcksidebarh3.gif);
	font-family: "Myriad Pro"; font-size: 12px; font-style: italic;
	color: #98ccec;
	text-transform: uppercase;
}
#sidebar ul {
	margin: 0 0 5px 0; padding: 15px 10px;
	list-style-type: none;
	background-color: #0070a8;
}
#sidebar li a {
	color: #fff;
}
#sidebar li a:hover {
	text-decoration: underline;
}
#sidebar .ad a {
	display: block;
	margin: 10px auto 0 auto;
	width: 125px; height: 125px;
}
#sidebar .ad a img {
	border: 0;
}
#adverts {
	margin: 0 0 5px 0; padding: 15px 0;
	text-align: center;
	background-color: #0070a8;
}
#contentcontainer {
	float: right;
	margin-left: -225px;
	width: 100%;
}
#content {
	margin: 0 15px 0 225px;
}
#pathcontainer {
	margin: 0 -15px 25px -15px; padding: 0 15px 0 10px;
	background: left bottom repeat-x url(../images/bckpathcontainer.gif);
}
#path {
	height: 40px; line-height: 40px;
	background: repeat-x url(../images/bckpath.gif);
	color: #f2f2f2;
}
#path a {
	color: #f2f2f2;
}
#path .right {
	background: right top no-repeat url(../images/bckpathright.gif);
}
#path .left {
	padding: 0 10px;
	background: left top no-repeat url(../images/bckpathleft.gif);			
}
#footer {
	position: relative;
	padding: 30px 0 15px 25px;
	line-height: 1.5em;
	background: #addcf3 repeat-x url(../images/bckfooter.gif);
	font-family: Tahoma; font-weight: bold;
	color: #328cc4;			
}
#footer img {
	vertical-align: middle;
}
#footer .icons img {
	width: 80px; height: 15px;
	border: none;
}
#footer img.logo {
	position: absolute;
	top: 5px; right: 25px;
	border: none;
}
#footer a {
	color: #185d8b;
}
.navig {
	margin: 15px 0 0 0;
}
.c {
   float: left;
}
.cr {
   clear: left;
}

td {
   vertical-align: top;
}

.cats {
	width: 100%;
}
.cats strong {
	display: block;
	font-size: 11px;
	color: #0b5b8b;
}
.cats strong a {
	color: #0b5b8b;
}

#maincats img {
	float: left;
	margin: 0 15px 0 0;
	width: 48px; height: 48px;
	border: #777 1px solid;
}
#maincats p.subcats {
	margin: 0 0 30px 0;
	font-size: 10px;
	color: #136ba0;
}
#maincats p.subcats a {
	color: #136ba0;
}

#innercats strong {
	margin: 0 0 10px 0;
}

#innercats strong {
	padding: 0 0 0 15px;
	background: left center no-repeat url(../images/cats.gif);
}

#content h3 {
	margin: 20px 0;
	border-bottom: #5c9dc2 1px dashed;
	font-size: 11px;
	color: #5c9dc2;
}

table.formPage {
	width: 100%;
	background-color: #d9ecf8;
}
table.formPage ul {
	margin-top: 10px; margin-bottom: 5px;
	list-style-image: url(../images/cats.gif);
}
td.err, td.msg {
   padding: 3px;
   text-align: left;
   border: #a0a0a0 1px solid;
}
td.err {
   background-color: #ffeded;
   color: #f00;
}
td.msg {
   background-color: #edf3ff;
   color: #00f;
}
.label {
   text-align: right;
}
.buttons {
	padding: 15px 0 0 0;
	text-align: center;
}
#featlinks {
	margin: 0 -15px; padding: 0 15px;
	background-color: #d9ecf8;
}
#featlinks img {
	display: block;
	margin: 0 5px 5px 0;
	width: 70px; height: 50px;
	border: #3b4350 1px solid;
}
#featlinks h3 {
	padding: 20px 0 0 0;
	border-bottom: #0b5b8b 1px dashed;
	color: #0b5b8b;
}
#featlinks a, #links a, .smallDesc a {
	font-family: Tahoma; font-weight: bold;
}
#featlinks a, .smallDesc a {
	color: #0b5b8b;
}
#featlinks p, #links p {
	margin: 0 0 7px 0;
}
.url {
	color: #328cc3;
}
.submit {
   float: right;
   vertical-align: bottom;
}
#user-bar {
   clear:both;
   width:20%;
   margin:0 0 0 auto;
   padding:3px;
   background:#D9E8F9;
   line-height:19px;
   text-align:right;
}

.text, .btn {
   font-family: Verdana; font-size: 11px;
}
input.text, textarea.text, select.text {
	padding: 3px 2px;
	background-color: #c6e4f7 !important;
	border: #328cc3 1px solid;
	color: #000;
}

.captcha {
	margin-top: 10px;
	border: #328cc3 1px solid;
}

#content form {
   display: inline;
   margin: 0;
}
.btn {
   height: 17px;
   background-color: #c6e4f7;
   border: #328cc3 1px solid;
   font-weight: bold;
   color: #3b3b3b;
   cursor: pointer;
}
span.req {
   margin-left: 3px;
   font-weight: bold;
   color: #f00;
}

div.errForm, span.errForm {
   clear: right;
   margin: 0 0 0 5px; padding: 2px 3px 2px 3px;
   text-align: left;
   background-color: #fffff3;
   border: #ccc 1px solid;
   color: #f00;
}
h2 .small, h3 .small, .small, .small a {
	margin: 0;
	font-size: 10px;
	color: #909090;
}
.sort {
   color: #000;
}

td.pr {
	width: 55px;
}
div.pr {
   float: left;
   margin-right: 5px;
   height: 30px;
   font-size: 9px;
   color: #000;
}
div.prg {
   width: 40px; height: 3px;
   border: #d37223 1px solid;
   font-size: 1px;
}
div.prb {
   height: 3px;
   background-color: #fd933c;
   font-size: 1px;
}

.price {
	color: #0b5b8b;
}
.price table td{
	margin: 0; padding: 2px;
	vertical-align: middle;
}

.paging-links,
.paging-info {
   text-align:right;
}

.paging-info {
   font-style: italic;
}

.limit_field {
   border-width:0;
}
