body { 
	background-color: #FFFFFF;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #000000; 
	font-size: 11px;
 }     
A:link, A:active,  A:visited { 
	color: #0000CC; 
	text-decoration: none 
}                                                                                                                                                                                         
A:hover { 
	text-decoration: underline 
}     

#shopContainerDiv { 
	text-align: center; 
	width: 600px;
}                      

.formTitles { 
	font-weight: bold;
	font-size: 11px;
}                      

.basketSummary { 
	color: #333333;
	background-color: #EEEEEE;
	padding: 10px 10px 20px 10px;
	vertical-align:top;
}                      
.basketTitles { 
	color: #FFFFFF;
	background-color: #C70000;
	text-align: center; 
	height: 20px;
	font-weight: bold;
}                      
.basketSubTitles { 
	color: #000064;
	background-color: #E6ECFA;
	text-align: center; 
	height: 20px;
	font-weight: bold;
}                      
.basketItem { 
	color: #333333;
	background-color: #FFFFFF;
	height: 20px;
	padding-right: 5px;
}                      
.basketSubTotal { 
	color: #000064; 
	text-align: right; 
	background-color: #E6ECFA;
	height: 25px;
	padding-right: 5px;
}                      
.basketTotal { 
	color: #ffffff; 
	font-size: 13px; 
	text-align: right; 
	background-color: #C70000;
	height: 25px;
	padding-right: 5px;
	font-weight: bold;
}                      

.proceedButton { 
	text-align: center; 
	background-color: #C4D4F3;
	height: 25px;
	padding-top: 12px;
	padding-bottom: 15px;
	border-top: 2px #000064 solid;
	border-bottom: 2px #000064 solid;
}                      

.error { 
	color: #ff0000; 
	text-align: center; 
 }     

.input { 
	border: solid 2px #C4D4F3; 
	width: 150px;
	font-size: 11px;
	padding: 3px;
}
.inputQuantity { 
	border: solid 2px #C4D4F3; 
	width: 50px;
	font-size: 11px;
	padding: 3px;
}

.divider1 { 
	background-color: #000064; 
	height: 2px;
}                      
.divider2 { 
	background-color: #000064; 
	height: 1px;
}                      
