/* @override 
	http://kiwi:8080/css/ww/productScroller.css
	http://localhost:8080/css/ww/productScroller.css
*/

/** --- Common scrollable.js-Styles see scrollable.css --- */

#flashBox {
    margin-bottom:16px;
}

#productScroller {
    height: 154px  
}

#priceCalculatorContainer {
    width: 308px;
    height: 139px;
    margin: -2px 0 0 642px;
}

.greenTopline {
    background: #eaede4;
    color: #666;
    border-left: 1px solid #D5D5D5;
    border-top: 1px solid #D5D5D5;
    border-right: 1px solid #D5D5D5;
    margin: 0px;
    padding: 4px 4px 4px 13px;
    font-size: 11px;
    font-weight: bold;
}

.silverBarLine {
    background: transparent url(/images/ww/backgrounds.gif) 0 -1940px repeat-x;
    margin: 0px;
    padding: 4px 4px 0px 20px;
    font-weight: normal;
    font-size: 12px;
    vertical-align: middle;
}
.silver-bottom-bar {
    padding: 0 10px;
    line-height: 26px;
    height: 26px;
    text-align: right;
}
.silver-top-bar {
    height: 20px;
}
.silverBarTop {
    height: 20px;
    border-top: 1px solid #B8B8B8;
}

.silverBarBottom {
    height: 26px;
    border-bottom: 1px solid #B8B8B8;            
}

.silverBarSides {
  border-left: 1px solid #B8B8B8;
  border-right: 1px solid #B8B8B8;
}

div.produkt  {
    font-size:10px;
    height:27px;
    overflow:hidden;
    padding:4px 5px 0 13px;
    text-align:left;
}

#silverTopline a.plainButtonInlineRight {
  margin-left: 1.5em;
}
