/*************** Special theme Styles *************************************/
* {
  margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, fieldset, table, ul {
  margin: 1em 0;
}
img {
	border: 0;
}
a:link, a:visited {
color: #424e2a;
text-decoration: underline;
}
a:hover {
text-decoration: none;
color: #4c4c4c;
}
.clear {
clear:both;
}
.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
/* Hides from IE-mac \*/
* html .clearfix { height:1%; }
/* End hide from IE-mac */
body {
  font: 62.5%/1.6 "Trebuchet MS", Tahoma, Verdana, sans-serif;
  background: url(../images/black_php.jpg) top center no-repeat;
  text-align: center;
}
.wrapper {
width: 652px;
margin: 0px auto;
background: url(../images/upper.jpg) no-repeat top left;
font-size: 16px;
position: relative;
left: 30px;
}
.imgmap {
margin: 0px;
padding: 0px;
}
.main {
background: url(../images/content.gif) repeat-y top left;
position: relative;
top: -5px;
}
.all {
background: url(../images/lower-03.jpg) no-repeat bottom left;
width: 652px;
position: relative;
}
.top {
background: url(../images/upper.jpg) no-repeat top left;
width: 652px;
}
.search {
position: absolute;
top: 60px;
right: 130px;
}
.searchbar {
background: url(../images/searchbar.gif) no-repeat top left;
height: 20px;
width: 177px;
padding: 2px;
font-size: 16px;
border: 0px;
position: absolute;
top: 0px;
right: 0px;
}
.searchbut {
border: 0px;
cursor: pointer;
background: url(../images/searchbut.gif) no-repeat top left;
width: 23px;
height: 28px;
position: absolute;
top: 0px;
right: 190px;
}
.container {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
width: 452px;
padding: 120px;
text-align: left;
color: #4c4c4c;
margin: 0px;
}
.container h2 img {
vertical-align: middle;
}
.container h2 {
color: #000;
margin: 15px 5px 5px 5px;
font-weight: bold;
text-align: left;
}
.container h2 a:link, .container h2 a:visited {
color: #424e2a;
font-size: 14px;
padding: 0px;
margin: 0px;
text-decoration: underline;
font-family: "century gothic";
}
.container h2 a:hover {
color: #aacd36;
text-decoration: none;
}
.count {
font-size: 14px;
color: #424e2a;
}
#footer {
color: #000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
/*position: absolute;
bottom: 5px;
left: 50px;*/
width: 450px;
margin: 0px 0px 0px 0px;
padding: 0px;
}
#footer p {
font-size: 12px;
margin: 0px;
padding-top: 0px;
}
#footer a:link, #footer a:visited {
color: #292b22;
text-decoration: none;
}
#footer a:hover, #footer a:active {
color: #fff;
}
h1.pathbar {
margin: 0px;
font-size: 14px;
font-weight: normal;
color: #505050;
margin-left: 5px;
text-align: left;
}
h1.pathbar a:link, h1.pathbar a:visited {
color: #000;
}
h1.pathbar a:hover {
color: #505050;
}

/************************** theme styles **************************************/
.c {
	float: left;
}
.cr {
	clear: left;
}

td {
	vertical-align: top;
	padding: 5px;
}

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

h2 {
	font-size: 10pt;
	margin: 0;
	padding: 0;
}

h3 {
	color: #424e2a;
	font-size: 16px;
	padding: 0;
	margin: 5px 5px;
}
table.formPage {
        padding-top: 20px;
	border: 0px solid #a3927e;
}
td.err {
	padding: 3px;
	color: #FF0000;
	background: #FFEDED;
	border: 1px solid #69634a;
	text-align: left;
}
td.msg {
	padding: 3px;
	color: #0000FF;
	background: #EDF3FF;
	border: 1px solid #69634a;
	text-align: left;
}
.label {
	text-align: right;
}
.buttons {
	border-top: 0px solid #a3927e;
	text-align: center;
}

#featlinks table {
width: 98%;
background: #fffbf0;
border: 1px solid #424e2a;
margin: 5px 5px;
}
#featlinks a {
color: #424e2a;
}
#links table {
width: 98%;
margin: 0px;
border-bottom: 1px solid #999999;
}
#links a {
	font-size: 10pt;
	color: #424e2a;
}
#links p {
	margin: 0 0 15px 0;
       color: #575757;
}
.url {
	font-size: 8pt;
}
#path {
	margin-top: 2px;
	padding: 3px;
	line-height: 19px;
}
.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: 12px;
	font-family: Verdana, Tahoma, Arial, sans-serif;
}
input.text {
background: #fffbf0;
border: 1px solid #424e2a;
color: #424e2a;
font-size: 16px;
width: 256px;
height: 22px;
}
input.text:focus {
border: 1px solid #000; 
}
textarea.text {
background: #fffbf0;
color: #424e2a;
border: 1px solid #424e2a;
}
textarea.text:focus {
border: 1px solid #000; 
}
select {
	font-size: 8pt;
	border: 1px solid #424e2a;
}

.captcha {
	border: 1px solid #424e2a;
	background-color: #c9e6fc;
	color: #0383f3;
	margin-top: 10px;
}

form {
	display: inline;
	margin: 0;
	padding: 0;
}
.btn {
padding: 0.2em;
background: #424e2a;
color: #fffbf0;
border: 1px solid #424e2a;
cursor: pointer;
font-size: 12px;
}

span.req {
	margin-left: 3px;
	margin-right: 3px;
	color: #4c4c4c;
	font-weight: bold;
}

div.errForm, span.errForm {
	margin: 0px 0 0px 5px;
	padding: 2px 3px 2px 3px;
	color: #FF0000;
	background: #FFFFF3;
	border: 1px solid #a3927e;
	text-align: left;
	clear: right;
}
.small, .small a {
	padding: 0px;
	margin: 0px;
	color: #4c4c4c;
	font-size: 7pt;
	text-decoration: none;
}
.sort {
    font-size: 14px;
	color: #424e2a;
}
p.subcats img {
vertical-align: middle;
}
p.subcats {
	margin: 0px 5px 4px 10px;
	padding: 0px;
    color: #424e2a;
	text-align: left;
}
p.subcats a:link, p.subcats a:visited {
font-family: "Trebuchet MS", arial, Verdana, sans-serif;
color: #4c4c4c;
font-size: 14px;
padding: 0px;
margin: 0px;
text-decoration: none;
}
p.subcats a:hover {
color: #424e2a;
text-decoration: underline;
}
div.pr {
	font-size: 6pt;
	color: #4c4c4c;
	float: left;
	height: 30px;
	margin-right: 5px;
}
div.prg {
	width: 40px;
	border: 1px solid #4c4c4c;
	height: 3px;
	font-size: 1px;
}
div.prb {
	background: #424e2a;
	height: 3px;
	font-size: 1px;
}

.price {
	border: 0px solid #63050c;
        color: #424e2a;
}
.price table td{
	margin: 0;
	padding: 4px;
	vertical-align: bottom;
}

.paging-links,
.paging-info {
   text-align:right;
}

.paging-info {
   font-style: italic;
}

.limit_field {
   border: 0 solid transparent;
   border-width:0;
}

#toggleCategTree {
   display:block;
   cursor:pointer;
   color:#6A8AD4;
}

#categtree {
   margin:3px 0;
   height:200px;
   width:300px;
   overflow:auto;
   border:1px dotted #9EC2F3;
   border-width:0 1px 1px;
}

#catTitle { background:#fff; } /* Important for Konqueror */

#categtree h2 {
   margin:0 0 5px;
   padding:2px;
   text-align:center;
   color:#5e74b3;
   background:#DDE5F3;
   vertical-align:middle;
}

#categtree #close_tree {
   right:0;
   padding:1px;
   text-align:center;
   white-space:nowrap;
   cursor:pointer;
}

#categtree .categ-item {
   clear:both;
   margin:3px 5px;
   padding:2px 5px;
   display:block;
   border:1px dotted #CBE2EC;
   border-width:1px 0;
   cursor:pointer;
}

#categtree .categ-item img {
   margin-right:1em;
}

#categtree .odd {
   background:#F8F8FC;
}

#categtree .even {
   background:#fff;
}

#categtree .categ-item:hover {
   background:#eee;
}
