@charset "utf-8";
/* CSS for jQuery widgets */

/* ================== incdec input field ================== */
div.incdec {
	padding: 2px 13px 2px 0px;
	background: url(../new-i/input-incdec-sprite.gif) no-repeat right center;
	display: inline;
	cursor: pointer;
}
div.incdec input {
	cursor: text;
	width: 24px;
	border: 1px solid #cbad31;
	text-align: center;
	font-size: 12px;
	color: #653414;
	padding: 1px;
}


/* ================== star rating field ================== */
div.star-rating .star-rating-bar {
	float: left;
	width: 100px;
	height: 18px;
	overflow: hidden;
	background: url(../new-i/star-sprite.gif) repeat-x left bottom;
	cursor: pointer;
}
div.readonly .star-rating-bar {
	cursor: default;
}
div.star-rating .star-rating-bar .bar {
	height: 18px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../new-i/star-sprite.gif) repeat-x left top;
}
div.star-rating .star-rating-text {
	height: 18px;
	line-height: 18px;
}
div.star-rating .star-rating-text .value {
	color: #ff7e21;
	font-size: 14px;
	padding-right: 0.5em;
	padding-left: 1em;
}
div.star-rating .star-rating-text .voters {
	color: #8e8e8e;
	font-size: 10px;
}

/* ================== jNice select ================== */
.jNiceSelectWrapper {
    position: relative;
    height: 20px;
    width: 184px;
}
.jNiceSelectWrapper div.jNiceSelectOpen {
    background: url(../i-wl/buttons/select-knob.gif) no-repeat right center;
}
.jNiceSelectWrapper div.jNiceSelectOpen span {
    display: block;
    height: 18px;
    line-height: 18px;
    padding: 0px 6px;
    margin-right: 16px;
    overflow: hidden;
    border: 1px solid #c6ba94;
    background-color: white;
    color: black;
}
.jNiceSelectWrapper ul {
    position: absolute;
    top: 19px;
    left: 0px;
    list-style: none;
    background-color: white;
    border: 1px solid #c6ba94;
    color: black;
    display: none;
    margin: 0px;
    padding: 0px;
    height: 150px;
    overflow: auto;
    overflow-y: auto;
    z-index: 100;
}
.jNiceSelectWrapper li {
    overflow: hidden;
    white-space: nowrap;
}
.jNiceSelectWrapper li a {
    display: block;
    padding: 5px;
    color: #0b1141;
    text-decoration: none;
}
.jNiceSelectWrapper li a:hover {
    background-color: #c6ba94;
}
.jNiceSelectWrapper li a.selected {
    background: #cacaca;
}
/* -------------
 * Hidden - used to hide the original form elements
 * ------------- */
.jNiceHidden {
    display: none;
}
