/*
# ########################################################################################################################################
# Project:     PHPLinkDirectory: Version 2.2.0
#
# **********************************************************************
# Copyright (C) 2004-2008 NetCreated, Inc. (http://www.netcreated.com/)
#
# **********************************************************************
#
# By using the software you agree to the terms:
# You may not redistribute, sell or otherwise share this software in whole or in part without the consent of the 
# the ownership of PHP Link Directory. Please contact david@david-duval.com if you need more information.
# You agree to retain a link back to http://www.phplinkdirectory.com/ on all pages of your directory.
# If you wish to remove the link from the footer of the pages, You must purchase a license to do so. The license 
# is $50.00 USD and purchase can be arranged by emailing help@phplinkdirectory.com .
# Removal of the link back without license purchase may be cause for permanent removal of permission to use this 
# script.
# In some cases, users may be required to agree to changes in the software license before receiving updates to the software.
# 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-2008 NetCreated, Inc. (http://www.netcreated.com/)
# @projectManager David DuVal <david@david-duval.com>
# @package        PHPLinkDirectory
# ########################################################################################################################################
*/

body {
	margin: 0; padding: 0;
	background-color: #ECF3FB;
	font-family: tahoma; font-size: 12px;
	color: #363636;
}
#page {
	margin: 0 auto;
	width: 950px;
	border: #D7E6F7 1px solid;
}
#header {
	margin: 0px 0 0 0;
	height: 70px;
	background: no-repeat url(images/bckheader.jpg);
}
#header h1 {
	margin: 0; padding: 25px 0 0 0;
	line-height: 1em;
	text-align: center;
	font-size: 25px;
}
#header h1 a {
	color: #fff;
	text-decoration: none;
}
#container {
	padding: 5px 5px 10px 5px;
	width: 940px;
	background-color: #fff;
}
#container:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#menu {
	margin: 0 0 10px 0; padding: 0;
	list-style-type: none;
	height: 26px; line-height: 26px;
	background: repeat-x url(images/bckmenu.gif);
}
#menu li {
	display: inline;
	font-size: 10px;
	text-transform:uppercase;
	color: #fff;
}
#menu li a {
	margin: 0 25px;
	color: #fff;
	text-decoration: none;
}
#menu li a.hover {
color:#003399;
}
#content {
	float: left;
	width: 700px;
}
#path {
	margin: 0 0 10px 0;
	padding-left:10px;
	font-size: 11px;
	font-family:tahoma;
}
#path a {
	color: 2361A1;
	text-decoration: underline;
}
#cats {
	background: repeat-y url(images/bckcats.gif);
	padding-top:5px;
}
#cats .bottom {
	background: left bottom no-repeat url(images/bckcatsbottom.gif);
}
#cats .top {
	padding: 15px;
	width: 690px;
	background: no-repeat url(images/bckcatstop.gif);
}
#content h3 {
	margin: 25px 0; padding: 0 0 0 25px;
	font-size: 18px;
}
#sidebar {
	float: right;
	padding: 0 5px 0 0;
	width: 225px;
}
#sidebar h3 {
	margin: 0; padding: 7px 0 0 0;
	font-size: 11px;
	color: #2361A1;
}
#sidebar .box {
	margin: 5px 0; padding: 0;
}
#sidebar .sponsors, #sidebar .ads {
	text-align: center;
}
#sidebar .sponsors img {
	margin: 0 0 15px 0;
	border: none;
}
#sidebar .search input {
	margin: 0; padding: 5px 5px 5px 23px;
	width: 195px;
	background: 5px center no-repeat url(images/bcksearchinput.gif);
	border: #2361A1 1px solid;
	font-family: tahoma; font-size: 11px;
}
* html #sidebar .search input {
	background-attachment: fixed;
}
#footer {
	padding: 25px 0 25px 25px;
	font-family: Tahoma;
	font-size:11px;
	color: #f2361A1;
	background:#FFFFFF;
}
#footer a {
	text-decoration:none;
}

.navig {
	margin: 20px 0;
}
.navig a {
	text-decoration: underline;
}

.c {
   float: left;
}
.cr {
   clear: left;
}

td {
   vertical-align: top;
}

#cats table {
	width: 100%;
}
#cats h2 {
	margin: 0 0 15px 0; padding: 0 0 0 20px;
	background: left center no-repeat url(images/bckcatsh2.gif);
	font-size: 12px;
}
#cats h2 a {
	color: #2361A1;
	text-decoration: none;
}
#cats h3 {
	margin: 0 0 25px 0;
}
#cats .count {
	font-size: 11px;
	color: #2361A1;
}

p.subcats {
	margin: 0 0 30px 20px; padding: 0;
}
p.subcats a {
	color: #2361A1;
	text-decoration: none;
}

table.formPage {
   width: 100%;
   border: 0px solid #2361A1;
}
td.err {
   padding: 3px;
   color: #FF0000;
   background: #F8E6CD;
   text-align: left;
}
td.msg {
   padding: 3px;
   color: #2361A1;
   background: #EDF3FF;
   text-align: left;
}
.label {
   text-align: right;
}
.buttons {
   border-top: 0px solid #2361A1;
   text-align: center;
}
#featlinks a, #links a {
font-weight:bold;
	text-decoration: underline;
}
#featlinks p, #links p {
   margin: 0 0 7px 0;
}
.url {
	color: #2361A1;
}
.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: 10pt;
   font-family: Tahoma, Arial, sans-serif;
}
input.text {
   color: #2361A1;
   border: 1px solid #ccc;
}
textarea.text {
   font-size: 10pt;
   border: 1px solid #ccc;
}
select {
   font-size: 10pt;
   border: 1px solid #ccc;
}

.captcha {
   border: 1px solid #ccc;
   margin-top: 10px;
}

#content form {
   display: inline;
   margin: 0;
   padding: 0;
}
#content .btn {
   font-size: 11pt;
   font-weight: bold;
   border: 1px solid #919EFF;
   background-color: #EAEDFF;
   cursor: pointer;
   height: 20px;
   color: #000;
}
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: #007AA8;
   font-size:9px; font-weight: normal;
   text-decoration:none;
}
.sort {
   color: #000;
}
div.pr {
   font-size: 8pt;
   color: #111111;
   float: left;
   height: 30px;
   margin-right: 10px;
   margin-left: 20px;
}
div.prg {
   width: 40px;
   border: 1px solid #999999;
   height: 3px;
   font-size: 1px;
}
div.prb {
   background: #5eaa5e;
   height: 3px;
   font-size: 1px;
}

.price {
   border: 0px solid #2361A1;
   padding-left:10px;
   padding-bottom:20px;
}
.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;
}