/*PAGE WIDTH (default)*/
div#tab_content {
    margin: 0px;
    width: 548px;
}
/*PAGE WIDTH (large)*/
div#tab_content_large {
    /*margin: 0 6px;*/
    width: 736px;
}
/*PRODUCT BANNER*/
.productBanner{
    position: relative;
    margin: 0 !important;
    padding: 0 !important;
}
/*PRODUCT BANNER IMAGE*/
.productBanner img{
    display: block;
    width: 100%;
}
/*PRODUCT BANNER IMAGE OVERLAY (bottom left)*/
.productBanner .overlay_left{
    background: url("/Resources/personal/img/tabber/overlay_bottom_left.png") no-repeat scroll left bottom transparent !important;
    height: 100%;
    left: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
}
/*PRODUCT BANNER IMAGE OVERLAY (bottom right)*/
.productBanner .overlay_right{
    background: url("/Resources/personal/img/tabber/overlay_bottom_right.png") no-repeat scroll right bottom transparent !important;
    height: 100%;
    left: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
}
/*TAB CONTENT - HIDE*/
.tabberlive .tabbertabhide {
    display: none;
}
/*TAB CONTAINER DUMMY*/
.tabberlive .tabbercontainer .tabberdummy {
    clear: both;
}
/*PROMOTION LISTING HR HEADING (default)*/
h2.promolist_top {
    background: url("/Resources/personal/img/tabber/promo-list-top.png") repeat scroll 0 0 transparent;
    display: block;
    height: 30px;
    margin: 0;
    padding: 0;
    position: relative;
}
/*PROMOTION LISTING HR HEADING (large)*/
div#tab_content_large  h2.promolist_top {
    background: url("/Resources/personal/img/tabber/promo-list-top-large.png") repeat scroll 0 0 transparent;
}
/*PROMOTION LISTING HR HEADING*/
h2.promolist_top span {
    background-color: white;
    color: #666666;
    display: inline;
    float: left;
    font-size: 18px;
    font-weight: bold;
    margin-left: 12px;
    padding: 6px 4px;
}