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

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

#homePage h2
{
	color:#E62526;
	margin:0 10px;
	border-width:0;
	padding:0;
	font-weight:bold;
	font-size:1.2em;
	background-image:none;
}

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

 #homePageText {
	margin:0 !important;
	padding:0 0 2em 0 !important;
	color:#112D70;
}
 #homePageText p {
	color:#112D70;
	margin:1em 10px;
}



#homeTall,#homeSquare,#homeWide {clear:both;}

img.breakLine {
	clear:both;
	margin-bottom:20px;
}
.relatedProduct {
	float:left;
	text-align:center;
}
.relatedProduct .relatedProductImage {
	width:100%;
	overflow:hidden;
	margin:0 0 5px 0;
}
.relatedProduct .relatedProductImage img {display:inline;}
.relatedProduct .moreInfo {
	margin:5px auto 0 auto;
}
.relatedProduct .relatedProductText {
	line-height:1.2em;
	min-height:4.8em;
}



#homeTall .relatedProduct {
	width:126px;
	margin:0 5px 20px 5px;
}
#homeTall .relatedProduct .relatedProductImage {height:120px;}


#homeSquare .relatedProduct {
	width:136px;
	margin:0 22px 20px 22px;
}
#homeSquare .relatedProduct .relatedProductImage {height:120px;}



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


#homeWide .relatedProduct {
	float:none;
	width:100%;
	margin:0 22px 20px 22px;
}
#homeWide .relatedProduct .relatedProductImage {
	width:350px;
	overflow:hidden;
	float:left;
	text-align:center;
}
#homeWide .relatedProduct .relatedProductText {
	margin-left:350px;
}



.relatedProductName {
	font-weight:bold;
	font-size:95%;
}
.relatedProductBarcode {
	font-size:85%;
	color:#0065BC;	
	font-weight:bold;
}