/* hide original element */
.jcf-hidden {
	display: block !important;
	position: absolute !important;
	left: -9999px !important; /* change to right: -9999px on RTL sites */
}
.select-area {
	position: relative;
	overflow: hidden;
	cursor: default;
	height: 36px;
	display: inline-block;
	vertical-align: top;
	min-width: 113px;
}
.select-active {
	background: #6cf;
}
.select-area .center {
	line-height: 36px;
	white-space: nowrap;
	padding: 0 40px 0 15px;
	color: #fff;
	font-size: 15px;
	font-style: italic;
	font-weight: 300;
	display: inline-block;
	vertical-align: top;
}
.select-disabled {
	background: #eee;
}
.select-area .select-opener {
	background: url(../images/bg-opener.png) no-repeat 0 15px;
	position: absolute;
	height: 36px;
	width: 30px;
	right: 0;
	top: 0;
}
.select-options {
	position: absolute;
	overflow: hidden;
	background: #6cf;
	z-index: 2000;
	min-width: 113px;
}
.select-options .drop-holder {
	overflow: hidden;
	height: 1%;
	
}

.select-options .drop-holder .drop-list {
    /*min-height: 330px;*/
    height: auto!important;
}

.select-options ul {
	list-style: none;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
.select-options ul li {
	width: 100%;
	float: left;
    font-size: 12px;
}
.select-options ul a {
	text-decoration: none;
	padding: 5px 15px;
	display: block;
	cursor: default;
	color: #000;
	font-style: italic;
	text-align: left;
    margin: 2px 5px;
}
.select-options .item-selected a,
.select-options ul a:hover {
	text-decoration: none;
	background: #000;
	color: #fff;
}
.select-area img, .select-options a img {
	vertical-align: top;
	margin: 0 5px 0 0;
}
/* select options optgroup example styles */
.select-options .optgroup {
	clear: both;
}
.select-options .optgroup strong {
	display: block;
	padding: 5px;
}
.select-options .optgroup ul a {
	padding-left: 30px;
}
.select-weight{
	max-width: 170px;
	text-align: right;
}
.select-color{
    max-width: 140px;
}
.select-frequency{
	width: 121px !important;
}
.select-price{
	width: 190px !important;
	text-align: left;
}
.drop-weight ul a{
	text-align: right;
}
.drop-price ul a{
	padding: 5px 12px;
}
.select-price .select-opener{
	position: static;
	display: inline-block;
}
.select-price .center{
	padding: 0 7px 0 10px;
}
.select-color .center{
	color: #f63;
}
.select-color .select-opener{
	background: url(../images/bg-opener02.png) no-repeat 0 15px;
}













