/*==================================
remove default focus style
====================================*/
:focus {
	outline:none;
}
.js ul.newList {
	left:-9999px;
}
.selCont {
	margin:0 auto;
	width:398px;
	padding-bottom:50px;
}
/*==================================
jquery select example
====================================*/
ul.newList * {
	margin:0;
	padding:0;
}
ul.newList {
	margin:0px 0 0 0;
	padding:0;
	list-style:none;
	color:#000;
	width:395px;
	background:#fff;
	position:absolute;
	border:1px solid #ccc;
	top:22px;
	left:0;
	overflow:auto;
	z-index:9999;
}
.newListSelected {
	width:396px;
	color:#4c4c4c;
	height:39px;
	float:left;
	background:url(../images/dropdownbg.png) 100% 0 no-repeat;
	border:solid 1px #cccccc;
}
.newListSelected span {
	width:396px;
	display:block;
}
ul.newList li {
	padding:3px 8px;
	text-align:left;
}
.selectedTxt {
	width:381px;
	overflow:hidden;
	height:32px;
	text-align:left;
	font-size:19px;
	font-weight:normal;
	padding-top:8px;
	padding-left:17px;
}
.hiLite {
	background:#2e5f92!important;
	color:#fff!important;
}
.newListHover {
	background:#2e5f92!important;
	color:#fff!important;
	cursor:default;
}
.newListSelHover, .newListSelFocus {
	/*background-position:0 -22px;*/
	cursor:default;
}
.newListOptionTitle {
	font-weight:bold;
}
.newListOptionTitle ul {
	margin:3px 0 0;
}
.newListOptionTitle li {
	font-weight:normal;
	border-left:1px solid #ccc;
}
