@charset "utf-8";
/* CSS Document */

#content_pod_01 p {margin:0em 0em 1.5em 0em;}
#content_pod_01 a {color:#5faaaf;}
#content_pod_01 a:hover {color:#afdee1;}

table.purchaseitems {
	width:100%;
	border-collapse:collapse;
	margin-bottom:20px;
	font-size:11px;
	background-color:#f6f3d4;
	border:1px solid #b9b378;
}

table.purchaseitems .c2 {width:70px; text-align:right;}
table.purchaseitems .c3 {width:100px; text-align:right;}

table.purchaseitems th,
table.purchaseitems td {padding:7px 5px 7px 5px;}

table.purchaseitems th {
	padding:9px 5px 9px 5px;
	text-align:left;
	color:#242c0d;
	background-color:#d5cf96;
	border-bottom:1px solid #b9b378;
}

table.purchaseitems tr.alt td {background-color:#ece8c1;}

#viewcart {text-align:right;}