@CHARSET "UTF-8";

/* -------------------------------------------------------------------------------------------------------------------- globals */
body							{
	background-color:					#fff7dd;

	padding:						4px;
	margin:							0px;
}

body, td						{
	font-family:						'century gothic', tahoma;
	font-size:						9pt;
	color:							#806040;
}

td							{
	margin:							0px;
	padding:						0px;
	
	vertical-align:						top;
}

a							{
	font-weight:						bold;
	text-decoration:					none;
	color:							#D98200;
}

a:hover							{
	text-decoration:					underline;
}

/* -------------------------------------------------------------------------------------------------------------------- cart_list */
table.cart						{
	width:							100%;
}

table.cart td.label					{
	font-weight:						bold;
}

table.cart td.value					{
	text-align:						right;
}

table.cart td.list					{
	text-align:						center;
	
	padding-top:						4px;
}

table.cart_empty					{
	width:							100%;
}

table.cart_empty td					{
	text-align:						center;
	vertical-align:						middle;
}