/*********************************************************************************/
/* PRINT.CSS - Stylesheet for Printing Customer - Order **************************/
/*********************************************************************************/

/*********************************************************************************/
/* general classes section 														 */
/*********************************************************************************/

.opaque0 {
	visibility: hidden;
}

.opaque0_5, .opaque1 {
	visibility: visible;
}

h1.configurator {
	font-size: 18pt;
	display: none;
}

h2.configurator {
	font-size: 16pt;
}

hr {
	visibility: visible;
	display: block;
	margin-bottom: 7px;
}

/*********************************************************************************/
/* other print optimizations													 */
/*********************************************************************************/

a#interadFooter {
	display: none;
	color: white;
}

#wrapper {
	position: absolute;
	left: 0;
	top: 20px;
	margin: 0;
	padding: 0;
	border: 0px;
}

#bigPicture {
	position: absolute;
	left: 0px;
	top:  0px;
}

#bigPicture img {
	position: absolute;
	left: 0;
	top: 0;
	width: 200px;
	height: 296px;
}

#print_header {
	display: block;
}

#top, #mb_send, #mb_send2, #footer, ul, li, #order_response {
	display: none;
}

#order_info {
	visibility: visible;
	opacity: 1;
	position: absolute;
	left: 210px;
	top: 0px;
}

#summary #sumTab .name, #summary #sumTab .detailinfo, #summary #sumTab .price {
	font-size: 10pt;
}

#summary #sumTab .price_total, #summary #sumTab .total {
	font-size: 13pt;
}

#summary #sumTab .name_small {
	font-size: 8pt;
}

#summary #sumTab .detailInfo_small {
	font-size: 8pt;
}