.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: 500px; 
	width: 100%;
	max-width: 780px;
	height: 220px;
	position: relative;
	border: 1px solid white; 
	margin-bottom: 10px;
}
* html .product-head { width: 98%; }

.product-head .pblock { width: 200px; height: 200px; float: left; }


.product-head .cblock { float: left; position: relative; margin-left: 10px; }
.product-head .cblock .price { white-space: normal; line-height: 23px; margin-top: 20pt; }
.product-head .cblock .order { float: left; }

/* thumbnail stuff */

.product-head .thumbs { position: absolute;  z-index: 4; left: 0; bottom: 10px; padding-left: 200px; }
* html .product-head .thumbs { position: relative; float: left; height: 52px; padding-left: 0; left: auto; bottom: auto; }


.product-head .thumbs a { width: 50px; height: 50px; text-align: center; display: block; margin: 0 10px; float: left; border: 1px solid #a0a0a0; text-decoration: none; }
.product-head .thumbs a:hover { border-color: red; }

* html .product-head .thumbs a { position: relative; top: 0; }

* html  div.thumbs a img { -ms-interpolation-mode: bicubic; }


.product-head .rblock { text-align: right; }
.product-head .rblock p.print {  margin-top: 10pt; margin-bottom: 2pt; }
.product-head .rblock p.print img { vertical-align: middle; }


.product-head .rblock p.pdf { margin-top: 0; margin-bottom: 10px; }
.product-head .rblock p.pdf img { vertical-align: middle; }

.product-head .breaker { width: 100%; float: left; font-size: 1px; height: 1px; }

/* parameters table */

table.params-table { border: none; width: 90%; max-width: 700px; }
table.params-table td { border-bottom: 1px solid #d8d8d8; padding: 5px 15px 5px 0;   }
table.params-table td.name { width: 170pt; }


/* JQuery Viewer-Opener */
.big-image-box {
	position: absolute;
	background: white;
	z-index: 15;
	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: 10;
	top: 0;
	left:0;
	width: 100%;
	opacity: 0.8;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}
/* JQuery Viewer-Opener END */


#linkproducts { margin-top: 10pt; }

#linkproducts .item { 
	width: 240px; height: 240px; float: left; 
	padding: 0; position: relative; border: 0; /*1px solid #a0a0a0; */
	background: #ffffff; margin: 10px; 
}
#linkproducts .nameplace { font-size: 12px; line-height: 15px; height: 45px; text-align: center; } 
#linkproducts .i-innertube { margin: 10px 10px; }
#linkproducts .item .pblock { width: 100%; height: 130px; }
#linkproducts .item .prices { position: absolute; bottom: 10px; left: 10px; text-align: center; width: 230px; }
#linkproducts .item .prices a.buy { margin: 0 auto; }

