/**
# ######################################################################
# 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: 0;
	font-family: Verdana; font-size: 11px;
	background-color: #000;
	color: #fff;
}
.clear {clear: both; font-size: 0; height: 0;}
#header {
	height: 138px;
	background: repeat-x url(templates/images/bckheader.gif);
	position: relative;
}
#header form {
	margin: 0; padding: 5px 0 0 0;
	position: absolute;
	top: 0; right: 0;
	width: 500px; height: 27px;
	text-align: center;
	background: no-repeat url(templates/images/bcksearch.gif);
	font-family: Verdana; font-size: 12px; font-weight: bold;
	color: #fff;
}
#header form * {
	vertical-align: middle;
}
#header form .searchtext {
	margin: 0 10px; padding: 2px 0 0 0;
	background-color: #fff; border: none;
	width: 250px; height: 18px;
}
#header h1 {
	margin: 0; padding: 0;
	width: 450px; height: 138px;
	background: no-repeat url(templates/images/logo.gif);
}
#header h1 a {
	display: block;
	width: 450px; height: 138px;
	line-height: 500px;
	overflow: hidden;
}
#adverts {
	position: absolute;
	top: 55px; right: 25px;
}
#menu {
	height: 30px; padding: 2px 20px 0 0;
	background: repeat-x url(templates/images/bckmenu.gif);
	text-align: right;
	font-size: 0;
}
#menu a {
	margin: 0 1px 0 0;
	display: -moz-inline-stack;
	display: inline-block;
	height: 27px; line-height: 27px;
	width: 120px; text-align: center;
	background: no-repeat url(templates/images/bckmenulink.gif);
	font-size: 12px;
	color: #e5e5e6;			
	text-decoration: none;
}
#menu strong {
	display: block;
	text-align: center;
}
#wrapper {
	margin: 2px 0;
	width: 100%;
	background: right top repeat-y url(templates/images/bcksidebar.gif);
}
#container {
	background: left top repeat-y url(templates/images/bcksidebar.gif);
}
#leftcontainer {
	float: left;
	width: 100%;
	margin-right: -192px;
}
#leftcontainercontent {
	margin-right: 192px;
}
#sidebar_left {
	float: left;
	width: 190px;
}
#sidebar_right {
	float: right;
	width: 190px;
}
#contentcontainer {
	float: right;
	width: 100%;
	margin-left: -192px;			
}
#content {
	margin-left: 192px;
	padding: 0 15px;
}
#path {
	margin: 0 -15px 10px -15px; padding: 10px 0 10px 10px;
	background-color: #132a34;
	font-weight: bold;
	color: #fff;
}
#path a {
	color: #fff;
	text-decoration: none;
}
#sidebar_left h3, #sidebar_right h3 {
	margin: 0; padding: 0 0 0 10px;
	height: 30px; line-height: 30px;
	background: repeat-x url(templates/images/bcksidebarh3.gif);
	font-size: 12px; color: #fff;
}
#sidebar_left div {
	padding: 10px 0 10px 10px;
}
#sidebar_left a {
	display: block;
	margin: 3px 0; padding: 0 0 0 10px;
	color: #cfcfcf;
	text-decoration: none;
	background: left center no-repeat url(templates/images/bcksidebarleftlink.gif);
}
#footer {
	height: 90px; line-height: 90px;
	text-align: center;
	background: repeat-x url(templates/images/bckfooter.gif);
	font-weight: bold;
	color: #fff;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
.navig {
	margin: 15px 0 0 0;
}
.c {
   float: left;
}
.cr {
   clear: left;
}

td {
   vertical-align: top;
}

h1 {
   font-size: 14pt;
   margin: 5px 0 5px 0;
}

h2 {
	margin: 0 0 2px 0; padding: 0;
	background: repeat-x url(templates/images/bckh2.gif);
	height: 30px; line-height: 30px;
	font-size: 11px;
	text-align: center;
	color: #fff;
}
h2 a {
	color: #fff;
	text-decoration: none;
}
#catsinner h2 {
	margin: 0 0 5px 0; padding: 0;
	height: auto; line-height: normal;
	background: transparent;
	text-align: left;
}

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

#descr {
   padding: 0px;
   margin: 0 0 5px 0;
}

table.formPage {
	border: 1px solid #2f4f5b;
	width: 100%;
}
td.err {
   padding: 3px;
   color: #FF0000;
   background: #FFEDED;
   border: 1px solid #A0A0A0;
   text-align: left;
}
td.msg {
   padding: 3px;
   color: #0000FF;
   background: #EDF3FF;
   border: 1px solid #A0A0A0;
   text-align: left;
}
.label {
   text-align: right;
}
.buttons {
	border-top: 1px solid #2f4f5b;
	text-align: center;
}
.count {
	font-weight: normal;
}
#featlinks a, #links a, a {
	font-size: 11px;
	text-decoration: none;
	color: #fff;
}
.featured {
background-color:#0f2530;
border: 1px solid #d8e4b5;
margin: 0 10px 10px 10px;
padding: 14px 5px 5px 5px;
}
#featlinks p, #links p {
	margin: 0 0 7px 0;
}
.url {
	color: #f69c3b;
}
.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-size: 8pt;
   font-family: Verdana, Tahoma, Arial, sans-serif;
}
input.text {
	color: #000000;
	border: 1px solid #06161d;
}
textarea.text {
	font-size: 8pt;
	border: 1px solid #06161d;
}
select {
	font-size: 8pt;
	border: 1px solid #06161d;
}

.captcha {
	border: 1px solid #06161d;
	margin-top: 10px;
}

form {
   display: inline;
   margin: 0;
   padding: 0;
}
.btn {
   font-size: 8pt;
   font-weight: bold;
   border: 1px solid #06161d;
   background-color: #143644;
   color: #fff;
   cursor: pointer;
   height: 17px;
}
span.req {
   margin-left: 3px;
   color: #FF0000;
   font-weight: bold;
}

div.errForm, span.errForm {
   margin: 0px 0 0px 5px;
   padding: 2px 3px 2px 3px;
   color: #FF0000;
   background: #FFFFF3;
   border: 1px solid #cccccc;
   text-align: left;
   clear: right;
}
h2 .small, h3 .small, .small, .small a {
   padding: 0px;
   margin: 0px;
   color: #c0c0c0;
   font-size:9px;
   text-decoration:none;
}
.sort {
   color: #fff;
}
p.subcats {
	margin: 0 0 2px 0; padding: 7px 0 11px 10px;
	background: #132a33 left bottom repeat-x url(templates/images/bcksubcats.gif);
	color: #fff;
}
p.subcats a {
	padding: 0 0 0 12px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	background: left center no-repeat url(templates/images/subcats.gif);
}
div.pr {
   font-size: 6pt;
   color: #fff;
   float: left;
   height: 30px;
   margin-right: 5px;
}
div.prg {
   width: 40px;
   border: 1px solid #06161d;
   height: 3px;
   font-size: 1px;
}
div.prb {
   background: #2f4f5b;
   height: 3px;
   font-size: 1px;
}

.price {
	border: 1px solid #2f4f5b;
}
.price table td{
   margin: 0;
   padding: 2px;
   vertical-align: bottom;
}

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

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

.limit_field {
   border-width:0;
}
