body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(marine_off_road_parts_imgs/background.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.cartProductOptionsName {
	font-size:9px;
	font-weight:bold;
}
.cartProductOptionsValue {
	font-size:9px;
}

.errorBox {
	font-size: 16px; 
	padding:5px; 
	margin: 10px; 
	width: 400px; 
	background-color: #FCC; 
	border: 2px solid #F33;
	color:#000;
}

a:link {
	color: #D86D03;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #B12E00;
}
a:hover {
	text-decoration: underline;
	color: #74ABC9;
}
a:active {
	text-decoration: none;
	color: #74ABC9;
}
.ProductName {
	font-size: 14px;
	font-weight: bold;
	color: #F45F27;
}
