
/* sorting */
.sorting {
    border-bottom: 1px solid #C1C1C1;
    border-top: 1px solid #C1C1C1;
    color: #6C6C6C;
    line-height: 24px;
    margin-bottom:0px;
    width:100%;
    position:relative;
}
.sorting .actions {
    color: #878787;
    float: right;
    margin: 0 5px 0 20px;
}
.sorting .actions a {
    color: #878787;
}
.sorting .actions a.disabled {
    font-weight: bold;
    text-decoration: none;
}
.sorting .actions a.sort {
    background: url("../images/icon_sort_asc.png") no-repeat scroll left top transparent;
    color: #878787;
    display: block;
    float: right;
    margin-left: 10px;
    padding-left: 10px;
    text-decoration: none;
}
.sorting .actions a.sort.desc {
    background: url("../images/icon_sort_desc.png") no-repeat scroll left top transparent;
}
.sorting .actions a.sort.active {
    background: url("../images/icon_sort_asc.png") no-repeat scroll left bottom transparent;
    color: #155DA1;
    font-weight: bold;
}
.sorting .actions a.sort.desc.active {
    background: url("../images/icon_sort_desc.png") no-repeat scroll left bottom transparent;
    color: #1144D8;
    font-weight: bold;
}
.sorting .actions a.sort:hover {
    text-decoration: underline;
}
.sorting .filtriranje {
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    height: 24px;
    line-height: 24px;
    padding: 0 18px 0 5px;
    /*
  	text-shadow: 1px 1px 1px #000000;
     color: #FFFFFF;
    */
}
.product-filters {
    display: none;
    padding-top: 10px;
}
.product-option-group {
    border: 2px solid #383836;
    margin-bottom: 10px;
    float:left;
    width:100%;
}
.product-option-group strong {
    background: none repeat scroll 0 0 #383836;
    color: #FFFFFF;
    display: block;
    float: left;
    font-weight: bold;
    margin-right: 10px;
    padding: 3px 10px;
}
.product-option-group label {
    float: left;
    line-height: 30px;
    margin-right: 15px;
}
.loading-overlay {
    background-color: rgba(255, 255, 255, 0.9);
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.loading-overlay img{ position:absolute; left:50%; top:100px;}

.products {position:relative;}
.pager {float:left; width:100%; font-size: 14px; text-align: center; margin-top: 20px; }

.box { width: 213px; margin: 25px 20px 0px 0; }
.box img { width: 100%; }
.last { margin-right: 0; }