
.clearfix {
}
.clearfix::before, .clearfix::after {
    content: "";
    display: table;
    line-height: 0;
}
.clearfix::after {
    clear: both;
}
div ul.ja-k2filter li {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    margin-bottom: 20px;
    overflow: visible;
    padding: 0;
}
.ja-k2filter.vertical-layout, .ja-k2filter.horizontal-layout {
    margin: 0;
}
.ja-k2filter.vertical-layout li {
    float: left;
    width: 100%;
}
ul.ja-k2filter li input[type="radio"], ul.ja-k2filter li input[type="checkbox"] {
    float: left;
    margin: 0 5px 0 0;
}
ul.ja-k2filter li label, ul.ja-k2filter li label.radio, ul.ja-k2filter li label.checkbox {
    line-height: 1.3;
    margin: 0 0 10px;
    padding-left: 0;
}
input:focus, textarea:focus {
    background: #fff none repeat scroll 0 0;
    border-color: rgba(82, 168, 236, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0 none;
}
input[type="checkbox"], label.lb-checkbox {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    display: inline-block;
    height: auto;
    margin: 0 0 10px;
    padding: 0;
    vertical-align: middle;
}
input[type="radio"], label.radiobtn {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    display: inline-block;
    margin: 0 0 10px;
    padding: 0;
    vertical-align: middle;
}
label.lb-checkbox {
    margin-right: 10px;
    min-height: 0;
}
select:focus {
    outline: thin dotted #333;
    outline-offset: -2px;
}
.ja-k2filter .btn {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #f5f5f5;
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #a2a2a2;
    border-image: none;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    padding: 4px 12px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
}
.ja-k2filter .btn:active, .ja-k2filter .btn:hover {
    background-color: #e6e6e6;
    background-position: 0 -15px;
    color: #333333;
    text-decoration: none;
    transition: background-position 0.1s linear 0s;
}
.ja-k2filter input[type="text"], .ja-k2filter select {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    box-sizing: border-box;
    color: #666;
    display: inline-block;
    font-family: sans-serif;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 9px;
    max-width: 95%;
    min-height: 30px;
    min-width: 95%;
    padding: 4px 6px;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    width: auto;
}
.ja-k2filter.horizontal-layout .keyword-options label {
    float: left;
    margin-right: 10px;
}
.ja-k2filter input.date {
    min-width: 10px;
}
ul.ja-k2filter li p {
    display: block;
    margin: 0;
    position: relative;
}
ul.ja-k2filter li p.left {
    float: left;
}
ul.ja-k2filter li p img {
    display: inline !important;
}
ul.ja-k2filter li p input.date {
    margin-right: 5px;
    min-width: 0;
    vertical-align: middle;
}
.ja-k2filter .ja-magic-select {
    background: #fdfbe4 none repeat scroll 0 0;
    border: 1px solid #cdc4a8;
    border-radius: 2px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    display: none;
    margin-bottom: 5px;
    padding: 10px;
    position: relative;
    width: 90%;
}
.ja-k2filter .ja-magic-select ul {
    margin: 0;
    overflow: hidden;
}
.ja-k2filter .ja-magic-select .arrow {
    background: rgba(0, 0, 0, 0) url("arrow.png") no-repeat scroll left top;
    display: block;
    height: 12px;
    left: 10px;
    position: absolute;
    top: -12px;
    width: 14px;
}
.ja-k2filter .ja-magic-select .btn-close {
    background: #ccc url("btn-close.png") no-repeat scroll center center;
    border: 1px solid #999;
    border-radius: 3px;
    display: block;
    height: 12px;
    position: absolute;
    right: 8px;
    text-indent: -999em;
    top: 8px;
    width: 12px;
}
.ja-k2filter .ja-magic-select .btn-close:hover {
    background-color: #690;
    border-color: #690;
    cursor: pointer;
}
.ja-k2filter .ja-magic-select ul li {
    background: rgba(0, 0, 0, 0) url("icon-none.png") no-repeat scroll 0 0;
    color: #666;
    display: block;
    font-size: 11px;
    font-weight: bold;
    padding-left: 20px;
    text-shadow: 1px 1px 0 #fff;
}
ul.ja-k2filter li.magic-select {
    margin-bottom: 10px;
    overflow: hidden;
}
.ja-k2filter .ja-magic-select ul li:hover {
    color: #690;
    cursor: pointer;
}
.ja-k2filter .ja-magic-select li.selected {
    background: rgba(0, 0, 0, 0) url("icon-check.png") no-repeat scroll 0 0;
    color: #690;
}
.ja-k2filter .ja-magic-select-container {
}
div ul.horizontal-layout li {
    box-sizing: border-box;
    float: left;
    padding: 0;
    position: relative;
}
ul.horizontal-layout li input.btn {
    float: left !important;
    min-width: 100px;
}
ul.horizontal-layout li:last-child, ul.horizontal-layout li.last-item {
    width: 100%;
}
ul.ja-k2filter {
    display: block;
    list-style: outside none none;
    padding: 0 3px !important;
}
ul.ja-k2filter div.ja-magic-select ul li {
    background-position: 0 0 !important;
    float: none;
    padding-left: 20px !important;
}
ul.ja-k2filter div.ja-magic-select ul li.disabled {
    background-position: 0 0 !important;
    color: #ccc;
    float: none;
    padding-left: 20px !important;
}
ul.ja-k2filter .ja-magic-select-container span {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #e1e1e8;
    border-radius: 3px;
    color: #666;
    display: block;
    float: left;
    font-size: 11px;
    margin: 2px 4px 2px 0;
    padding: 0 20px 0 5px;
    position: relative;
    white-space: nowrap;
}
ul.ja-k2filter .ja-magic-select-container span:hover {
    border-color: #999;
}
ul.ja-k2filter .ja-magic-select-container span span.remove {
    background: rgba(0, 0, 0, 0) url("remove-gray.png") no-repeat scroll right center;
    border: 0 none;
    cursor: pointer;
    height: 10px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 10px;
}
ul.ja-k2filter .ja-magic-select-container span.remove:hover {
    background-image: url("remove.png");
}
ul.ja-k2filter label button.select {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #690;
    display: inline-block !important;
    font-size: 11px;
    margin-left: 5px;
    overflow: hidden;
    padding: 3px 5px;
    vertical-align: middle;
}
ul.ja-k2filter label button.select:hover, ul.ja-k2filter label button.select:focus, ul.ja-k2filter label button.select:active {
    background: #6d9f09 none repeat scroll 0 0;
    border-color: #690;
    color: #fff;
    text-decoration: none;
}
ul.ja-k2filter label button.select.opened {
    background: #fff none repeat scroll 0 0;
    border-color: #ddd;
    color: #ccc;
}
ul.vertical-layout li {
    clear: both;
    display: block;
    position: relative;
}
ul.vertical-layout li label.group-label {
    position: relative;
}
#jak2-loading {
    background: #91d0f2 url("ajax-loading.gif") no-repeat scroll center bottom;
    border-radius: 3px;
    color: #fff;
    display: block;
    font-weight: bold;
    height: 50px;
    left: 50%;
    margin-left: -200px;
    padding: 10px 0;
    position: fixed;
    text-align: center;
    top: 50px;
    width: 400px;
    z-index: 999;
}
.ja-k2filter label {
    display: block;
    font-size: 13px;
    line-height: 1;
}
.ja-k2filter label.group-label {
    font-weight: bold;
}
.ja-k2filter select.multiple {
    height: auto;
}
.ja-k2filter label .presenter {
    float: right;
    font-weight: normal;
}
.ja-k2filter label .itemRatingList {
    background: rgba(0, 0, 0, 0) url("transparent_star.gif") repeat-x scroll left top;
    display: inline-block;
    float: none;
    height: 25px;
    margin: 0;
    position: relative;
    vertical-align: middle;
    width: 125px;
}
.ja-k2filter .itemRatingList span.active, .ja-k2filter .itemRatingList .itemCurrentRating {
    background: rgba(0, 0, 0, 0) url("transparent_star.gif") repeat-x scroll left center;
    height: 25px;
}
.ja-k2filter .itemCurrentRatingNote {
    font-size: 90%;
    font-weight: normal;
}
.ja-k2filter .itemRatingList li {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    display: inline;
    margin-bottom: 0 !important;
    padding: 0;
}
.ja-k2filter .itemRatingList span.srange, .ja-k2filter .itemRatingList .itemCurrentRating {
    border: medium none;
    cursor: pointer;
    height: 25px;
    left: 0;
    line-height: 25px;
    outline: medium none;
    overflow: hidden;
    position: absolute;
    text-indent: -1000px;
    top: 0;
}
.ja-k2filter .itemRatingList span.active {
    background-position: left bottom;
}
.ja-k2filter .itemRatingList span.one-star {
    width: 20%;
    z-index: 6;
}
.ja-k2filter .itemRatingList span.two-stars {
    width: 40%;
    z-index: 5;
}
.ja-k2filter .itemRatingList span.three-stars {
    width: 60%;
    z-index: 4;
}
.ja-k2filter .itemRatingList span.four-stars {
    width: 80%;
    z-index: 3;
}
.ja-k2filter .itemRatingList span.five-stars {
    width: 100%;
    z-index: 2;
}
ul.autocompleter-choices {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: white;
    border-color: #eeeeee #dddddd #dddddd #eeeeee;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: left;
    z-index: 50;
}
ul.autocompleter-choices li {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    cursor: pointer;
    font-size: 1em;
    font-weight: normal;
    padding: 0.1em 1.5em 0.1em 1em;
    position: relative;
}
ul.autocompleter-choices li:hover, ul.autocompleter-choices li.autocompleter-selected {
    background-color: #444;
    color: #fff;
    cursor: pointer;
}
ul.autocompleter-choices span.autocompleter-queried {
    font-weight: bold;
}
ul.autocompleter-choices li.autocompleter-selected span.autocompleter-queried {
    color: #9fcfff;
}
.ja-k2filter .accordion h4 {
    margin: 10px 0 0;
}
.ja-k2filter .ui-icon {
    background-repeat: no-repeat;
    display: block;
    height: 16px;
    overflow: hidden;
    text-indent: -99999px;
    width: 16px;
}
.ja-k2filter .ui-icon {
    margin-top: -8px;
    position: absolute;
    right: 0.5em;
    top: 50%;
}
.ja-k2filter h4 .expanded {
    background: rgba(0, 0, 0, 0) url("../jquery/images/arrow_expanded.png") repeat scroll 0 0;
}
.ja-k2filter h4 .collapsed {
    background: rgba(0, 0, 0, 0) url("../jquery/images/arrow_collapsed.png") repeat scroll 0 0;
}
.jak2shareurl a {
    background: #f5f5f5 url("link.png") no-repeat scroll 5px center;
    border: 1px solid #eee;
    color: #444444;
    display: block;
    font-size: 11px;
    margin: 5px 0 0;
    padding: 1px 0 1px 25px;
}
option[value="alpha"] {
    display: none;
}
option[value="publishUp"] {
    display: none;
}
option[value="range"] {
    display: none;
}
option[value="ralpha"] {
    display: none;
}
option[value="rand"] {
    display: none;
}
option[value="modified"] {
    display: none;
}
option[value="best"] {
    display: none;
}
option[value="featured"] {
    display: none;
}
option[value="order"] {
    display: none;
}
option[value="rorder"] {
    display: none;
}
