/**
# ######################################################################
# 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: Arial; font-size: 11px;
	color: #000;
}
.clear {clear: both;}
#header {
	position: relative;
	height: 140px;
	background: repeat-x url(templates/images/bckheader.gif);
}
#header h1 {
	margin: 0; padding: 0;
	width: 300px; height: 140px;
	background: no-repeat url(templates/images/logo.gif);
}
#header h1 a {
	display: block;
	width: 300px;
	height: 140px;
	line-height: 500px;
	overflow: hidden;
}
#adverts {
	position: absolute;
	padding: 5px 4px;
	width: 468px; height: 60px;
	top: 35px; right: 35px;
	background: no-repeat url(templates/images/bckadverts.gif);			
}
#menu {			
	background: repeat-x url(templates/images/bckmenu.gif);
}
#menu .right {
	background: right top no-repeat url(templates/images/bckmenuright.gif);
}
#menu .left {
	padding: 0 0 0 15px;
	height: 35px;
	background: left top no-repeat url(templates/images/bckmenuleft.gif);
}
#menu ul {
	margin: 0; padding: 0;
	list-style: none; list-style-type: none;
}
#menu li {			
	float: left;
	padding: 0 3px 0 0;
	height: 28px; line-height: 28px;
	font-family: "Trebuchet MS"; font-size: 11px; font-weight: bold;
	text-transform: lowercase;
	background: right top no-repeat url(templates/images/bckmenuli.gif);
}
#menu li.last {
	padding: 0;
	background: none;
}
#menu a {		
	float: left;
	padding: 0 20px;
	color: #6a4f08;
	text-decoration: none;
}
#menu a:hover {
	background-color: #16701c;
	color: #f7efd9;
}
li#search {
	float: right;
	margin: 0; padding: 0;
	background: none;
}
li#search form {
	display: block;
	margin: 5px 25px 0 0; padding: 0;
	line-height: normal;
	color: #b25d0a;
}
li#search form * {
	vertical-align: middle;
}
.searchtext {
	margin: 0 5px; padding: 0;
	width: 125px; height: 20px;
	background-color: #fdf3cf;
	border: none;
}
.searchbtn {
	margin: 0; padding: 0;
	width: 35px; height: 20px;
	background-color: #f9b501;
	border: #aa7b00 1px solid;
	font-family: "Trebuchet MS"; font-size: 11px; font-weight: bold;
}
#container {
	margin: 20px 0 45px 0;
	padding: 0 20px 0 5px;
}
#sidebar {
	float: left;
	width: 155px;
}
#sidebar h3 {
	margin: 0; padding: 0 15px 0 0;
	height: 35px; line-height: 35px;
	background: no-repeat url(templates/images/bcksidebarh3.gif);
	text-align: right;
	font-size: 11px;
	text-transform: lowercase;
	color: #d8f7c9;
}
#sidebar a {
	display: block;
	padding: 0 25px 0 0;
	height: 35px; line-height: 35px;
	background: no-repeat url(templates/images/bcksidebarlink.gif);
	text-align: right;
	color: #515151;
	text-decoration: none;
	text-transform: lowercase;
}
#contentcontainer {
	float: right;
	width: 100%;
	margin-left: -170px;
}
#content {
	margin-left: 170px;
}
#cats .t {
	background: repeat-x url(templates/images/bckcatst.gif);
}
#cats .tl {
	background: left top no-repeat url(templates/images/bckcatstl.gif);
	height: 16px; font-size: 0;
}
#cats .tr {
	background: right top no-repeat url(templates/images/bckcatstr.gif);
}
#cats .b {
	background: repeat-x url(templates/images/bckcatsb.gif);
}
#cats .bl {
	background: left top no-repeat url(templates/images/bckcatsbl.gif);
	height: 16px; font-size: 0;
}
#cats .br {
	background: right top no-repeat url(templates/images/bckcatsbr.gif);
}
#cats .m {
	border-left: #ffa900 5px solid;
	border-right: #ffa900 5px solid;
	background-color: #ffc53b;
	padding: 15px;		
}
#featlinks {
	margin: 15px 0 0 0;
	background-color: #353536;
	color: #b2b2b2;
}
#featlinks .tr {
	background: right top no-repeat url(templates/images/bckfeattr.gif);
}
#featlinks .tl {
	background: left top no-repeat url(templates/images/bckfeattl.gif);
	height: 7px; font-size: 0;
}
#featlinks .br {
	background: right top no-repeat url(templates/images/bckfeatbr.gif);
}
#featlinks .bl {
	background: left top no-repeat url(templates/images/bckfeatbl.gif);
	height: 7px; font-size: 0;
}
#featlinks .m {
	padding: 15px;
}
#footer {
	position: relative;
	height: 100px;
	background: repeat-x url(templates/images/bckfooter.gif);
}
#menubottom {
	position: absolute;			
	top: 40px; right: 350px;
	font-size: 10px;
	text-transform: lowercase;
	color: #e9d69d;			
}
#menubottom a {
	margin: 0 5px;
	color: #e9d69d;
	text-decoration: none;
}
#copyright {
	position: absolute;
	top: 55px; right: 350px;
	font-size: 10px;
	text-transform: lowercase;
	color: #fff7e0;
}
#copyright a {
	color: #fff7e0;
	text-decoration: none;
}
#footer img {
	position: absolute;
	top: 0; right: 0;
	border: 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;
	font-size: 11px;
	color: #7b641b;
}
h2 a {
	color: #7b641b;
	text-decoration: none;
}

#content h3 {
	margin: 20px 0; padding: 0;
	font-size: 11px;
	color: #b13a22;
	border-bottom: #b13a22 1px dashed;
}
#featlinks h3 {
	margin: 10px 0 20px 0;
	color: #f4d8c5;
	border-bottom: #f4d8c5 1px dashed;
}

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

table.formPage {
	width: 100%;
	border: 1px solid #ffa900;
}
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: 1px solid #ffa900;
	text-align: center;
}
#featlinks a {
	color: #e1e1e1;
	text-decoration: none;
}
#links a, a {
	color: #4c9829;
	text-decoration: none;
}
#featlinks p, #links p, .list p {
	margin: 0 0 7px 0;
}
.url {
	color: #6f6f6f;
}
#featlinks .url {
	color: #c4c4c4;
}

.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 #b8b8b8;
}
textarea.text {
	font-size: 8pt;
	border: 1px solid #b8b8b8;
}
select {
	font-size: 8pt;
	border: 1px solid #b8b8b8;
}

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

form {
   display: inline;
   margin: 0;
   padding: 0;
}
.btn {
   font-size: 8pt;
   font-weight: bold;
   border: 1px solid #b8b8b8;
   background-color: #FFAA11;
   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: #909090;
   font-size:9px;
   text-decoration:none;
}
.sort {
   color: #000000;
}
p.subcats {
	margin: 0 0 15px 0; padding: 0;
	color: #a1811b;
}
p.subcats a {
	color: #a1811b;
	text-decoration: none;
}
div.pr {
   font-size: 6pt;
   color: #000000;
   float: left;
   height: 30px;
   margin-right: 5px;
}
#featlinks div.pr {
	color: #fff;
}
div.prg {
   width: 40px;
   border: 1px solid #b8b8b8;
   height: 3px;
   font-size: 1px;
}
div.prb {
   background: #ededed;
   height: 3px;
   font-size: 1px;
}

.price {
	border: 1px solid #ffa900;
	background-color: #ffc53b;
}
.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;
}