
/**
left:	180px;
center:	558px;
right:	220px;
**/

html{
    margin: 0px 0 10px 0;
    padding: 0px;
    color: #4887bd;
}

body {
    margin: 0px 0px 10px 0px;
    padding: 0px;
    font-family: Trebuchet MS, Verdana;
    /*font-family: 'Nobile', Trebuchet MS, Verdana;*/
    font-size: 12px;
    color: #4887bd;
}

form{
    margin: 0px;
    padding: 0px;
}

input{
    border-width: 1px;
    border-style: solid;
    border-color: #79b8e6;
}

select{
    border: 0px;
}

iframe{
    margin: 0px;
    padding: 0px;
}

div.p, p{
    color: #4887bd;
}

h3{
    margin: 0px;
}

a,.clickable{
    color: #4887bd;
    text-decoration: underline;
    cursor:pointer;
}

a:visited {

}

a:active {

}

a:hover {
    text-decoration: none;
}

.original_product_title{
    color: #FFC682;
}

.standardBox{
    border: 1px solid #dddddd;
    background: #FFFFFF;
}

.coloredBox{
    border: 1px solid #dddddd;
    background: #fffde7;
}

.blueBox{
    border: 1px solid #1a69a4;
    background: #a7d5f6;
}

.specialBox{
    border: 1px solid #f38503;
    background: #f19e3c;
}

.notice{
    position: relative;

}

.container{
    border: 1px solid #dddddd;
    background: #FFFFFF;
    margin: 5px;
    padding: 10px;
}

.notice a.content{
    position: relative;
    color: #FFFFFF;
    font-weight: bold;
    background: #4887bd;
    padding: 5px 10px 5px 10px;
    display: block;
    text-decoration: none;
    border: 1px solid #1a69a4;
    cursor: pointer;
}

.notice a.light{
    background: #79b8e6;
    border: 1px solid #4887bd;
}

.notice a.content:hover{
    text-decoration: underline;
}

.notice .content{
    position: relative;
    color: #FFFFFF;
    font-weight: bold;
    background: #4887bd;
    padding: 5px 10px 5px 10px;
    border: 1px solid #1a69a4;
}

.notice .light{
    background: #79b8e6;
    border: 1px solid #4887bd;
}

.notice .white{
    background: #FFFFFF;
    border: 1px solid #79b8e6;
    color: #4887bd;
}

/** This wrapper is necessary to make arrow work in IE6.... **/
.notice .arrowLeftWrapper{
    position: absolute;
    top: 7px;
    left: -8px;
    z-index: 200;
    width: 8px;
    height: 16px;
}

.notice .arrowLeft{
    position: absolute;
    top: 2px;
    right: -1px;
    z-index: 20;
    border-color: transparent #4887bd transparent transparent;
    _border-left-color: pink;
    _border-top-color: pink;
    _border-bottom-color: pink;
    _filter: chroma(color=pink);
    border-style:solid;
    border-width: 6px;
    width: 0px;
    height: 0px;
}

.notice .arrowBorderLeft{
    position:absolute;
    top: 0px;
    right: -1px;
    border-color: transparent #1a69a4 transparent transparent;
    _border-left-color: pink;
    _border-top-color: pink;
    _border-bottom-color: pink;
    _filter: chroma(color=pink);
    border-style: solid;
    border-width: 8px;
    height: 0px;
    width: 0px;
}

/** This wrapper is necessary to make arrow work in IE6.... **/
.notice .arrowTopWrapper{
    position: absolute;
    top: -7px;
    left: 17px;
    z-index: 200;
    width: 16px;
    height: 8px;
}

.notice .arrowTop{
    position: absolute;
    bottom: 0px;
    left: 2px;
    z-index: 20;
    border-color: transparent transparent #4887bd transparent;
    _border-left-color: pink;
    _border-top-color: pink;
    _border-right-color: pink;
    _filter: chroma(color=pink);
    border-style:solid;
    border-width: 6px;
    width: 0px;
    height: 0px;
}

.notice .arrowBorderTop{
    position:absolute;
    bottom: 0px;
    left: 0px;
    z-index: 20;
    border-color: transparent transparent #1a69a4 transparent;
    _border-left-color: pink;
    _border-top-color: pink;
    _border-right-color: pink;
    _filter: chroma(color=pink);
    border-style: solid;
    border-width: 8px;
    height: 0px;
    width: 0px;
}

/** This wrapper is necessary to make arrow work in IE6.... **/
.notice .arrowBottomWrapper{
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 200;
    width: 8px;
    height: 16px;
}

.notice .arrowBottom{
    position: absolute;
    bottom: -11px;
    left: 19px;
    z-index: 20;
    border-color: #4887bd transparent transparent transparent;
    _border-left-color: pink;
    _border-right-color: pink;
    _border-bottom-color: pink;
    _filter: chroma(color=pink);
    border-style:solid;
    border-width: 6px;
    width:0;
    height:0;
}

.notice .arrowBorderBottom{
    position:absolute;
    bottom: -15px;
    left: 17px;
    border-color: #1a69a4 transparent transparent transparent;
    _border-left-color: pink;
    _border-right-color: pink;
    _border-bottom-color: pink;
    _filter: chroma(color=pink);
    border-style: solid;
    border-width: 8px;
    height: 0px;
    width: 0px;
}

.notice .arrowLeftLight{
    border-color: transparent #79b8e6 transparent transparent;
}

.notice .arrowBorderLeftLight{
    border-color: transparent #4887bd transparent transparent;
}

.notice .arrowTopLight{
    border-color: transparent transparent #79b8e6 transparent;
}

.notice .arrowBorderTopLight{
    border-color: transparent transparent #4887bd transparent;
}

.notice .arrowBottomLight{
    border-color: #79b8e6 transparent transparent transparent;
}

.notice .arrowBorderBottomLight{
    border-color: #4887bd transparent transparent transparent;
}

.notice .arrowBottomWhite{
    border-color: #FFFFFF transparent transparent transparent;
}

.notice .arrowBorderBottomWhite{
    border-color: #79b8e6 transparent transparent transparent;
}

a.buttonLink{
    display: inline-block;
    zoom: 1;
    *display: inline;
    text-decoration: none;
}

a.buttonLink:hover{
    text-decoration: none;
}

a.buttonLink div.rbroundbox a.buttonLink div.rbroundbox.special, a div.rbroundbox, a div.rbroundbox.special{
    position: relative;
    /*background: #4887bd;*/
    border: 0px;
    cursor: pointer;
    display: inline-block;
    zoom: 1;
    *display: inline;
    text-decoration: none;
}

a.buttonLink div.rbroundbox:hover div.rbcontent , a div.rbroundbox:hover div.rbcontent{
    background: #79b8e6;
    text-decoration: none;
}

a.buttonLink div.rbroundbox.special:hover div.rbcontent , a div.rbroundbox.special:hover div.rbcontent{
    background: #ffc682;
    text-decoration: none;
}

a.buttonLink div.rbroundbox:hover, a div.rbroundbox:hover, a.buttonLink div.rbroundbox.special:hover, a div.rbroundbox.special:hover{
    /*background: #79b8e6;*/
    color: #FFFFFF;
    text-decoration: none;
}

a div.rbroundbox:hover .rbtop div {
    background: url(../images/buttonStandardHover.gif) no-repeat top right;
}

a div.rbroundbox.special:hover .rbtop div {
    background: url(../images/buttonActionHover.gif) no-repeat top right;
}

a div.rbroundbox:hover .rbtop {
    background: url(../images/buttonStandardHover.gif) no-repeat top left;
}

a div.rbroundbox.special:hover .rbtop {
    background: url(../images/buttonActionHover.gif) no-repeat top left;
}

a div.rbroundbox:hover .rbbot div {
    background: url(../images/buttonStandardHover.gif) no-repeat bottom right;
}

a div.rbroundbox.special:hover .rbbot div {
    background: url(../images/buttonActionHover.gif) no-repeat bottom right;
}

a div.rbroundbox:hover .rbbot {
    background: url(../images/buttonStandardHover.gif) no-repeat bottom left;
}

a div.rbroundbox.special:hover .rbbot {
    background: url(../images/buttonActionHover.gif) no-repeat bottom left;
}

.rbroundbox .rbtop div {
    position: absolute;
    width: 100%;
    height: 3px;
    top: 0px;
    left: 100%;
    z-index: 12;
    background: url(../images/buttonStandard.gif) no-repeat top right;
}

.rbroundbox.special .rbtop div {
    background: url(../images/buttonAction.gif) no-repeat top right;
}

.rbroundbox .rbtop {
    position: absolute;
    width: 50%;
    height: 3px;
    top: 0px;
    left: 0px;
    z-index: 11;
    font-size: 1px;
    margin: 0px;
    background: url(../images/buttonStandard.gif) no-repeat top left;
}

.rbroundbox.special .rbtop {
    background: url(../images/buttonAction.gif) no-repeat top left;
}

.rbroundbox .rbbot div{
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: 0px;
    left: 100%;
    z-index: 12;
    background: url(../images/buttonStandard.gif) no-repeat bottom right;
}

.rbroundbox.special .rbbot div{
    background: url(../images/buttonAction.gif) no-repeat bottom right;
}

.rbbot {
    position: absolute;
    width: 50%;
    height: 3px;
    bottom: 0px;
    left: 0px;
    z-index: 11;
    font-size: 1px;
    margin: 0px;
    background: url(../images/buttonStandard.gif) no-repeat bottom left;
}

.rbroundbox.special .rbbot {
    background: url(../images/buttonAction.gif) no-repeat bottom left;
}

.rbcontent  {
    position: relative;
    border-left: 1px solid #1a69a4;
    border-right: 1px solid #1a69a4;
    background: #4887bd;
    padding: 0px 3px 0px 23px;
    margin: 3px 0 3px 0;
    color: #FFFFFF;
    text-align: left;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    line-height: 17px;
}

.rbroundbox.special .rbcontent{
    border-left: 1px solid #f38503;
    border-right: 1px solid #f38503;
    background: #f19e3c;
    padding: 1px 3px 0px 23px;
}

.rbcontent span{
    display: block;
    padding: 0px 0px 2px 0;
}

.rbImg{
    position: absolute;
    top: 26%;
    left: 4px;
    z-index: 20;
}



.buttonRound{
    postion: relative;
    text-align: left;
    padding: 0px 10px 0 5px;
    border: 1px solid #1a69a4;
    background: #4887bd;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}

a div.buttonRound, a.buttonRound{
    postion: relative;
    text-align: left;
    padding: 0px 10px 0px 5px;
    border: 1px solid #1a69a4;
    background: #4887bd;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
    display: inline;
}

.buttonRoundImage{
    position: relative;
    top: 16px;
    /*margin-top: px;*/
    border: 0px;
}

a div.buttonRound:hover, a.buttonRound:hover{
    background: #79b8e6;
    text-decoration: none;
}

.buttonRound.special, a div.buttonRound.special{
    postion: relative;
    text-align: left;
    padding: 0px 10px 0 5px;
    border: 1px solid #f38503;
    background: #f19e3c;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}

a.buttonRound.special{
    postion: relative;
    text-align: left;
    padding: 0px 10px 0px 5px;
    border: 1px solid #f38503;
    background: #f19e3c;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
}

a.buttonRound.special:hover, a div.buttonRound.special:hover{
    background: #ffc682;
    text-decoration: none;
}


table td p{
    color: #4887bd;
    font-family: 'Trebuchet MS', 'Verdana', 'Arial';
    font-size: 12px;
}

.coloredText{
    color: #f19e3c;
}

/** Old BU code, changed **/

.prod_tbl{
    /*width: 488px;*/
    width: 96%;
    border-collapse: collapse;
    margin: 6px 2% 6px 2%;
    font-family: 'Trebuchet MS', 'Verdana', 'Arial';
    color: #4887bd;
}

.prod_tbl td{
    padding: 2px 2px 2px 2px;
    color: #4887bd;
}

.prod_tbl td p{
    padding: 0px;
    margin: 0px;
}

h2{
    padding: 0 0 0 5px;
}

.prod_top{
    border-top: 1px solid #1a69a4;
}
.prod_top td{
    border-top: 1px solid #1a69a4;
}

.prod_top td p{
    color: #4887bd;
}

.prod_bottom{
    border-bottom: 1px solid #1a69a4;
}
.prod_bottom td{
    border-bottom: 1px solid #1a69a4;
}

.prod_right{
    border-right: 1px solid #1a69a4;
}
.prod_left{
    border-left: 1px solid #1a69a4;
}

.prod_desc{
    vertical-align: top;
    border-left: 1px solid #1a69a4;
    padding: 4px;
}

.shaded_back{
    background-color: #fffde7;
}
.shaded_back_light{
    background-color: #FFFFFF;
}
.shaded_back_dark{
    background-color: #4887bd;
    color: #FFFFFF;
}

.blue_back {
    background-color: #4887bd;
    color: #FFFFFF;
}

.textBlock{
    vertical-align: middle;
    border-collapse: collapse;
    padding: 2px 2px 15px 2px;
    width: 100%;
    border-collapse: collapse;
    margin: 6px 0 6px 0;
    border: 1px solid #dddddd;
}

.textBlock td{
    vertical-align: middle;
    padding: 5px;
    border: 1px solid #dddddd;
}

.textBlock td a{
    color: #4887bd;
    font-weight: bold;
    text-decoration: none;
    /*padding: 2px 2px 2px 2px;*/
}

.textBlock td a:hover{
    text-decoration: underline;
    color: #b2b0b0;
}

.textBlockContent td.blockMorePadding{
    padding: 5px 5px 5px 15px;
}

.textBlockContent td.blockLessPadding{
    padding: 5px 2px 5px 4px;
}

.no_border_left{
    border-left: 0px;
}

.no_border_right{
    border-right: 0px;
}

.textBlockTitle{
    background-color: #4887bd;
    color: #FFFFFF;
}

.textBlock .textBlockTitle a, .textBlockTitle a, .textBlockTitle td a, .textBlockTitle td p{
    color: #FFFFFF;
}

.textBlock .textBlockTitle a:hover, .textBlockTitle a:hover, .textBlockTitle td a:hover, .textBlockTitle td p{
    color: #FFFFFF;
    text-decoration: underline;
}

.textBlockTitle td{
    background-color: #4887bd;
    border-top: 1px solid #1a69a4;
    border-bottom: 1px solid #1a69a4;
    color: #FFFFFF;
    padding: 4px;
    margin: 5px 0 0 0;
}

.textBlockContent td{
    background-color: #fffde7;
    border-bottom: 1px solid #ffc682;
    padding: 5px 5px 15px 5px ;
}

.textBlock td a{
    color: #4887bd;
    font-weight: bold;
}

.textBlockPadding{
    background-color: #79b8e6;
    width: 96.84px;
}

.textBlock td p{
    margin: 0px;
    padding: 0px;
}

.tinytext {
    font-size: 11px;
}
.tinytext a{
    font-size: 11px;
    font-weight: bold;
}

.textBlock td p span.tinytext a{
    font-size: 11px;
    font-weight: bold;
}

.prod_tbl td p{
    margin: 12px 0 0 0;
}

.textNoPaddingBottom{

}

.imgborder{
    border: 1px solid #1a69a4;
}

.promotionalOffers{
    width: 100%;
}
.promotionalOffers td{
    color: #4887bd;
    text-align: center;
}

.promotionalOffers .offer_top{
    border-top: 1px dashed #4887bd;
}

.promotionalOffers .offer_bottom{
    border-bottom: 1px dashed #4887bd;
}

.promotionalOffers .offer{
    background-color: #FFFFFF;
    border: 1px solid #f19e3c;
}

.promotionalOffers a{
    color: #FFFFFF;
    font-weight: normal;
}

.promotionalOffers a.hideUnhideLink{
    color: #4887bd;
    font-weight: normal;
}

.combiPromo{
    color: #C2005A;
    font-weight: bold;
}
.combiPromoBox{
    padding:4px;
    background-color: #ffc682;
    border: 1px solid #f19e3c;
    display: block;
    text-decoration: none;
}
.combiPromoBox:hover{
    text-decoration: none;
}

.formitem {
    border-width: 1px;
    border-style: solid;
    border-color: #79b8e6;
}

.formitem_lit {
    border-width: 1px;
    border-style: solid;
    border-color: #1a69a4;
}

.daList li {
    background:transparent url(../images/doublearrow.gif) no-repeat scroll 0 4px;
    list-style-image:none;
    list-style-position:outside;
    list-style-type: none;
    padding-left:12px;
    position:relative;
    left:-30px;
    width:100%;
}

#review{
    width: 116px;
    background-color: #FFFFFF;
    border: 1px solid #dddddd;
    padding: 8px;
    font-size: 11px;
    margin-left: 4px;
    margin-right: 4px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #4887bd;
}
#review a{
    font-size: 11px;
}

#review_wide{
    background-color: #FFFFFF;
    border: 1px solid #dddddd;
    padding: 8px;
    font-size: 11px;
    margin-left: 4px;
    margin-right: 4px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #000066;
}

.overLibInnerCSS{
    text-align: left;
    font-size: 10px;
    color: #FFFFFF;
}

/** End Old BU code **/

.testimonialDivider{
    color: #4887bd;
}

.prod_price{
    width: 120px;
    vertical-align: bottom;
    padding-bottom: 12px;
}
.prod_price_big{
    width: 100%;
    text-align: right;
    font-size: 14pt;
}

.paymentMethodSelectTr{
    background-color: #FFFFFF;
}

.stockContainer{
    margin: 5px auto 0 auto;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.stockOverloop{
    cursor: pointer;
    float: left;
    background: url('../images/stock_level_background.png') repeat-x;
    padding: 5px 3px 0 3px;
    height: 24px;
}

.stockHideBorder{
    cursor: pointer;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 4px;
    height: 29px;
    background: url('../images/stock_level_background.png') repeat-x;
}

#maininner {
    position: relative;
    padding: 0px;
    width: 978px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
    text-align: left;
    z-index: 0;
}

#settingsBox{
    position: relative;
    width: 978px;
    height: 30px;
    padding: 0px;
    margin: 0 0 4px 0;
}

#flags {
    position: absolute;
    right: 94px;
    top: 2px;
    z-index: 998;
    height: 28px;

}

#currency {
    position: absolute;
    right: -2px;
    top:   2px;
    z-index: 998;
    height: 28px;
}

#currencyPanel {
    position: absolute;
    top: 35px;
    right: -10px;
    width: 170px;
    z-index: 999;
    padding: 5px;
    font-size: 12px;
}

#currencyTable td, #flagTable td{
    border-bottom: 1px solid #FFFFFF;
}

#currencyTable tr:hover, #flagTable tr:hover{
    background: #FFFFFF;
    color: #4887bd;
}

.closePopupPanel{
    position: absolute;
    top: 2px;
    right: 10px;
    height: 5px;
    width: 5px;
    cursor: pointer;
}

.infoPopup{
    position: absolute;
    top: 2px;
    right: 26px;
    height: 5px;
    width: 5px;
    cursor: pointer;
}

#flagPanel {
    position: absolute;
    top: 35px;
    right: -10px;
    z-index: 999;
    padding: 5px;
}


#flags a{
    height: 22px;
    width: 34px;
    padding: 1px 1px 1px 0px;
    margin: 1px;
    display: block;
    overflow: hidden;
    float: left;
}

#currency a{
    height: 21px;
    width: 27px;
    padding: 2px 3px 1px 2px;
    margin: 1px;
    display: block;
    font-weight: bold;
    overflow: hidden;
    font-family: 'Nobile', Trebuchet MS, Verdana;
    float: left;
    text-align: center;
    text-decoration: none;
}

#currency a.selected{
    background: #79b8e6;
    border: 1px solid #1a69a4;
    color: #FFFFFF;
    padding: 2px 3px 1px 2px;
}

#flags a.selected{
    background: #79b8e6;
    border: 1px solid #1a69a4;
}

#flags a:hover, #currency a:hover{
    background: #79b8e6;
    border: 1px solid #1a69a4;
    color: #FFFFFF;
}

#flags a.arrow, #currency a.arrow{
    width: 15px;
    height: 22px;
    padding: 1px 1px 1px 0px;
}

#flags a.arrow img, #currency a.arrow img{
    margin: 3px 0 0 0;
}

#headerTop {
    position: relative;
    z-index: 100;
    left: 0px;
    width: 978px;
    background: #FFFFFF;
    height: 215px;
    padding: 0px;
}

#batteryChampion{
    position: absolute;
    top: -17px;
    left: 230px;
    width: 258px;
    height: 190px;
    overflow: hidden;
}

#headerTitle{
    position: absolute;
    top: 20px;
    left: 35px;
    font-family: 'Nobile', Trebuchet MS, Verdana;
    font-weight: bold;
    color: #000000;
    font-size: 36px;
    padding: 14px 0px 0px 2px;
    z-index: 10;
    cursor: pointer;
}

#headerTitleBG{
    position: absolute;
    top: 7px;
    left: 0px;
    z-index: -1;
    height: 44px;
    width: 100%;
    background: #FFFFFF;
    filter:alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
    border: 1px solid #dddddd;
}

.capitals{
    color: #4887bd;
}

#headerMenuLeft{
    position: absolute;
    top: 74px;
    left: 10px;
}

#headerMenuLeft a.button{
    font-weight: bold;
    font-size: 16px;
    color: #4887bd;
    background-color: #fffde7;
    filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    border-top: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    border-left: 1px solid #FFFFFF;
    padding: 6px 10px 6px 10px;
    float: left;
    margin: 0px;
    text-decoration: none;
}

#headerMenuLeft a.button.active{
    color: #FFFFFF;
    filter:alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    background-color: #4887bd			}

#headerMenuLeft a.button:hover, #headerMenuLeft a.button.active:hover{
    color: #FFFFFF;
    filter:alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    background-color: #79b8e6			}

#searchBox{
    position: absolute;
    top: 118px;
    left: 10px;
    width: 213px;
    height: 63px;
    padding: 11px;
}
#searchField input{
    background-image: url('../images/inputBackground.png');
}
#searchbox{
    background-color: #FFFFFF;
    background-repeat: repeat-x;
    width: 500px;
    height: 25px;
    font-size: 21px;
    padding: 11px 5px;
    border: 2px solid #ffc682;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.searchboxNoSelect{
    color: #cccccc;
}

.searchboxSelect{
    color: #b2b0b0;
}

#searchField{
    position: absolute;
    top: 9px;
    left: 40px;
}

#searchNotice{
    position: absolute;
    top: 5px;
    left: 166px;
}

#searchSelect{
    position: absolute;
    top: 37px;
    left: 27px;
}

#productsBox{
    position: absolute;
    bottom: 10px;
    right: 10px;
    height: 85px;
    width: 708px;
}

#productsBox.long{
    width: 956px;
}

#productContainer{
    position: absolute;
    top: 4px;
    left: 4px;
}

#productContainer .product{
    position: relative;
    float: left;
    width: 53px;
    height: 44px;
    background: url('../images/productSelectBackground.png') no-repeat;
    margin: 0 8px 0 0;
}

#productsMoreButton{
    position: absolute;
    top: 14px;
    right: 5px;
    padding: 1px;
    text-align: right;
}

#productContainer .product img{
    margin: 2px 0 0 2px;
}

#productsBox .noticeContainer{
    position: absolute;
    top: 52px;
    left: 4px;
}

#headerMenuRight{
    position: absolute;
    top: 10px;
    right: 10px;
    height: 24px;
    padding: 6px 4px 0px 4px;
    color: #b2b0b0;
}

#headerMenuRight a{
    color: #b2b0b0;
    text-decoration: none;
    font-weight: bold;
    padding: 0px 0 0px 0;
}

#headerMenuRight a:hover{
    color: #4887bd;
    text-decoration: underline;
}

#headerShoppingCart{
    position: absolute;
    right: 10px;
    top: 55px;
    padding: 4px 4px 3px 4px;
    color: #dddddd;
}

#headerShoppingCart a{
    text-decoration: none;
}

#headerShoppingCart a.shopCartLink:hover{
    text-decoration: underline;
}

.horizontalDivider{
    position: relative;
    /** Including 2 pixels because there is no border **/
    width: 980px;
    height: 1px;
    background: #f19e3c;
    margin: 2px 0 2px 0;
}

#contentContainer{
    position: relative;
    margin: 10px 0 0 0;
    width: 958px;
    padding: 10px;
}

#contentLeft{
    position: relative;
    float: left;
    width: 180px;
}

#contentRight{
    position: relative;
    float: right;
    width: 220px;
}

#contentLeft .sideMenu, #contentRight .sideMenu{
    margin: 0 0 10px 0;
}

#contentLeft .sideMenu .header, #contentRight .sideMenu .header{
    border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #FFFFFF;
    padding: 3px;
}

#contentLeft .sideMenu .header .title, #contentRight .sideMenu .header .title{
    border: 1px solid #1a69a4;
    background: #4887bd;
    text-align: center;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    padding: 3px 0 3px 0;
}

#contentLeft .sideMenu .content, #contentRight .sideMenu .content{
    border: 1px solid #dddddd;
    border: 1px solid #dddddd;
    border: 1px solid #dddddd;
    padding: 4px;
    margin: 2px 0 0 0 ;
}

#contentLeft .sideMenu .content a.specialLink, #contentRight .sideMenu .content a.specialLink{
    background: url('../images/specialLink.png') no-repeat;
    background-position: 0px 4px;
    padding: 1px 0 1px 13px;
    margin: 0 0 2px 0;
    font-family: 'Trebuchet MS', Verdana;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
}

#contentLeft .sideMenu .content a.specialLink:hover, #contentRight .sideMenu .content a.specialLink:hover{
    text-decoration: underline;
    color: #b2b0b0;
}

#contentLeft .shopPrinciple, #contentRight .shopPrinciple{
    padding: 3px 1px 3px 3px;
    margin: 0 0 10px 0;
    font-family: 'Nobile', 'Trebuchet MS', Verdana;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

#contentLeft .shopPrinciple .capitals, #contentRight .shopPrinciple .capitals{
    color: #007200;
}

#testimonials{
    position: relative;
    padding: 0px 0px 10px 0px;
}

.testitomialRating{
    position: relative;
    margin: 10px 0 0 2%;
    padding: 3px;
    width: 92%;
}

a.testimonialProductLink{
    color: #007200;
    text-decoration: none;
}

a.testimonialProductLink:hover{
    text-decoration: underline;
}

.testimonialFlag{
    position: absolute;
    top: 5px;
    right: 5px;
}

#contentCenter{
    position: relative;
    float: left;
    margin: 0 0 0 5px;
    width: 548px;
}

#specialOffers .content{
    /*width: 410px;*/
    padding: 10px;
    font-size: 16px;
    text-align: center;
    /*background: #fffde7 url('../images/promotionBackground.png') repeat-x;
    background-position: 0px 0px;*/
}

#specialOffers .offerText{
    color: #000000;
    font-size: 16px;
    font-weight: bold;
}

#pickAProduct{
    position: relative;
    margin: 0px 0 0 0;
    padding: 5px 10px 5px 10px;
    font-size: 16px;
    font-weight: bold;
    height: 55px;
}

#pickAProductSelection{
    position: absolute;
    top: 30px;
    left: 10px;
    padding: 3px;
    width: 518px;
}

#shopBrowser{
    margin: 10px 0 0 0;
    padding: 5px 10px 5px 10px;
}

#shopBrowser .promotedProduct{
    position: relative;
    float: left;
    padding: 2px;
    width: 31%;
}

#shopBrowser .promotedProduct .productBatteries{
    position: absolute;
    top: 20px;
    z-index: 200;
}

#shopBrowser .promotedProduct .productBatteries.left{
    left: -10px;
}

#shopBrowser .promotedProduct .productBatteries.right{
    right: -10px;
}

#shopBrowser .promotedProduct .title{
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    margin: 30px 0 0 4px;
}

#shopBrowser .promotedProduct .content{
    color: #4887bd;
    font-size: 12px;
    padding: 0 0 5px 0;
    width: 100%;
}

#shopBrowser .promotedProduct .content ul{
    margin: 0px;
    padding: 0 0px 0 10%;
    width: 88%;
}

#shopBrowser .promotedProduct .content ul li{
    margin: 0px;
    padding: 0px;
}

#allProducts{
    padding: 5px 10px 5px 10px;
}

#allProducts .title{
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    margin: 5px 0 0px 4px;
    padding: 5px 0 5px 0;
    width: 75%;
    border-top: 1px solid #dddddd;
}

#allProducts .title a{
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    margin: 4px 0 0px 4px;
    text-decoration: none;
}

#allProducts .title a:hover{
    text-decoration: underline;
}


#headerLogoLink{
    position: absolute;
    cursor: pointer;
    width: 120px;
    height: 104px;
    left: 10px;
}

#header_nav{
    position: relative;
    left: 0px;
    width: 978px;
    height: 44px;
    background-image: url(../images/header_nav.gif);
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    margin-top: 3px;
}


#header_nav_overlap{
    position: absolute;
    left: 730px;
    width: 248px;
    height: 108px;
    background: url('../images/header_nav_overlap.gif') repeat-x;
}

#header_nav_right{
    position: absolute;
    right: 0px;
    width: 28px;
    height: 108px;
    background: url('../images/header_nav_right.gif') repeat-x;
}

#header_nav p{
    padding: 8px;
    margin: 0px;
}

#header_nav_content{
    position: absolute;
    width: 100%;
    height: 44px;
    z-index: 20;
}

#header_nav_content_left{
    float: left;
    border: 0px solid #000000;
    position: relative;
    top: 10px;
    left: 10px;
}

#header_nav_content_right{
    float: right;
    border: 0px solid #000000;
    position: relative;
    right: 14px;
    top: 10px;
}

#shop_menu {
    position: absolute;
    left: 0px;
    width: 180px;
}

#information_menu {
    left: 748px;
    position: absolute;
    width: 220px;
}

#trustpilotText{
    padding-top: 55px;
    padding-left: 36px;
    color: #FFFFFF;
    font-size: 8.5px;
    font-family: verdana;
}

#moreLang{
    right: 6px;
    visibility: hidden;
    position: absolute;
    top:60px;
    width: 100px;
}

.popupPanelTable{
    margin: 0 0px 0 5px;
}

.popupPanelTable tr:hover{
    background-color: #79b8e6;
}

#sidemenu {
    position: relative;
    width: 142px;
    border: 0px solid #000000;
    background-color: #79e1ff;
    background-image: url('../images/menu_ondervlak.gif');
    background-position: bottom left;
    background-repeat: no-repeat;
    padding-bottom: 6px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    overflow: hidden;
    margin-bottom: 3px;
    margin-top: 3px;
}

.sidemenu {
    position: relative;
    /*width: 180px;*/
    width: 100%;
    background: #79e1ff url('../images/menu_ondervlak_border_right.gif') repeat-y;
    background-position: right;
    margin: 3px 0 3px 0;
    padding: 28px 0 10px 0px;
}

.sidemenu_header{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
    height: 28px;
    width: 100%
}

.sidemenu_bottom{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 11px;
    margin: 0px;
    padding: 0px;
    background: url('../images/menu_ondervlak_bottom_overlap.gif') repeat-x;
    background-position: top;

}

.sidemenu_bottom_left{
    position: absolute;
    left: 0px;
    top: 0px;
    height: 11px;
    width: 10px;
    background: url('../images/menu_ondervlak_bottom_left.gif') no-repeat;
    background-position: top;
    z-index: 20;
}

.sidemenu_bottom_right{
    position: absolute;
    right: 0px;
    top: 0px;
    height: 11px;
    width: 10px;
    background: url('../images/menu_ondervlak_bottom_right.gif') no-repeat;
    background-position: top;
    z-index: 20;
}

.sidemenuShadow{
    position: relative;
    width: 152px;
    border: 0px solid #000000;
    background: url(../images/langmenu_back.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    padding: 0 0 15px 0;
    margin: 0px 0 0 0;
    overflow: hidden;
}

.sidemenu a{
    font-family: verdana;
    font-weight: normal;
    font-size: 8pt;
    color: #000066;
    text-decoration: none;
    background-color: inherit;
}

.sidemenu a:visited {
    color: #000011;
}

.sidemenu a:active {
    text-decoration: underline;
}

.sidemenu a:hover {
    text-decoration: underline;
    background-color: #A4EBFF;
}

p {
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin: 0px;
    font-size: 8pt;
    color: #000066;
}

.p_iden {
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin: 0px;
    font-size: 8pt;
    color: #000066;
}

#sidemenu a{
    font-family: verdana;
    font-weight: normal;
    font-size: 8pt;
    color: #000066;
    text-decoration: none;
    background-color: inherit;
}
#sidemenu a:visited {
    color: #000011;
}
#sidemenu a:active {
    text-decoration: underline;
}
#sidemenu a:hover {
    text-decoration: underline;
    background-color: #A4EBFF;
}

#batterySelectDiv{

}

.menuheader{

}

.menuheader a{
    background-color: #79e1ff;
}

.menuheader a:hover{
    background-color: #79e1ff;
}

#imglinking a:hover {
    text-decoration: none;
    background-color: transparent;
}

#centerpanel {
    position: absolute;
    top: 1300px;
    left: 185px;
    width: 558px;
    min-height: 500px;
    background-color: #EFFBFF;
    border: 1px solid #D1F5FF;
}

.heading{
    position: relative;
    width: 100%;
    height: 30px;
    background: url('../images/gradient_bar_overlap.gif') repeat-x;
    color: #016886;
    font-family: verdana;
    font-size: 14px;
    text-align: center;
    padding: 10px 0 0 0;
    margin: 0 0 10px 0;
    font-weight: bold;
}

.heading_left{
    position: absolute;
    top: 0px;
    left: 0px;
    background: url('../images/gradient_bar.gif') no-repeat;
    width: 20px;
    height: 40px;
}

.heading_right{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 20px;
    height: 40px;
    background: url('../images/gradient_bar.gif') no-repeat;
    background-position: right top;
    z-index: 20;
}

#centerpanel h1{
    font-family: verdana;
    font-size: 14px;
    text-align: center;
    width: 500px;
    height: 40px;
    color: #016886;
    background-image: url(../images/gradient_bar.gif);
    background-repeat: repeat-x;
    margin: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 10px;
    padding-bottom: 0px;
}
#centerpanel h2{
    font-size: 10pt;
    margin-top: 10px;
    margin-left: 6px;
    margin-right: 0px;
    margin-bottom: 0px;
}
#centerpanel h3{
    font-size: 10pt;
    margin: 0px;
}

#popuppanel {
    position: relative;
    top: 0px;
    left: 0px;
    width: 725px;
    background-color: #EFFBFF;
    border: 1px solid #D1F5FF;
}
#popuppanel h1{
    font-size: 11pt;
    text-align: center;
    width: 500px;
    height: 40px;
    color: #000066;
    background-image: url(../images/gradient_bar.gif);
    background-repeat: repeat-x;
    margin: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 10px;
    padding-bottom: 0px;
}
#popuppanel h2{
    font-size: 10pt;
    margin-top: 10px;
    margin-left: 6px;
    margin-right: 0px;
    margin-bottom: 0px;
}
#popuppanel h3{
    font-size: 10pt;
    margin: 0px;
}


#bo_copyright{
    position: absolute;
    margin-top: 200px;
    bottom: -130px;
}



.alignBaseDirection{
    text-align: right;
}

p.tinytextgeneral{
    font-size: 7pt;
}
p.spacing{
    line-height: 14pt;
}

.orderline1 {
    background-color: #D1F4FF;
    border-bottom: 1px solid #999999;
}
.orderline2 {
    background-color: #E9FAFF;
    border-bottom: 1px solid #999999;
}
.orderline3 {
    background-color: #30CDFF;
    border-bottom: 1px solid #999999;
}

.line_green {
    background-color: #D6FFB1;
    border-bottom: 1px solid #999999;
}
.line_darkgreen {
    background-color: #B7FF77;
    border-bottom: 1px solid #999999;
}
.line_red {
    background-color: #FFCCCC;
    border-bottom: 1px solid #999999;
}
.borderbottom{
    border-bottom: 1px solid #999999;
}
.imglink{
    border: 0px;
    padding: 0px;
    margin:0px;
}
.imglink a:hover {
    text-decoration: none;
    background-color: transparent;
}



.ok {
    background-color: #C6FFE2;
}
.err {
    border: 1px solid #FF0000;
}
.tablecollapse{
    border-collapse: collapse;
}
.tablecenterwidth{
    width: 490px;
    margin: 4px;
}
.mail_table{
    /*void*/
}
.mail_table td{
    padding: 2px;
    vertical-align: top;
}
.mail_table select{
    font-size: 1.0em;
}

.firstblock{
    border: 1px solid #01A2D1;
}
.brandname{
    font-size: 14px;
    text-align: center;
    color: #016886;
    vertical-align: middle;
    width: 100%;
    background-color: #D1F4FF;
}
A.brandname:hover{
    text-decoration: none;
}
.nextblock{
    border-top: 1px solid #01A2D1;
    border-left: 1px solid #01A2D1;
    border-bottom: 1px solid #01A2D1;
}

.primButton {
    padding: 1px;
    margin: 2px;
    border: 2px solid #01c6ff;
    background-color: #EFFBFF;
    text-decoration: none;
}
A.primButton:hover{
    text-decoration: none;
}
.selectedWords {
    background-color: #6BFF6B;
    font-weight: bold;
}

.screenMessages p {
    width: 		96%;
    padding: 	4px;
    margin: 	6px;
}

.noborders {
    border: 0px solid #000000;
}
.noborders tr{
    border: 0px solid #000000;
}
.noborders td{
    border: 0px solid #000000;
}

.wpt_notice{
    background: #DEE8FC url('../images/wpt_champion.png') no-repeat;
    background-position: 4px 3px;
    padding: 7px 5px 7px 41px;
    border: 1px solid #88A4D6;
    margin: 0 1px 4px 1px;
    cursor: pointer;
    -moz-box-shadow: 2px 2px 2px #ccc;
    -webkit-box-shadow: 2px 2px 2px #ccc;
    box-shadow: 2px 2px 2px #ccc;
}

.wpt_popup {
    background-color: #fffde7;
}

.wtp_popup_close{
    position: absolute;
    top: 4px;
    right: 4px;
    cursor: pointer;
}

.wpt_popup_topheader{
    color: #FFFFFF;
    background: #1a69a4;
    padding: 5px;
    font-weight: bold;
    margin: 9px 0 0 0;
}

.wpt_popup_header{
    color: #FFFFFF;
    background: #1a69a4;
    padding: 5px;
    font-weight: bold;
}

.promotionalOffers .offer_top h2{
    font-size: 1.3em;
    font-weight: bold;
}

.shoppingcart_contains{
    font-size: 1.3em; font-weight: bold;
}

.paymentMethodSelectTable{
    width: 400px;
    border-collapse: separate;
}

.bold{
    font-weight: bold;
}

.highlight_description_title{
    font-weight: bold;
}

.clientAdressTable{
    width: 96%;
    border-collapse: collapse;
    margin: 6px 2% 6px 2%;
}

.checkOutThank{
    text-align: center;
    width: 100%;
}

table.technicalInfo td{
    border:0 none;
}

.bgSpriteGeneral{background:url(../images/bgSpriteGeneral.png) no-repeat left top}
.bgSpriteGeneral.icon_adapter{ background-position: 0 0;  }
.bgSpriteGeneral.icon_adapter_connector{ background-position: 0 -20px;  }
.bgSpriteGeneral.icon_adapter_shipping{ background-position: 0 -40px;  }
.bgSpriteGeneral.icon_adapter_voltage{ background-position: 0 -76px;  }
.bgSpriteGeneral.icon_adapter_warranty_12{ background-position: 0 -96px;  }
.bgSpriteGeneral.icon_batteries_acadapters{ background-position: 0 -116px;  }
.bgSpriteGeneral.icon_battery_bostonpower{ background-position: 0 -159px;  }
.bgSpriteGeneral.icon_battery_environment{ background-position: 0 -195px;  }
.bgSpriteGeneral.icon_battery_original{ background-position: 0 -231px;  }
.bgSpriteGeneral.icon_battery_plain{ background-position: 0 -251px;  }
.bgSpriteGeneral.icon_battery_shipping{ background-position: 0 -271px;  }
.bgSpriteGeneral.icon_batterycable{ background-position: 0 -307px;  }
.bgSpriteGeneral.icon_batterycharger{ background-position: 0 -327px;  }
.bgSpriteGeneral.icon_cap{ background-position: 0 -347px;  }
.bgSpriteGeneral.icon_case{ background-position: 0 -367px;  }
.bgSpriteGeneral.icon_case_color{ background-position: 0 -387px;  }
.bgSpriteGeneral.icon_case_material{ background-position: 0 -407px;  }
.bgSpriteGeneral.icon_case_size{ background-position: 0 -427px;  }
.bgSpriteGeneral.icon_case_weight{ background-position: 0 -447px;  }
.bgSpriteGeneral.icon_color{ background-position: 0 -467px;  }
.bgSpriteGeneral.icon_cover{ background-position: 0 -487px;  }
.bgSpriteGeneral.icon_grip{ background-position: 0 -507px;  }
.bgSpriteGeneral.icon_grip_color{ background-position: 0 -543px;  }
.bgSpriteGeneral.icon_high{ background-position: 0 -579px;  }
.bgSpriteGeneral.icon_mem{ background-position: 0 -599px;  }
.bgSpriteGeneral.icon_mem_capacity{ background-position: 0 -619px;  }
.bgSpriteGeneral.icon_mem_read{ background-position: 0 -639px;  }
.bgSpriteGeneral.icon_mem_sdhc{ background-position: 0 -659px;  }
.bgSpriteGeneral.icon_mem_warranty{ background-position: 0 -679px;  }
.bgSpriteGeneral.icon_mem_write{ background-position: 0 -699px;  }
.bgSpriteGeneral.icon_pda{ background-position: 0 -719px;  }
.bgSpriteGeneral.icon_rma{ background-position: 0 -762px;  }
.bgSpriteGeneral.icon_size{ background-position: 0 -782px;  }
.bgSpriteGeneral.icon_tools{ background-position: 0 -802px;  }
.bgSpriteGeneral.icon_type{ background-position: 0 -822px;  }
.bgSpriteGeneral.icon_volt{ background-position: 0 -842px;  }
.bgSpriteGeneral.icon_warranty_12{ background-position: 0 -862px;  }
.bgSpriteGeneral.icon_warranty_24{ background-position: 0 -882px;  }
.bgSpriteGeneral.icon_warranty_6{ background-position: 0 -902px;  }
.bgSpriteGeneral.icon_wear{ background-position: 0 -938px;  }
.bgSpriteGeneral.stock_level_delay{ background-position: 0 -958px;  }
.bgSpriteGeneral.stock_level_high{ background-position: 0 -988px;  }
.bgSpriteGeneral.stock_level_medium{ background-position: 0 -1018px;  }
.bgSpriteGeneral.stock_level_out{ background-position: 0 -1048px;  }
.bgSpriteGeneral.stock_level_vacation{ background-position: 0 -1078px;  } 