/* products */

/* index products */
.products { clear: both; width: 734px; height: 100%; margin: 0 0 5px; padding: 0; background: #f2f6fb; }

	.item {
		position: relative; float: left; width: 237px; min-height: 160px; height: auto !important; height: 160px; margin: 0 5px 5px 0; padding: 0;
		border: 1px solid #cbd5bd; background: #fff; overflow: none;
	}
	.item h1 { position: absolute; line-height: 16px; margin: 0; top: 5px; right: 3px; left: 110px; padding: 0; font-size: 11px; color: #a16463; }
	.item h1 a { padding: 2px 0; text-decoration: underline; color: #000; }
	.item h1 a:hover { text-decoration: none; color: #c10c0c; }
	.item img { position: absolute; top: 5px; left: 5px; }
	.item p { position: absolute; top: 65px; left: 110px; margin: 0; padding: 0; font-size: 11px; color: #70757a; }
	* html .item p { top: 60px; }
	.item p strong { margin: 0 0 0 10px; text-decoration: line-through; color: #880707; }
	.item p span { color: #000; }
	.item p span.code { font-size: 11px; color: #000; }
	.item p span.price { font-size: 11px; color: #c10000; }
	.item p span.buy_now { font-size: 12px; color: #6bb72d; }
	.item p span big { font-weight: bold; font-size: 12px; color: #d90000; }
	.item p a { color: #287bcf; }
		
		/* no border */
		.noibr { margin: 0; }

/* detailed auction */
.detailed { position: relative; clear: both; margin: 0 0 5px; padding: 0; overflow: auto; }

	/* left panel */
	.panel-left { float: left; clear: both; width: 300px; margin: 0 5px 0 0; padding: 5px; border: 1px solid #ddd; }
		
		/* big image */
		.big-image { clear: both; height: 225px; margin: 0 auto; padding: 3px 0; text-align: center; }
		.big-image h2 { margin: 0; padding: 0 0 5px; text-transform: uppercase; font: bold 12px Arial, Tahoma; color: #004cbf; }
		.big-image img { max-width: 200px; max-height: 200px; border: 1px solid #eee; }
		
		/* small thumbs */
		ul.small-thumbs {
		clear: both; height: 100%; margin: 5px 0 0; padding: 5px 2px; list-style-type: none; border: 1px solid #d4dbf5; background: #e7ecfd; text-align: center; }
		ul.small-thumbs li { display: inline; cursor: pointer; }
		ul.small-thumbs li img { max-width: 60px; max-height: 60px; margin: 3px 2px 3px 0; padding: 1px; border: 2px solid #d4dbf5; }
	
	/* right panel */
	.panel-right { float: right; width: 400px; margin: 0; padding: 5px 5px 0; border: 1px solid #ddd; }
	.panel-right h1 { margin: 0; padding: 5px 0; font: bold 13px Arial, Tahoma; color: #1478ff; }
	.panel-right ul { clear: both; margin: 0 0 5px; padding: 0; }
	.panel-right li { line-height: 20px; margin: 3px 0; padding: 0; list-style: none; color: #1e63ca; }
	.panel-right li strong { color: #113c7e; }
	.panel-right li a { display: block; margin: 0; padding: 2px 0; text-decoration: none; color: #8f3232; }
	.panel-right li a:hover { text-decoration: underline; color: #000;}
		
		/* description */
		.description { clear: both; margin: 0 0 10px; padding: 0; color: #1e63ca; }
		.description strong { color: #113c7e; }
		
		.auction { clear: both; margin: 0 0 10px; padding: 5px 5px 0; border: 2px solid #ddd; background: #fff; color: #113c7e; }
		.auction h2 { margin: 0; padding: 0 0 5px; text-transform: uppercase; font: bold 12px Arial, Tahoma; color: #d90000; }
		.auction a { text-decoration: none; color: #c10000; }
		.auction a big { font: bold 12px Arial, Tahoma; color: #c10000; }
		.auction .frm { margin: 5px 0 0; vertical-align: top; }
		.auction input.code { float: none; display: inline; }

