.itemTable {
	color : #999999; 
	text-decoration: none;
	font-size: 12px; 
	background-color: #222222;
	border: solid 1px #000000;
} 
.storeThumb { border: solid 1px #111111; }
.storeDisplayImage { border: solid 2px #111111; }
.itemName  { font-size: 17px;  font-weight: bold; text-decoration: none; color: #cccccc;  }


.storeTextField { 	font-size: 11px; font-family : "Century Gothic", Verdana, Arial, Tahoma; color: #222222; background-color: #cccccc;	border: solid 1px #000000 ; padding: 4px; }

.storeAdditionalImages {
	color : #cccccc; 
	text-decoration: none;
	font-size: 11px; 
	font-weight: bold;
	background-color: #ffffff;
	border: solid 1px #333333;
} 

.storeCartTable{ background-color: #303030; padding: 0; color: #cccccc;	;}
.storeCartCell{ color: #cccccc; padding: 6;  background-color: #333333;  	}

.storeAddToCart {
	font-size: 13px; 
	font-weight: bold;
} 

.storeUpdateQuantities {
	font-size: 13px; 
	font-weight: bold;
} 
.storeCheckOut {
	font-size: 13px; 
	font-weight: bold;
} 
.storeEmptyCart {
	font-size: 13px; 
	font-weight: bold;
} 

.storeError  { font-size: 17px;  font-weight: bold; text-decoration: none; color: #d47474; }
