/**
# ######################################################################
# 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: url(images/mainbg.jpg) repeat-y center;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 8pt;
}
.c {
   float: left;
}
.cr {
   clear: left;
}
h1 {
	font-size: 14pt;
	margin: 5px 0 5px 0;
}
h2 {
	font-size: 10pt;
}
h2 a{
	color:#CE1313;
	font-size: 11px;
	font-weight:bold;
	text-decoration:none;
}
h2 a:hover{
	color:#EA2323;
}
h3 {
	color: #1B1B1B;
	font-size: 8pt;
	padding: 0;
	border-bottom: 1px solid #EDEBEB;
}
/** Buttons CSS for Rollover: Home **/
.csshome {
position:relative;
background-image: url(images/btnr/home.jpg);
background-repeat: no-repeat;
display: block;
height: 27px;
margin: 0;
padding: 0;
}

.csshome a {
display: block;
height: 27px;
text-decoration: none;
}

.csshome img {width: 77px; height: 27px; border: 0; }
* html a:hover {visibility:visible}
.csshome a:hover img{visibility:hidden}

/** Buttons CSS for Rollover: Submit **/
.csssubmit {
position:relative;
background-image: url(images/btnr/submit.jpg);
background-repeat: no-repeat;
display: block;
height: 27px;
margin: 0;
padding: 0;
}

.csssubmit a {
display: block;
height: 27px;
text-decoration: none;
}

.csssubmit img {width: 91px; height: 27px; border: 0; }
* html a:hover {visibility:visible}
.csssubmit a:hover img{visibility:hidden}


/** Buttons CSS for Rollover: Suggest Category **/
.csssuggest {
position:relative;
background-image: url(images/btnr/suggest.jpg);
background-repeat: no-repeat;
display: block;
height: 27px;
margin: 0;
padding: 0;
}

.csssuggest a {
display: block;
height: 27px;
text-decoration: none;
}

.csssuggest img {width: 125px; height: 27px; border: 0; }
* html a:hover {visibility:visible}
.csssuggest a:hover img{visibility:hidden}

/** Buttons CSS for Rollover: Latest Links **/
.csslatest {
position:relative;
background-image: url(images/btnr/latest.jpg);
background-repeat: no-repeat;
display: block;
height: 27px;
margin: 0;
padding: 0;
}

.csslatest a {
display: block;
height: 27px;
text-decoration: none;
}

.csslatest img {width: 91px; height: 27px; border: 0; }
* html a:hover {visibility:visible}
.csslatest a:hover img{visibility:hidden}

/** Buttons CSS for Rollover: Top Hits **/
.csstophits {
position:relative;
background-image: url(images/btnr/tophits.jpg);
background-repeat: no-repeat;
display: block;
height: 27px;
margin: 0;
padding: 0;
}

.csstophits a {
display: block;
height: 27px;
text-decoration: none;
}

.csstophits img {width: 68px; height: 27px; border: 0; }
* html a:hover {visibility:visible}
.csstophits a:hover img{visibility:hidden}

/** Buttons CSS for Rollover: Contact Us **/
.csscontact {
position:relative;
background-image: url(images/btnr/contact.jpg);
background-repeat: no-repeat;
display: block;
height: 27px;
margin: 0;
padding: 0;
}

.csscontact a {
display: block;
height: 27px;
text-decoration: none;
}

.csscontact img {width: 88px; height: 27px; border: 0; }
* html a:hover {visibility:visible}
.csscontact a:hover img{visibility:hidden}

/** Link.tpl **/

.mainlnk{
}
.mainlnk a{
	color:#E21414;
	font-weight:bold;
	text-decoration:none;
}
.mainlnk a:hover{
	text-decoration:underline;
}
.url {
	color: #6f6f6f;
}
.readmorelnk{
	color:#383838;
}
.readmorelnk a{
	color:#343433;
	font-size:10px;
}
.readmorelnk a:hover{
	text-decoration:none;
}
.categorylnk{
}
.categorylnk a{
	color:#313131;
}
.categorylnk a:hover{
	text-decoration:none;
}


/** Main **/
.main{
	background:#F4F4F4;
	border-right:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	vertical-align:top;
}
.leftside{
	background:url(images/leftbg.jpg) repeat-y center;
	width:180px;
}
.leftinside{
	padding:3px 3px 3px 7px;
}
.leftinside h2{
	font-size: 12px;
}
.leftinside a{
	color:#D55A00;
}
.leftinside a:hover{
	text-decoration:none;
}
.stat{
	text-align:right;
	font-weight:bold;
	color:#F52328;
}
.maincontent{
	padding:5px;
	vertical-align:top;
}
.maincontent h2{
	margin:0;
	padding:0;
}
#descr {
	padding: 0px;
	margin: 0 0 5px 0;
}

table.formPage {
	background:#FFFFFF;
	width:750px;
}
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;
}
.spy{
	padding-left:7px;
}	
.spy a{
	color:#D55A00;
}
.spy a:hover{
	text-decoration:none;
}
.label {
	color:#E20F0A;
	font-weight:bold;
	text-align: right;
}
.label td{
	vertical-align:top;
}
.buttons {
	padding-top:15px;
	text-align:center;
}
.count {
   color: #6f6f6f;
   font-size: 8pt;
   font-weight: normal;
}
#links a {
   font-size: 10pt;
}
#links p {
   margin: 0 0 7px 0;
}
.url {
   color: #6f6f6f;
}
#path {
	width:744px;
	padding:3px;
	line-height: 19px;
	margin:0 auto;
	background:url(images/searchbg.jpg) repeat-x center;
}
.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 #333333;
}
textarea.text {
	font-size: 8pt;
	border: 1px solid #333333;
}
select {
	font-size: 8pt;
	border: 1px solid #333333;
}

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

form {
   display: inline;
   margin: 0;
   padding: 0;
}
.btn {
	font-size: 8pt;
	font-weight: bold;
	border: 1px solid #A60C0C;
	color:#ffffff;
	background-color: #D60909;/*#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;
   text-decoration:none;
}
.sort {
   color: #000000;
}
p.subcats {
	margin: 0px 0px 7px 0px;
	padding: 0px;
}
.subcats a{
	color:#181717;
}
.subcats a:hover{
	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: #E29714;
	height: 3px;
	font-size: 1px;
}

table.footer {
	color:#F4F4F4;
    text-align: center;
	padding:5px;
	height:73px;
	width:750px;
	background:url(images/botbg.jpg) repeat-x center;
}
table.footer a {
	color: #ffffff;
}
table.footer a:hover{
	text-decoration:none;
}
.price {
   border: 1px solid #A0A0A0;
}
.price table td{
   margin: 0;
   padding: 2px;
   vertical-align: bottom;
}

.paging-links,
.paging-info {
   text-align:right;
}
.paging-links a{
	color:#E20A0F;
}
.paging-links a:hover{
	text-decoration:none;
}
.paging-info {
   font-style: italic;
}

.limit_field {
   border-width:0;
}
