/**
# ######################################################################
# 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: 50px 0 35px 0;
	background-color: #1c1c1c;
	font-family: Arial; font-size: 12px;
	color: #fff;
}
.clear {clear: both; font-size: 0; height: 0;}
a {
	color: #fff;
	text-decoration: none;
}
#page {
	margin: 0 auto;
	width: 920px;			
}
#header {
	position: relative;
	height: 175px;
	background: no-repeat url(templates/images/bckheader.jpg);
}
#header h1 {
	position: absolute;
	margin: 0; padding: 0;
	top: 65px; right: 50px;
	font-size: 36px; font-weight: normal;
}
#header h1 a {
	color: #000;
	text-decoration: none;
}
#search {
	margin: 0; padding: 0;
	display: block;
	text-align: center;
	height: 30px;
	background: repeat-x url(templates/images/bcksearch.gif);
	font-family: Arial; font-size: 12px;
	color: #fff;
}
#search * {
	vertical-align: middle;
}
#search .searchtext {
	margin: 0 5px; padding: 0;
	width: 200px; height: 20px;
	background-color: #b1b1b1;
	border: #121212 1px solid;
	border: none;
}
#container {
	padding: 2px;
	background-color: #121212;
}
* html #container {
	height: 0;
}
#leftcontainer {
	float: left;
	width: 100%;
	margin-right: -220px;
}
#left {
	margin-right: 220px;
}
#sidebar_left {
	float: left;
	width: 180px;
}
#contentcontainer {
	float: right;
	width: 100%;
	margin-left: -220px;
}
#content {
	margin-left: 220px;
	padding: 10px 0 0 0;
}
#sidebar_right {
	float: right;
	width: 180px;
}
#sidebar_left h3, #sidebar_right h3 {
	margin: 0; padding: 0 10px 0 0;
	height: 35px; line-height: 35px;
	text-align: right;
	background: repeat-x url(templates/images/bcksidebarh3.gif);
	font-family: "Arial Black"; font-size: 15px;
	font-weight: normal;
	color: #00edec;
}
#sidebar_left h3 span, #sidebar_right h3 span {
	padding: 2px 5px;
	background-color: #2b2b2b;
}
#sidebar_left .m, #sidebar_right .m {
	margin: 0 0 2px 0;
	background: repeat-y url(templates/images/bcksidebarmiddle.gif);
}		
#sidebar_left .b, #sidebar_right .b {
	padding: 10px 10px 15px 10px;
	background: left bottom no-repeat url(templates/images/bcksidebarbottom.gif);
}
#sidebar_left strong {
	display: block;
	margin: 5px 0 0 0;
	font-size: 14px;
}
#sidebar_left ul {
	margin: 10px 0 0 40px; padding: 0;
	list-style: none; list-style-type: none;
}
#sidebar_left ul li {
	margin: 5px 0;
	list-style-image: url(templates/images/bcksidebarli.gif);
	line-height: 11px;
}
#sidebar_left ul li a {
	color: #fff;
	text-decoration: none;
}
#sidebar_left, #sidebar_right {
	font-size: 12px;
	color: #fff;
}
#sidebar_left a, #sidebar_right a {
	color: #fff;
	text-decoration: underline;
}
#footer {
	margin: 5px 0 0 0;
	text-align: center;
	font-size: 10px;
	color: #cdcecd;
}
#footer a {
	color: #fff;
}
.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;
	font-size: 12px;
	color: #fff;
	text-decoration: underline;
}
h2 a {
	color: #fff;
	text-decoration: underline;
}

#content h3 {
	margin: 20px 0; padding: 0;
	font-size: 12px;
	color: #00fefb;
	border-bottom: #00fefb 1px dashed;
}

#descr {
   padding: 0px;
   margin: 0 0 5px 0;
}

table.formPage {
	width: 100%;
	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 {

}
#featlinks a, #links a {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
#featlinks p, #links p, .list p {
	margin: 0 0 7px 0;
}
.url {
	color: #bfbfbf;
}
#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, .btn {
   font-size: 8pt;
   font-family: Verdana, Tahoma, Arial, sans-serif;
}
input.text {
	color: #000000;
	border: 1px solid #111111;
}
textarea.text {
	font-size: 8pt;
	border: 1px solid #111111;
}
select {
	font-size: 8pt;
	border: 1px solid #111111;
}

.captcha {
	border: 1px solid #111111;
	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: #9f9f9f;
   font-size:9px;
   text-decoration:none;
}
.sort {
   color: #fff;
}
p.subcats {
	margin: 0 0 15px 0; padding: 0;
	color: #00f2f1;
}
p.subcats a {
	color: #00f2f1;
	text-decoration: none;
}
div.pr {
   font-size: 6pt;
   color: #fff;
   float: left;
   height: 30px;
   margin-right: 5px;
}
div.prg {
   width: 40px;
   border: 1px solid #333;
   height: 3px;
   font-size: 1px;
}
div.prb {
   background: #b1b1b1;
   height: 3px;
   font-size: 1px;
}

.price {
	background-color: #1c1c1c;
	border: #A0A0A0 1px solid;
}
.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;
}
#linkbox{

width:600px;
margin-right:auto;
margin-left:auto;
}

