@charset "utf-8";
/* CSS Document */
div#printhead {font-family:"Trebuchet MS", Verdana;}
div#main {width:420px; margin:0 auto;}
div#divToPrint {font-family:"Trebuchet MS", Verdana;}
div.padding{ padding:10px; }
div#printTop {
	position:relative;
	float:none;
	width:404px;
	background:url(../img/printTop_bg.jpg);
	height:75px;
	border: 1px solid #cccccc;
	margin:4px;
}
div#divToPrint .box{
	position:relative;
	width:404px;
	border: 1px solid #cccccc;
	overflow:hidden;
	padding-bottom:10px;
	float:none;
	margin:4px;
}
div#divToPrint .dubblebox{
	position:relative;
	width:404px;
	border: 1px solid #cccccc;
	overflow:hidden;
	padding-bottom:10px;
	float:left;
	margin:2px;
	margin-right:4px;
	margin-left: 4px;
}
div#divToPrint h1{font-size:18px; color:#333333; margin:4px; margin-top:10px;}
div#divToPrint h2{width:404px; height:21px; background: url(../img/bg_h_tile.jpg) repeat-x; font-size:11px; font-weight:normal; text-indent:10px; color: #666666; padding:0px; margin:0px; padding-top: 1px; margin-bottom: 10px;}
div#divToPrint p{font-size:12px; padding:4px;  color:#666666;}
div#divToPrint .dubblebox h2{width:404px; height:21px; background: url(../img/bg_h_tile.jpg) repeat-x; font-size:11px; font-weight:normal; text-indent:10px; color: #666666; padding:0px; margin:0px; padding-top: 1px; margin-bottom: 10px;}
table{
	font-family:"Trebuchet MS", Verdana;
	color: #666666;
	font-size: 12px;	
	line-height: 140%;
}
span.total_sum{	border-top: 1px solid #333333;}
.printTable th, .printTable thead{
	color: #333333;
	background: #FFFFFF;
	border-bottom: 1px solid #333333;
}
.printTable td{
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-top: 2px;
}
