/* ***** HOMEPAGE ***** */

/* feel free to add CSS here for the homepage only */

#homePage h2
{
	font-size: 18pt;
	color: #FF0000;
}
#shoppingCart {
	padding: 0px 5px;
}
#shoppingCart .relatedProduct {
	width:265px;
    display: block;
    float: left;
	font-size:0.9em;
	min-height:150px;
	margin:0px;
	padding:15px 5px;
	color:#00359F;
}
#shoppingCart .break{
	clear:left;
}

#shoppingCart .relatedProductName {
	color: #0079c2;
	font-size: 11pt;
	font-weight: 900;
	margin-bottom: 5px;
}
#shoppingCart .relatedProductText {
	padding: 3px 0px;
	color: #000;
}
#shoppingCart .relatedProductImage {
	height: 120px;
	width: 120px;
	float: left;
 	margin-bottom: 10px;
	margin: 0px 3px 3px 0px;
}
.mainFloater {
	float: left;
	width: 177px;
	margin: 3px;

}
.mainFloater div {
	border-left: 2px solid #004990;
	border-right: 2px solid #004990;
	min-height: 245px;
	text-align: center;
}
.mainFloater div p {
	font-size: 9pt;
	margin: 0px 5px;
}
.mainFloater div h3 {
	font-size: 10pt;
	font-weight: bold;
	color: #004990;
	margin: 5px;
}