/* catalog subfolders */
#wrapper .content ul.folder {
	margin-top:20px;
	font-weight:bold;
}
ul.folder a {text-decoration:none;}

/* one product card */
div.oneproduct {padding-top:20px}
div.prodheader {width:100%;font:bold 18px 'Arial', 'serif';}
div.prodheader img {margin-left:10px;vertical-align:middle}
div.prodheader div {font:12px 'Arial', 'serif';color:#555;}
div.productbody {clear:both;margin:20px 0px;font:12px 'Arial', 'serif';}
div.productdesc {font:12px 'Arial', 'serif';}
div.prodpic {overflow:hidden;height:1%}
div.prodpic a img {border:1px solid silver;padding:3px;margin:10px 20px 10px 0px;float:left}

/* product in list */
div.product {
	padding:20px 5px 5px 5px;
	border-bottom:1px dashed gray;
	font:12px 'Arial', 'serif';
	height:140px;
	overflow:hidden
}
div.odd {background:#E0E2F2}
div.productname {float:left;width:150px;height:120px;text-align:center}
div.productname a {display:block;clear:both;padding-top:3px;}
div.productname a img {border:1px solid silver;padding:3px;}
div.firstparams {height:100px;margin-left:150px}
/* this is old table from the anonce field */
div.firstparams table {padding:0;margin:0;font-size:12px;border-spacing:0px;border-collapse:collapse;background:white;}
div.firstparams table td {padding:1px;margin:0px;border-bottom:1px dashed silver}
div.firstparams table p {padding:0;margin:0;}
div.listbtm {text-align:right;overflow:hidden}
div.listbtm label {float:left;width:100%;text-align:left}

/* special products */
div.special img {background:#fe5}
.spectext {color:#f92;font:bold 16px 'Arial', 'serif';text-transform:uppercase}

/* avail products */
div.avail img {background:#5e5}
.availtext {color:#292;font:bold 16px 'Arial', 'serif';text-transform:uppercase}

/* avail products */
div.outof img {background:#ddd}
.outofprod {color:#999;font:bold 16px 'Arial', 'serif';text-transform:uppercase}

/* lider */
div.lider img {background:#FF3F3F}
.lider {color:#FF3F3F;font:bold 16px 'Arial', 'serif';text-transform:uppercase}

/* lider park*/
div.l_park img {background:#2133FF}
.lider_park {color:#2133FF;font:bold 16px 'Arial', 'serif';text-transform:uppercase}

/* new model*/
div.new img {background:#FF0F93}
.new {color:#FF0F93;font:bold 16px 'Arial', 'serif';text-transform:uppercase}

/* new model park*/
div.n_park img {background:#00BBFF}
.new_park {color:#00BBFF;font:bold 16px 'Arial', 'serif';text-transform:uppercase}


/* basket button */
div.basket {clear:both;text-align:left}
span.basketbtn {display:block;float:right}
div.basketbtn, span.basketbtn {cursor:pointer;_cursor:hand;}
div.basketbtn img, span.basketbtn img {padding:2px;vertical-align:middle}


/* parameters list */
ul.prodparams li {
	border-bottom:1px dashed gray;
	font:12px 'Arial', 'serif';
	padding:3px 5px;
	text-align:right;
	background:white;
}
ul.prodparams li.odd {background:#E0E2F2}
ul.prodparams li.phdr {font-weight:bold;font-size:14px;text-align:left;}
ul.prodparams li label {float:left;color:#555}
ul.prodparams li span {color:#555}

/* spares search form */
form.searchform {font:12px 'Arial', 'serif';}
form.searchform div {background:#E0E2F2;padding:5px;height:100px}
form.searchform i.rtop, form.searchform i.rbottom {display:block;background:#fff}
form.searchform i.rtop i, form.searchform i.rbottom i{display:block;height:1px;font-size:1px;overflow:hidden;background:#E0E2F2}
form.searchform i.rtop i.r4, form.searchform i.rbottom i.r4{height:2px}
form.searchform i.r1{margin:0 5px}
form.searchform i.r2{margin:0 3px}
form.searchform i.r3{margin:0 2px}
form.searchform i.r4{margin:0 1px}
form.searchform input.priceinp {width:30px}
form.searchform input#mode1, form.searchform input#mode0 {
	margin:0;padding:0;border:0;height:16px;width:16px;background:transparent;
}

/* spares search result */
table.spares {
	font:12px 'Arial', 'serif';
	font-weight:normal;
}
table.spares tr.odd {background:#E0E2F2;}
table.spares th {text-align:center;padding:2px;border-bottom:1px solid silver;padding-top:20px}
table.spares td {padding:3px 5px;}
table.spares td img {cursor:pointer;_cursor:hand;}

/* product to print */
div.printproduct p {font:12px 'Arial', 'serif';}

