@CHARSET "UTF-8";

body {
	font-size: 11pt;
	background: white;
}

.noPrint {
	display:none;
}

.toPrint {
	display:block;
}

h1 {
	font-size: 24pt;
	clear: both;
	color:Maroon;
	border-bottom: dashed 1px LightGrey ;
	background: #CCCCCC;
}

div#product_detail {
	clear: both;	
}

div#product_detail h2 {
	font-size: 1.6em;
	width: 100%;
	/*border-top: solid 1px #999;*/
	margin:0;
	padding:0;
}

div#product_detail h3 {
	font-size: 1.2em;
	width: 100%;
	border-bottom: solid 1px #999;
	margin:0;
	padding:0;
}

div#product_detail h4 {
	font-size: 1.2em;
	width: 100%;
	border-bottom: solid 1px #999;
	margin:0;
	padding:0;
}

div#product_detail .created_at {
	font-size: 0.9em;
	text-align: right;
}

div#product_detail .salePrice {
	font-size: 2em;
	font-weight: bold;
	text-align:right;
}

.product-fields table {
	/*border: solid 1px #000;*/
	width:100%;
}

.product-fields table td {
	border-bottom: solid 1px #555;
}

.product-fields table th {
	border-bottom: solid 1px #CCC;
	width: 30%;
}

div#printHeader {
	padding: 10px 0;
	border-top: solid 2px #999;
	border-bottom: solid 2px #999;
	clear: both;
	width: 100%;
	font-size: 0.9em;
	text-align: right;
}

div.product_pictures {
	
}

div.product_pictures ul li {
	list-style-type: none;
}

div#lightwindow_overlay, div#lightwindow {
	display: none;
}