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

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

#homePage #homePageText img
{
	margin : 5px;
}

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

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

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