/**
# ######################################################################
# Project:     PHPLinkDirectory: Version 2.1.2
#
# **********************************************************************
# 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 {
   	margin: 12px;
	padding: 0;
	background: #FFFFFF;
   	font-family: Verdana, Tahoma, Arial, sans-serif;
   	font-size: 8pt;
	color: #606060;
}
/********************** Header **********************/
#header {
	background-image: url(images/header.gif);
	width: 800px;
	height: 80px;
	margin: 0 auto;
}
#logo {
	float: left;
	padding: 0 0 0 0px;
	}

#logo h1 {
	font-size: 20pt;
   	margin: 6px 0 5px 5px;
}

#logo h4 {
	margin: 0 0 0 6px;
	color: #600060;
	padding: 1;
	font-size: 13px;
	font-weight: normal;
}
#logo a {
	text-decoration: none;
	color: #25569A;
}
.search {
   float: right;
   vertical-align: top;
   padding: 6px 6px 5px 0;
}
.search-input {
   background: #fdfdfd;
   font-size: 13px;
   font-family: tahoma;
   padding: 2px 0 2px 4px;
   text-align: left;
   color: #000000;
   border: 1px solid #A0A0A0;
   width: 160px;
}
.search-btn {
   font-size: 10pt;
   font-weight: bold;
   text-align: center;
   font-family: verdana;
   padding: 2px 5px 5px 5px;
   border: 1px solid #A0A0A0;
   background-image: url(images/btnbg.gif);
   cursor: pointer;
   height: 22px;
}
/********************** End  Header **********************/

/********************** Topbar menu **********************/
.links{
font-family: verdana;
font-size: 11px;
color: #25569A;
font-weight: bold;
text-decoration: none;
}
.links:hover{
color: #707070;
font-weight: bold;
text-decoration: underline;
}
.current-path {
font-family: tahoma;
font-size: 11px;
color: #505050;
font-weight: bold;
text-decoration: none;
}
.current-path:hover{
color: #25569A;
font-weight: bold;
text-decoration: underline;
}


/********************** End  Topbar menu **********************/

.c {
   float: left;
}
.cr {
   clear: left;
}

td {
   vertical-align: top;
   padding: 5px;
}

h1 {
   font-size: 15pt;
   margin: 6px 0 5px 5px;
}

h2 {
   font-size: 10pt;
   margin: 0;
   padding: 1px 0 2px 0px;
}
h2 a {
color: #25569A;
text-weight: bold;
text-decoration: none;   
}
h2 a:hover {
color: #888888;
text-weight: bold;
text-decoration: underline;   
}

h3 {
   color: #909090;
   font-size: 14pt;
   font-family: tahoma;
   padding: 0 0 4px 5px;
   border: 1px solid #ABABAB;
   width: 790px;
}

#descr {
   padding: 0px;
   margin: 2px 0 5px 5px;
}

table.formPage {
   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;
   font-weight: bold;
}
.buttons {
   border-top: 1px dotted #A0A0A0;
   text-align: center;
}
.count {
   color: #404040;
   font-size: 8pt;
   font-weight: normal;
}
#links a {
   font-size: 10pt;
}
#links p {
   margin: 0 0 7px 0;
}
.url {
   color: #6f6f6f;
}
#path {
   font-weight: bold;
   padding: 3px;
   background: url(images/btnbg.gif);
   width: 800px;
   line-height: 23px;
}
.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 {
   background: #EFEFEF;
   font-size: 12px;
   padding: 2px 0 4px 2px;
   text-align: left;
   color: #000000;
   border: 1px solid #707070;
}
textarea.text {
   background: #EFEFEF;
   font-size: 10pt;
   border: 1px solid #707070;
}
select {
   font-size: 8pt;
   border: 1px solid #5e74b3;
}

.captcha {
   border: 1px solid #5e74b3;
   margin-top: 10px;
}

form {
   display: inline;
   margin: 0;
   padding: 0;
}
.btn {
   font-size: 10pt;
   font-weight: bold;
   text-align: center;
   font-family: verdana;
   color: #25569A;
   padding: 2px 5px 5px 5px;
   border: 1px solid #5e74b3;
   background-image: url(images/btnbg.gif);
   cursor: pointer;
   height: 26px;
}

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 18px;
   padding: 0px;
}
p.subcats a{
   color: #606060;
   font-weight: normal;
   text-decoration: none;
}
p.subcats a:hover{
   color: #000000;
   font-weight: normal;
   text-decoration: none;
}


div.pr {
   font-size: 8pt;
   font-family: tahoma;
   font-weight: bold;
   color: #505050;
   float: left;
   height: 30px;
   margin: 0px 5px 0 0;
   padding:0px;
}
div.num {
   font-size: 25pt;
   font-family: tahoma;
   font-weight: bold;
   text-align: center;
   color: #25569A;
   float: center;
   
}
div.num-na {
   font-size: 2.9em;
   font-family: tahoma;
   font-weight: bold;
   text-align: center;
   color: #25569A;
   float: center;
   padding-bottom: 15px;
}
div.prg {
   width: 60px;
   border: 1px solid #707070;
   height: 5px;
   font-size: 1px;
   margin: 2px 0 0 0;
}
div.prb {
   background: #25569A;
   height: 5px;
   font-size: 1px;
}

div.footer {
   bottom:0;
   clear:both;
   text-align: center;
   border: 1px solid #CDCDCD;
   padding: 5px 0 0 0;
   margin-top: 50px;
   background-image: url(images/btn_on.gif);
   height: 22px;
}
div.footer a {
   color: #353535;
   text-decoration: none;
}
div.footer a:hover {
   color: #25569A;
   text-decoration: underline;
}
.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;
}

.bids{
font-family: tahoma;
font-size: 16px;
color: #25569A;
text-decoration: none;
font-weight: bold;
}
.bids:hover{
font-family: tahoma;
font-size: 16px;
color: #505050;
border-bottom: 2px solid #909090;
padding-bottom: 2px;
font-weight: bold;
}

.bid_link_info{
	width:75px;
	height: 40px;
	text-align:center;
	padding: 1px;
}
.bid_unit{
	background-image: url(images/bid_bg.gif);
	border: 0px solid #707070;
	width:75px;
	height: 30px;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	padding-top: 12px;
	margin-top: 3px;
}

.changebid{
	background: #ECECEC;
	border: 1px solid #707070;
	width:75px;
	height: 14px;
	color: #000000;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	padding: 4px 5px 5px 5px;
}
.changebid:hover{
	background: #DEDEDE;
	border: 1px solid #707070;
	width:75px;
	height: 14px;
	color: #25569A;
	font-size: 10px;
	font-weight: bold;
	padding: 4px 5px 5px 5px;
}

#gap {
	margin-top: 6px;
}
