/* print styles  .top-background {display:none; } */



@media print {
.page-bottom {  display: none; } 
.header { display:none; }
.left-content { display:none } ;
.right-content { display:none } ;
.top-background { background-image:none;}
.bottom-main-menu-promo { display:none; }
.left-menu-box { display:none; }
.news {display:none } 
.header-banner { display:none; }
.adv-search-fields { display:none; }
.adv-search { display:none ; }
.basket-box { display:none; }



body {
	position:absolute;
	margin: 0;
	padding:0;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
color: #000000;
background-color: #FFFFFF;
  background-color: white !important;
  background-image: none !important;
}



.details{
	display:block !important;
	clear: both;
	background: url("../images/bg_details.png") left top no-repeat;
}
.details-content{
	display:block;
	min-height: 300px;
	height: auto !important;
	height: 300px;
}
.similar{
	background: url("../images/bg_similar.png") left top no-repeat;
	width: 143px;
	height: 18px;
	display: block;
	float: right;
	margin: 4px 28px 0 0 ;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	padding: 2px 0 0 0; 
}
.details-img{
	width: 200px;
	height: 250px;
	float: left;
	text-align: center;
	padding-left: 5px;	
	display:block;
}
.zoom{
	padding: 10px 0 20px 0;
}
.specification{
	text-align: left;
	padding-left: 40px;
	line-height: 14px;
}
.details-content div.text-box{
	clear: none;
	width: 335px;
	float: left;
}
.details-content div.text-box p{
	padding-right: 20px;
	padding-top: 10px;
}
.details-content div.text-box span{
	color: #86a810;
	margin-bottom: 5px;
	display: block;	
}
.details-price{
	clear: both;
	padding-left: 15px;
	padding-bottom: 20px;
	color: #b81b9;
	font-weight: bold;
	margin-left:200px;
}

.details-price-promo{
	clear: both;
	padding-left: 15px;
	padding-bottom: 20px;
	color: #b81b9;
	font-weight: bold;
}

.details-price p {
	font-size: 48px;
	letter-spacing: -3px;
	color:#B81B95;
}

.details-price-promo p{
	font-size: 48px;
	letter-spacing: -3px;
	color:#F7B61E;
}

.details-price p span{
	font-size: 28px;
	font-weight: normal;
}
.details-price p sup{
	font-size: 28px;
}
.details-bottom{
	clear: both;
	background: url("../images/bg_details_bottom.png") left bottom no-repeat;
	height: 30px;
}
.details-bottom ul{
	padding: 3px 0 0 10px;
}
.details-bottom ul li{
	list-style-type: none;
	float: left;
	width: 146px;	
}
.details-bottom ul li a{
	background: url("../images/bg_details_links.png") left top no-repeat;
	width: 143px;
	height: 17px;
	display: block;
	float: left;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	padding-top: 3px;
	font-size:10px;
}
.details-bottom ul li a:hover{
	background: url("../images/bg_details_links.png") left bottom no-repeat;
	color: #fff;
}


}