/**
# ######################################################################
# 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 {
	
	font-family: Arial,Verdana, Tahoma,  sans-serif;
	font-size: 8pt;
	margin: 0px;
	padding: 0px;
	background: #8f8e81;
}
#header-bg {
	width:100%;
	clear:both;
	height:95px;
	background-image:url(images/header-bg-05.gif);
}
#header{
	width: 795px;
	margin: 0 auto;
	padding:0;		
}
#nav-bg{
	width:100%;
	clear:both;
	background-image:url(images/nav-bg2.gif);
	margin-bottom:10px;
}
#nav{
	width: 795px;
	height:35px;
	margin: 0 auto;
	padding:0;		
}
#nav2{
float:right;
}
.btn-nav{
	background-image:url(images/btn-nav.gif);
	float:left;
	width:105px;
	height:26px;	
	padding: 8px 0 0 0;
	text-align:center;
	font-weight:bold;
	color:#dbdac6;
}
.btn-nav a{
	color:#dbdac6;
	text-decoration:none;
}
.btn-nav a:hover{
	text-decoration:underline;
}
#wrapper {
	width: 795px;
	margin: 0 auto;
	padding:0;	
}
#left{
	float:left;
	margin-left:5px;
}
#right{
	float:right;
	margin-right: 5px;	
}
.sidebar-top{
	background-image:url(images/sidebar-top.gif);
	width:180px;
	height:14px;
	text-align:center;
	font-size:9pt;
	font-weight:bold;
	color:#242424;
	padding:8px 0px 4px 0px;
}
.sidebar-body{
	background-image:url(images/sidebar-body.gif);
	width:170px;	
	padding: 0 5px;
	color:#242424;
}
.sidebar-body a{
	color:#242424;
	text-decoration:none;
}
.sidebar-body a:hover{
	color:#242424;
	text-decoration:underline;
}
.sidebar-bottom{
	width:180px;	
	height:10px;
}
.scontent{
	padding:0 0 0 15px;
}
.main-top{
	width:585px;
	height:6px;
}
.main-body{
	background-image:url(images/main-body.gif);
	width:561px;	
	padding: 6px 12px;
}
.main-bottom{
	width:585px;	
	height:6px;
}
#trail {
	color:#242424;
	margin-left:5px;
	padding:5px;
	font-weight:bold;
	font-size:9pt;
	font-style:italic;
}
#trail a {
	color:#242424;
}
.cats {
  	width:100%;
 	clear:both;
  	margin: 0 auto;
}
.cats a {
	color:#1c5584;
	text-decoration:none;
}
.cats a:hover {
	text-decoration:underline;
}
.subcats {
  margin: 0px 15px 7px 0px;
  padding: 0px 0px 0px 20px;
  font-size:7pt;
  color:#5e5e5e;
}
.subcats a {
	color:#5e5e5e;
	text-decoration:none;
}
.subcats a:hover{
	text-decoration:underline;
}
.search-top{
	width:561px;
	height:22px;
	margin: 0px;	
}
.search-body{
	background-image:url(images/search-body.gif);
	width:561px;	
	height:25px;
	margin: 0px;
	text-align:center;
}
.search-bottom{
	width:561px;	
	height:19px;
	margin: 0px;
}
.searchtext {
   font-size: 8pt;
   margin: 0;
   padding-left: 3px;
   color:#242424;
   font-family: Verdana, Tahoma, Arial, sans-serif;
}
.btn-search {
	width:60px;
	height:18px;
	border: 1px ridge #999999;
	font-size: 7pt;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-weight:bold;
	margin: 0 0 0 5px;   
}
#category-bar{
	background-image:url(images/category-bg.gif);
	margin:0;
	padding:0px;
	vertical-align:middle;	
}
#featured-bar{
	background-image:url(images/featured-bg.gif);
	margin:5px 0 0 0;
	padding:0px;
	vertical-align:middle;	
}
#regular-bar{
	background-image:url(images/regular-bg.gif);
	margin:5px 0 0 0;
	padding:0px;
	vertical-align:middle;
	
}
#footer {
	margin-top:10px;
	margin-bottom:10px;
	text-align:center;
	height:25px;
	padding:0px;
	color:#242424;
	font-size:8pt;
	font-weight:bold;
}
#footer a {
  color: #242424;
  text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
.featlink {
	width:100%;
	background-color:#fbfbd3;
	border-left: 1px dashed #999999;
	border-right: 1px dashed #999999;
	border-bottom: 1px dashed #999999;
	padding: 3px;

}
.featlink a {
	color:#1c5584;
	font-weight:bold;
	text-decoration:none;	  
}
.featlink a:hover {
	text-decoration:underline;  
}
.reglink {
	width:100%;
	border-left: 1px dashed #999999;
	border-right: 1px dashed #999999;	
	border-bottom: 1px dashed #999999; 
	padding: 3px;
	margin-bottom: 5px;
}
.reglink a {
	color:#242424;
	font-weight:bold;	
	text-decoration:none;
}
.reglink a:hover {
text-decoration:underline;  
}
#detail {
	width:100%;
	padding: 3px;
	margin: 0px;
}
#detail a {
	color:#1c5584;
	font-weight:bold;	
	text-decoration:none;
}
#detail a:hover {
text-decoration:underline;  
}
.c {
	float: left;
}
.cr {
	clear: left;
}
td {
	vertical-align: top;
	padding: 0px;
}
h1 {
  font-size: 14pt;
  margin: 5px 0 5px 0;
}
h2 {
  font-size: 9pt;
  margin: 0px 10px 0px 10px;
  padding: 0;
}

h3 {
  color: #1c5584;
  font-size: 9pt;
  font-style:italic;
  padding: 0;
  border-bottom: 1px dashed #A0A0A0;
}
#descr {
  padding: 0px;
  margin: 0 0 5px 0;
}
table.formPage {
   border: 0px solid #A0A0A0;
   width:90%;   
}
table.formPage a{
	color:#5e5e5e;
	font-weight:bold;
}
td.err {
   padding: 0px;
   color: #FF0000;
   background: #FFEDED;
   border: 0px solid #A0A0A0;
   text-align: left;
}
td.msg {
   padding: 0px;
   color: #0000FF;
   background: #EDF3FF;
   border: 0px solid #A0A0A0;
   text-align: left;
}
.label {
   text-align: right;
   font-weight:bold;
}
.field {
	width:70%;
	color: #5e5e5e;
}
.smallDesc {
   color: #5e5e5e;
   font-size: 7pt;
   font-weight:normal;
   margin:0;
   padding:0;
}
.buttons {
   border-top: 1px solid #A0A0A0;
   text-align: center;
}
.count {
   color: #6f6f6f;
   font-size: 8pt;
   font-weight: normal;
}
#links a {
   font-size: 9pt;
}
#links p {
   margin: 0 0 7px 0;
}
.url {
   color: #666666;
   font-weight:bold;   

}
.featurl{
   color: #333333;
   font-weight:bold;

}
#path {
   margin-top: 2px;
   padding: 3px;
   background: #D9E8F9;
   line-height: 19px;
   border-top: 1px solid #5e74b3;
}
.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 {
   font-size: 8pt;
   margin:0px;
   padding:0px;
}
input.text {
   color: #5e5e5e;
   border: 1px solid #5e74b3;
}
textarea.text {
   font-size: 8pt;
   color: #5e5e5e;
   border: 1px solid #5e74b3;
}
select {
   font-size: 8pt;
   color: #5e5e5e;
   border: 1px solid #5e74b3;
}

.captcha {
   border: 1px solid #5e74b3;
   margin-top: 10px;
}

form {
   display: inline;
   margin: 0;
   padding: 0;
}

.btn {
	border: 1px solid #999999;
	background-color: #242424;/*#FFCC33;*/
	cursor: pointer;
	height:18px;
	font-size: 7pt;
	font-family: Verdana, Tahoma, Arial, sans-serif;  
	font-weight: bold; 
	margin-top: 2px;
	color:#dbdac6;
}
span.req {
	margin-left: 3px;
	color: #FF0000;
	font-weight: bold;
}

div.errForm, span.errForm {
	margin: 0px 0 0px 2px;
	padding: 0px;
	color: #FF0000;
	background: #FFFFF3;
	font-size:7pt;
}
.small, .small a {
	padding: 0px;
	color: #000000;
	font-size: 7pt;
	text-decoration: none;
}

.small-regular, .small-regular a{
   padding: 0px;
   color: #080808;
   font-size:9px;
   text-decoration:none;
   font-family: Verdana, Tahoma,  sans-serif;
}
.small-regular a:hover{
   text-decoration:underline;
}
.small-regular{
   margin-left: 100px;
}
.sort {
	color: #000000;
}
div.pr {
	font-size: 6pt;
	color: #5e5e5e;
}
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 #A0A0A0;
	margin: 0;
	padding: 2px;
	vertical-align: bottom;
}
.price table td{
	margin: 0;
	padding: 2px;
	vertical-align: bottom;
}
.paging-links,
.paging-info {
   text-align:right;
}

.navig, .navig a{

   text-decoration:none;
   font-style: italic;
   font-weight:bold;
}
.navig{
   color:#5e5e5e;
}
.navig a{
   color:#1c5584;
}
.navig a:hover{
   text-decoration:underline;
}
.paging-info {
   font-style: italic;
   color:#5e5e5e;
   font-weight:bold;   
}
.paging-links, .paging-links a{
   color:#1c5584;
   text-decoration:none;
   font-weight:bold;
}
.paging-links a:hover{
   text-decoration:underline;
}
.limit_field {
   border: 0 solid transparent;
   border-width:0;
}
img.thumb{
	border: 1px solid #888;
	width: 85px;
	height: 66px;
	margin: 3px;
	padding: 0px
}
img.arrow{
	width:13px;
	height:13px;
	padding: 0px;
	margin: 1px 5px 1px 15px;
}
img.validator {
	margin:5px 25px;
	border:0px;
}
#contactus{
	margin-left:80px;
	margin-bottom:10px;
}
.list, .list a{
	color:#1c5584;
	font-size:9pt;
	font-weight:bold;
	text-decoration:none;
}
.list a:hover{text-decoration:underline;}

.searchpaging a {
	color:#1c5584;
	font-weight:bold;
	text-decoration:none;
}
.searchpaging a:hover{
	text-decoration:underline;
}