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

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

#homePage h2
{
	margin: 5px 0px 2px 0px;
	padding: 0.1em 0.2em 0.1em 0;
	line-height : 16pt;
	font-size: 14pt;
	color:#d42244;
	font-style: italic;

}

#shoppingCart .relatedProduct {
	width:31%;
    display: block;
    float: left;
	text-align:center;
	min-height:200px;
	margin:3px;
	padding:3px;
	color:#5b5c5b;
}
#shoppingCart .break{
	clear:left;
}
.relatedProductPrice {
        color: #5b5c5b;
        font-size: 9pt;
        font-weight:normal;
        margin-top: 2px;
}

#shoppingCart .relatedProductName {
	font-size:9pt;
	font-weight: 600;
	color: #0c4574;
}
#shoppingCart .relatedProductImage img {
	margin:0 auto 0 auto;
}
#shoppingCart #subcatDisplay h2 {
      width: 545px;
      height: 32px;
      line-height: 32px;
      margin: 10px 0px;
      padding: 0px 0px 0px 15px;
      color: #FFF;
      font-style: normal;
      font-size: 13pt;
      font-weight: normal;
      background-image: url(../images/homepagetitle_bg.gif);
      background-position: top left;
      background-repeat: no-repeat;
      vertical-align: middle;
      
}
.brandimage {
  float: left;
  margin: 10px;
}
.floater {
  float: left;
  margin: 2px;
}
#homePage
{
z-index:-1;
}