/* 
    Document   : brands_related_products
    Created on : Jun 22, 2009, 2:18:05 PM
    Author     : Andrew Hamel
    Description: Brands - Products Under This Brands block
*/

div#brand_products_container, div#brands_container {
    clear:both;
    float:left;
    margin-bottom:10px;
}

div#brand_products_container div.content_header, div#brands_container div.content_header {
    width:600px
}

div.products_row, div.brands_row {
    float:left;
    clear:both;
    width:600px;
    display:block;
}

a.product_link, a.brand_link {
    padding:5px;
    float:left;
    width:185px;
    display:block;
}
