#iwCanvas {
    position: static;
}

#topoffers {
    width:700px;
    float: left;
    position: relative;
}

#offer_slider {
    position: relative;
    overflow: hidden;
    height: 156px;
    width:700px;
    background:#ffffff;
}

#offer_holder{
    position:absolute;
    background:#dadada;
}

#offer_holder > div {
    height:45px;
    width:688px;
}

.offer_item{
    height: 45px;
    padding: 6px 0 0 10px;
    margin-bottom: 1px;
    margin-left: 1px;
    margin-right: 1px;
}
#topoffers h3{
    color: #ffffff;
    background-color: #660099;
    height: 23px;
    padding-left: 10px;
    padding-top: 5px;
    background: #53027c url('/_l/h3_bg.gif') repeat-x top;
    margin: 0px;
}
#top_offers .dark{
    background: #ffffff;
}

#top_offers .light{
    background: #f9f9f9;
}

.item_category{
    float:left;
    width:140px;
    padding:10px 5px 0 5px;
}

.item_category a{
    color: #660099;
    font-size:14px;
    font-weight:bold;
    text-decoration: none;
}
.item_category a:hover{
    text-decoration: underline;
}
.item_details{
    float: left;
    font-size: 11px;
    margin-top:4px;
    width:378px;
}
.item_details a{
    font-weight: bold;
    font-size:13px;
    color: #333333;
    text-decoration: none;
}
.item_details a:hover{
    text-decoration: underline;
}
.item_details p{
    color: #3e3e3e;
    margin: 0;
    font-size:11px;
}

.item_apply{
    float: left;
    text-align: center;
    width: 83px;
    background: url(/_l/button_apply.gif) no-repeat;
    font-size:13px;
    font-weight:bold;
    height:26px;
    margin-left:35px;
    margin-top:6px;
    cursor:pointer;
}