/**
# ######################################################################
# 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 50px;
	background: #27343c repeat-x url(templates/images/bck.gif);
	font-family: Arial; font-size: 11px;
	color: #000;
}
.clear {clear: both; font-size: 0; height: 0;}
h1.logo {
	margin: 0; padding: 0;
	width: 300px; height: 75px;
	background: no-repeat url(templates/images/logo.gif);
}
h1.logo a {
	display: block;
	width: 300px;
	height: 75px;
	line-height: 500px;
	overflow: hidden;
}
#menu {
	background: repeat-x url(templates/images/bckmenu.gif);
}
#menu .right {
	background: right top no-repeat url(templates/images/bckmenuright.gif);
}
#menu .left {
	height: 35px;
	background: left top no-repeat url(templates/images/bckmenuleft.gif);
}
#menu ul {
	margin: 0; padding: 0;
	list-style: none; list-style-type: none;
}
#menu ul li {
	margin: 0 5px; padding: 5px 0 0 0;
	float: left;
	font-family: Tahoma; font-size: 12px;
	color: #d1eeff;			
}
#menu ul li a {
	padding: 0 10px;
	float: left;
	height: 30px; line-height: 25px;
	color: #d1eeff;
	text-decoration: none;
}
#menu ul li a:hover {
	color: #0c1216;
	background-color: #fff;
}
#menu form {
	margin: 5px 0 0 0; padding: 0 10px 0 0;
	float: right;
}
#menu form * {
	vertical-align: middle;
}
#menu form .searchtext {
	margin: 0 5px 0 0; padding: 2px 0 0 0;
	width: 225px; height: 18px;
	background-color: #fff;
	border: #4d5050 1px solid;
	font-family: Arial; font-size: 12px;
}
#container {
	background: #fff left bottom repeat-x url(templates/images/bckcontainerb.gif);
}
* html #container {
	height: 0;
}
#container .br {
	background: right bottom no-repeat url(templates/images/bckcontainerbr.gif);
}
#container .bl {
	padding: 10px 10px 50px 10px;
	background: left bottom no-repeat url(templates/images/bckcontainerbl.gif);
}
#intro {
	margin: 0 0 15px 0;
	height: 225px;
	background: #2c4072 right top no-repeat url(templates/images/bckintro.jpg);			
}
#introcontainer {
	margin: 25px 0 0 100px; padding: 10px;
	float: left;
	width: 50%;
	background-color: #fff;
	border: #666 1px solid;
	filter:alpha(opacity=75);-moz-opacity:.75;opacity:.75;
}
* html #introcontainer {
	margin-left: 50px;
}
#introcontainer h3 {
	margin: 0 0 10px 0; padding: 0;
	font-size: 12px;
	font-family: "Georgia";
	text-transform: uppercase;
	color: #0068a0;
}
#contentcontainer {
	float: left;
	width: 100%;
	margin-right: -260px;
}
#content {
	margin-right: 260px;
}
#path {
	margin: 0 0 15px 0;
	font-size: 11px;
	color: #27343c;
}
#path a {
	color: #27343c;
	text-decoration: underline;
}
#sidebar {
	float: right;
	width: 235px;
}
#sidebar h3 {
	margin: 0 0 15px 0; padding: 0;
	font-family: "Times New Roman"; font-size: 18px; font-weight: normal;
	color: #ff721d;
}
#sidebar a {
	font-size: 12px;
	line-height: 1.50em;
	color: #79b113;
	text-decoration: none;
}
#footer {
	padding: 10px 0 10px 10px;
	font-family: Tahoma; font-size: 12px;
	color: #fefefe;
}
#footer a {
	color: #d1eeff;
	text-decoration: none;
}
.c {
   float: left;
}
.cr {
   clear: left;
}
.navig {
	margin: 15px 0 0 0;
}
td {
   vertical-align: top;
}

h1 {
   font-size: 14pt;
   margin: 5px 0 5px 0;
}

h2 {
	margin: 0 0 5px 0; padding: 0;
	font-size: 14px;
	color: #0068a0;
}
h2 a {
	color: #0068a0;
	text-decoration: none;
}

#catsinner h2 {
	font-size: 12px;
}

#content h3 {
	margin: 20px 0 10px 0; padding: 0;
	font-family: "Times New Roman"; font-size: 18px; font-weight: normal;
	color: #ff721d;
}

#content h3.browse {
	margin: 0 0 15px 0;
}

#descr {
   padding: 0px;
   margin: 0 0 5px 0;
}

table.formPage {
	width: 100%;
	border: 1px solid #9aa9b8;
}
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 #9aa9b8;
	text-align: center;
}
.count {
	color: #6f6f6f;
	font-size: 8pt;
	font-weight: normal;
	vertical-align: middle;
}
#articles h4, h4 {
	margin: 0; padding: 0;
	font-size: 11px;
}
#featlinks table {
	margin: 0 0 3px 0;
	width: 100%;
	border: #c6cbd0 1px dashed;
	background-color: #f1f6f9;
}
#featlinks a, #links a, a {
	color: #0068a0;
	text-decoration: none;
}
#featlinks p, #links p, #articles p, .list p {
	margin: 0 0 7px 0;
}
.url {
	color: #79b113;
}

.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 #9aa9b8;
}
textarea.text {
	font-size: 8pt;
	border: 1px solid #9aa9b8;
}
select {
	font-size: 8pt;
	border: 1px solid #9aa9b8;
}

.captcha {
	border: 1px solid #9aa9b8;
	margin-top: 10px;
}

form {
   display: inline;
   margin: 0;
   padding: 0;
}
.btn {
   font-size: 8pt;
   font-weight: bold;
   border: 1px solid #a1b6c1;
   background-color: #96aebb;
   color: #fff;
   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: 0 0 15px 0; padding: 0;
	color: #27343c;
}
p.subcats a {
	color: #27343c;
	text-decoration: none;
}
div.pr {
   font-size: 6pt;
   color: #000000;
   float: left;
   height: 30px;
   margin-right: 5px;
}
div.prg {
   width: 40px;
   border: 1px solid #1c252a;
   height: 3px;
   font-size: 1px;
}
div.prb {
   background: #596369;
   height: 3px;
   font-size: 1px;
}

.price {
	border: 1px solid #9aa9b8;
	background-color: #d7e5f2;
}
.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;
}