.mainTableShoppingCart
{
	width:550px;	
}

.rowSpaceBig
{
	height:20px;
}
.rowSpaceSmall
{
	height:10px;
}
.rowSpaceXSmall
{
	height:5px;
}
.ShoppingCartHeaders, .ShoppingCartHeadersCenter

{
	font-size:12px;
	font-weight:bold;
	text-align:left;
	color: #FFFFFF;
	background-color:#870503;
	height: 20px;
	border-right:solid 1px #ffffff;	
	padding:5px;
}
.ShoppingCartHeadersCenter
{
	text-align:center;
}

.ShoppingItems, .ShoppingItemsCenter, .ShoppingItemPrice
{
	font-size:12px;
	text-align:left;
	height: 15px;
	border-right:solid 1px #fce5ef;	
	border-bottom:solid 1px #fce5ef;
	padding:5px;
	color: #000;
}
.ShoppingItemsCenter
{
	text-align:center;
}
.ShoppingItemPrice
{
	text-align:right;
}

.TotalAmount
{
	font-weight:bold;
	padding:5px;
	text-align:right;
}

.ShoppingCartContent
{
	width:150px;
}

.ShoppingItems a:link, .ShoppingItems a:visited, .ShoppingItems a:active
{
	color: #000;
	text-decoration:underline;
}
.ShoppingItems a:hover
{
	text-decoration:none;
}



.ScTextHeader
{
	font-size: 15px;
	font-weight:bold;
	text-align:center;
	color: #000000;
}

.TextNormal
{
	font-size:10;	
}

.SmallCartButtons
{
	text-align:center;
}

.Spacer
{
	width:5px;
}

.ScLabel
{
	font-weight:bold;
}

.SmallShoppingCart, .SmallCartItems
{
	width:170px;
	text-align:left;
}





