.shopping_cart_full_table
{
	width: 100%;
	background-color: #ECFFC6;
	line-height: 150%;
	padding: 10px 3px 3px;
	border: 6px double #FF9900;
	border-collapse: collapse;
}

.shopping_cart_summary_table
{
	width: 300px;
	border-right: solid #F8A81B 2px;
	border-bottom:solid #F8A81B 1px;
	border-left:solid #F8A81B 2px;
	background-color: #ECFFC6;

}

.shopping_cart_title
{
	font-size: 110%;
	font-weight: bold;
	background-color: #FFD83C;
	color:  #C26520;
	text-align: center;
	border-bottom: medium double #FF9900;
	padding:5px 0px 0px;
}

.shopping_cart_cell
{
	color: #C26520;
	font-size:110%;
	border-bottom-color: #ff9900;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: groove;
	padding-left: 30px;
}

.shopping_cart_total_title
{
	font-size: 110%;
	font-weight: bold;
	background-color: #FFD83C;
	color:  #C26520;
	text-align: right;
	border-bottom: medium double #FF9900;
	padding:5px 5px 0px;
}

.shopping_cart_total_cell
{
	color: #C26520;
	font-size:110%;
	border-bottom-color: #ff9900;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: groove;
	padding-left: 30px;
}
