/* HOMEPAGE BLOCK */
#home_brands {
margin: 10px 0 10px 0;
}
#home_brands ul {
list-style-type: none; margin: 0 0 15px 0; padding: 0;
}
#home_brands #brand_images {
height: 145px; position : relative;
}
#home_brands #brand_images .brand {
position: absolute; top: 0; left: 0; display:none;
}

/* NORMAL STYLE */
#home_brands #brand_logos li.item {
float: left; display: inline; margin: 0 7px 10px 0; 
}

/* SLIDER STYLE */
#brand_logos_container { overflow: hidden; float: left; }
#brand_logos_slider { width: 500000px; }
#home_brands #brand_logos_slider li.item {
float: left; display: inline; margin: 0 7px 0 0; 
}
#slider_arrow_left, #slider_arrow_right { width: 20px; float: left; display: inline; vertical-align: middle;}
#slider_arrow_left { text-align: left;}
#slider_arrow_right { text-align: right;}

/* COMMON */
#home_brands #brand_logos li a, #home_brands #brand_logos_slider li a, a#bpScrollLeft img, a#bpScrollRight img {
filter:alpha(opacity=100); -moz-opacity: 1.0; -khtml-opacity: 1.0; opacity: 1.0; 
}
#home_brands #brand_logos li a img, #home_brands #brand_logos_slider li a img {
border: 1px solid #ddd;
}
#home_brands #brand_logos li a:hover, #home_brands #brand_logos_slider li a:hover, a#bpScrollLeft:hover img, a#bpScrollRight:hover img {
filter:alpha(opacity=60); -moz-opacity: 0.6; -khtml-opacity: 0.6; opacity: 0.6;
}
.clear { clear: both; }

/* ALL BRANDS PAGE */
div.allbrands_block {
float: left; margin-right: 20px;
}
div.allbrands_block ul {
list-style-image: url("../img/square.gif"); margin: 5px 10px 20px 10px;
}
div.allbrands_block h4 {
font-size: 12px; font-weight: bold;
}
div.allbrands_block ul li a {
text-decoration: none; color: #666; text-transform: uppercase;
}
div.allbrands_block ul li a:hover {
text-decoration: underline;
}

/* COLUMN BLOCK */
.brandsplus_block ul.bullet li {border-bottom:1px dotted #eee}
.brandsplus_block ul.bullet li.last {border:none;}
.brandsplus_block ul.bullet li a {
    display:block;
    padding:7px 11px 5px 22px;
    color:#333;
    background:url(../img/arrow_right.png) no-repeat 10px 10px transparent;
}
.brandsplus_block a.exclusive_large { margin-top: 10px; }
.brandsplus_block ul.logos li { border: 1px solid #ddd; margin: 10px 5px; float: left; }