/**
# ######################################################################
# 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 0 50px 0; padding: 0;
	background-color: #ececec;
	font-family: Verdana; font-size: 11px;
}
.clear {clear: both;}
#header {
	height: 80px;
	background: center top no-repeat url(templates/images/bckheader.gif);
}
#header h1 {
	margin: 0; padding: 0;
	width: 300px; height: 80px;
	background: no-repeat url(templates/images/logo.gif);
}
#header h1 a {
	display: block;
	width: 300px;
	height: 80px;
	line-height: 500px;
	overflow: hidden;
}
#menu {
	height: 45px; line-height: 45px;
	background: repeat-x url(templates/images/bckmenu.gif);
	text-align: center;
	font-size: 0;
}
#menu * {
	vertical-align: middle;
}
#menu a {
	margin: 0; padding: 16px 20px 17px 20px;
	font-family: Tahoma; font-weight: bold; font-size: 11px;
	color: #fff;
	text-decoration: none;
}
* html #menu a {
	padding: 17px 20px;
}
#menu a:hover {
	background: repeat-x url(templates/images/bckmenulinkro.gif);
}
#menu img {
	height: 45px;
	width: 2px;
}
#container {
	margin: 0 50px; padding: 10px;
	background-color: #fff;
	border: #e5e5e5 1px solid; border-top: none;
	background-color: #fff;
}
#contentcontainer {
	float: left;
	width: 100%;
	margin-right: -225px;
}
#content {
	margin-right: 225px;
}
#content h3, #sidebar h3, #path {
	margin: 20px 0; padding: 0 0 0 15px;
	height: 30px; line-height: 30px;
	background: repeat-x url(templates/images/bckh3.gif);
	border-left: #e33e05 1px solid; border-right: #e33e05 1px solid;
	font-size: 12px; font-weight: bold;
	color: #fff;
}
#path {
	margin: 0 0 10px 0;
}
#path a {
	color: #fff;
	text-decoration: none;
}
#sidebar h3 {
	margin: 0;
}
#sidebar {
	float: right;
	width: 200px;
}
#sidebar div {
	margin: 0 0 10px 0; padding: 10px 5px 20px 5px;
	background: #feedd2 left bottom no-repeat url(templates/images/bcksidebarbottom.gif);
}
#sidebar form {
	margin: 0 0 15px 0; padding: 17px 0 0 0;
	display: block;
	height: 38px;
	background: no-repeat url(templates/images/bcksearch.gif);
	text-align: center;
}
#sidebar form * {
	vertical-align: middle;
}
#sidebar .searchtext {
	margin: 0 2px 0 0; padding: 2px 0 0 0;
	border: none;
	background-color: #fff;
	width: 140px; height: 18px;
}
#sidebar a {
	padding: 0 0 0 22px;
	background: left center no-repeat url(templates/images/bcksidebarlink.gif);
	color: #eb5826;
	text-decoration: none;
}
#sidebar hr {
	border: none;
	border-top: #fddcad 1px solid; border-bottom: #fef6e7 1px solid;
}
#footer {
	margin: 10px 0 0 0;
	text-align: center;
	color: #8c8c8c;
}
#footer a {
	color: #8c8c8c;
	text-decoration: none;
}
.navig {
	margin: 15px 0 0 0;
}
.c {
   float: left;
}
.cr {
   clear: left;
}

td {
   vertical-align: top;
}

h1 {
   font-size: 14pt;
   margin: 5px 0 5px 0;
}

h2 {
	margin: 0 0 5px 0; padding: 0 0 0 22px;
	background: left center no-repeat url(templates/images/cats.gif);
	font-size: 12px;
	color: #eb5826;
}
h2 a {
	color: #eb5826;
	text-decoration: none;
}

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

table.formPage {
	border: 1px solid #e33e05;
	width: 100%;
}
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 #e33e05;
	text-align: center;
}
.count {
	font-weight: normal;
}
#featlinks a, #links a, a {
	font-size: 11px;
	color: #eb5826;
	text-decoration: none;
}
#featlinks p, #links p {
	margin: 0 0 7px 0;
}
.url {
   color: #6f6f6f;
}
.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 #e33e05;
}
textarea.text, #message {
	font-size: 8pt;
	border: 1px solid #e33e05;
}
select {
	font-size: 8pt;
	border: 1px solid #e33e05;
}

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

form {
   display: inline;
   margin: 0;
   padding: 0;
}
.btn {
   font-size: 8pt;
   font-weight: bold;
   border: 1px solid #e33e05;
   background-color: #feedd2;
   color: #212121;
   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: #fff;
   font-size:9px;
   text-decoration:none;
}
.sort {
   color: #000000;
}
p.subcats {
	margin: 0 0 15px 22px; padding: 0;
	color: #8d8c8c;
}
p.subcats a {
	color: #8d8c8c;
	text-decoration: none;
}
div.pr {
   font-size: 6pt;
   color: #000000;
   float: left;
   height: 30px;
   margin-right: 5px;
}
div.prg {
   width: 40px;
   border: 1px solid #e8c03a;
   height: 3px;
   font-size: 1px;
}
div.prb {
   background: #ffc70d;
   height: 3px;
   font-size: 1px;
}

.price {
	border: 1px solid #e33e05;
	background-color: #edddd8;
}
.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;
}
