.offerItem {
    float: left;
    margin: 10px 10px 0 0;
    border: 1px dotted #008d6d;
    background-color: transparent;
    padding: 5px;
    width: 180px;
    height: 200px;
}
.offerItem .price .total {
    font-weight: bold;
    color: #47009E;
}
.offerItem h5 {

}
.offerItem h6 {
    margin-bottom: 5px;
}

.offer.start .right {
    float: left;
    width: 30%;
}
.offer.start .item {
    margin: 1em 0 0 2em;
}
.offer.start .item .stock {
    margin-top: 1em;
}
.offer.start .item .stock label {
    color: rgb(102, 102, 102);
    font-weight: bold;
    font-size: 9pt;
}

/* categories */
#offerCategories {
    background-color: #fff;
}
#offerCategories a {
    text-decoration: none;
    color: #008d6d;
}
#offerCategories a:hover {
    color: #000;
}
#offerCategories em {
    color: #000;
    font-weight: bold;
    font-style: normal;
}
#offerCategories .level0 {
    font-size: 10pt;
}
#offerCategories .level1 {
    padding-left: 10px;
}
#offerCategories .level2 {
    padding-left: 20px;
}
#offerCategories .level3 {
    padding-left: 30px;
}
#offerCategories .level4 {
    padding-left: 40px;
}
#offerCategories .level5 {
    padding-left: 50px;
}