#qtyswitcher-oneless{
    border:none;
    background:transparent url("/skin/frontend/default/jm_celas/qtyswitcher/images/less.gif") 50% 50% no-repeat;
    width:15px; 
    height:15px;
    cursor:pointer;
    position: absolute;
    top: 8px;
    left: 4px;
}
#qtyswitcher-onemore{
    border:none;
    background:transparent url("/skin/frontend/default/jm_celas/qtyswitcher/images/more.gif") 50% 50% no-repeat;
    width:15px; 
    height:15px;
    cursor:pointer;
    position: absolute;
    top: 8px;
    right: 4px;
}
.qtyswitcher-qty .clone-qty{
    background:none repeat scroll 0 0 transparent;
    border:medium none;
    color:#000000;
    font-size:16px;
    font-weight:bold;
    text-align:center;
    width:28px;
    margin-left: 20px;
}

#qtyswitcher-btn-picto{
    float:right;
    margin-top:5px;
}
#qtyswitcher-form-btn-products{
    cursor:pointer;
    margin:10px 0 0;
    border:none;
    padding:0;
}
#qtyswitcher-qty-box LABEL{
    color:#000000;
    display:block;
    float:left;
    font-weight:bold;
    margin-right:10px;
    margin-top:3px;
}
.qtyswitcher-add-to-cart-box {
    float:left;
    margin:0;
}

.qtyswitcher-qty {
    float:left;
    margin:5px 10px 0 0;
    border: 1px solid #e8e8e8;
    background: #ffffff;
    vertical-align: middle;
    position: relative;
    width: 80px;
    height: 30px;
}
.option-grouped{

    background-color:#FFEAB0!important;
}
.option-grouped *{
    display:inline;
}
.option-grouped dl{
    display:block
}
.option-grouped dt{
    float:left
}
.option-grouped dd{
    float:right
}