/* receipt cart table row borders darkened */
#cart_table tr.row_hdr th {
	border-bottom: 1px solid #3d9cd3;
}
#cart_table tr.row_odd td,
#cart_table tr.row_even td {
	border-bottom: 1px solid #ccc;
}

/* keep single product web receipt to one page */
div#page_footer,
div#top_nav,
div#left_col,
div.outro {
	display: none;
}

.receipt #print_logo {
	display: block;
	visibility: visible;
}

h1.page_hdr {
	font-size: 14px;
}

body.receipt span.order_number {
	float:left;
	clear:both;
	margin:0 20px;
	background: #fff;
	border: 0;
	letter-spacing:0;
	font-size: 22px;
}

body.receipt #products td.item {
	padding: 10px 20px;
}

body.receipt .item_img {
	float: left;
	display:inline;
	margin: 0 20px 0 0;
}

body.receipt #products td.item strong {
	float: left;
	margin: 10px 0 0 0px;
	font: bold 18px/22px arial;
}

body.receipt .item_short_description {
	width:420px;
}

