#sortiment_detail{
    position: relative;
    float: left;
    background: url("/img/sort_bg.png"); 
    margin-top: 20px;
    margin-left: 20px;
    width: 800px;
    height: 400px;
    border: 1px solid #752e0b;
}

#sortiment_detail_img{
    position: relative;
    float: left;
    width: 250px;
    height: 187px;
    margin-top: 30px;
    margin-left: 30px;;
    border: 1px dotted #c96836;
}

#sortiment_detail_popis{
    position: relative;
    float: left;
    width: 300px;
    height: 180px;
    margin-top: 30px;
    margin-left: 30px;
    border: 2px #4e1a00;
    border-bottom-style: none;
    border-top-style: none;
    border-left-style: solid;
    border-right-style: none;
    padding-bottom: 10px;
    padding-left: 30px;
}

#sortiment_detail_popis div{
    position: relative;
    float: left;
    text-align: left;
    width: 120px;
    height: 25px;
    border: 1px #4e1a00;
    border-bottom-style: solid;
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
    padding-top: 5px; 
}

