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

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

#homePage h2
{
	color: #f68432;
}

#shoppingCart {
	padding: 0px 5px;
}
#shoppingCart .relatedProduct {
	width:265px;
    display: block;
    float: left;
	font-size:0.9em;
	min-height:150px;
	margin:5px 0px 5px 5px;
	padding: 7px;
	color:#00359F;
	border: 1px solid #CCC;
}
#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;
}

