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

/* feel free to add CSS here for the homepage only */
.frontTextContent {
	padding: 0px 20px 10px 20px;
        background-color: #FFF;
        margin: 0px;
        font-size: 9pt;
        font-weight: 500;
        color: #000;
}

h2 {
        color: #892628;
        font-size: 17pt;
        line-height: 20pt;
        font-weight: normal;
        margin: 0px 0px 5px 0px;
}

h3 {
        color: #FF0000;
        font-size: 14pt;
        margin: 0px 0px 7px 0px;
        font-weight: normal;
}

#shoppingCart {
        background-color: #FFFFFF;
        padding: 5px 5px 5px 15px;
}

.relatedProduct {
	text-align:left;
	font-size:0.9em;
	margin: 12px 5px 5px 5px;
        vertical-align: top;  
        float: left;
        display: inline;
        width: 180px;
}
.relatedProduct .brand
{
	min-height:100px;
}


.relatedProduct img {
        margin: 5px 5px 0px 5px;
}
.relatedProductText {        
      
}
#shoppingCart .break{
	clear:left;
}