/*
# ########################################################################################################################################
# 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: #718493 url(images/bck.gif);
	font-family: "Century Gothic"; font-size: 13px;
	color: #000;
}
#page {
	margin: 0 auto; padding: 0 7px;
	width: 954px;
	background: #fff repeat-y url(images/bckpage.gif);
}
#header {
	margin: 0 0 2px 0;
	height: 87px; line-height: 87px;
	background: no-repeat url(images/bckheader.jpg);
}
#header h1 {
	display: inline;
	margin: 0 55px; padding: 0;
	vertical-align: middle;
	font-size: 25px; font-weight: normal;
}
#header h1 a {
	color: #fff;
	text-decoration: none;
}
#header p {
	display: inline;
	margin: 0; padding: 0;
	color: #fff;
}
#header form {
	position: absolute;
	top: 3px; right: 233px;
	margin: 0; padding: 0;
}
#header form * {
	margin: 0;
	font-family: Tahoma; font-size: 11px;
}
#header form .text {
	margin: 0 5px 0 0; padding: 5px;
	width: 200px;
	background-color: #fff;
	border: #718493 1px solid;
}
#header form .btn {
	padding: 5px 0;
	width: 30px;
	font-weight: bold;
	background: no-repeat url(images/bckheaderformbtn2.gif);
	border: none;
	color: #fff;
	cursor: pointer;
}
#menu {
	margin: 0; padding: 11px 0 9px 0;
	list-style-type: none;
	height: 27px;
	background-color: #edf0f2;
	border-bottom: #333 4px solid;
}
#menu li {
	float: left;
	margin: 0 0 0 20px;
}
#menu li a {
	float: left;
	width: 85px; height: 27px; line-height: 27px;
	text-align: center;
	color: #333;
	text-decoration: none;
}
#menu li a:hover {
	background: no-repeat url(images/bckmenulinkhover.gif);
	font-weight: bold;
	color: #fff;
}
#ally {
	display: block;
	margin: 15px auto;
	border: none;
}
#container {
	padding: 0 9px 25px 0;
	width: 945px;
}
#container:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#sidebar {
	float: left;
	width: 230px;
}
#sidebar .box {
	margin: 0 0 10px 0; padding: 14px;
	width: 200px;
	background-color: #f2f4f7;
	border: #8b9fb2 1px solid;
}
#sidebar ul {
	margin: 0; padding: 0;
	list-style-type: none;
}
#sidebar li {
	margin: 5px 0; padding: 0 0 0 15px;
	background: left center no-repeat url(images/bcksidebarli.gif);
}
#sidebar a {
	color: #000;
	text-decoration: none;
}
#sidebar a:hover {
	text-decoration: underline;
}
#sidebar h3 {
	margin: 0 0 1px 0; padding: 0 0 0 20px;
	height: 40px; line-height: 40px;
	background: repeat-x url(images/bcksidebarh3.gif);
	font-size: 14px;
	color: #fff;	
}
#content {
	float: right;
	width: 700px;
}
#content h3 {
	margin: 20px 0; padding: 0 0 10px 0;
	border-bottom: #778da3 4px solid;
	font-size: 16px;
}
#path {
	margin: 0 0 20px 0;
}
#path a {
	color: #000;
	text-decoration: underline;
}
#footer {
	margin: 0 -7px; padding: 20px 0;
	line-height: 1.75em;
	text-align: center;
	background: no-repeat url(images/bckfooter.gif);
	font-size: 11px; font-weight: bold;
	color: #fff;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}

.navig {
	margin: 20px 0 0 0;
}
.navig a {
	color: #000;
	text-decoration: underline;
}

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

td {
   vertical-align: top;
}

#cats {
	width: 100%;
}
#cats h2 {
	margin: 0 0 10px 0; padding: 0;
	font-size: 13px;
}
#cats h2 a {
	color: #5a7287;
	text-decoration: none;
}
#content .outercats h2 {
	padding: 15px 0 40px 20px;
	background: repeat-x url(images/bckoutercatsh2.gif);
}
#content .outercats .count {
	margin: 0 0 5px 0; padding: 2px;
	background-color: #f62000;
	font-size: 11px;
	color: #fff;
}

p.subcats {
	margin: -30px 0 25px 20px; padding: 0;
}
p.subcats a {
	color: #000;
	text-decoration: none;
}

table.formPage {
   width: 100%;
   border: 1px solid #aaa;
}
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 #aaa;
   text-align: center;
}
#featlinks a, #links a {
	color: #333333;
	text-decoration: underline;
}
#featlinks p, #links p {
   margin: 0 0 7px 0;
}
.url {
	color: #5a7287;
}
.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 #ccc;
}
textarea.text {
   font-size: 8pt;
   border: 1px solid #ccc;
}
select {
   font-size: 8pt;
   border: 1px solid #ccc;
}

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

#content form {
   display: inline;
   margin: 0;
   padding: 0;
}
#content .btn {
   font-size: 8pt;
   font-weight: bold;
   border: 1px solid #d81e02;
   background-color: #f62000;
   cursor: pointer;
   height: 17px;
   color: #fff;
}
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: #555;
   font-size:9px; font-weight: normal;
   text-decoration:none;
}
.sort {
   color: #000;
}
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 #aaa;
}
.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:#333333;
	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:954px;
margin:0px auto;
clear:both;
padding:0px;
}

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

div.box4 {
width:768px;
height:20px;
background: repeat-x url(images/bcksidebarh3.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:171px;
display:inline-block;
float:right;
font-size:11px;
font-family:verdana;
font-weight: normal;
margin-bottom:6px;
text-align:left;
}

div.box5 {
width:163px;
height:20px;
background: repeat-x url(images/bcksidebarh3.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:170px;
float:left;
margin-right:10px;
font-family:verdana;
font-size:11px;
color:#2e2c2d;
}

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

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