/**
# ######################################################################
# 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 10px 0; padding: 0;
	background-color: #e2dde5;
	font-family: Tahoma;
	color: #ededed;
}
a {
	color: #fff;
	text-decoration: none;
}
#header {
	height: 222px;
	position: relative;
}
#logo {
	position: absolute;
	left: 0; top: 0;
	z-index: 1;
	border: none;
}
#adverts {
	position: absolute;
	top: 50px;
	right: 50px;
	width: 468px;
	height: 60px;
}
#menu {
	position: relative;
	top: 149px;
	height: 32px; line-height: 30px;
	background-color: #6d2c9a;
	font-size: 0;
	padding: 0 0 0 280px;
}
#menu a {
	margin: 0 25px 0 0;
	font-size: 14px; font-weight: bold;
	color: #fff;
	text-decoration: none; text-transform: uppercase;
}
#search {
	position: relative;
	top: 149px;
	height: 41px;
	background: repeat-x url(templates/images/bcksearch.gif);
}
#search .rss {
	margin: 15px 200px 0 0;
	float: right;
	border: none;
}
#search form {
	margin: 0 0 0 300px; padding: 5px 0 0 0;
	display: block;
}
#search form * {
	vertical-align: middle;
}
.searchtext {
	margin: 0 20px 0 0; padding: 3px 0 0 0;
	width: 300px;
	height: 22px;
	border: none;
	background-color: #fff;
}
#container {
	margin: 15px auto 30px auto;
	width: 975px;
	background: repeat-y url(templates/images/bckcontainer.gif);
	font-size: 0;
}
#sidebarleft {
	float: left;
}
#sidebarright {
	float: right;
}
#sidebarleft, #sidebarright {
	width: 210px;
	font-size: 12px;
	color: #6d2c9a;
}
#sidebarleft a, #sidebarright a {
	color: #6d2c9a;
	text-decoration: none;
}
#sidebarleft div, #sidebarright div {
	margin: 5px 0 10px 0;
	padding: 0 10px;
}
#content {
	float: left;
	margin: 0 0 0 10px;
	width: 505px;
	padding: 0 15px;
	font-size: 12px;
}
#footer {
	position: relative;
	background: repeat-x url(templates/images/bckfooter.gif);
	height: 41px; line-height: 41px;
	text-align: center;
	font-size: 13px; font-weight: bold;
	color: #fff;
}
#footer a {
	color: #fff;
	text-decoration: none;
}

#footer h5 {
	color: #eaeaea;
	font-size: 10pt;
	text-transform: lowercase;
	text-decoration: none;
	margin-left: 10%;
	margin-right: 10%;
	font-weight: normal;
}

#footer h5 a {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	}

.blankleft, .blankright {
	position: absolute;
	width: 90px;
	height: 15px;
	background-color: #e2dde5;
}
.blankleft {
	border-top: #c3b6cb 1px solid;
	border-right: #c3b6cb 1px solid;
	left: 0; bottom: -1px;		
}
.blankright {
	border-top: #c3b6cb 1px solid;
	border-left: #c3b6cb 1px solid;
	right: 0; bottom: -1px;		
}
* html .blankright {
	right: -1px;
}
.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;
	background: left center no-repeat url(templates/images/cats.gif);
}

h2 a {
	margin: 0 0 0 20px;
	color: #fff;
	text-decoration: none;
}

h3 {
	color: #eaeaea;
	font-size: 13px;
	margin: 20px 0; padding: 0;
	border-bottom: #eaeaea 1px dashed;
}

#descr {
   padding: 0px;
   margin: 0 0 5px 0;
}

table.formPage {
	border: 1px solid #79329a;
	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 #79329a;
	text-align: center;
}
.count {
	color: #fff;
}
#articles h4, h4 {
	margin: 0; padding: 0;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}
#featlinks a, #links a, .smallDesc a, h4 a {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
#featlinks p, #links p, #articles p, .list p {
	margin: 0 0 7px 0;
}
.url {
	color: #eee;
}
#path {
	margin: 0 0 15px 0;
	padding: 5px;
	background-color: #812db2;
	color: #fff;
}
#path a {
	color: #fff;
	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;
}

#linkbox a{
color:purple;

}

#linkbox{

width:600px;
margin-right:auto;
margin-left:auto;
}
form {
   display: inline;
   margin: 0;
   padding: 0;
}
.btn {
   font-size: 8pt;
   font-weight: bold;
   border: 1px solid #5e74b3;
   background-color: #93e1ff;
   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: #eee;
   font-size:9px;
   text-decoration:none;
}
.sort {
   color: #fff;
}
p.subcats {
	margin: 0px 0px 15px 20px;
	padding: 0px;
	line-height: 1.5em;
}
p.subcats a {
	padding: 0 0 0 21px;
	color: #fff;
	text-decoration: none;
	background: left center no-repeat url(templates/images/subcats.gif);
}
div.pr {
   font-size: 6pt;
   color: #fff;
   float: left;
   height: 30px;
   margin-right: 5px;
}
div.prg {
   width: 40px;
   border: 1px solid #999;
   height: 3px;
   font-size: 1px;
}
div.prb {
   background: #93e1ff;
   height: 3px;
   font-size: 1px;
}

.price {
	border: 1px solid #79329a;
}
.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;
}