#container_produs_info {
    padding:0px;
    margin:0px;
    
    width:553px;
}

#poza {
    width:250px;
    height:220px;
    /*background:aqua;*/
    float:left;
    margin:0px auto;
    margin:10px;
}

#poze_suplimentare {
    width:100%;
    height:auto;
    float:left;
    
}

#date_produs {
    width:250px;
    height:200px;
    float:right;
   
    margin:10px;
}


#detalii_tehnice {
    width:533px;
    
    margin:10px;
    height:auto;
    font-size:14px;
    color:#666666;
    
}

#descriere_produs {
    width:533px;
    margin:10px;
    font-size:16px;
    color:#666666;
}

.products_name {
    height:98px;
    font-size:20px;
    font-weight:bold;
    font-family:sans-serif;
    color:#5fa369;
    padding:0px;
    margin:0px;
    /*background:aqua;*/
}

.products_price {
    font-size:20px;
    height:80px;
    /*line-height:100px;*/
    font-weight:bold;
    font-family:sans-serif;
    color:#5fa369;
    /*margin:20px;*/
    /*background:gray;*/
}

#container_plus_minus {
    position:relative;
    width:240px;
    height:22px;
    /*background:yellow;*/
}

#minus, #plus {
    margin:0px 3px 0px 3px;
    padding:0px;
    width:20px;
    height:20px;
    line-height:20px;
    text-align:center;
    font-family:monospace;
    float:left;
    background:#d9d7d7;
}

#minus a, #plus a {
    text-decoration:none;
}

#list_quantity {
    float:left;display:block;
    height:20px;
    text-align:center;
    border:1px solid #cccccc;
}

