
#WebshopSearch {
	background:url(../images/webshop/wsOffersBoxesBg.png) repeat-x;
}
#WebshopSearch {
    background-color:#CACACA;
}

.searchForms {
    float: right;
    width: 380px;
    margin-right:20px;
}

#SearchMenu {
    float: left;
    width:223px;
    height:295px;
    padding-top:5px;
    padding-left: 0px;
    margin: 0px;
    background:url(../images/webshop/wsOffersUlBg.jpg) no-repeat right #fff;
}

#SearchMenu li {
    list-style-type: none;
    background:url('../images/webshop/wsOfferLiSeparator.gif') no-repeat bottom left;
}

#SearchMenu a {
    display: block;
    padding-left:10px;
    font-size:14px;
    text-decoration:none;
    height:28px;
    padding-top:13px;
    white-space:nowrap;
    overflow:hidden;
}

#SearchMenu a:hover {
    background:url(../images/webshop/wsOffersItemHover.png) repeat-x;
    width:195px;
    
}

#SearchMenu li.activeMenu 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;
}
#SearchMenu li.activeMenu a:hover {
    background:url(../images/webshop/wsOffersActiveItem.png) no-repeat;
}

