
.item {
	padding: 20px 15px 0px 0px;
	font-size: 10pt;
}

.priceb {
	font-size: 12pt;
	color: #cc0234;
	font-weight: bold;
	white-space: nowrap;
}

.product-head { 
	min-width: 560px; 
	width: 100%;
	max-width: 780px;
	height: 200px;
	position: relative;
	border: 1px solid white;
}

* html .product-head { width: 98%; }

.product-head .pblock { width: 200px; height: 200px; float: left; }


.product-head .cblock { width: 40%; float: left; height: 200px; position: relative; }
.product-head .cblock .prices { padding-top: 25px; float: left; width: 120pt; margin-bottom: -30px; }
.product-head .cblock .prices .price { white-space: normal; line-height: 23px; }
.product-head .cblock .order { padding-top: 25px; float: left; width: 80pt; }
.product-head .cblock .order .count { margin-bottom: 5px; }
.product-head .cblock .order .buy { }

.product-head .thumbs { position: absolute; top: 150px; left: 200px; }

* html .product-head .thumbs { position: relative; margin-top: -10px; left: 0; top: 0; }


.product-head .rblock { height: 200px; text-align: right; }
.product-head .rblock p.print {  margin-top: 0; margin-bottom: 2pt; }
.product-head .rblock p.print img { vertical-align: middle; }

.product-head .breaker { width: 100%; float: left; font-size: 1px; height: 1px; }

p.pdf { margin-top: 0; margin-bottom: 10px; }
p.pdf img { vertical-align: middle; }

/* jquery product opener block */

.product-header .picture .thumbs a {
	display: block;
	margin: 5pt 0;
}

/* JQuery Viewer-Opener */
.big-image-box {
	position: absolute;
	background: white;
	z-index: 5;
	padding: 0px;
	left: 0;
	top: 0;
}

.big-image-box .topdiv {
	text-align: right;
	background: #f6f6f6;
	padding-bottom: 10px;
	min-height: 35px;
	height: auto !important;
	height: 35px;
}

.thumb-box {
	margin: 10px 10px 0 20px;
	text-align: center;
}

.thumb-box a img {
	height: 30px;
}

.thumb-box a {
	border: 1px solid white;
	margin-right: 10px;
	display: block;
	padding: 5px;
	outline: none;
}

a.thumb-pic.active {
	border: 1px solid red;
}

.thumb-box a:hover {
	border: 1px solid gray;
}

a.thumb-pic.active:hover {
	border: 1px solid red;
}

.big-box {
	clear: both;
	margin: 20px;
	background-image: url("../img/loading.jpg") ;
	background-repeat: no-repeat ;
	background-position: center center ;
}

#cur-image-box {
	display: none;
}

.thumb-box-a {
	float: left;
}

.big-image-box h1 {
	text-align: center;
	margin: 0 20px;
	color: #de2f00;
	font-size: 14px;
}

.overlay {
	background: black;
	position: absolute;
	z-index: 1;
	top: 0;
	left:0;
	width: 100%;
	opacity: 0.8;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}
/* JQuery Viewer-Opener END */

