/* @override http://pizzacutfive.skyfly.com.tw/web/shopping_record.css */

body{
	margin: 0;
	width: 17cm;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}

a img{
	border: none;
}

table.check_out_data{
	margin: auto;
	text-align: left;
	border-collapse: collapse;
	margin-bottom: 2cm;
}

table.check_out_data caption{
	font-size: 16px;
	line-height: 40px;
}

table.check_out_data th,
table.check_out_data td{
	border-bottom: 1px solid #ccc;
	line-height: 0.6cm;
	padding: 5px;
}

table.check_out_data th{
	color: #000;
	width: 2cm;
}

table.check_out_data td{
	color: #666;
	width: 5cm;
}

#shopping_cart{
	width: 17cm;
	border-collapse: collapse;
}

#shopping_cart img{
	width: 50px;
	height: 50px;
	vertical-align: -20px;
}

#shopping_cart em{
	font-style: normal;
	font-weight: bold;
}

#shopping_cart th,
#shopping_cart td{
	border-bottom: 1px solid #ccc;
	padding: 5px 10px;
}

#shopping_cart .discount_thumbnail{
	background: url(images/shopping_cart_arrow.gif) 50% 50% no-repeat;

}

#shopping_cart td.total,
#shopping_cart td.discount_total_price{
	font-weight: bold;
}

#shopping_cart td.discount_total_price{
	border-left: 1px solid #ccc;
}

#shopping_cart .color{
	width: 15px;
	height: 15px;
	border: 2px solid #333;
}

.colors .color23{
	background: #009900;
}

.colors .color34{
	background: #999999;
}

.colors .color35{
	background: #FF0000;
}

.colors .color36{
	background: #000000;
}

.colors .color40{
	background: #FF0066;
}

.colors .color41{
	background: #ffffff;
}

.colors .color42{
	background: #FF99CC;
}

.colors .color43{
	background: #11C2EE;
}

.colors .color44{
	background: #FFFF00;
}

.colors .color45{
	background: #1A0473;
}

.colors .color46{
	background: #CC00FF;
}

.colors .color47{
	background: #68533a;
}

.colors .color48{
	background: #FFD9B3;
}