/* CSS Document */

#product_print{
/*
	float:left;
	font-size:10px;
	color:#666;
*/
}
body.printing{font-size: 14px;}
#logo.print_logo{
	min-width: 200px;
	min-height:105px;
    text-indent: -99999px;
    background-image: url(../images/clients/wwk/logo.svg);
    background-position: left bottom;
    background-size: contain;
    background-repeat: no-repeat;
}
.print #breadcrumbs{clear: both;}
.print .details_title{padding: 0px;}
.print .pageHeading{font-size: 23px;}
.print .prod_details_listing .p_models_container {background-color: #fff;}
.print .prod_details_listing .line_model{ width:15%; font-size: 13px;}
.print .prod_details_listing .line_name{ width:56%;}
.print .prod_details_listing .line_qtystock{ width:15%;}
.print .prod_details_listing .line_price{ width:10%;}

.print .prod_details_listing .p_models_container{
    margin: 0;
    padding: 0;
	border-bottom: 1px solid #eee;
	height: 40px;
}

.print .prod_details_listing .in_line_bg:hover, 
.print .prod_details_listing .p_models_container:hover {
    box-shadow: 0 0 0 0 rgba(0,0,0, 0);
}
.print .prod_details_listing .line_qtystock .stock .text {font-size: 13px;}
/*
.print #logo{
	position: relative;
	text-indent:0;
	background-image:none;
	width: 250px;
	height: 100px;
}
.print #logo img{
	width:250px;
	height:auto;
}
*/
.print #price_fly.pageHeading.rechts .sun{
	color:#233545;
	font-weight:bold;
	font-size:22px;
	float:right;
	position:relative;
	background-image:none;
	padding:0;
}
.print #product_info_box {
	float: none;
	padding: 15px 0px;
	max-width: 100%;
	clear: both;
}
.print .in_line.line_addcart, .print .in_line.line_qty, .print #contact_slide{
	display:none;
}
.print .head, .print .head .in_line{
	background-color:#fff;
	color:#233545;
}
.print .in_line_bg, .print .in_line, .print .boxm_content, .print .details_border{
	background-color:#fff;
}
.print .greyborder{
	border-color:#fff;
}

.print .productListing tr.slave_row, .print .productListing tr.has_slaves, .print .productListing tr.no_slaves{
	background-color:#fff;
}
.print #footer{ background-color: #fff; background-image: none;}
.print #footertext{ color: #666; padding: 0;}
.print #footertext a, .print #footertext a:hover{ color: #666;}
