#qtyswitcher-oneless{
    border:none;
    background:transparent url("../../images/ayres/sprites/qty_arrows.png") -9px 0 no-repeat;
    width:9px; 
    height:9px;
    cursor:pointer;
}

#qtyswitcher-onemore{
    border:none;
    background:transparent url("../../images/ayres/sprites/qty_arrows.png") 0 0 no-repeat;
    width:9px; 
    height:9px;
    cursor:pointer;
    margin-bottom: 2px;
}

.qtyswitcher-qty .clone-qty{
    background:none repeat scroll 0 0 #f5f5f5;
    float: left;
    width:40px;
    text-align:center;
    line-height:28px;
    height:28px;
    padding:4px 0;
    margin-top:6px;
    font-weight:500;
    letter-spacing:0.0125em;
    word-spacing:0.25em;
    font-family:Oswald;
    font-stretch:narrower;
    font-size:16px;
}

#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;
}

.qty-buttons {
    float: left;
    padding: 11px 5px;
}
.qty-buttons input {
    display: block;
}

.qtyswitcher-qty {
    float:left;
    margin:0 7px 0 0;
    overflow: hidden;
}

.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
}