/*
# ########################################################################################################################################
# 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: #343b43;
	font-family: Arial; font-size: 11px;
	color: #000;
}
#page {
	margin: 0 auto;
	width: 940px;
}
#header {
	position: relative;
	height: 165px;
	background: 130px top no-repeat url(images/bckheader.jpg);
}
#header h1 {
	margin: 0 0 0 45px; padding: 50px 0 0 0;
	line-height: 1em;
	font-size: 31px;
}
#header h1 a {
	color: #fff;
	text-decoration: none;
}
#header ul {
	position: absolute;
	left: 4px; top: 120px;
	margin: 0; padding: 0;
	list-style-type: none;
	width: 932px; height: 45px;
	background: no-repeat url(images/bckheaderul.gif);
}
#header li {
	float: left;
	margin: 0 30px;
	height: 45px; line-height: 43px;
	background: center bottom no-repeat url(images/bckheaderli.gif);
	font-size: 12px;
}
#header li a {
	color: #fff;
	text-decoration: none;
}
#header form {
	position: absolute;
	right: 25px; bottom: 44px;
	margin: 0; padding: 10px 15px;
	background: #dadcdd repeat-x url(images/bckheaderform.gif);
}
#header form * {
	margin: 0; padding: 0;
	vertical-align: middle;
}
#header form .text {
	padding: 5px 10px;
	width: 200px;
	border: #343b43 1px solid; border-right: none;
	font-family: Arial; font-size: 12px;
	color: #000;
}
#container {
	padding: 0 0 40px 0;
	background: #fff left bottom no-repeat url(images/bckcontainer.gif);
}
#container .top {
	padding: 0 5px;
	width: 930px;
	background: no-repeat url(images/bckcontainertop.gif);
}
#container:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#ally {
	display: block;
	margin: 0 auto 20px auto; padding: 20px 0 0 0;
	text-align: center;
	border: none;
}
#sidebar {
	float: right;
	width: 245px;
}
#sidebar h3 {
	margin: 0 0 20px 0; padding: 0 0 0 20px;
	height: 35px; line-height: 35px;
	background: no-repeat url(images/bcksidebarh3.jpg);
	font-size: 13px;
	color: #fff;
}
#sidebar a {
	color: #000;
	text-decoration: none;
}
#about {
	padding: 0 15px 20px 15px;
}
#about h3 {
	margin: 50px -15px 20px -15px;
}
#about p {
	margin: 15px 0;
}
#sponsors {
	padding: 0 0 20px 0;
}
#sponsors img {
	display: block;
	margin: 15px auto;
	text-align: center;
	border: none;
}
#sidebar .network h3 {
	margin: 0 -15px 20px -15px;
}
#sidebar .network {
	padding: 0 15px 20px 15px;
}
#sidebar .network ul {
	margin: 0; padding: 0;
	list-style-type: none;
}
#sidebar .network li {
	margin: 5px 0; padding: 0 0 0 15px;
	background: left center no-repeat url(images/bcksidebarli.gif);
}
#content {
	float: left;
	width: 685px;
}
#path {
	margin: 0 0 20px 0;
}
#path a {
	color: #0682a5;
	text-decoration: underline;
}
#cats {
	background: #f2f2f2 left bottom no-repeat url(images/bckcats.gif);
}
#cats .top {
	padding: 25px 15px;
	width: 655px;
	background: no-repeat url(images/bckcatstop.gif);
}
#footer {
	padding: 30px 0 30px 25px;
	color: #fff;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
.navig {
	margin: 15px 0 0 0;
}
.navig a {
	color: #000;
	text-decoration: underline;
}

.c {
   float: left;
}
.cr {
   clear: left;
}

td {
   vertical-align: top;
}

#content h2 {
	margin: 0 0 15px 0; padding: 0;
	font-size: 12px;
}
#content h2 a {
	color: #0682a5;
	text-decoration: none;
}

#content h3 {
	margin: 20px 0; padding: 0 0 0 35px;
	line-height: 35px;
	background: left center no-repeat url(images/bckcontenth3.gif);
	font-size: 16px;
	color: #343b43;
}

table.formPage {
   width: 100%;
   border: 1px solid #A0A0A0;
}
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 {
   color: #000;
   font-size: 11px;
}
#featlinks a, #links a {
	color: #0682a5;
	text-decoration: underline;
}
#featlinks p, #links 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 #333;
}
textarea.text {
   font-size: 8pt;
   border: 1px solid #333;
}
select {
   font-size: 8pt;
   border: 1px solid #333;
}

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

form {
   display: inline;
   margin: 0;
   padding: 0;
}
.btn {
   font-size: 8pt;
   font-weight: bold;
   border: 1px solid #5e74b3;
   background-color: #FFAA11;/*#FFCC33;*/
   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 !important; font-weight: normal;
   text-decoration:none;
}
.sort {
   color: #000000;
}
p.subcats {
	margin: 0 0 30px 0; padding: 0 0 20px 0;
	border-bottom: #fff 2px solid;
}
p.subcats a {
	padding: 0 0 0 15px;
	background: left center no-repeat url(images/bcksubcats.gif);
	color: #000;
	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 #A0A0A0;
}
.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;
}
.detail a {
	color:#0682a5;
	font-weight:bold;	
	text-decoration:none;
}
.detail a:hover {
	text-decoration:underline;  
}

hr{height:1px; border:0px; border-top:1px solid #606164; padding:0px; margin-top:5px; margin-bottom:5px;}

div.container2{
width:940px;
margin:0px auto;
clear:both;
padding:0px;
}

div.boxcon4 {
width:766px;
margin-right:5px;
display:inline-block;
float:left;
font-size:11px;
font-family:verdana;
font-weight: normal;
margin-bottom:6px;
}

div.box4 {
width:758px;
height:37px;
background: no-repeat url(images/bckheaderul-1.gif);
display:inline-block;
float:left;
font-size:15px;
font-family:verdana;
font-weight: bold;
color:#FFFFFF;
padding:4px;
margin-bottom:8px;
}

div.boxcon5 {
width:168px;
display:inline-block;
float:right;
font-size:11px;
font-family:verdana;
font-weight: normal;
margin-bottom:6px;
text-align:left;
}

div.box5 {
width:160px;
height:37px;
background: no-repeat url(images/bckheaderul-2.gif);
display:inline-block;
float:right;
font-size:13px;
font-family:verdana;
font-weight: bold;
color:#FFFFFF;
padding:4px;
margin-bottom:8px;
}

div.bursa6 {
width:166px;
float:left;
margin-right:10px;
font-family:verdana;
font-size:12px;
color:#2e2c2d;
}

div.bursa6 span {
font-weight:bold;
padding:0px;
padding-bottom:4px;
margin-bottom:3px;
display:block;
width:95px;
border-bottom:1px solid #000000;
}

.footerlink a {
color:#FFFFFF;
text-decoration:none;
}
.footerlink a:hover {
text-decoration:underline;  
}

.footerlinksearch a {
color:#0682A5;
text-decoration:none;
}
.footerlinksearch a:hover {
text-decoration:underline;  
}
