body {
    background: url(../images/mainbg.jpg) repeat-y center;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 8pt;
}
.c {
	float: left;
}
.cr {
	clear: left;
}
h1 {
	color:#000000;
	font-size: 10pt;
	margin: 0px 2 5px 0;
}

h2 {
	color:#000000;
	font-size: 7pt;
	margin: 0px 0 5px 0;
}
h2 a{
	color:#2E8BD3;
	font-size: 11px;
	font-weight:bold;
	text-decoration:none;
}
h2 a:hover{
	color:#1B5E91;
}
h3 {
	color: #1B1B1B;
	font-size: 8pt;
	padding: 0;
	border-bottom: 1px solid #EDEBEB;
}

/** Buttons CSS for Rollover: Home **/
.csshome {
position:relative;
background-image: url(../images/btnr/home.jpg);
background-repeat: no-repeat;
display: block;
height: 27px;
margin: 0;
padding: 0;
}

.csshome a {
display: block;
height: 27px;
text-decoration: none;
}

.csshome img {width: 77px; height: 27px; border: 0; }
* html a:hover {visibility:visible}
.csshome a:hover img{visibility:hidden}

/** Buttons CSS for Rollover: Submit **/
.csssubmit {
position:relative;
background-image: url(../images/btnr/submit.jpg);
background-repeat: no-repeat;
display: block;
height: 27px;
margin: 0;
padding: 0;
}

.csssubmit a {
display: block;
height: 27px;
text-decoration: none;
}

.csssubmit img {width: 91px; height: 27px; border: 0; }
* html a:hover {visibility:visible}
.csssubmit a:hover img{visibility:hidden}


/** Buttons CSS for Rollover: Suggest Category **/
.csssuggest {
position:relative;
background-image: url(../images/btnr/suggest.jpg);
background-repeat: no-repeat;
display: block;
height: 27px;
margin: 0;
padding: 0;
}

.csssuggest a {
display: block;
height: 27px;
text-decoration: none;
}

.csssuggest img {width: 125px; height: 27px; border: 0; }
* html a:hover {visibility:visible}
.csssuggest a:hover img{visibility:hidden}

/** Buttons CSS for Rollover: Latest Links **/
.csslatest {
position:relative;
background-image: url(../images/btnr/latest.jpg);
background-repeat: no-repeat;
display: block;
height: 27px;
margin: 0;
padding: 0;
}

.csslatest a {
display: block;
height: 27px;
text-decoration: none;
}

.csslatest img {width: 91px; height: 27px; border: 0; }
* html a:hover {visibility:visible}
.csslatest a:hover img{visibility:hidden}

/** Buttons CSS for Rollover: Top Hits **/
.csstophits {
position:relative;
background-image: url(../images/btnr/tophits.jpg);
background-repeat: no-repeat;
display: block;
height: 27px;
margin: 0;
padding: 0;
}

.csstophits a {
display: block;
height: 27px;
text-decoration: none;
}

.csstophits img {width: 68px; height: 27px; border: 0; }
* html a:hover {visibility:visible}
.csstophits a:hover img{visibility:hidden}

/** Buttons CSS for Rollover: Contact Us **/
.csscontact {
position:relative;
background-image: url(../images/btnr/contact.jpg);
background-repeat: no-repeat;
display: block;
height: 27px;
margin: 0;
padding: 0;
}

.csscontact a {
display: block;
height: 27px;
text-decoration: none;
}

.csscontact img {width: 88px; height: 27px; border: 0; }
* html a:hover {visibility:visible}
.csscontact a:hover img{visibility:hidden}

/** Link.tpl **/

.mainlnk{
}
.mainlnk a{
	color:#BE0000;
	font-weight:bold;
	text-decoration:none;
}
.mainlnk a:hover{
	text-decoration:underline;
}
.url {
	color: #6f6f6f;
}
.readmorelnk{
	color:#383838;
}
.readmorelnk a{
	color:#343433;
	font-size:10px;
}
.readmorelnk a:hover{
	text-decoration:none;
}
.categorylnk{
}
.categorylnk a{
	color:#313131;
}
.categorylnk a:hover{
	text-decoration:none;
}

/** Category Search **/

.list a{
	color:#CD1B1B;
}
.list a:hover{
	text-decoration:none;
}

/** Main **/
.main{
	background:#FFFFFF;
	border-right:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	vertical-align:top;
}
.leftside{
	background-color:#FFFFFF;
	width:180px;
}
.leftinside{
	padding:3px 3px 3px 7px;
}
.leftinside h2{
	font-size: 12px;
}
.leftinside a{
	color:#000000;
}
.leftinside a:hover{
	color:#000000;
}
.stat{
	text-align:right;
	font-weight:bold;
	color:#F52328;
}
.maincontent{
	padding:5px;
	vertical-align:top;
}
.maincontent h2{
	margin:0;
	padding:0;
}
#descr {
	padding: 0px;
	margin: 0 0 5px 0;
}

table.formPage {
	background:#FFFFFF;
	width:750px;
}


table.formPage2 {
	background:#FF66CC;
	width:750px;
}


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;
}
.spy{
	padding-left:7px;
}	
.spy a{
	color:#000000;
}
.spy a:hover{
	text-decoration:none;
}
.label {
	color:#E20F0A;
	font-weight:bold;
	text-align: right;
}
.label td{
	vertical-align:top;
}
.buttons {
	padding-top:15px;
	text-align: center;
}
.count {
	color: #9B9B9B;
	font-size: 8pt;
	font-weight: normal;
}
#path {
	width:744px;
	padding:3px;
	line-height: 19px;
	margin:0 auto;
	background:url(../images/searchbg.jpg) repeat-x center;
}
.submit {
	float: right;
	vertical-align: bottom;
}
#user-bar {
   width:750px;
   margin:0 auto;
   padding:3px;
   background:#ffffff;
   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 #333333;
}
textarea.text {
	font-size: 8pt;
	border: 1px solid #333333;
}
select {
	font-size: 8pt;
	border: 1px solid #333333;
}

.captcha {
	border: 1px solid #333333;
	margin-top: 10px;
}

form {
	display: inline;
	margin: 0;
	padding: 0;
}
.btn {
	font-size: 8pt;
	font-weight: bold;
	border: 1px solid #000000;
	color:#ffffff;
	background-color: #2E8BD3;/*#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;
}
.small, .small a {
	padding: 0px;
	margin: 0px;
	color: #909090;
	font-size: 7pt;
	text-decoration: none;
}
.sort {
	color: #000000;
}
p.subcats {
	margin: 0px 0px 7px 0px;
	padding: 0px;
}
.subcats a{
	color:#181717;
}
.subcats a:hover{
	text-decoration:none;
}
div.pr {
	font-size: 6pt;
	color: #000000;
	float: left;
	height: 30px;
	margin-right: 5px;
}
div.prg {
	width: 40px;
	border: 1px solid #999999;
	height: 3px;
	font-size: 1px;
}
div.prb {
	background: #E29714;
	height: 3px;
	font-size: 1px;
}

table.footer {
	color:#F4F4F4;
    text-align: center;
	padding:5px;
	height:73px;
	width:750px;
	background:url(../images/botbg.jpg) repeat-x center;
}
table.footer a {
	color: #ffffff;
}
table.footer a:hover{
	text-decoration:none;
}
.price {
}
.price table td{
	margin: 0;
	padding: 2px;
	vertical-align: bottom;
}
.navig{
	padding-top:10px;
}
.paging-links,
.paging-info {
   text-align:right;
}
.paging-links a{
	color:#E20A0F;
}
.paging-links a:hover{
	text-decoration:none;
}
.paging-info {
   font-style: italic;
   color:#515151;
}

.limit_field {
   border: 0 solid transparent;
   border-width:0;
}

#toggleCategTree {
   display:block;
   cursor:pointer;
   cursor:hand;
   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;
   cursor:hand;
}

#categtree .categ-item {
   clear:both;
   margin:3px 5px;
   padding:2px 5px;
   display:block;
   border:1px dotted #CBE2EC;
   border-width:1px 0;
   cursor:pointer;
   cursor:hand;

}

#categtree .categ-item img {
   margin-right:1em;
}

#categtree .odd {
   background:#F8F8FC;
}

#categtree .even {
   background:#fff;
}

#categtree .categ-item:hover {
   background:#eee;
}

/* selfmade */

#leftbar-selfmade {
	width: 165px;
	color: #FFFFFF;
	background-color: #10162C;
	margin-left: 0px;
	margin-top: 0px;
}

.leftbar-selfmade2 {
	color: #FFFFFF;
}

.leftbar-selfmade2 a {
	color: #FFFFFF;
	text-decoration: none;
}