div.shopping-cart-list .total {font-weight: bold;}

div.shopping-cart-list th {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #482E21;
	text-transform: uppercase;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: solid 1px #482E21;
}

div.shopping-cart-list td.shipname {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #E9CDB8;
	text-transform: uppercase;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #852330;
}

div.shopping-cart-list a {
	font-family: Times;
	font-size: 16px;
	font-weight: bold;
	color: #872434;
	text-decoration: none;
}

div.shopping-cart-list a:hover {
	font-family: Times;
	font-size: 16px;
	font-weight: bold;
	color: #522B1A;
	text-decoration: none;
}

div.shopping-cart-list a.name {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #482E21;
	text-decoration: none;
}

div.shopping-cart-list a.name:hover {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #852330;
	text-decoration: none;
}

div.shopping-cart-list .price	{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #482E21;
}

div.shopping-cart-list .price-total	{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #872434;
}

div.shopping-cart-list td.price-subtotal	{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #872434;
	border-top: solid 1px #3c3228;
}

div.shopping-cart-list .progress {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #75062A;
	text-decoration: underline;
}

div.shopping-cart-list .progresscurrent {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #3D1C12;
	text-decoration: none;
}

div.shopping-cart-list a.progress {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #75062A;
	text-decoration: underline;
}

div.shopping-cart-list a.progress:hover {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #3D1C12;
	text-decoration: none;
}

div.shopping-cart-list .quantity	{
	font-family: Times;
	font-size: 16px;
	font-weight: bold;
	color: #442417;
}