@page{size:portrait;}

body, html{
	width:auto;
	background-color:#FFF;
	height:100%;
}
.dontShowInPrint{
	display:none !important;
}
.noprint{
	display:none !important;
}
.mid_area{
	height:100%;
	border:none;
}
.content{
	height:100%;
}
.product_detail{
	height:100%;
}
.product_detail .product_content{
	height:100%;
}
.product_detail .product_content .product_detail_content{
	height:100%;
	margin:10px;
}
.product_detail_img{
	width:5cm !important;
	float:left !important;
}
.product_detail_descr{
	margin-top:1cm !important;
	width:10cm !important;
	float:right !important;
	height:100%;
}
.product_detail_descr .attributes{
	height:100% !important;
}