.jcf-hidden{
	display:block !important;
	position:absolute !important;
	left:-9999px !important;
}
.select-area{
	position:relative;
	overflow:hidden;
	cursor:default;
	height:41px;
	background:#583c2b;
	float:left;
	border-radius:19px;
	color:#c7cb98;
	font-size:16px;
	line-height:18px;
	text-align:left;
	margin:0 20px 0 0;
}
.select-area.select-active{
	border-radius:19px 19px 0 0;
}
.select-area.select-white{
    background:#fff;
    color:#736257;
    width:100px!important;
}
.select-nav-select.select-area{
	height:39px !important;
	width:218px !important;
	border-radius:0 19px 19px 0;
	border:none;
	background:#a3886b;
	color:#e6e8cd;
	font-size:14px;
	line-height:16px;
	text-align:left;
	font-weight:bold;
	float:left;
	margin:0;
}
.select-nav-select.select-area.select-active{border-radius:0 19px 0 0;}
.select-area .center{
	display:block;
	white-space:nowrap;
	padding:12px 30px 11px 20px;
}
.select-nav-select.select-area .center{
	padding:12px 40px 10px 4px;
}
.select-area.select-white .select-opener{
    background:url(../images/bg-sel-r2.png) no-repeat 5px 11px;
}
.select-area .select-opener{
	position:absolute;
	width:30px;
	background:url(../images/bg-sel-r.png) no-repeat 5px 11px;
	height:41px;
	right:0;
	top:0;
}
.select-nav-select.select-area .select-opener{
	width:30px;
	background:url(../images/bg-sel-r1.png) no-repeat 7px 11px;
	height:39px;
}
.select-options{
	position:absolute;
	overflow:hidden;
	z-index:2000;
}
.select-options.drop-white .drop-holder{
    background:#fff;
}
.select-options .drop-holder{
	border-radius:0 0 19px 19px;
	overflow:hidden;
	height:1%;
	background:#583c2b;
}
.select-options.drop-nav-select .drop-holder{
	border-radius:0 0 19px 19px;
	background:#a3886b;
}
.select-options ul{
	list-style:none;
	overflow:hidden;
	padding:0;
	margin:0;
	font-size:16px;
	line-height:18px;
}
.select-options.drop-nav-select.select-options ul{
	font-size:14px;
	line-height:16px;
}
.select-options ul li{
	width:100%;
	float:left;
}
.select-options ul a{
	text-decoration:none;
	padding:8px 20px;
	display:block;
	cursor:default;
	color:#c7cb98;
	height:1%;
}
.select-options.drop-white ul a{
    color:#736257;
}
.select-options.drop-white .item-selected a{
    color:#c7cb98;
}
.select-options.drop-nav-select.select-options ul a{color:#e6e8cd;}
.select-options .item-selected a{
	text-decoration:none;
	background:#432b1d;
	color:#c7cb98;
}
.select-options.drop-nav-select.select-options .item-selected a{background:#8e6e4c;}
.select-options .optgroup{clear:both;}
.select-options .optgroup strong{
	display:block;
	padding:5px;
}
.select-options .optgroup ul a{padding-left:30px;}
.scrollable-area-wrapper{
	position:relative;
	overflow:hidden;
	width:100%;
}
.scrollable-area-wrapper .vscrollbar{
	position:absolute;
	top:0;
	right:0;
	width:10px;
	z-index:20;
}
.scrollable-area-wrapper .vscroll-up,
.scrollable-area-wrapper .vscroll-down{
	background:#777;
	width:10px;
	float:left;
	height:0;
}
.scrollable-area-wrapper .vscroll-line{
	width:10px;
	float:left;
}
.scrollable-area-wrapper .vscroll-slider{
	background:#472e1e;
	border-radius:4px;
	width:10px;
	height:108px !important;
}


.twitter .scrollable-area-wrapper .vscroll-slider{background:#361f11;}
@media only screen and (max-width: 763px){
	.select-area{
		margin:0 0 15px;
	}
    .select-white.select-area{
        height: 39px !important;
        width: 218px !important;
        border: none;
        font-size: 14px;
        line-height: 16px;
        text-align: left;
        font-weight: bold;
        float: left;
        margin: 20px auto;
    }
    form.page-count {
        display:block;
        clear:both;
        float: left;
    }
}