/**
# ######################################################################
# 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;
	background: #6d9811 url('templates/images/bck.gif');
	background-position:left top;
	background-repeat: repeat-y repeat-x;



	font-family: Verdana;
	font-size: 10pt
}
#page {
	margin: 0 auto;
	width: 770px;
}
#menu {
	margin: 10px 0 0 0;
	background-color: #fff;
	width: 768px;
	border-left: #544c4c 1px solid;
	border-right: #544c4c 1px solid;
	font-size: 12pt;
	font-weight: bold;			
}
#menu a {
	border-top:1px solid #544c4c; border-bottom:1px solid #544c4c; float: left;
	height: 63px;
	line-height: 63px;
	color: #2b5802;
	text-decoration: none;
	text-transform: uppercase;
	background: url('templates/images/bckmenulink.gif') repeat-x; repeat-y;
	width: 189px;
	text-align: center;
	border-left: 2px solid #544c4c;
	border-right: medium none;
}
#menu a.home {
	width: 195px;
	border-bottom: none;
	border-left: none;
}
#advert {
	padding: 10px 0;
	text-align: center;
	background-color: #fff;
	border: #544c4c 1px solid;
	border-top: none;
}
#search {
	background: url('templates/images/bcksearch.gif') no-repeat;
	height: 115px;
	width: 770px;
	text-align: center; margin-left:0; margin-right:0; margin-top:10px; margin-bottom:0
}
#search form {
	margin: 0; padding: 0;
}
.searchtext {
	margin: 15px 0 5px 0;
	width: 650px;
	height: 25px;
	line-height: 25px;
	border: #3c7a0b 1px solid;
}
#content {
	margin: 10px 0 0 0;
	padding: 0 15px 10px 15px;
	background-color: #fff;
	border: #565347 1px solid;
	width: 738px;
}		
#path {
	height: 23px;
	line-height: 23px;			
	background: url('templates/images/bckpath.gif') repeat-x;
	color: #fff; margin-left:-15px; margin-right:-15px; margin-top:0; margin-bottom:10px; padding-left:15px; padding-right:15px; padding-top:0; padding-bottom:0
}
#path a {
	color: #fff;
	text-decoration: none;
}
#footer {						
	margin: 10px 0 0 0;
	padding: 15px 0;
	width: 100%;
	background-color: #517b0c;
	text-align: center;
	color: #fff;
	font-size: 8pt;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
.list a {
   color: #3d7b0b;
   text-decoration: none;
}
.c {
   float: left;
}
.cr {
   clear: left;
}

td {
   vertical-align: top;
}

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

h2 {
   font-size: 8pt;
   margin: 0;
   padding: 0;
}

h2 a {
	color: #2b5802;
	text-decoration: none;
}

h3 {
   color: #3d7b0c;
   font-size: 8pt;
   padding: 0;
   border-bottom: 1px dotted #3d7b0c;
}

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

table.formPage {
	font-size: 8pt;
	width: 100%;
	margin: 0 auto;
}
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 #3d7b0c;
   text-align: center;
}
.count {
   color: #6f6f6f;
   font-size: 7pt;
   font-weight: normal;
   vertical-align: middle;
}
#featlinks a, #links a {
   font-size: 10pt;
   color: #3d7b0b;
   text-decoration: none;
}
#featlinks p, #links p {
   margin: 0 0 7px 0;
}
.url {
   color: #6f6f6f;
   font-size: 8pt;
   vertical-align: middle;
}

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

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

form {
   display: inline;
   margin: 0;
   padding: 0;
}
.btn {
   font-size: 8pt;
   font-weight: bold;
   border: 1px solid #555;
   background-color: #e1e1e1;/*#FFCC33;*/
   color: #000;
   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:7pt;
   font-weight: normal;
   text-decoration:none;
}
.sort {
   color: #000000;
}
p.subcats {
   margin: 0px 0px 15px 0px;
   padding: 0px;
   font-size: 8pt;
}
p.subcats a {
	color: #2b5802;
	text-decoration: none;
}
div.pr {
   font-size: 6pt;
   color: #000000;
   float: left;
   height: 30px;
   margin-right: 5px;
}
div.prg {
   width: 40px;
   border: 1px solid #999999;
   height: 3px;
   font-size: 1px;
}
div.prb {
   background: #5eaa5e;
   height: 3px;
   font-size: 1px;
}

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