/*Bestseller*/
.category-bestseller-widget-wrapper .descriptionboxwrapper{
    position: absolute;
    left:0px;
    top: 300px;   
    background-color: #ffffff;  
}
.category-bestseller-widget-wrapper .descriptionbox{
    width: 228px;
    overflow: hidden;
}
.category-bestseller-widget-wrapper .descriptionbox.nodesc{
    height: 8px;
}
.category-bestseller-widget-wrapper .descriptionbox p.description{
    padding-bottom: 0px;
}
.category-bestseller-widget-wrapper .descriptionbox .morewrapper{
    padding-right: 10px;
}
.category-bestseller-widget-wrapper .categorywrapper,
.category-bestseller-widget-wrapper .categorywrapperLast{
    position: relative;
}

.category-bestseller-widget-wrapper .imagebox{
    position:relative;
    height:300px; /*make layout in IE*/
   margin-bottom: 26px;
}

.category-bestseller-widget-wrapper .imagebox .category-headline{
    position:absolute;
    left:0px;
    bottom:3px;
}

.category-bestseller-widget-wrapper .bestseller-section-wrapper{
    margin-top:0;  
}

.category-bestseller-widget-wrapper .bestseller{
    height:160px;
    overflow:hidden;
}

.category-bestseller-widget-wrapper .nobestseller{
    background-color:#E5E5E5;
    background-image:none;
    background-position:0 0;
    background-repeat:repeat;
    height:160px;
    overflow:hidden;
}

.category-bestseller-widget-wrapper .besseller-image{
    float:left; 
}

.category-bestseller-widget-wrapper .bestseller-info{
    padding-left:10px;
    padding-top:3px;
    padding-right:3px;
    /*width:115px;*/
}

* html .category-bestseller-widget-wrapper .bestseller-info{
    margin-left:110px;
    padding-left:0;
}
*+html .category-bestseller-widget-wrapper .bestseller-info{
    margin-left:110px;
    padding-left:0;
}

.category-bestseller-widget-wrapper .category-link-box{
    padding-top:5px;
    padding-left:10px;
    line-height:1.2em;
}

/*specials*/
.category-puzzle-wrapper .category-item{
    float:left;
    text-align:center;
    width: 170px;
    background:#E5E5E5;
    margin-right:10px;
    margin-bottom:10px;
}

.category-puzzle-wrapper .last{
    margin-right: 0px;
}

/*IE 6 hack against last character doubling of last floatet div*/
* html .category-puzzle-wrapper .last{
    margin-right: -3px;
}


.category-puzzle-wrapper .category-item .category-image a img{
    border:none !important;
}

.category-puzzle-wrapper .category-item .category-link{
    height:30px;
    padding-top:5px;
    font-size:12px;
}

.category-puzzle-wrapper .category-item .category-link a span{
    color:#828282 !important;
}

.category-puzzle-wrapper .category-item .category-link a span.parent-category-name{
    text-transform:uppercase;
}

.category-bestseller-widget-wrapper .imagebox h2 a.headline{
    text-decoration: none;
    font-weight: normal;
    text-transform: none;
    background: url("img/arrow_grey_big.gif") no-repeat right 8px;
    font-size: 22px;
    color: #ccc;
    padding-right: 3px;
}

