@CHARSET "UTF-8";

.jquery-selectbox {
    color:#ffffff;
    vertical-align:middle;
    display:inline-block;
    background:#e60b83;
	position: relative;
	z-index: 0;
    height:33px;
    line-height:30px;
    margin:0 6px 0 0;
    padding:0 0 0 6px;
    text-align:left;
    outline:none;
    border:none;
    font-size:21px;
    font-family: 'OpenSansRegular', sans-serif;
    font-weight:normal;
    font-style:normal;    
}

.lte8 .jquery-selectbox {
    display: inline-block;
}

.jquery-selectbox.selecthover {
	z-index: 700;
}	
.jquery-selectbox .jquery-selectbox-currentItem {
    height:33px;
	padding: 0;
	white-space: nowrap;
	display: block;
	overflow: hidden;
	z-index: 600;
}

.jquery-selectbox .jquery-selectbox-list {
	display: none;
	width:99%!important;
	position: absolute;
	top: 35px;
	padding: 0;
	margin:0;
	left: 0px;
	background:#e60b83;
	height:auto!important;
	overflow-x: hidden;
	overflow-y: hidden;
}
.jquery-selectbox .jquery-selectbox-moreButton {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 19px;
	height: 33px;
	cursor: pointer;
	background-image: url("../img/bg-select-more.jpg");
}

.jquery-selectbox .jquery-selectbox-item.listelementhover {
}

.jquery-selectbox .jquery-selectbox-item {
	display: block;
	cursor: default;
	padding: 0 10px 0 6px;
	margin:0;
}

.jquery-selectbox .jquery-selectbox-item:hover {
    background: #EA369B;
    cursor: pointer;
}

/** ERROR classes **/
form .error .jquery-selectbox {
	color: #d00;
	border-color: #d00;
}
