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

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

#homePage h2
{
	margin:0 0 0.6em 0;
	padding: 0.1em 0.2em;
	line-height : 1.6em;
	font-size:17px;
	color:#fff;
	background-color:#0063B5;
	border:1px solid #0063B5;
}

 #homePage {
	margin:0 !important;
	padding:0 !important;
}

 #homePageText .textContent {
	margin:0 !important;
	padding:0 !important;
}

#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 .relatedProductPrice {
	font-weight:bold;
	color:#76C043;
	font-size:1.2em;
}
#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:0 auto 0 auto;
	padding:5px;
	float:left;
}

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


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

				
}


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

.relatedProductBarcode {
	font-size:0.9em;
}