/**
# ######################################################################
# 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 {
	background-image:url(images/body-bg.gif);	
	font-family: Arial,Verdana, Tahoma,  sans-serif;
	font-size: 8pt;
	margin: 0px;
	padding: 0px;
	
}
#wrapper1 {
	width: 795px;
	background-image:url(images/border-right.gif);	
	background-position:right;
	background-repeat: repeat-y;	
	background-color: #FFFFFF;
	margin: 0 auto;
	padding:0;	
}
#wrapper2 {
	width: 795px;
	background-image:url(images/border-left.gif);		
	background-repeat: repeat-y;	
	margin: 0;
	padding:0;	
}

#content {
	margin-left: 28px;
	margin-right: 28px;	
	padding: 10px 0px;

}
.clear {
    clear: both;
    display: block;
    height: 1px;
    overflow: hidden;
    margin: 0;
    padding: 0;
} 
.topnav{
    background-image:url(images/nav-bg.gif);
	padding: 2px;
	font-weight:bold;	
	color: #006161;
}
.topnav a{
	color: #006161;
	margin: 0 5px;
	text-decoration:none;
}
.topnav a:hover{
	color:#006161;
	text-decoration:underline;	
}
.header{
float:left;
}
.banner {
  padding: 10px 15px;
}

.searchtext {
   font-size: 8pt;
   margin: 0 0 0 110px;
   color:#333333;
   font-family: Verdana, Tahoma, Arial, sans-serif;
   
}
.btn-search {
	background-image:url(images/btn-search.gif);
	width:56px;
	height:18px;
	border : 0;
	border-style : none;	
	margin: 0 0 0 5px;   
}
#trail {
	color:#333333;
	margin-bottom:10px;
	padding:5px;
	font-weight:bold;
	font-size:9pt;
	font-style:italic;
	background-image:url(images/path-bg.gif);	
}
#trail a {
	color:#333333;
}

#trail a:hover {
	color:#006161;
	text-decoration:underline;
}
.cats {
  	width:100%;
 	clear:both;
  	margin: 0 auto;
}
.cats a {
	color:#006161;
	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;
}
.boxtop {
	background-image:url(images/sponsor-top.gif);
	margin:0px;
	padding:0px;
	width:187px;
	height:8px;	
}

.boxbod {
	background-image:url(images/sponsor-bg.gif);
	background-repeat:repeat-y;
	color:#5e5e5e;
	font-size:9pt;
	padding: 0 10px;
	margin:0px;
}
.boxbod a{
	color:#5e5e5e;
	text-decoration:none;
}
.boxbod a:hover {
	text-decoration:underline;
}
.boxbot {
	background-image:url(images/sponsor-bottom.gif);
	margin:0 0 5px 0;
	padding:0px;
	width:187px;
	height:8px;	
}
.title {
	background-image:url(images/category-bg.gif);
	background-color:#eaeaea;
	color:#5e5e5e;
	padding:2px;
	font-weight:bold;
}
img.title{
	margin:0px;
	padding:0 5px 0 0;
}
.scontent{
	padding:0 0 0 5px;
}
.cat-top {
	background-image:url(images/cat-top.gif);
	height:8px;
}
.cat-bg {
	background-image:url(images/cat-bg.gif);
	background-repeat:repeat-y;
	color:#5e5e5e;
	font-size:9pt;
	padding: 0 10px;
}

.cat-bottom {
	background-image:url(images/cat-bottom.gif);
	height:8px;
}
#featured-bar{
	background-image:url(images/featured-bg.gif);
	margin:5px 0 0 0;
	padding:0px;
}
#regular-bar{
	background-image:url(images/regular-bg.gif);
	margin:5px 0 0 0;
	padding:0px;
	vertical-align:middle;
	
}
#category-bar{
	background-image:url(images/category-bg.gif);
	margin:5px 0 0 0;
	padding:0px;
	vertical-align:middle;	
}
#footer {
	margin-top:20px;
	height:40px;
	text-align:center;
	clear:both;
	padding:10px;
	color:#006161;
	font-size:8pt;
	font-weight:bold;
	background-image:url(images/footer-bg.jpg);
}

#footer a {
  color: #006161;
  text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

.featlink {
	width:100%;
	background-color:#f5fae6;
	border-left: 1px dashed #999999;
	border-right: 1px dashed #999999;
	border-bottom: 1px dashed #999999;
	padding: 3px;
	margin: 0px;
}
.featlink a {
  color:#006161;
	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: 0px;
}
.reglink a {
color:#333333;
text-decoration:none;
}
.reglink 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: #006161;
  font-size: 9pt;
  font-style:italic;
  padding: 0;
  border-bottom: 1px solid #A0A0A0;
}

#descr {
  padding: 0px;
  margin: 0 0 5px 0;
}


table.formPage {
   border: 0px solid #A0A0A0;
   width: 90%;
}
td.err {
   padding: 0px;
   color: #FF0000;
   background: #FFEDED;
   border: 0px solid #A0A0A0;
   text-align: left;
}
td.msg {
   padding: 0px;
   color: #006161;
   background: #5e5e5e;
   border: 0px solid #A0A0A0;
   text-align: left;
}
.label {
   text-align: right;
   font-weight:bold;
}
.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 {
   font-size: 8pt;
   font-weight: bold;
   border: 1px solid #5e5e5e;
   background-color: #009999;/*#FFCC33;*/
   cursor: pointer;
   height: 17px;
   color:#FFFFFF;
   margin-top: 2px;
}
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;
}
h2 .small, h3 .small, .small, .small a {
   padding: 0px;
   margin: 0px;
   color: #5e5e5e;
   font-size:9px;
   text-decoration:none;
}
.small-regular, .small-regular a{
   padding: 0px;
   color: #ffffff;
   font-size:8px;
   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;
 }
table td{
   margin: 0;
   padding: 0px;

}
.paging-links,
.paging-info {
   text-align:right;   
}

.paging-info {
   font-style: italic;
   color:#5e5e5e;
   font-weight:bold;
}
.navig, .navig a{
   color:#006161;
   text-decoration:none;
   font-style: italic;
   font-weight:bold;
}
.navig a:hover{
   text-decoration:underline;
}

.limit_field {
   border-width:0;
}
img.thumb{
	border: 1px solid #888;
	width: 85px;
	height: 66px;
	margin: 3px;
	padding: 0px
}
img.validator {
	margin:5px 25px;;
	border:0px;
}
#contactus{
	margin-left:80px;
	margin-bottom:10px;
}

