﻿/*HOMEPAGE CERTONA */
	.product{padding:10px 0 0 0;}		
        .product #middleColumnRecommendationHome{width: 930px; height:270px; float: left; border: 1px solid #CCCCCC; padding:10px; margin-left:5px;}
            .product #middleColumnRecommendationHome h2 {color: #1E4262; font-size: 18px;}
        .recommendedProduct .addToCartButton{display:inline-block; text-indent:-9999px; background:url(/images/addToCart.gif) 25px 0;  background-repeat:no-repeat; width:135px; height:30px; margin:5px 0 10px 0;}

        .product .recommendedProduct{margin: 10px 0 25px 17px;width:135px;float:left; height:230px;}
            p.name{margin: 10px 0 10px 0; height:35px; overflow:hidden;}
            p.price{text-align:center; font-weight:bold;} 
                p.price span{color:Red;} 
            .product .recommendedProduct a img {border: none; height:110px; width:105px; margin:0 0 0 15px;}
            .linkContainerHome{float:right; width:600px;}
                .link{margin:0 10px 0 10px; width:75px; float:left;}
                    .linkContainerHome .link a{color:#1E4262; font-size:larger; font-weight:bolder;}
            .name{color: #666666; font-size: 13px; line-height: 1.3em; margin-bottom: 7px; text-align:center;}
             /*clearance product*/   
            .product .clearanceProduct{margin: -35px 0 25px 17px;width:135px;float:left; height:248px; background-image:url(/images/on-sale-tag.png); background-repeat:no-repeat;}
                .product .clearanceProduct a img {border: none; height:110px; width:105px; margin:0 0 0 15px;}
                .clearanceProduct .addToCartButton{display:inline-block; text-indent:-9999px; background:url(/images/addToCart.gif) 25px 0;  background-repeat:no-repeat; width:135px; height:30px; margin:5px 0 10px 0;}
                .clearanceProduct p.name{margin: 55px 0 10px 0; height:35px; overflow:hidden;}

/*PRODUCT DETAIL PAGE CERTONA*/
    .product #middleColumnRecommendation {width: 870px; float: left; border: 1px solid #CCCCCC; padding:10px; margin-left:5px; display:block; }
        .product #middleColumnRecommendation h2 {color: #004276; font-size: 18px; }
    .linkContainer{float:right; width:500px;}  

/*PRODUCT SEARCH PAGE CERTONA*/
    .product #middleColumnRecommendationSearch {width: 700px; float: left; border: 1px solid #CCCCCC; padding:10px; margin-left:5px; display:block; }
        .product #middleColumnRecommendationSearch h2 {color: #004276; font-size: 18px; }
    .linkContainer{float:right; width:400px;}  
	
