/*
 * HEADER
 */
    #WsOffersHeader {
        background:#eaf3f8;
        padding:18px;
        border:1px solid #63bad8;
        border-top:none;   
    }
        #WsOffersHeaderLeft {
            float:left;
            font-size:18px;
        }
            #WsOffersHeaderLeft span {
                font-weight:normal;
                font-size:12px;
                padding-top:3px;
                display:block;
            }        
        #WsOffersHeaderRight {
            float:right;
            font-weight:normal;
            font-size:12px;
            text-align:center;
        }
            #WsOffersHeaderRight span {
                font-size:13px;
                font-weight:bolder;        
                padding-top:3px;   
                display:block;     
            }        
        
#WebshopOffers {
    height: 300px;
}

#WebshopOffersMenu {
    margin:0px;
    padding:0px;
    float: left;
    padding-left: 0px;
    margin-left: 0px;
    width:223px;
    height:295px;
    background:url(../images/webshop/wsOffersUlBg.jpg) no-repeat right;
    padding-top:5px;
}

#WebshopOffersMenu li {
    list-style-type: none;
    background:url(../images/webshop/wsOfferLiSeparator.gif) no-repeat bottom left;
    
}

#WebshopOffersMenu a {
    display: block;
    padding-left:10px;
    font-size:14px;
    text-decoration:none;
    height:28px;
    padding-top:13px;
    white-space:nowrap;
    overflow:hidden;
}
#WebshopOffersMenu li a:hover {
    background:url(../images/webshop/wsOffersItemHover.png) repeat-x;
    width:195px;
    
}


#WebshopOffersOuter {
    float: left;
    background:url(../images/webshop/wsOffersBoxesBg.png) repeat-x;
    height:300px;
    width:416px;
}

.activeOffer a {
    background:url(../images/webshop/wsOffersActiveItem.png) no-repeat;
    #background:transparent;
    #filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='_images/webshop/wsOffersActiveItem.png', sizingMethod='scale');
    font-weight:bolder;
}
#WebshopOffersMenu li.activeOffer a:hover {
    background:url(../images/webshop/wsOffersActiveItem.png) no-repeat;
}



#ControlSearch {
    float: left;
    padding: 9px;
}
.productboxListOffers {
    margin:0px;
    padding:0px;
    padding-top:15px;
    padding-left:15px;
}
.productboxListOffers li {
    float:left;
    list-style:none;
    width:190px;
    height:150px;
    #height:130px;
    overflow:hidden;
}
#WebshopOffersInner .webshopProductBox .webshopProductBoxTitle span {
    width:180px;
    height:16px;
    overflow:hidden;
    white-space:nowrap;
}

.productboxListOffers .webshopProductBox {
    padding:0px;
    width:190px;
    overflow:hidden;
}
.webshopProductBox .webshopProductBoxOffersImage {
    float:left;
    margin-right:10px;
    margin-left:0px;
}
.productboxListOffers .webshopProductBoxPrice {
    padding-top:10px;
    padding-bottom:10px;
    padding-left:5px;
    height:30px;
    float:left;
}
.productboxListOffers .webshopProductBoxPrice .old {
    text-decoration: line-through;
}
.productboxListOffers .webshopProductBoxPrice .new {
    color: #0095C3;
}
.productboxListOffers .webshopProductBoxNewPrice {
    padding-bottom:10px;
    padding-left:5px;
    float:left;
}
.productboxListOffers .webshopProductBoxOldPrice {
    padding-top:10px;
    color:#4D4A4A;
    padding-left:5px;
    float:left;
    text-decoration:line-through;
}
.productboxListOffers .webshopProductBoxMoreDetail {
    background:url(../images/webshop/wsOffersDetailsButton.gif) no-repeat;
    width:73px;
    height:17px;    
    display:block;
    float:right;
    margin-right:15px;
}


