@charset "utf-8";
/* CSS Document */

.Scroller-Container {
  position: absolute;
  top: 0px; left: 0px;
}
.Scrollbar-Up{position: absolute;width: 15px;height: 26px;background: url(../images/scroll_up.png) top center no-repeat;font-size: 0px;}
.Scrollbar-Track{width:13px;height:294px;position:absolute;top:24px;border-left:solid 1px #e7e6e6;border-right:solid 1px #e7e6e6;background-color: #fffdfd;}
.Scrollbar-Handle {
    background-color: #D444CC;
    border-radius: 10px 10px 10px 10px;
    height: 30px;
    position: absolute;
    width: 13px;
}
.Scrollbar-Down{position: absolute;top:317px; width:15px;height:26px;background: url(../images/scroll_down.png) top center no-repeat;font-size: 0px;}
#Scrollbar-Container {
  position: absolute;
  top: 8px; left: 272px;
}

#brand-container {
  position: absolute;
  width: none;
  /*height: 350px;*/
  padding-bottom: 6px;
  background: #ffffff;
  margin-left:16px;
  /*overflow: scroll;*/
}
#News, #About {
  position: absolute;
  overflow: hidden;
  width: 298px;
  height: 100%;
  display: none;
}

#News {display: block;}


#brand-container{max-height: 286px;}
.capsAlpha{font-family:Helvetica,Arial, sans-serif;font-size:12px;color:#d546ce;}
.brandlist{padding: 0 15px;width:37%;float:left;margin-top:10px;line-height:17px;}
.brandsublist{list-style-type:none;margin:0;padding:0;height:345px;}
.brandsublist li{
  width:100%;
  padding:5px 7px;
  float:left;
  -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
      -o-box-sizing: border-box;
  box-sizing: border-box;
}
.brandsublist li span.helfont{font-size:13.5px;font-family:Helvetica,Arial, sans-serif;font-size:13.5px;color:#7a7a7a;display:block;width:auto;}
#brand_id li *
{float:left;}
div.bdcrumb{cursor:pointer;}
#no_results{clear:both;}
span.helfont{color:#7a7a7a;}

.brandlist{max-height:293px;}
.brandsublist{max-height:293px;}