
/* clearing and resets */
.clearfix:after,
.nxt-refines-container:after,
.nxt-refines-surround:after,
.nxt-remove-item-wrap:after,
.nxt-narrow-by > div:after,
.nxt-product-details:after{
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}

/* normalized defaults */
.nxt-results-container b,
.nxt-results-container strong,
.nxt-nrf-container b,
.nxt-nrf-container strong{
    font-weight: bold;
}
.nxt-results-container a,
.nxt-refines-container a,
.nxt-nrf-container a{
    color: #000;
    text-decoration: none;
}
.nxt-results-container a:hover,
.nxt-results-container a:focus,
.nxt-refines-container a:hover,
.nxt-refines-container a:focus,
.nxt-nrf-container a:hover,
.nxt-nrf-container a:focus{
    /*color:#0087CF;*/
    text-decoration: none;
}
.nxt-results-container a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.nxt-results-container img {
    vertical-align: middle;
}

.nxt-refines { float: left; width:200px; }
.nxt-content { margin-left:200px; overflow: hidden; }

/* product container */
.nxt-results-container,
.nxt-refines-container,
.nxt-toolbar,
.nxt-nrf-container {
    font-family: sans-serif;
    font-size: 13px;
    line-height: 1.42857143;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    clear: both;
}
.nxt-product-list * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.nxt-product-list {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}
.nxt-product-item {
    width: 25%;
    position: relative;
    float:left;
    padding: 0 0 10px 10px;
    margin: 0;
}
.nxt-product-item-wrap {
    overflow: hidden;
    border: 1px solid #ddd;
    border-radius: 3px;
    position: relative;
}
.nxt-image-wrapper {
    position: relative;
    padding: 0;
    background: #FFF;
    overflow: hidden;
    width: 100%;
    height: 160px;
    vertical-align: middle;
    text-align: center;
    display:block;
}
.nxt-image-wrapper a { display: block; }
.nxt-product-image {
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 1;
    height: auto;
    width: auto;
    max-height: 160px;
    max-width: 160px;
    padding:10px;
}
.nxt-product-details {
    position: relative;
    min-height: 115px;
    padding:5px 10px;
    word-wrap: break-word;
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(237,237,237,1) 0%, rgba(246,246,246,1) 65%, rgba(255,255,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(237,237,237,1)), color-stop(65%,rgba(246,246,246,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(237,237,237,1) 0%,rgba(246,246,246,1) 65%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(237,237,237,1) 0%,rgba(246,246,246,1) 65%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(237,237,237,1) 0%,rgba(246,246,246,1) 65%,rgba(255,255,255,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(237,237,237,1)  0%,rgba(246,246,246,1) 65%,rgba(255,255,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.nxt-product-col1 { padding: 5px 0; display: table-cell; width: 40%; float: left; } /* this is the wrapper for name+description in list view */
.nxt-product-col2 { padding: 5px 0 5px 20px; /*width: 35%;*/float:right; display: table-cell; text-align: right; } /* this is the wrapper for price+button in list view */
.nxt-product-name { font-size: 11px; font-weight: bold; word-wrap: break-word; }
.nxt-product-description { word-wrap: break-word;  }
.nxt-product-price { font-size: 13px; font-weight: bold; }
.nxt-product-buttons { }
.nxt-btn-primary {
    border: 1px solid #ccc;
    outline: none;
    border-radius: 2px;
    padding: 5px 10px;
    font-size:10px;
    position: relative;
    font-family: arial, helvetica, sans-serif;
    font-weight: bold;
    cursor: pointer;
    white-space: nowrap;
    float: none;
    margin:0;
    text-decoration: none !important;
    color:#fff !important;
    border: none;
    background: rgb(119,119,119); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(119,119,119,1) 0%, rgba(86,86,86,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(119,119,119,1)), color-stop(100%,rgba(86,86,86,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(119,119,119,1) 0%,rgba(86,86,86,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(119,119,119,1) 0%,rgba(86,86,86,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(119,119,119,1) 0%,rgba(86,86,86,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(119,119,119,1) 0%,rgba(86,86,86,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#777777', endColorstr='#565656',GradientType=0 ); /* IE6-9 */
}
.nxt-btn-primary:hover { background:#333; }
.nxt-btn-primary:active {
    background:#333;
    color:#fff;
}
.nxt-spotlight {
    border: 0 !important;
    opacity:.8;
    box-shadow:none !important;
    display:block;
    position:absolute;
    left:0;
    top:0;
    z-index: 2;
}

/* list view */
.nxt-view-list { margin-left: 10px; }
.nxt-view-list .nxt-product-item {
    width: 100%;
    clear: both;
    min-height: inherit;
    height: inherit;
    background: none;
    border-bottom: none;
    margin: 0 0 10px 0;
    padding: 0; }
.nxt-view-list .nxt-image-wrapper {
    float: left;
    margin-bottom: 0;
    max-width: 200px;
    margin-left:-1px;
}
.nxt-view-list .nxt-product-details { background: none; }
.nxt-view-list .nxt-product-name { font-size: 14px; }
.nxt-view-list .nxt-product-description { display: block; }

/* toolbar */
.nxt-toolbar { clear: both; padding: 0 0 5px 10px; }
/*
.nxt-results-info {
    font-weight: 200;
    font-size: 22px;
    padding: 0 0 5px 0;
    line-height: 22px;
}

.nxt-results-info a { text-decoration: underline; }
*/
.nxt-results-count { float: right; font-weight: normal; font-size: 12px; }
.nxt-rpp label,
.nxt-sort-by label {
    font-weight: bold;
    font-size: 11px;
    color:#333;
    display: block;
}
.nxt-rpp {
    float: right;
    margin: 0;
    margin-right: 10px;
}
.nxt-sort-by {
    float: right;
    margin: 0;
    margin-right: 10px;	
}



.nxt-related {
    margin-top: 5px;
    padding: 0;
    clear: both;
    font-size: 12px;
    color: #666;
    font-family: arial, helvetica, sans-serif;
    overflow: hidden;
    float:left;
}
.nxt-related strong { font-weight: normal; }
.nxt-related a {
    text-decoration: underline;
    font-weight: normal;
    color:#666 !important; }
.nxt-change-view {
    position:relative;
    list-style: none;
    float: left;
    padding:0;
    margin: 0;
    width:60px;
    border:1px solid #ccc;
    border-radius: 3px;
}
.nxt-change-view li {
    margin: 0;
    padding: 0;
    float: left;
    border-left: 1px solid #ccc;
    margin-left: -1px;
}
.nxt-gridview-button,
.nxt-listview-button {
    height:29px;
    width: 30px;
    display: block;
    position: relative;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 14px 14px;
    opacity: 0.5;

}
.nxt-gridview-button { background-image: url(data:image/gif;base64,R0lGODlhDgAOAIABAIKCgv///yH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4wLWMwNjAgNjEuMTM0Nzc3LCAyMDEwLzAyLzEyLTE3OjMyOjAwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IE1hY2ludG9zaCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1NjM5RjBEQjJENTcxMUU0QTIxNUVFQ0FGNkVCOUM0MyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1NjM5RjBEQzJENTcxMUU0QTIxNUVFQ0FGNkVCOUM0MyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjU2MzlGMEQ5MkQ1NzExRTRBMjE1RUVDQUY2RUI5QzQzIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU2MzlGMERBMkQ1NzExRTRBMjE1RUVDQUY2RUI5QzQzIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Af/+/fz7+vn49/b19PPy8fDv7u3s6+rp6Ofm5eTj4uHg397d3Nva2djX1tXU09LR0M/OzczLysnIx8bFxMPCwcC/vr28u7q5uLe2tbSzsrGwr66trKuqqainpqWko6KhoJ+enZybmpmYl5aVlJOSkZCPjo2Mi4qJiIeGhYSDgoGAf359fHt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNiYWBfXl1cW1pZWFdWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIREA8ODQwLCgkIBwYFBAMCAQAAIfkEAQAAAQAsAAAAAA4ADgAAAhqEH3HLyQ8cXHKaavFNvPsPPho0ioq1oak6FgA7); }
.nxt-listview-button { background-image: url(data:image/gif;base64,R0lGODlhDgAOAIABAIKCgv///yH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4wLWMwNjAgNjEuMTM0Nzc3LCAyMDEwLzAyLzEyLTE3OjMyOjAwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IE1hY2ludG9zaCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1NjM5RjBERjJENTcxMUU0QTIxNUVFQ0FGNkVCOUM0MyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1NjM5RjBFMDJENTcxMUU0QTIxNUVFQ0FGNkVCOUM0MyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjU2MzlGMEREMkQ1NzExRTRBMjE1RUVDQUY2RUI5QzQzIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU2MzlGMERFMkQ1NzExRTRBMjE1RUVDQUY2RUI5QzQzIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Af/+/fz7+vn49/b19PPy8fDv7u3s6+rp6Ofm5eTj4uHg397d3Nva2djX1tXU09LR0M/OzczLysnIx8bFxMPCwcC/vr28u7q5uLe2tbSzsrGwr66trKuqqainpqWko6KhoJ+enZybmpmYl5aVlJOSkZCPjo2Mi4qJiIeGhYSDgoGAf359fHt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNiYWBfXl1cW1pZWFdWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIREA8ODQwLCgkIBwYFBAMCAQAAIfkEAQAAAQAsAAAAAA4ADgAAAhuEEaeL7OkWfKHaa9WMZnMfgQdGZiOnoafaRAUAOw==); }

.nxt-gridview-button:hover,
.nxt-listview-button:hover,
.nxt-change-view .nxt-current a { opacity: 1 !important; }

/* pagination */
.nxt-pagination {
    padding:0;
    position:relative;
    font-size: 11px;
    float: right;
    text-transform: uppercase;
}
.nxt-pagination-list {
    padding: 0;
    display: inline-block;
    margin: 0;
    overflow: hidden;
    border-radius:3px;
    border-left: 1px solid #ccc;
    clear: both;
}
.nxt-pagination-list li {
    padding: 0;
    float: left;
    list-style: none;
    display: inline-block;
    margin: 0;
    margin-left: -1px;
    width: auto;
    cursor: pointer;
    border: 1px solid #ccc;
    font-size: 11px;
    height: 30px;
    line-height: 32px;
    outline: none;
    position: relative;
    white-space: nowrap;
}
.nxt-pagination-list li:first-child { border-radius: 3px 0 0 3px; }
.nxt-pagination-list li:last-child { border-radius: 0 3px 3px 0; }
.nxt-pagination-list .nxt-current {
    color: #999;
    padding: 0 10px;
    height: 30px;
    line-height: 32px;
    display: block;
    background: #eee;
}
.nxt-pagination-list a {
    display: block;
    padding: 0 10px;
    text-decoration: none;
    color:#000; }
.nxt-pagination-list a:hover { text-decoration: none; }
.nxt-pagination-list a:active {  }
.nxt-pagination-list li:hover {
    text-decoration: none;
    background: #eee;
}
.nxt-pagination-list .nxt-pages-caret {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: top;
    margin-top: 11px;
    content: "";
}
.nxt-pages-prev .nxt-pages-caret {
    border-top: 4px solid rgba(0, 0, 0, 0);
    border-bottom: 4px solid rgba(0, 0, 0, 0);
    border-left: none;
    border-right: 4px solid #333;
    margin-right: 5px;
}
.nxt-pages-next .nxt-pages-caret {
    border-top: 4px solid rgba(0, 0, 0, 0);
    border-bottom: 4px solid rgba(0, 0, 0, 0);
    border-right: none;
    border-left: 4px solid #333;
    margin-left: 5px;
}

/* refinements */
.nxt-refines-container * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.nxt-refines-container {  }
.nxt-refines-surround {
    margin:0;
    margin-bottom: 10px;
}
ul.nxt_refine {
    padding-top: 0;
    margin-top: 0;
    display: none;
}
.nxt-narrow-by {
    padding: 0;
    /*border: 1px solid #DDD;*/
    border-radius: 3px;
    margin-bottom: 10px;
    overflow: hidden;
}
.nxt-show-hide {
    font-weight: bold;
    font-size: 10px;
    font-family: arial, helvetica, sans-serif;
    padding: 5px 10px;
    margin: 0;
    text-transform: uppercase;
    display: block;
    clear: both;
}
.nxt-show-hide:hover {
    text-decoration: underline !important;
    background:#eee;
}
.nxt-scrolling-refines {
    max-height: 186px !important;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    scrollbar-base-color: #eaeaea;
    scrollbar-arrow-color: #666;
    scrollbar-DarkShadow-Color: #f1f1f1;
}
.nxt-scrolling-refines::-webkit-scrollbar { width: 8px; }
.nxt-scrolling-refines::-webkit-scrollbar-thumb {background-color:#999; border-radius: 5px;}
.nxt-scrolling-refines::-webkit-scrollbar-track {background-color:#EAEAEA;margin:5px 10px; border-radius: 5px;}
.nxt-refine-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.nxt-refines-head {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom:5px;
    padding-top:5px;
}
.nxt-refine-title {
    font-weight: bold;
    position: relative;
    font-size: 12px;
    cursor: pointer;
    padding: 6px 10px;
    background: rgb(229,229,229); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(229,229,229,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(229,229,229,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(229,229,229,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.nxt-refine-caret {
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid #666;
    border-top: none;
    float: right;
    position: relative;
    top:6px;
}
.refine-title-collapsed .nxt-refine-caret,
.nxt-refine-collapsed .nxt-refine-title .nxt-refine-caret {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #666;
    border-bottom: none;
}
.nxt-refine-collapsed .nxt-refine-wrap { /* display: none; */}

.nxt-refine-item { }
.nxt-refine-item input[type="checkbox"] { margin: 0 5px 0 0; }
.nxt-refine-item a { text-decoration: none;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 10px;
    display: block;
    padding-right: 10px;
    border-bottom: 1px solid #EEE;
}
.nxt-refine-item:last-child a { margin-bottom: -1px; }
.nxt-refine-count {
    color:#999;
    text-decoration: none;
    font-size: 11px;
    display: inline-block;
}
.nxt-refine-check a {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAARCAYAAAA7bUf6AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NUUyQzRDRTU0MEQ5MTFFNEI4MzNENUFBODdBQ0REMDUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NUUyQzRDRTY0MEQ5MTFFNEI4MzNENUFBODdBQ0REMDUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1RTJDNENFMzQwRDkxMUU0QjgzM0Q1QUE4N0FDREQwNSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1RTJDNENFNDQwRDkxMUU0QjgzM0Q1QUE4N0FDREQwNSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PqGmkjcAAACrSURBVHjaYvz//z8DpYAFRNy7d49sA5SUlBiYkPhsQNwCxE+A+D8e/ASqjg3FJVDQCMQVRFguDcTVQMwMxJUgAUZQmEC98wqIRWVkZBjY2NhwmvDr1y+GJ09AjmF4DcRi6N4RBfsJjwFo8qIwBhMDFcCoIXQw5DUsHeADSPKvsaXYuaAUC01IxIAF2Ayph+aHKCCWwKP5BRAvA+IamABysic7FzNSozwBCDAAXrs4XbYwfxQAAAAASUVORK5CYII=);
    background-repeat: no-repeat;
    background-position: 8px 50%;
    padding-left: 30px;
}
.nxt-refine-check input[type="checkbox"] { display: none; }
.nxt-refine-check a:hover {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAARCAYAAAA7bUf6AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NUUyQzRDRTk0MEQ5MTFFNEI4MzNENUFBODdBQ0REMDUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NUUyQzRDRUE0MEQ5MTFFNEI4MzNENUFBODdBQ0REMDUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1RTJDNENFNzQwRDkxMUU0QjgzM0Q1QUE4N0FDREQwNSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1RTJDNENFODQwRDkxMUU0QjgzM0Q1QUE4N0FDREQwNSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pu8KcC8AAACGSURBVHjaYvz//z8DpYAFRNy7d49sA5SUlBiYkPhsQNwCxE+A+D8e/ASqjg3FJVDQCMQVRFguDcTVQMwMxJUgAWSXJJPoE7h6ZENESTREFJshZINRQ+hgyGsS9b7GZshcEg1ZgC3Z10PzQxQQS+DR/AKIlwFxDUyAEVQUUJqLGalRngAEGADdDyIBDWri7wAAAABJRU5ErkJggg==) !important;
    background-position: 8px 50%;
    background-repeat: no-repeat;
}
.nxt-refine-list .checked a,
.nxt-refine-list .checked a:hover {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAARCAYAAAA7bUf6AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoyMjgxQUExODA4MjA2ODExOTEwOUQ2NDFGMkU0N0E5QSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo3M0IxRTcyNTQwRDkxMUU0QjgzM0Q1QUE4N0FDREQwNSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo3M0IxRTcyNDQwRDkxMUU0QjgzM0Q1QUE4N0FDREQwNSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IE1hY2ludG9zaCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjIyODFBQTE4MDgyMDY4MTE5MTA5RDY0MUYyRTQ3QTlBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjIyODFBQTE4MDgyMDY4MTE5MTA5RDY0MUYyRTQ3QTlBIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+r0AajQAAAYRJREFUeNpi/P//PwMMMDIyMpAIFIH4CwuIde/ePQYyQCwQzwfidyxIgmx3796tA9IJQCyNR/PTmpqaa8uXL3eF8o8gG9IIxBWErJ8xY4Y00ACYJcuAOJEJST6ZkAGbNm1i6O7uBrNDQkJ+AKloIP6FbIgoPgOOHz/OUFZWBmb7+fkxdHZ2csDkmIgJwXfv3jEUFhYy/P79m0FfX5+hq6sLRR7DkI6ODgZjY2OGa9euwcUqKysZXr9+zcDLy8swceJEBlZWVvyG3Llzh+HDhw8M6enpYBeAwmHPnj1guZ6eHgZZWVkMl7KgC9TX1zNcvHiR4dmzZwx5eXnwNOTt7c3g4uKC1buMoBQLVQhPukeOHGFISkpi+Pv3L5gPcv7OnTsZ5OXlUTQrKysz4gxYGxsbhvLycjg/LCwMwwBc3nmNHM3JyckMDx8+ZLhy5QpDdnY2Nr2vsXmnnZgUiwS6gd4pQ/dOPRD3AfELAppfQNXVAPMaA8gRyC4hCygpKUEMoRQABBgAbYqNcLH51CEAAAAASUVORK5CYII=) !important;
    background-position: 8px 50%;
    background-repeat: no-repeat;
}
.nxt-refine-pricerange { padding: 0;}
.nxt-refine-pricerange input[type="text"] { padding: 3px; }
.nxt-slider-combo {
    overflow: hidden;
    display: block;
    margin-top: 10px !important;
    list-style: none;
    padding: 0;
    position: relative;
}
.nxt-slider-combo li {
    width: 50px;
    margin: 0;
    padding: 0;
    float: left;
    clear: none;
    position: relative;
    text-align: center;
    border: 1px solid #CCC;
    overflow: hidden;
    border-radius: 3px;
}
.nxt-slider-combo a {
    display: block;
    padding: 4px;
    font-size: 10px;
    font-weight: bold;
    position: relative;
    text-decoration: none !important;
    color: #444;
    cursor: pointer;
    background: #F8F8F8;
    background: -moz-linear-gradient(top, rgba(248,248,248,1) 0%, rgba(235,235,235,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F8F8F8), color-stop(100%,#EBEBEB));
    background: -webkit-linear-gradient(top, #F8F8F8 0%,#EBEBEB 100%);
    background: -o-linear-gradient(top, rgba(248,248,248,1) 0%,rgba(235,235,235,1) 100%);
    background: -ms-linear-gradient(top, rgba(248,248,248,1) 0%,rgba(235,235,235,1) 100%);
    background: linear-gradient(to bottom, #F8F8F8 0%,#EBEBEB 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#ebebeb',GradientType=0 );
}
.nxt-slider-combo .nxt-combo-go { }
.nxt-slider-combo .nxt-combo-reset { margin-left: 5px; }
.nxt-slider-combo .nxt-combo-go a { text-transform: uppercase;  }
.nxt-slider-combo .nxt-combo-reset a { text-transform: uppercase;  }
.nxt-narrow-by-Slider { padding: 0 10px 10px 10px; }
.nxt-narrow-by-Slider ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.nxt-narrow-by-Slider ul li label {
    display: inline-block;
    font-weight: bold;
}
.nxt-narrow-by-Slider .ui-slider-horizontal {
    height: 11px;
    background: url(//d2brc35ftammet.cloudfront.net/img/price-slider-bg.png) repeat-x 0 0; border: none;
    border-radius: 10px;
    margin: 10px;
    -webkit-box-shadow: inset 0 2px 10px #999;
    -moz-box-shadow: inset 0 2px 10px #999;
    box-shadow: inset 0 2px 10px #999;
}
.nxt-narrow-by-Slider #nxt-slider-range { position: relative; margin: 0 0 10px 0;}
.nxt-narrow-by-Slider .ui-slider {
    position: relative;
    text-align: left;
}
.nxt-narrow-by-Slider .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 19px;
    height: 19px;
    cursor: pointer;
    top:-4px;
    margin-left: -10px;
    background: url(//d2brc35ftammet.cloudfront.net/img/price-slider-handle.png) no-repeat;
    outline: none;
    border: none;
}
.nxt-narrow-by-Slider .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    padding:0;
    top: 0;
    height: 100%;
    background: url(//d2brc35ftammet.cloudfront.net/img/price-slider-fill.png) repeat-x 0 0;
}
.nxt-narrow-by-Swatch .nxt-refine-list {
    margin: 0 10px;
    border: none;
}
.nxt-narrow-by-Swatch .nxt-refine-item a {
    border: none;
    padding:0;
}

/* For IE8 - See #6727 */
.nxt-narrow-by-Slider .ui-slider.ui-state-disabled .ui-slider-handle,
.nxt-narrow-by-Slider .ui-slider.ui-state-disabled .ui-slider-range { filter: inherit; }
.nxt-narrow-by-Slider .ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.nxt-narrow-by-Slider .ui-slider-horizontal .ui-slider-range-min { left: 0; }
.nxt-narrow-by-Slider .ui-slider-horizontal .ui-slider-range-max { right: 0; }

.nxt-narrow-by-Swatch .nxt-refine-item {
    float:left;
    margin: 0 9px 5px 0;
}
.nxt-refine-selection {
    padding: 0;
    border: 1px solid #DDD;
    border-radius: 3px;
    overflow: hidden;
    background:#eee;
}
.nxt-refine-selection .nxt-refines-head {
    font-weight: bold;
    position: relative;
    font-size: 11px;
    padding: 10px;
    margin-bottom: 0;
}
.nxt-refine-selection .nxt-remove-item-wrap { margin: 0; clear: both; }
.nxt-refine-selection .nxt-remove-item-wrap .nxt-refine-item { margin: 0; font-size: 11px; position: relative; }
.nxt-refine-selection .nxt-remove-item-wrap .nxt-refine-item img { vertical-align:middle; }
.nxt-refine-selection .nxt-remove-item-wrap .nxt-refine-item a { position: relative; padding-right:20px; }
.nxt-refine-selection .nxt-remove-item-wrap .nxt-refine-item a:hover { background:#fafafa; }
.nxt-refine-selection .nxt-remove-item-wrap .nxt-remove-item strong { font-weight: normal; }
.nxt-refine-selection .nxt-red-x {
    overflow:hidden;
    text-indent:-999px;
    width:12px;
    height:auto;
    float:right;
    display:inline-block;
    background:url(//d2brc35ftammet.cloudfront.net/img/x.gif) no-repeat 0 50%;
    border: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
}
.nxt-refine-selection .nxt-red-x:hover { opacity: .8; filter: alpha(opacity=80);}
.nxt-refine-selection .nxt-red-x:active {opacity: 1; filter: alpha(opacity=100); }
.nxt-refine-clearall {
    font-size: 11px;
    font-weight: bold;
    margin-top: 5px;
}
.nxt-refine-clearall a {
    display: block;
    padding:5px 10px;
}

/* horizantal refinements */
.nxt-horizantal-refines {
    width: 100%;
}
.nxt-horizantal-refines .nxt-narrow-by,
.nxt-horizantal-refines .nxt-refine-selection {
    width:15%;
    float:left;
    margin: 0 5px;
    min-height: 217px;
}
.nxt-horizantal-refines .nxt-refine-collapsed { min-height: inherit; }
.nxt-horizantal-refines .nxt-refines-head { display: none; }
.nxt-horizantal-refines .nxt-refine-selection .nxt-refines-head { display: inherit; }
.nxt-refine-selection .nxt-red-x { right: 5px; }

.nxt-logo { font-size: 12px; font-family: arial, sans-serif, helvetica;}

/* ajax loader */
#nxt-status {
    display: block;
    top: 50% !important;
    left: 50% !important;
    position: fixed;
    width: 40px;
    height: 40px;
    margin: -25px 0 0 -25px;
    z-index: 10000;
    background-color: #FFF;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    background-image: url(//d2brc35ftammet.cloudfront.net/img/loading-grey.gif) !important;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border: 1px solid #DDD;
    overflow: hidden;
}

/* NRF page styles */
.nxt-nrf-container { }
.nxt-nrf { margin: 0; }
.nxt-nrf-suggestion { color: red; margin-bottom: 60px; }
.nxt-nrf-suggestion a { text-decoration: underline; }

@media (min-width: 992px) and (max-width: 1131px) {
    .nxt-responsive .nxt-view-list .nxt-product-col1 { width: 55%; }
    .nxt-responsive .nxt-view-list .nxt-product-col2 { }
}
@media (min-width: 838px) and (max-width: 991px) {
    .nxt-responsive .nxt-product-item { width: 33.3%; }
    .nxt-responsive .nxt-view-list .nxt-product-item { width: 100%; }
    .nxt-responsive .nxt-product-image { max-height: 110px; max-width: 110px; }
    .nxt-responsive .nxt-image-wrapper { height: 110px;  }
    .nxt-responsive .nxt-view-list .nxt-image-wrapper { height: 120px; width: 120px; }
    .nxt-responsive .nxt-pagination-list li { display: none; }
    .nxt-responsive .nxt-pagination-list li.nxt-pages-next,
    .nxt-responsive .nxt-pagination-list li.nxt-pages-prev { display: inline-block !important; }
    .nxt-responsive .nxt-view-list .nxt-product-col1 { /*float: none; width: 65%;*/ }
    .nxt-responsive .nxt-view-list .nxt-product-col2 { /* float: none; width: auto;*/ }
    .nxt-image-wrapper { text-align: center; }
}
@media (min-width: 517px) and (max-width: 837px) {
    .nxt-responsive .nxt-product-item { width: 50%; }
    .nxt-responsive .nxt-view-list .nxt-product-item { width:100%; }
    .nxt-responsive .nxt-product-image {max-height: 110px; max-width: 110px; }
    .nxt-responsive .nxt-image-wrapper { height: 110px;  }
    .nxt-responsive .nxt-view-list .nxt-image-wrapper { height: 120px; width: 120px; }
    .nxt-responsive .nxt-pagination-list li { display: none; }
    .nxt-responsive .nxt-pagination-list li.nxt-pages-next,
    .nxt-responsive .nxt-pagination-list li.nxt-pages-prev { display: inline-block !important; }
    .nxt-responsive .nxt-view-list .nxt-product-col1 { float: none; }
    .nxt-responsive .nxt-view-list .nxt-product-col2 {float: left; width: auto; padding-left: 0; padding-top: 10px; text-align: left; }
    .nxt-responsive .nxt-results-count { float: none; }
    .nxt-responsive .nxt-horizantal-refines .nxt-narrow-by,
    .nxt-responsive .nxt-horizantal-refines .nxt-refine-selection { min-width: 200px; }
    .nxt-image-wrapper { text-align: center; }
}
@media (max-width: 516px) {
    .nxt-refines.nxt-responsive { float: none; width:auto ; }
    .nxt-content.nxt-responsive { margin-left:0; overflow: visible; }
    .nxt-responsive .nxt-product-item { width: 100%; clear: both; margin: 0 0 10px 0; padding:0; }
    .nxt-responsive .nxt-view-list .nxt-product-item { background: inherit; }
    .nxt-responsive .nxt-toolbar { padding: 0 0 10px 0; }
    .nxt-responsive .nxt-product-name { font-size: 12px; }
    .nxt-responsive .nxt-product-image { height: 160px; max-width:160px; }
    .nxt-responsive .nxt-change-view {  }
    .nxt-responsive .nxt-pagination { clear: both; text-align: center;overflow: hidden; float: none; }
    .nxt-responsive .nxt-pagination-list { margin: 5px auto 0 auto; text-align: center; clear: both;display: block;}
    .nxt-responsive .nxt-pagination-list li { display: none; }
    .nxt-responsive .nxt-pagination-list li.nxt-pages-next,
    .nxt-responsive .nxt-pagination-list li.nxt-pages-prev { display: inline-block !important;width: 49.5%; }
    .nxt-responsive .nxt-view-list .nxt-product-col1 { float: none; width: 100%; display: block; padding:0; }
    .nxt-responsive .nxt-view-list .nxt-product-col2 { width: auto; padding:0; float: none; text-align: left; }
    .nxt-image-wrapper { text-align: center; width:100%; display: block; }
    .nxt-responsive .nxt-view-list .nxt-image-wrapper { margin: 0; max-width: inherit; float: none; }
    .nxt-responsive .nxt-view-list .nxt-image-wrapper .nxt-spotlight { width: 40px; }
    .nxt-responsive .nxt-rpp, .nxt-responsive .nxt-sort-by { margin-right: 5px; }
    .nxt-responsive .nxt-narrow-by { width: auto; float: none; margin: 0 0 10px 0; min-height: 20px; }
    .nxt-responsive .nxt-refine-wrap { display: none; }
    .nxt-responsive .nxt-refine-caret { border-left: 4px solid transparent;border-right: 4px solid transparent;border-top: 4px solid #666; border-bottom: none; }
    .nxt-responsive .refine-title-collapsed .nxt-refine-caret,
    .nxt-responsive .nxt-refine-collapsed .nxt-refine-title .nxt-refine-caret { border-left: 4px solid transparent; border-right: 4px solid transparent; border-bottom: 4px solid #666;border-top: none; }
    .nxt-responsive .nxt-results-count { float: none; }
    .nxt-responsive .nxt-view-list { margin-left: 0; }
    .nxt-responsive .nxt-product-details { min-height: inherit; padding: 10px; }
    .nxt-responsive .nxt-product-price { margin-top: 10px; }
}
.nxt-rpp select,
.nxt-sort-by select {
    background: transparent;
    font-size: 11px;
    -webkit-appearance: none;
    -moz-appearance: window;
    appearance: window;
    -webkit-padding-end: 20px;
    -webkit-padding-start: 2px;
    -webkit-user-select: none;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAqElEQVQ4T2NkoBAwUqifYXAYwAz0xmwgrgLiF0R6SQKorg2IU2FeyAdy0oHYEYhfEjBEHCi/H4hnAvFE5DDIgxrihMcQkOZ9UM2TQBahB2IukiGv0FwihqR5MkwOWyzkQA1xBtIwQ0Ca90JtnoJsMK5ozEYyBKQepnkqevjgSwdZQMUZUA0zgPQ0bIFLKCFlQjVNxxUzhAwgEKOYsUBQAylhQJRhFHsBAAiqGRQmr7beAAAAAElFTkSuQmCC);
    background-size: 12px 12px;
    background-position: right 11px top 50%;
    background-repeat: no-repeat;
    border: 1px solid #ccc;
    color: #000;
    outline: none;
    overflow: hidden;
    padding: 8px 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 140px;
    border-radius: 3px;
    margin:0;
}
.nxt-rpp select {
    width: 60px;
}
/* we place the background arrow in the span to fake the select look to math other browsers */
@-moz-document url-prefix() {
    .nxt-rpp select, .nxt-sort-by select {
        background-position: right 5px top 50%;
    }
    /*
    .nxt-select-moz {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAqElEQVQ4T2NkoBAwUqifYXAYwAz0xmwgrgLiF0R6SQKorg2IU2FeyAdy0oHYEYhfEjBEHCi/H4hnAvFE5DDIgxrihMcQkOZ9UM2TQBahB2IukiGv0FwihqR5MkwOWyzkQA1xBtIwQ0Ca90JtnoJsMK5ozEYyBKQepnkqevjgSwdZQMUZUA0zgPQ0bIFLKCFlQjVNxxUzhAwgEKOYsUBQAylhQJRhFHsBAAiqGRQmr7beAAAAAElFTkSuQmCC);
        background-repeat: no-repeat;
        background-size: 12px 12px;
        background-position: 96% 50%;
        color: #000;
        outline: none;
        overflow: hidden;
        border: 1px solid #ccc;
        width: 50px;
        padding: 7px 0;
        text-overflow: ellipsis;
        white-space: nowrap;
        border-radius: 3px;
    }
    */
    .nxt-select-moz select { padding: 8px 5px;}
    .nxt-rpp .nxt-select-moz { background-position: right 5px top 50%; }
}


/* CUSTOM CSS */


.sli_grid_price { min-height:25px; height:25px; margin-top:25px; }
#nxt-select-rpp, .nxt-sort-by select { height:auto !important; }
.add-to-links li a:hover { color:#981c1e; text-decoration:underline; }
.sli_num { width:auto !important; }
.nxt-rpp-ab { float:right; }
.nxt-change-view-ab { float:left; padding-top:5px; text-indent:5px; }
.nxt-sort-by-ab { float:right; text-align:right; }
.nxt-results-info-ab { color:#000; font-size:15px; padding:5px; text-align:left; margin-left:10px; }
.nxt-change-view-ab a { text-decoration:underline; }
.nxt-change-view-ab a:hover { text-decoration:none; }


.sli_bottom_border{border-bottom:1px solid #ccc}.sli_clear{clear:both;height:0}.sli_left{float:left}.sli_right{float:right}.sli_h1{font-size:17px!important;text-transform:capitalize;font-weight:bold!important}.sli_champ_h1{font-size:15px;color:#f00;font-weight:bold}.sli_h2,.sli_h2 a{font-size:12px;font-weight:bold}.sli_h3,.sli_h3 a{color:#fff;font-size:15px;padding:2px}#sli_default{display:block;text-align:center;padding:20px 0}#sli_default p{margin:10px 0 0 20px}#sli_default p span{color:#c00}#sli_default form{margin:15px 0}
#sli_default form label{display:block;font-weight:bold}#sli_moreinfo{padding-bottom:20px}.sli_alpha_nav{padding-bottom:30px;padding-top:5px;font-size:17px}.sli_alpha_nav a{margin-left:1px;text-decoration:none;font-size:15px}.sli_alpha_nav a:hover{text-decoration:underline}.sli_alpha_suggested li{margin-left:80px;list-style:disc;font-size:12px;text-align:left;float:left;width:39%}.sli_alpha_suggested li a{text-decoration:none}.sli_alpha_suggested li a:hover{text-decoration:underline}#sli_poweredby{padding-top:50px;text-align:center;clear:both}
#sli_poweredby a,#sli_poweredby span{vertical-align:top}#sli_poweredby img{vertical-align:middle;display:inline;border:0}#sli_expand{text-align:center}#sli_search_standard{text-align:center;width:100%}#sli_noresult{padding:20px 10px;text-align:center}#sli_search_error{text-align:center}#sli_search_error span{font-weight:bold}.sli_noresults_title{text-align:center}ul.sli_alpha_suggested{padding-left:140px}.sli_bct{color:#000;text-align:left;font-size:15px;padding:5px}.sli_bct h1{display:inline;font-size:12px}
.sli_bct a:link{text-decoration:none;font-weight:bold}.sli_noAndResults,.sli_spelling{color:#000;font-weight:bold;padding:5px 0 8px 15px;font-size:12px;text-align:center}.sli_search_suggestions{font-weight:bold;padding:5px}.sli_search_suggestions a{font-weight:normal}.sli_pagecount{float:right}.sli_num{float:left;width:175px;text-align:left;text-indent:5px;padding-top:3px}.sli_view{float:left;text-indent:5px;padding-top:5px}.sli_sort{float:right;text-align:right}.sli_bct_num_results{font-weight:bold}.sli_bct_total_records{font-weight:bold}
#sli_pagination_header{float:left;padding-top:3px;text-align:center;width:330px}#sli_pagination_footer{text-align:right}.sli_tab_container li{float:left;width:140px}ul.sli_facets{padding-top:5px}.sli_facets li{list-style:none;margin:0;padding:0;color:#535354;font-family:Tahoma,Geneva,sans-serif;font-size:11px;line-height:15px}.sli_facets li a{color:#535354;text-decoration:none;font-size:11px}.sli_facets li a:hover{color:#8f1517;text-decoration:underline}.sli_facet_container{width:100%}.sli_facet_heading{border-bottom:1px solid #d3d3d3;color:#535354;font-family:Tahoma,Geneva,sans-serif;font-size:12px;font-weight:bold;padding:20px 0 5px}
ul.sli_children{margin:0;padding:5px 0 5px 10px}.sli_selected{font-weight:bold}.sli_unselected{font-weight:normal}.sli_reset{font-weight:normal;float:right;padding-right:5px}.keykeylink,.urlkeylink{font-size:12px;color:#000}#ajaxloading{width:150px;height:50px;margin-top:130px;margin-left:-85px;left:50%;overflow:hidden;border:0;position:absolute;z-index:500}#sli_ajaxloader2{display:none;position:absolute;z-index:333000}#sli_resultsSection_wrapper{overflow-x:hidden;width:691px;position:relative;background-color:#fff}
#sli_resultsSection{width:691px}#sli_slideController,#sli_slideController2{width:1px;height:250px;border-width:0;float:right}#sli_loadingDiv{float:left;position:relative;width:690px;border-width:0;background-color:#fff}.sli_grid_result{float:left;height:auto;padding:5px;text-align:center;width:220px;margin:15px 0}.sli_grid_border{border-bottom:1px solid #d9ddd3}.sli_grid_result .actions{margin-top:15px}.sli_grid_title{margin-top:10px}.sli_grid_title a{color:#000;text-decoration:underline;font-size:12px;font-weight:bold;line-height:1.35}
.sli_grid_title a:hover{color:#981c1e;text-decoration:none}.sli_list_price{padding:0 0 5px 0}.sli_grid_price,.sli_list_price{font-size:12px;font-weight:400;color:#981c1e;font-weight:bold;line-height:18.6px}.sli_list_price strong{color:#2f2f2f}.sli_grid_orig_price{text-decoration:line-through;font-weight:normal;color:#000;margin-right:15px}.sli_grid_disc_percent{font-size:12px;color:#5f8b04;font-weight:bold;font-style:italic;margin:0;padding:0;line-height:15px;min-height:15px}.sli_grid_result img{border:0}.sli_grid_image{text-align:center;padding-top:5px}
.sli_grid_excerpt{display:none}.sli_grid_price{display:block;text-align:center;padding-top:5px}.sli_list_result{padding:10px;padding-right:0;border-bottom:1px solid #d3d3d3}.sli_list_h2{font-size:12px;font-weight:bold}.sli_list_image{float:left;width:140px;height:140px}.sli_list_content{float:left;width:530px;padding-left:10px}.sli_list_content_left{float:left;width:375px}.sli_list_content_right{float:right;width:155px;padding:20px 0;text-align:center}.sli_list_image img{border:0}.sli_list_orig_price{text-decoration:line-through;font-weight:normal;color:#000;margin-right:5px}
.sli_normal_price{text-align:left}.sli_list_disc_percent{font-size:12px;color:#5f8b04;font-weight:bold;font-style:italic;margin:0;padding:0;padding-bottom:5px;line-height:15px;min-height:15px}.sli_related_searches{text-align:middle;font-weight:bold}.sli_related_searches a{font-weight:normal}.sli_grid_result .modal,.sli_list_result .modal{position:absolute;display:none;left:0;top:0;border:1px solid #000;background:#fff}.sli_op{color:#f00;text-align:right;font-size:11px}.pageselectortext{font-weight:bold}.pageselectortext .pageactive{color:#000;font-weight:normal;margin:0 2px}
.pageselectortext .pageselectorlink{color:#646464;text-decoration:none;font-size:12px;font-weight:400;line-height:18.6px;display:inline-block;margin:0 2px}.pageselectortext .pageselectornext img,.pageselectortext .pageselectorprev img{margin-top:6px}#sli_recentsearchlist{padding:20px 0}.add-to-links a{font-size:10px;color:#3a3a3a;line-height:13px;text-decoration:none}.add-to-links a:hover{color:#981c1e;text-decoration:underline}

@media (max-width: 639px) {
	#search_autocomplete {
		width: 100%!important;
	}
}