.cartTable 
{
	width: 100%;
	border: none;
	margin: 0px;
	
}

.cartHeader
{
	background: black;
	color: white;
	font-weight: bold;
	font-size: large;
	padding-left: 3px;
	text-transform: uppercase;
}

.cartRowA 
{	
	background: #DDD;
	color: black;
}

.cartRowB 
{	
	background: #EEE;
	color: black;
}


.optionsTable 
{
	width: 100%;
	border: none;
	margin: 0px;
	border-spacing: 0px;
	
}

.optionsHeaderRow 
{
	background: black;
	color: white;
	font-weight: bold;
	font-size: large;
	padding-left: 3px;
	text-transform: uppercase;
	border-bottom: black;
	border: 0;
}

.optionsHeaderCell
{
	color: white;
	font-weight: bold;
	font-size: large;
	padding-left: 3px;
	text-transform: uppercase;
	border-width: 0;
	border-style: none;
	
}


.shopItem{
	background: #EEE;
	width: 180px;
	text-align: center;
	border: 2px solid #CCC;
	margin-right: 5px;
	margin-bottom: 5px;
	padding-bottom: 10px;
	padding-top: 3px;
	float: left;

}

.shopItemSmallImage
{
	width: 175px;
	height: 175px;
}
.smallLink, .smallLink:hover
{
	font-weight: normal;
	font-size: smaller;
	color: black;
}

.addToCartError
{
	color: #F00;
	font-weight: bold;
}
.shopItemImgLink
{
	border: 5px black;
	color: black;
} 

.shopItemTitle
{
	font-weight: bold;
	font-size: medium;
	color: #000;
}

.shopItemTitle:hover
{
	font-weight: bold;
	font-size: medium;
	color: #666;
}

.storeHeader
{
	width: 100%;
}

.storeHeader a
{
	font-size: 9pt;
	font-weight: bold;
}
