/**
# ######################################################################
# 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;
}
a {
	color: #3f3a31;
	text-decoration: none;
}
.clear {clear: both;}
#header {
	height: 105px;
	background: repeat-x url(templates/images/bckheader.gif);
	font-size: 0;
	position: relative;
}
#header img {
	border: none;
}
#header form {
	position: absolute; margin: 0; padding: 0;
	top: 35px;
	right: 50px;
}
#header form * {
	vertical-align: middle;
}
.searchtext {
	margin: 0; padding: 12px 10px 0 10px;
	border: none;
	width: 165px;
	height: 23px;
	background: no-repeat url(templates/images/bcksearchtext.gif);
	font-family: Verdana;
	font-size: 10px;
	color: #afca53;
}
* html .searchtext {
	background-attachment: fixed;
}
#menu {
	height: 40px;
	background: repeat-x url(templates/images/bckmenu.gif);
	border-bottom: #a3a3a3 2px solid;
	text-align: center;
	font-size: 0;
}
#menu a {
	margin: 0 1px;
	background: no-repeat url(templates/images/bckmenulink.gif);
	width: 90px;
	height: 40px;
	line-height: 40px;
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #f4f4f4;	
	display: -moz-inline-stack;		
	display: inline-block;
}
#menu a:hover {
	background: left -40px no-repeat url(templates/images/bckmenulink.gif);
}
#menu a span {
	display: block;
	text-align: center;
}
#container {
	margin: 5px 0;
	padding: 0 25px;
	background: repeat-x url(templates/images/bckcontainer.gif);
}

* html #container {
	height: 1%;
}

#sidebar {
	float: left;
	width: 180px;
	font-family: Verdana;
	font-size: 12px;
}
#content {
	margin-left: 215px;
	height: 1%;
	font-family: Tahoma;
	font-size: 12px;
}
h3, #path {
	margin: 0; padding: 0 0 0 14px;
	background: no-repeat url(templates/images/bckh3.gif);
	height: 23px; line-height: 23px;
	color: #3f3a31;
	font-family: "Microsoft Sans Serif";
	font-weight: bold;
	font-size: 13px;
	border: #b7cc80 1px solid;
	border-top: #d3e0b2 1px solid;
}
#path a {
	color: #3f3a31;
	text-decoration: none;
}
#sponsors, #cats, #featlinks, #links, #rfl, #formPage, #contact, #payment {
	margin: 0 0 25px 0;
	border: #dee8c6 3px solid;
	border-bottom: #f1f8d4 3px solid;
	border-top: none;
	background-color: #e5edd2;
	padding: 5px;
}
#popular, #cats, #featlinks, #links, #rfl, #formPage, #contact, #payment {
	margin: 0 0 25px 0;
	border: #dee8c6 3px solid;
	border-bottom: #f1f8d4 3px solid;
	border-top: none;
	background-color: #e5edd2;
	padding: 5px;
}
#banners, #cats, #featlinks, #links, #rfl, #formPage, #contact, #payment {
	margin: 0 0 25px 0;
	border: #dee8c6 3px solid;
	border-bottom: #f1f8d4 3px solid;
	border-top: none;
	background-color: #e5edd2;
	padding: 5px;
}
#formPage td, #contact td {
	padding: 5px;
}
#footer {
	margin: 25px 0 0 0;
	padding: 25px 0 10px 0;
	background: #3e3a32 repeat-x url(templates/images/bckfooter.gif);
	text-align: center;
	font-family: Verdana;
	font-size: 10px;
	color: #fff;
}
#footer a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
.c {
   float: left;
}
.cr {
   clear: left;
}

td {
   vertical-align: top;
}

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

h2 {
   font-size: 12px;
   font-weight: normal;
   margin: 0 0 5px 0;
   padding: 0;
   color: #3f3a31;
   background: left center no-repeat url(templates/images/cats.gif);
}
h2 a {
	padding: 0 0 0 15px;
	color: #3f3a31;
	text-decoration: underline;
}

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

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 #A0A0A0;
   text-align: center;
}
.count {
   font-weight: normal;
}
#featlinks img, #rfl img {
	margin: 0 5px 5px 0;
	display: block;
	width: 70px;
	height: 50px;
	border: #dee1b4 1px solid;
}
#featlinks a, #links a, #rfl a {
   font-size: 12px;
   color: #3f3a31;
   text-decoration: underline;
}
#featlinks p, #links p, #rfl p {
   margin: 5px 0 7px 0;
   font-size: 12px;
   color: #645e4f;
}
.url {
   font-size: 12px;
   color: #afca53;
}

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

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

form {
   display: inline;
   margin: 0;
   padding: 0;
}
.btn {
   font-size: 8pt;
   font-weight: bold;
   border: 1px solid #675f52;
   background-color: #655e51;
   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: #494949;
   font-size:9px;
   text-decoration:none;
   font-weight: normal;
}
.sort {
   color: #000000;
}
p.subcats {
   margin: 0px 0px 20px 15px;
   padding: 0px;
}
p.subcats a {
	color: #afca53;
	text-decoration: underline;
}
div.pr {
   font-size: 6pt;
   color: #000000;
   float: left;
   height: 30px;
   margin-right: 5px;
}
div.prg {
   width: 40px;
   border: 1px solid #747461;
   height: 3px;
   font-size: 1px;
}
div.prb {
   background: #92927a;
   height: 3px;
   font-size: 1px;
}

.price {
	background-color: #dee8c6;
}
.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;
}
