/* 
	--------------------------
	Print CSS Document 
	Author: www.72dpi.co.nz
	--------------------------	
*/
body{
	font-family: Georgia, "Times New Roman", serif;
	color: #666;
	font-size: 12px;
	background-color: #fff;
}
#sidebar, #nav, #footer{
	display: none;
}
#logo{
	padding: 20px 0;
	border-bottom: 1px solid #999;
}
a:link, a:visited{
	color: #2e3191;
	text-decoration: none;
}
a img{
	border: 0;
}
p{
	line-height: 1.4;
}
h1{
	font-family: Georgia, "Times New Roman", serif;
	font-size: 23px;
	font-weight: normal;
	color: #333;
}
h2{
	font-size: 18px;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: normal;
	color: #999;
}
h3{
	font-size: 12px;
}
h4{margin: 0 0 10px 0;}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
td.center{text-align:center;}
.data td{
	border-bottom: 1px solid #999;
}
.data th{
	border: 1px solid #999;
	border-width: 1px 0;
	text-align: left;
	font-weight: normal;
}
table.cart{
	width: 100%;
	/*margin-bottom: 12px;*/
}
table.cart th{
	background-color: #eee;
	padding: 5px;
	line-height: 1;
	color: #666;
	border: 1px solid #999;
	border-width: 1px 0;
	/*text-transform: uppercase;*/
}
table.cart td{
	border-bottom: 1px solid #999;
	padding: 8px 5px;
	vertical-align: top;
	font-size: 1em;
}
table.cart td h4{margin: 0;}
div.section{
	border-top: 1px solid #999;
	clear: both;
	padding: 10px 0;
}
div.column-left{
	float: left;
	width: 49%;
}
div.column-right{
	float: right;
	width: 49%;
}

#footer{
	border-top: 1px solid #999;
	clear: both;
}
p.footer{
	font-size: 11px;
}

/* =order print */
body#print{
	text-align: center;
}
#wrap{
	width: 600px;
	text-align: left;
	margin: 0 auto;
}

/* =self-clearing floats 
-------------------------------------- */
.clearfix:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* trigger hasLayout and target ie7/win only */
*:first-child+html .clearfix{
	min-height: 1px;
}
/* \*/
* html .clearfix{
	height: 1%;
	display: block;
}
/* */
