#sortiment_gallery{
    color: black;
    position: relative;
    float: left;
    background: url("/img/sort_bg.png"); 
    margin-top: 20px;
    margin-left: 20px;
    padding-bottom: 15px;
    width: 800px;
    height: auto;
    border: 1px solid #752e0b;
}

#sortiment_item{
    position: relative;
    text-align: left;
    /*background: url("/img/sort_bg.png"); */
    background-color: #f2d182;
    float: left;
    margin-left: 15px;
    margin-top: 15px;
    border: 1px dotted #ad4510;
    width: 245px;
    height: auto;
}

#item_title{
    float: left;
    position: relative;
    text-align: center;
    padding: 10px 10px;
    color: #732d0a;
    font-weight: bold;
    width: 225px;
    height: 40px;
}

#item_title a{
    color: #732d0a;
    font-weight: bold;
    text-decoration: none;
}

#item_title a:hover{
    color: #732d0a;
    font-weight: bold;
    text-decoration: underline;
}

#item_title a:visited{
    color: #732d0a;
    font-weight: bold;
    text-decoration: none;
}

#item_img{
    float: left;
    position: relative;
    text-align: center;
    color: blue;
    width: 245px;
    height: 135px;
}

#item_text{
    float: left;
    position: relative;
    text-align: left;
    padding: 10px 10px;
    color: #732d0a;
    font-size: 14px;
    margin-top: 10px;
    border: 1px #ad4510;
    border-top-style: dotted;
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none; 
    width: 225px;
    height: auto;
}

#item_text div{
    float: left;
    position: relative;
    width: 70px;
    height: auto;
    text-align: left;
}

#item_search_icon{
    float: left;
    position: relative;
    width: 235px;
    height: auto;
    font-size: 12px;
    font-weight: bold;
    color: #752e0b;
    text-align: right;
    padding-right: 10px;
    padding-bottom: 10px;  
}

#item_search_icon a{
    color: #732d0a;
    font-weight: bold;
    text-decoration: none;
}

#item_search_icon a:hover{
    color: #4c1e06;
    font-weight: bold;
    text-decoration: none;
}

#item_search_icon a:visited{
    color: #732d0a;
    font-weight: bold;
    text-decoration: none;
}

#title{
    width: 787px;
    height: auto;
    float: left;
    margin-left: 30px;
    margin-top: 20px;
}

#title h1{
    font-size: 20px;
    font-weight: bold;
    /*color: #752e0b; */
    color: #4e1a00;
    text-decoration: underline;
    text-align: left;
}

#paging {
    text-align: center;    
    position: relative;
    width: 750px;
    height: auto;
    float: left;
    margin-left: 30px;
    margin-top: 20px;
}

#paging a{
    color: #752e0b;
    text-decoration: none;
}

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