/* ================================
    CSS STYLES FOR Module ShoppingCart
   ================================
*/
.ShoppingCart
{
	width:100%;
}
.tiny 
{
	font-size:xx-small;
}
.small
{
	font-size: x-small;
}
.shoppingCartHeader
{
	background-color: #990000;
	color: White;
	font-weight: bold;
}
.ShoppingCartItem 
{	
	background-color: white;
	color: black;
	font-weight: normal;
}
.ShoppingCartSeparator
{	
	background-color: #f4f4f4;
	color: black;
	font-weight: bold;
	border-bottom: 1px solid #333333;
	border-top: 1px dashed #333333;
	text-align: right;
}
.shoppingWishListHeader
{
	background-color: green;
	color: White;
	font-weight: bold;
}
.ShoppingWishListItem 
{	
	background-color: white;
	color: black;
	font-weight: normal;
}
.ShoppingCartSeparator
{	
	background-color: #f4f4f4;
	color: black;
	font-weight: bold;
	border-bottom: 1px solid #333333;
	border-top: 1px dashed #333333;
	text-align: right;
}
.ShoppingWishList
{
	width:100%;
	}
.ShortName
{
	font-weight: bold;
}
.LongName
{
	font-style:italic;
	font-weight: Normal;
}
.ShoppingCartTitle
{
	font-weight:bold;
}
.WishListTitle
{
	font-weight:bold;
}
.PriceLabel
{
	font-size: x-small;
	font-weight:bold;
}
.QuantityLabel
{
	font-size: x-small;
	font-weight:bold;
}
.TotalLabel
{
	font-size: x-small;
	font-weight:bold;
}
.price 
{
	font-weight:bold;
}
.Subtotal
{
	color: #990000;
}
.SubTotalLabel
{
	font-weight:bold;
}
.ShoppingCartComponents
{
	background-color: #ffffce;
}
