/* ================================
    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;
	/* border-bottom: 0 px solid #666666;
	border-top: 0 px solid #333333;*/
}
.test 
{	
	background-color: white;
	color:  black;
	font-weight: normal;
	 border-bottom: 2 px solid #666666;
	border-top: 2 px solid #333333;
}


.ShoppingWishListItem 
{	
	background-color: white;
	color: black;
	font-weight: normal;
}


.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: #cfcfcf;
}