@charset "utf-8";
select, .selectBox {
	display: inline-block;
	color:#faf7f7 !important;
	font-size:14px;
	font-weight:normal;
	font-family: 'PT Sans', sans-serif;
	position: relative;
	border:0;
	z-index: 999;
	height: 22px;
	line-height: 21px;
	vertical-align:middle;
	margin: 0;
	padding: 0 2px 0 10px;
	white-space: nowrap;
	text-align: left !important;
	text-decoration: none;
	outline: none;
	background: #a5caf7;
	width:200px;
	cursor: pointer;
}
.selectBox:hover {
	text-decoration: none
}
.selectBox-label {
	padding: 0 17px 0 4px;
	margin:0
}
.selectBox-arrow {
	position: absolute;
	left: auto;
	right:0;
	top:0;
	width: 21px;
	height: 18px;
	overflow: hidden;
	cursor: pointer;
}
.selectBox-dropdown-menu {
	position: absolute;
	z-index: 999999;
	list-style: none;
	font-size: 14px;
	line-height: 16px;
	background:#3359a0;
	margin: 0 0 0 -1px;
	padding:5px 0;
	border:1px solid #cbd1e9;
	border-top:0
}
.selectBox-dropdown-menu li {
	display: block;
}
.selectBox-dropdown-menu li a {
	display: block;
	padding: 2px 2px 2px 10px;
	color: #fbfbfb;
	text-decoration:underline;
	cursor: pointer;
}
.selectBox-dropdown-menu li a:hover {
	text-decoration: none;
}

.main-sel {
	display: inline-block;
	color:#727273 !important;
	font-size:14px;
	font-weight:normal;
	font-family: 'PT Sans', sans-serif;
	position: relative;
	border:1px solid #9f9f9f;
	height: 23px;
	line-height: 22px;
	vertical-align:middle;
	margin: 0;
	padding: 0 2px 0 5px;
	white-space: nowrap;
	text-align: left !important;
	text-decoration: none;
	outline: none;
	background: #fdfffa;	
	cursor: pointer;
}
.s140 {width:140px;}
.s200 {width:200px;}
.s220 {width:220px;}
.s270 {width:268px;}
.s430 {width:434px;}
.main-sel .selectBox-arrow {
	position: absolute;
	left: auto;
	right:0;
	top:0;
	width: 24px;
	height: 23px;
	overflow: hidden;
	cursor: pointer;
	background:url(../img/bg-icon.png) 0 0 no-repeat;
}
.main-sel .selectBox-dropdown-menu {
	position: absolute;
	z-index: 999999;
	list-style: none;
	font-size: 14px;
	line-height: 16px;
	background:#fdfffa !important;
	margin: 0 0 0 -1px;
	padding:5px 0;
	border:1px solid #9f9f9f;
	border-top:0
}