/**
# ######################################################################
# 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: #d4eff6 repeat-x url(templates/images/bck.gif);
	font-family: Arial; font-size: 11px;
	color: #000;
}
#wrapper {
	background: left top no-repeat url(templates/images/bckwrapper.gif);
	padding: 60px 0 0 92px;
}
#page .top {
	background: repeat-x url(templates/images/bckpagetop.gif);
	padding: 3px 0 0 0;
}
#page .left {
	background: #fff repeat-y url(templates/images/bckpageleft.gif);
	padding: 5px 0 0 9px;
}
#header {			
	height: 100px;
	padding: 35px 0 0 0;
	background: repeat-x url(templates/images/bckheader.gif);
}
#header h1 {
	margin: 0; padding: 0;
	width: 450px; height: 75px;
	background: no-repeat url(templates/images/logo.gif);
}
#header h1 a {
	display: block;
	width: 450px;
	height: 75px;
	line-height: 500px;
	overflow: hidden;
}
#menu {
	margin: 0; padding: 0;
	list-style: none; list-style-type: none;
	background: repeat-x url(templates/images/bckmenu.gif);
	height: 35px;
}
#menu li {
	float: left;
	height: 35px; line-height: 35px;
	padding: 0 15px;
	background: right top no-repeat url(templates/images/bckmenuli.gif);
	font-size: 12px; font-weight: bold;
}
#menu li a {
	color: #fff;
	text-decoration: none;
}
#menu li a:hover {
	color: #c2e0ea;
}
#search {
	float: right !important;
	margin: 0; padding: 0 !important;			
	background: none !important;
}
#search form {
	display: block;
	margin: 5px 15px 0 0; padding: 0;
}
#search form * {
	font-family: Arial; font-size: 11px; font-weight: normal;
	vertical-align: middle;
}
#search form .searchtext {
	margin: 0 5px 0 0; padding: 3px 0 0 0;
	width: 150px; height: 17px;
	border: #bcd6df 1px solid;
	background-color: #f1f1f1;
}
#search form .searchbtn {
	margin: 0; padding: 0;
	width: 50px; height: 22px;
	border: #447180 1px solid;
	background-color: #558a9b;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}
#content {
	margin: 25px 40px 25px 40px;
}
#path {
	margin: 0 -15px 0 -15px;
	padding: 5px;
	background-color: #75acbd;
	color: #fff;
}
#path a {
	color: #fff;
	text-decoration: none;
}
#footer {
	margin: 0 0 0 -5px;
	padding: 25px 0;
	background-color: #ecf3f4;
	text-align: center;
	line-height: 1.75em;
}
#footer a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
.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; padding: 0;
	font-size: 14px;
	color: #64a0b3;
}
h2 a {
	color: #64a0b3;
	text-decoration: none;
}

h3 {
	margin: 20px 0; padding: 0;
	font-size: 12px;
	color: #947041;
	border-bottom: #947041 1px dashed;
}

#catsinner h2 {
	margin: 0 0 5px 0;
	font-size: 12px;
}

#descr {
   padding: 0px;
   margin: 0 0 5px 0;
}

table.formPage {
	border: 1px solid #a3bbc1;
	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 #a3bbc1;
	text-align: center;
}
.count {
	color: #595959;
	font-weight: normal;
}

#featlinks a, #links a {
	color: #aeb65f;
	font-size: 12px; font-weight: bold;
}
a {
	color: #ee4e4e;
	text-decoration: none;
}
#featlinks p, #links p, .list p {
	margin: 0 0 7px 0;
}
.url {
   color: #6f6f6f;
}

.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 #b1cad1;
}
textarea.text {
	font-size: 8pt;
	border: 1px solid #b1cad1;
}
select {
	font-size: 8pt;
	border: 1px solid #b1cad1;
}

.captcha {
	border: 1px solid #b1cad1;
	margin-top: 10px;
}

form {
   display: inline;
   margin: 0;
   padding: 0;
}
.btn {
   padding: 2px 3px;
   font-size: 8pt;
   font-weight: bold;
   border: #447180 1px solid;
   background-color: #558a9b;
   color: #fff;
   cursor: pointer;
}
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: #ee4e4e;
}
p.subcats a {
	color: #ee4e4e;
	text-decoration: none;
}
div.pr {
   font-size: 6pt;
   color: #000000;
   float: left;
   height: 30px;
   margin-right: 5px;
}
div.prg {
   width: 40px;
   border: 1px solid #e2c6b0;
   height: 3px;
   font-size: 1px;
}
div.prb {
   background: #fde1cc;
   height: 3px;
   font-size: 1px;
}

.price {
	border: 1px solid #a3bbc1;
	background-color: #ecf3f4;
}
.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;
}