/***************** show cart page  *********************************/

table.show_cart {
	font-size:10px;
	color:#666666;
}

table.show_cart a {
	color:#544725;
	font-weight:bold;
	text-decoration:none;
}

table.show_cart a:hover {
	color:#544725;
	font-weight:bold;
	text-decoration:underline;
}

table.show_cart tr.show_cart_header {
	background-color:#E0D3B2;
	color:#AB1324;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
}

table.show_cart  td.show_cart_total {
	font-size:11px;
	color:#000000;
	text-align:right;
	font-weight:bold;
}


/************************* order form *******************************/
table.order_form {
	font-size:10px;
}

table.order_form tr.section_heading {
	background-color:#E0D3B2;
	color:#AB1324;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
}