/* hide original element */
.jcf-hidden {
	display: block !important;
	position: absolute !important;
	left: -9999px !important;
}
/* custom checkbox styles */
.chk-area {
	background:url(../images/btn-check.png) no-repeat;
	margin: 0 6px 0 0;
	float: left;
	width: 20px;
	height: 20px;
}
.chk-checked {background-position:0 -25px;}
.chk-focus {border-color: #f00;}
.chk-disabled {background: #eee;}
.jcf-label-disabled {
	color: #ccc;
}
/* custom select styles */
.select-area {
	border: 1px solid #8a8989;
	position: relative;
	overflow: hidden;
	cursor: default;
	float:left;
	background:#fff;
	border-radius:3px;
}
.select-area .center {
	padding: 3px 10px;
	float:left;
	width:149px;
}
.select-disabled {
	background: #eee;
}
.select-area .select-opener {
	background:url(../images/btn-select.png) no-repeat;
	width: 22px;
	height: 23px;
	position: absolute;
	right: 1px;
	top: 1px;
}
.select-options {
	position: absolute;
	overflow: hidden;
	z-index: 2000;
}
.select-options .select-title{display:none;}
.select-options .drop-holder {
	border: 1px solid #8a8989;
	overflow: hidden;
	height: 1%;
	border-radius:3px;
	background:#fff;
}
.select-options ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.select-options ul li {
	width: 100%;
	float: left;
}
.select-options ul a {
	text-decoration: none;
	padding: 5px 10px;
	display: block;
	cursor: default;
	color: #000;
	height: 1%;
}
.select-options .item-selected a {
	text-decoration: none;
	background: #ccc;
	color: #fff;
}
/* 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;
}
/* custom scrollbars styles */
.scrollable-area-wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.scrollable-area-wrapper .vscrollbar {
	position: absolute;
	top: 2px;
	right: 0;
	width: 3px;
}
.scrollable-area-wrapper .vscroll-up,
.scrollable-area-wrapper .vscroll-down {
	background: #777;
	width: 0;
	height:0;
	float: left;
}
.scrollable-area-wrapper .vscroll-line {
	background: #aeaeaf;
	width: 3px;
	float: left;
}
.scrollable-area-wrapper .vscroll-slider {
	background: #0c0d0e;
	width:3px;
	height:20px;
}