/**
# ######################################################################
# 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 {
	margin: 0; padding: 0;			
	background: #fff repeat-x url(templates/images/bck.gif);
	font-family: Arial;
	font-size: 10pt;
	background-color:#333333;
}
a {
	color: #127fdb;
	text-decoration: none;
}
#page {
	margin: 37px auto 0 auto;
	width: 838px;			
}
#header {
	padding: 0px 20px;
	background: no-repeat url(templates/images/header.jpg);
	height: 150px;
   position: relative;
   width:797px;
}
#title {
	margin: 0;
	padding: 35px 0 5px 0;
	color: #86c7ff;
	font-size: 22pt;
}
#descr {
	margin: 0; padding: 0;
	color: #4899db;
	font-size: 10pt;
}
#toplinks{
	position: absolute;
	background: center center no-repeat url(templates/images/bcktoplinks.gif);
	width: 336px;
	height: 28px;
	border: #c9e2f8 1px solid;
	top: 20px;
	right: 20px;
	line-height: 28px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 9pt;
}
#toplinks a {
	margin: 0px 10px;
	text-decoration: underline;
	color: #fff;
}
#search {
	position: absolute;
	background: center center no-repeat url(templates/images/bcksearch.gif);
	width: 250spx;
	height: 40px;
	border: #c9e2f8 1px solid;
	top: 80px;
	right: 110px;
	color: #fff;
	font-size: 9pt;
}
#search h2 {
	margin: 5px 0 0 10px;
	font-size: 14pt;
	font-style: oblique;
	background: none;
}
#search form {			
	margin: 7px 0 0 0; padding: 0;
	text-align: center !important;
	display:block;
}
#search form * {
	vertical-align: middle;
}
.searchtext {
	width: 200px;
	height: 18px;
	border: #cbe4fa 1px solid;
	margin-right: 10px;
}
#menu {
	padding: 14px 20px 0 0;
	background: top no-repeat url(templates/images/bckmenu.gif);
	height: 42px;
	text-align: left;
}
#menu * {
	vertical-align: top;
}

#menu img {
	margin: 0 5px;
}

#menu div.sep {
	background: no-repeat url(templates/images/menusep.gif);
	width: 2px;
}
#menu div {
	display: inline;
	margin: 0 5px;
	color: #ff9000;
	font-weight: bold;
	font-size: 8pt;
}
#menu div a {
	padding: 6px 11px;
	color: #ff9000;
	text-decoration: none;			
}
#menu div a:hover {
	padding: 5px 10px;		
	background-color: #000000;
	border: #5da0d9 1px solid;
}
#container {
	padding: 10px 40px;
	background: repeat-y url(templates/images/bckcontainer.gif);
	text-align: justify;
}
#footer {
	margin: 0 0 10px 0;
	text-align: center;
	color:#FFFFFF;
	background-color:#999999;
}
#footer a {
	margin: 0 0 10px 0;
	text-align: center;
	color:#0066FF;
}
#footer a:hover {
	margin: 0 0 10px 0;
	text-align: center;
	color:#FFCC00;
	text-decoration:underline;
}

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

h2 {
	font-size: 10pt;
	margin: 0 0 10px 0;
	padding: 0 0 0 10px;
	background: left center no-repeat url(templates/images/bckcats.gif);
	line-height: 27px;
}
h2 a {
	color: #9acc00;
	text-decoration: none;
}
h3 {
	color: #0c7ad5;
	font-size: 8pt;
	padding: 0;
	border-bottom: 1px dotted #0c7ad5;
}


table.formPage {
   margin: 0 auto;
   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;
}
.buttons {
   border-top: 1px solid #A0A0A0;
   text-align: center;
}
.count {
	color: #ffffff;
	font-size: 8pt;
	font-weight: normal;
}
#featlinks a, #links a {
	font-size: 10pt;
	color: #a8ff00;
	text-decoration: none;
}
#featlinks p, #links p {
	margin: 0 0 7px 0;
	font-size: 8pt;
}
.url {
	color: #00eaff;
	font-size: 8pt;
}
#path {
	color: #0c7ad5;
}
#path a {
	color: #0c7ad5;
	text-decoration: none;
}
.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 #5e74b3;
}
textarea.text {
   font-size: 8pt;
   border: 1px solid #5e74b3;
}
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: 8pt;
   font-weight: bold;
   border: 1px solid #5e74b3;
   background-color: #FFAA11;/*#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: #dfd75b;
   font-size:10px;
   text-decoration:none;
}
.sort {
   color: #000000;
}
p.subcats {
	margin: 7px 0px 15px 10px;
	padding: 0px;
	font-size:14px;
}
p.subcats a {
	padding: 0 0 0 10px;
	color: #def8ff;
	font-size:14px;
	text-decoration: none;
	background: left center no-repeat url(templates/images/subcats.gif);
}
p.subcats a:hover{
	padding: 0 0 0 10px;
	color: #eaff00;
	font-size:14px;
	text-decoration:underline;
	background: left center no-repeat url(templates/images/subcats.gif);
}
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: #0c79d5;
   height: 3px;
   font-size: 1px;
}

.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;
}
#wrap{
	top: 20px;
	margin-left:100;
	background-color:#666666;
	width:79%;
	margin-top:5px;
	border:solid; color:#CCCCCC; size:1px;s

}
