
/* clearing and resets */
.nxt-clearfix:after,
.nxt-product-list:after,
.nxt-toolbar:after,
.nxt-refines-container:after,
.nxt-refines-surround:after,
.nxt-remove-item-wrap:after,
.nxt-narrow-by > div:after,
.nxt-product-details:after,
.nxt-product-list: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-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: 55%; 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-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; color: #757575; }
.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,
.nxt-sort-by {
    float: left;
    margin: 0;
    margin-right: 10px;
}
.nxt-related {
    margin-top: 5px;
    padding: 0;
    clear: both;
    font-size: 12px;
    color: #666;
    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;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.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;
    padding: 5px 10px;
    margin: 0;
    text-transform: uppercase;
    display: block;
    clear: both;
    border-top: 1px solid #eee;
}
.nxt-show-hide:hover {
    text-decoration: underline !important;
    background:#eee;
}
.nxt-scrolling-refines {
    max-height: 425px !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-narrow-by-Grid .nxt-refine-item {
    float: left;
    margin: 0;
    width: 50%;
    text-align: left;
}
.nxt-narrow-by-Grid .nxt-refine-item a {
    border: none;
    padding-right: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.nxt-narrow-by-Grid .nxt-refine-item .nxt-refine-count { display: inline; }
.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(//cdn.nextopia.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(//cdn.nextopia.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(//cdn.nextopia.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(//cdn.nextopia.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;
}

/* horizontal refinements */
.nxt-horizontal-refines {
    width: 100%;
}
.nxt-horizontal-refines .nxt-narrow-by,
.nxt-horizontal-refines .nxt-refine-selection {
    width:15%;
    float:left;
    margin: 0 5px;
    min-height: 217px;
}
.nxt-horizontal-refines .nxt-refine-collapsed { min-height: inherit; }
.nxt-horizontal-refines .nxt-refines-head { display: none; }
.nxt-horizontal-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; display: none; }

/* 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(//cdn.nextopia.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-horizontal-refines .nxt-narrow-by,
    .nxt-responsive .nxt-horizontal-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%; }
}
