/*
 * Interactive Category Styles
 * Brady Manila WebDev
 *
 */

.products-grid li.item { width: 192px !important; }
.sorter { padding-left: 15px; padding-right: 40px; }
.sorter .sort-by .filter { margin-right: 40px; }
.pager { font-size: 12px; }
.pager .limiter .limit-list { padding-right: 0; background: none; }
.sorter .sort-by .filter li { padding-right: 15px; }
.sorter .sort-by .filter li:last-child { padding-right: 0; background: none; }

.interactive_category_app {
    position: relative;
}
    .intc_overlay {
        display: none;
        position: absolute;
        z-index: 100;
        top: 0;
        left: 0;
        background-color: rgba(255,255,255,0.5);
    }
    .intc_loader {
        display: none;
        position: fixed;
        z-index: 101;
        width: 32px;
        height: 32px;
        top: 50%;
        left: 50%;
        margin: -16px 0 -16px 0;
        background: url(../../images/interactivecategory/loader_32.gif);
    }
    .intc_template_container {
        display: none;
    }

.intc_filterer {
    color: #0059a0;
}

.bottom_info {
    margin-top: 20px;
}

.bottom_info div {
    width: 320px;
    display: inline-block;
    font-weight: normal;
    font-size: 14px;
}
    .bottom_info div span {
        font-weight: bold;
    }

.bottom_info a {
    display: inline;
    font-size: 14px;
}

.intc_head {
    font-size: 32px;
    color: #000;
}
.intc_description {
    color: #000;
    font-size: 14px;
    margin-top: 5px;
}

.intc_filterer {
    margin-top: 25px;
    padding: 10px 0 10px 15px;
    border-bottom: 2px solid #fff;
    background-color: #ececec;
}

.intc_filter_col_top {
    position: relative;
    float: left;
    width: 320px;
}
    .intc_attrname {
        line-height: 22px;
        font-size: 14px;
        font-weight: bold;
        color: #0059a0;
        cursor: default;
    }
        .intc_attrname span {
            color: #000;
        }
        .intc_attrname img {
            cursor: pointer;
        }
        .intc_attrname div{
        	display:none;
        }
        

.intc_blocker {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.intc_filter_option_container {
    float: left;
    overflow: hidden;
}

.intc_filter_option_container li {
    position: relative;
    float: left;
    margin-top: 5px;
    margin-right: 5px;
    padding: 4px;
    border: 1px solid #bbb;
    background-color: #ddd;
    border-radius: 3px;
}
    .intc_filter_option_container li span.grayed {
        position: absolute;
        z-index: 1;
        width: 100px;
        height: 80px;
        left: -1px;
        top: -1px;
        background: rgba(236,236,236,0.7);
        border-radius: 3px;
    }
    .intc_filter_option_container .selected,
    .intc_filter_option_container .ui-selected {
        border-color: #0059a0;
        background-color: #4b9cdd;
    }
    .intc_filter_option {
        display: table;
        width: 90px;
        height: 70px;
        cursor: pointer;
    }
        .intc_filter_option img {
            width: 90px;
            height: 70px;
        }

.intc_toggle {
    display: inline-block;
    height: 14px;
    line-height: 14px;
    margin-top: 10px;
    padding-left: 22px;
    color: #0059a0;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none !important;
    background: url(../../images/interactivecategory/show-toggle.png) 0 -28px no-repeat;
}
.intc_toggle:hover {
    background-position: 0 -42px;
}
.intc_toggle.shown {
    background-position: 0 0;
}
.intc_toggle.shown:hover {
    background-position: 0 -14px;
}

.intc_filter_col_margin { height: 20px }

.intc_filter_col_bottom {
    position: relative;
    float: left;
    width: 320px;
}

.intc_price_range_container {
    width: 300px;
    padding-top: 9px;
}

.ui-slider-handle.ui-state-default {
    border: none;
    background: url(../../images/interactivecategory/slider.png) 0 0 no-repeat;
}
.ui-slider-handle.ui-state-default.ui-state-hover,
.ui-slider-handle.ui-state-default.ui-state-focus {
    background-position: -17px 0;
}

.ui-slider .ui-slider-handle {
    width: 17px;
    height: 17px;
}

#min_price, #max_price {
    min-height: 16px;
    min-width: 2px;
    padding: 0 3px;
    position: absolute;
    font-weight: bold;
    white-space: nowrap;
}

.intc_check_container {
    margin-bottom: 10px;
}
/*.intc_check_container label {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    padding-left: 15px;
    text-indent: -15px;
}*/
    .intc_check_container input {
        width: 13px;
        height: 13px;
        padding: 0;
        margin:0;
        margin-right: 5px;
        vertical-align: middle;
        position: relative;
        top: 1px;
        *overflow: hidden;
    }

.intc_toolbar {
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    border-bottom: 1px solid #ccc;
    background: url(../../images/interactivecategory/toolbar-bg.png) repeat-x;
}

.intc_category_products {
    width: 100%;
}
    .intc_4_columns .intc_product_grid {
        float: left;
        width: 100%;
        border-bottom: 1px solid #ccc;
    }
        .intc_item {
            float: left;
            width: 25%;
            height: 305px;
            padding: 10px;
            text-align: center;
        }
            .intc_product_image {
                display: block;
                width: 135px;
                height: 135px;
                margin: 0 auto 10px;
            }
            .intc_product_name {
                font-size: 12px;
                min-height: 60px;
                margin-bottom: 5px;
            }
            .intc_price_box {
                margin: 5px 0 10px;
            }
            .intc_more_info {
                display: inline-block;
                margin-top: 5px;
            }

.intc_availability {
    display: inline;
    margin: 0;
    height: 20px;
    line-height: 20px;
    font-weight: bold;
}
    .intc_availability.in_stock {
        color: #cf0066;
    }
    .intc_availability.out_of_stock {
        color: #cf3a00;
    }

.intc_select {
    height: 30px;
    max-width: 180px;
    padding: 4px;
    /*border-radius: 3px;*/
    border-color: #0059a0;
    background: #fff;
}

.intc_select.filter_min_qty {
    position: relative;
    display: inline;
    vertical-align: top;
    top: -4px;
    max-width: 140px;
}

.intc_filter_option_container li,
.intc_select,
.intc_item {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.intc_select,
.intc_check_container {
    font-family: Tahoma, Arial, sans-serif;
    font-size: 14px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.no-margin-right {
    margin-right: 0;
}

.no-ie7 {
    height: 679px;
    background: url(images/no-ie7.jpg);
}

.bottom_info_v2 {
    margin-top: 20px;
    padding-bottom: 5px;
    height: 54px;
}
.intc_info_text,
.intc_counter {
    display: inline-block;
    vertical-align: top;
}
.intc_info_text {
    height: 54px;
    line-height: 54px;
    font-size: 14px;
    font-weight: bold;
}
.intc_counter {
    height: 50px;
    background-color: #a0a0a0;
    padding: 2px;

    -webkit-border-radius: 30px;
       -moz-border-radius: 30px;
            border-radius: 30px;
}
.intc_products_no {
    font-size: 20px;
    line-height: 50px;
}
.inct_reset_cont {
    float: right;
    padding: 11px 15px 0 0;
}
.inct_reset {
    display: block;
    height: 32px;
    line-height: 32px;
    padding: 0 12px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-shadow: 0 1px 0 #222;
    text-transform: uppercase;

    background: #0173bc; /* Old browsers */
    background: -moz-linear-gradient(top,  #0173bc 0%, #014e8a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0173bc), color-stop(100%,#014e8a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #0173bc 0%,#014e8a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #0173bc 0%,#014e8a 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #0173bc 0%,#014e8a 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #0173bc 0%,#014e8a 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0173bc', endColorstr='#014e8a',GradientType=0 ); /* IE6-9 */

    -webkit-border-radius: 7px;
       -moz-border-radius: 7px;
            border-radius: 7px;
}
.inct_reset:hover {
    text-decoration: none;
    color: #fff;
}
.intc_check_container label {
    position: relative;
}
.intc_check_container label img {
    display: block;
    position: absolute;
    top: 3px;
    right: -10px;
    cursor: pointer;
}
.intc_check_container span.label {
    display: inline-block;
    height: 22px;
    line-height: 22px;
    margin-right: 8px;
    vertical-align: top;
}

.checkbox_switcher_container {
    display: inline-block;
    vertical-align: top;
}

.switch-button-label {
    float: left;
    font-size: 12px;
    cursor: pointer;
}

.switch-button-label.off {
    color: #adadad;
}

.switch-button-label.on {
    color: #0059a0;
}

.switch-button-label-inside {
    position: absolute;
    z-index: 0;
    height: 100%;
    width: 100%;
}

.switch-button-label-inside .switch-button-label.off,
.switch-button-label-inside .switch-button-label.on {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    font-weight: bold;
    text-align: center;
}

.switch-button-label-inside .switch-button-label.off {
    right: 0;
    color: #0059a0;
}
.switch-button-label-inside .switch-button-label.on {
    left: 0;
}

.switch-button-background {
    float: left;
    position: relative;
    border: 1px solid #0059a0;
    margin: 1px 10px;
    cursor: pointer;
}

.switch-button-button {
    position: absolute;
    z-index: 1;
    left: -1px;
    top : -1px;
    background: #0059a0;
    border: 1px solid #0059a0;
}

.intc_filter_col_bottom_left {
    float: left;
    width: 640px;
}

.intc_filter_col_bottom_right {
    float: right;
    margin-right: 5px;
}
.intc_check_container_wide .intc_filter_col_bottom {
    width: 970px;
}
.intc_check_container_wide div.intc_check_container {
    float: left;
    width: 280px;
    margin-bottom: 5px;
}
.intc_check_container_wide div.intc_check_container label input {
    top: -1px;
}
#madeinusahide{
    display: none;
}
