/* 
	--------------------------
	Print CSS Document 
	Author: www.72dpi.co.nz
	--------------------------	
*/
body{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #333;
	font-size: 12px;
	background-color: #fff;
	text-align: left;
	margin: 0;
}
div{float: none;}
#toolbar, #helpbox, #accountbox, #search-form,
#sidebar, #nav, #footer, #order-form, #suggested-products,
.addtowishlist, .addtocart, #print-btn, .no-print, #returntomain{
	display: none;
}
#logo{font-size: 30px;}
#header, #breadcrumb{
	margin-bottom: 20px;
}
a:link, a:visited{
	color: #2e3191;
	text-decoration: none;
}
a img{
	border: 0;
}
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #00308A;
}
h2{
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #00308A;
	margin: 10px 0;
}
h3{
	font-size: 14px;
	color: #00308A;
	margin: 0 0 5px 0;
}
p{
	margin: 0 0 10px 0;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
td{vertical-align:top;}
.data td{
	border-bottom: 1px solid #ccc;
}
.data th{
	border-bottom: 1px solid #ccc;
	text-align: left;
}
td.right, th.right{
	text-align: right;
}
table.cart{
	width: 100%;
	margin-bottom: 12px;
	border: 1px solid #ccc;
}
table.cart th{
	background-color: #f5f5f5;
	padding: 5px;
	line-height: 1;
	color: #666;
	border: 1px solid #ccc;
	border-width: 1px 1px 1px 0;
	/*text-transform: uppercase;*/
}
table.cart td{
	border: 1px solid #ccc;
	border-width: 1px 1px 1px 0;
	padding: 5px;
	vertical-align: top;
	font-size: 1em;
}
table.cart td small{
	font-size: 11px;
}
div.section{
	border-top: 1px solid #ccc;
	clear: both;
	padding: 10px 0;
}
div.column-left{
	float: left;
	width: 49%;
}
div.column-right{
	float: right;
	width: 49%;
}
.confirmation{
	padding: 15px;
	margin: 15px 0;
	border: 1px solid #ccc;
}
#footer{
	border-top: 1px solid #ccc;
	clear: both;
}

/* custom printing */
.discount-badge{float: right;margin-top: 20px;}
.main-image{
	width: 150px;
}
#store-details{
	float: left;
	width: 300px;
	background: none;
}
#store-image{
	float: right;
	width: 227px;
	background: none;
}


/* =order print */
body#print{
	text-align: center;
}
#wrap{
	width: 600px;
	text-align: left;
	margin: 0 auto;
}
.wishlist-item{
	float: left;
	border: 1px solid #ccc;
	width: 192px;
	height: 180px;
	margin: 0 9px 10px 0;
	display: inline;
	text-align: center;
	padding: 5px 0 0 0;
}
.last{
	margin-right: 0;
}
.special-price, .special{
	color: #f00;
}

/* =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;
}
/* */
