/* 
    Document   : privatelabel
    Created on : May 23, 2011, 4:12:44 PM
    Author     : sebastiaan
    Description:
        Style private label
*/

#privatelabel h3 {
    margin-top:20px;
}
#privatelabel .row  {
    clear:both;
    border-bottom:1px #00004A solid;
    height:125px;
    width:685px;
}
#privatelabel .row div {
    vertical-align: middle;
}
#privatelabel .brand {
    background:#00004A;
    color:white;
    font-weight: bold;
    width:685px;
}
#privatelabel .row .title {
    width:250px;
    float:left;
    margin-top:45px;
}
#privatelabel .row .photo {
    float:left;
    width:125px;
}
#privatelabel .row .product {
    float:right;
    padding: 0 0 0 10px;
    margin-top:45px;
    width:300px;
}