body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	overflow: visible;
}

table, img, a img {
	border: none;
}

h1 {
	font-size:18px;
	padding: 2px;
	margin: 5px 0px 10px 0px;
}
h2 {
	font-size:16px;
	margin: 5px 0px 2px 0px;
	padding: 0px 0px 2px 0px;
	border-bottom: solid 1px #999999;
}
td h2 {
	margin: 0px;
	padding: 0px;
	border-bottom: none;
}
	
h3 {
	font-size:14px;
	margin: 5px 0px 2px 0px;
	padding: 0px;
}


#msgbox, #header, #general_error, #product_compare, #left_sidebar, 
#footer, #printframe, #banner_top_box, .banner_top, .tabs-links {
	display: none;
}

#printlogo {
	display: block;
}

#container {
	width: 100%;
	position: relative;
	left: 0px;
	margin: 0px;
}		

#right_content {
	width:100%;
	float: none;
	padding: 0px;
}

.product .info {
	width: 50%;
}

.product .media {
	width:50%;
	float:left;
}

#image_big {
	display: none;
}
#image_big_print {
	display: block;
	width: 100%;
}
#image_big_print img {
	width: inherit;
}

#other_images {
	display: none;
}



.product-list {
	display: block;
	overflow:visible !important; 
	page-break-inside: avoid;
}
.product-list .product {
	width:170px;
	float:left;
	background: url(/images/bg_products.gif) bottom left repeat-x;
	padding-bottom:5px;
	margin:10px 0px 10px 0px;
	overflow: hidden;
	height: 320px;
	page-break-inside: avoid;
}
.product-list .product .title
{
	height: 50px;
	overflow: hidden;
}
.product-list .product h2.title {
	font-size:12px;
	margin:0 5px 0px 5px;
	padding:0;
}
.product-list .product .image {
	background: none;
}
.product-list .product .product_list_image {
	display: none;
}
.product-list .product .product_list_image_print {
	display: block;
}
.product-list .product .desc {
	padding: 5px 2px 0px 2px;
	margin: 0px;
	height: 80px;
	overflow: hidden;
}
.product .marked_product {
	margin:3px 0px 0px 0px;
	height:20px;
	text-align: center;
}
.product-list .product .price {
	clear:both;
	padding:0px 2px 0px 2px;
	height:18px;
	line-height:18px;
	display: block;
	overflow: hidden;
}
.product-list .product .pricenoddv {
	clear:both;
	padding:0px 2px 0px 2px;
	height:22px;
	line-height:22px;
	display: block;
	overflow: hidden;
	border-top: 1px solid #c6c6c6;
	border-bottom: 1px solid #c6c6c6;
	background-color: #ffffff;
	font-weight:bold;
}
.product-list .product .num {
	float:right;
}
.product-list .product .pricenoddv .num {
	font-size: 14px;
}
.product .popust {
	position:relative;
	top: 15px;
	margin:-10px 0 -20px 125px;
	height:30px;
	width:40px;
	line-height:30px;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	border: none;
}


.product-frame {
	width: 100%;
	display: block;
	overflow:visible !important; 
}
.product-frame div {
	width: 100%;
	display: block;
	overflow:visible !important; 
}
#product_colors {
	width: 100%;
	display: block;
}

.linked_content div {
	margin: 10px 0px 0px 0px;
}



