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

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

#homePage h2
{
	margin:0 0 0.6em 0;
	padding: 0.3em 0.0em;
	line-height : 1.6em;
	font-size:1.0em;
	color:#004990;
	background-color:transparent;
	border:1px solid #FFF;
}

#homePage h3 {
	color:#DB1820;
	font-size:1.3em;
	line-height:1.3em;
	border-bottom: 2px solid #B39D61;
}


#shoppingCart .relatedProduct {
	width:45%;
    display: block;
    float: left;
	text-align:center;
	font-size:0.9em;
	min-height:150px;
	height:160px;
	margin:3px 3px 3px 11px;
	padding:3px;
	color:#00359F;
}
#shoppingCart .break{
	clear:left;
}

#shoppingCart .relatedProductText {
	margin-left:110px;
}

#shoppingCart .relatedProductBrand {
	text-align:left;
}

#shoppingCart .relatedProductPrice {
	font-weight:bold;
	color:#8A8C8E;
	font-size:1.2em;
	text-align:left;
}
#shoppingCart .relatedProductName {
	font-size:0.9em;
	text-align:left;
	font-weight:bold;
}

#shoppingCart .relatedProductBarcode {
	color:#434343 !important;	
	font-style:italic;
	font-size:0.9em;
	text-align:left;
}


#shoppingCart .relatedProductImage img {
	margin:3px;
	float:left;

}

.priceFormat {
				font-size: 23px;
				font-weight: bold;
				line-height: 23px;
				height:23px;
				color:#8A8C8E;
}


.priceFormat span {
				display:Block;
				float:left;

				
}


.cents  {
				font-size:14px;
				line-height:14px;
				height:14px;
				vertical-align:top;
}

.relatedProductBarcode {
	font-size:0.9em;
}
