.selCont {
	clear:both;
	margin-bottom:5px;
	float:left;
	z-index: 300;
	padding-top: 5px;
	padding-left: 15px;
	position: relative;
}
.selCont a { color:#013750; }
.selCont a.newListHover { color:#FFFFFF; }
.stylish-select ul.newList { left:-9999px; }
ul.newList * {
	margin:0;
	padding:0;
}
ul.newList a {
	text-decoration:none;
	display:block;
}
ul.newList {
	margin:0;
	padding:0;
	list-style:none;
	color:#3B4616;
	width:198px;
	background:#fff;
	position:absolute;
	border:1px solid #ccc;
	top:17px;
	left:0;
	overflow:auto;
	z-index:9999;
}
	.newListSelected {
		clear:both;
		color:#000000;
		float:left;
		font-size:11px;
		height:16px;
		line-height:11px;
		margin-bottom:5px;
		padding:0 0 0 10px;
		cursor:pointer;

	}
.newListSelected span {
	width:284px;
	display:block;
}
ul.newList li a {
	padding:2px 8px 4px;
	display: block;
}
ul.newList li a:focus { -moz-outline-style: none; }
.selectedTxt {
	color:#FFFFFF;
	height:14px;
	overflow:hidden;
	padding:2px 0 0;
	_padding:2px 0 0;
	/padding:2px 0 1px 0;
	width:190px;
}
.hiLite { background:#CADFE8; }
.hiLite a {
	background:#650101;
	color:#fff;
}
.newListHover, .hiLite.newListHover {
	background:#4E96B2 none repeat scroll 0 0;
	color:#FFFFFF;
	cursor:pointer;
}
.newListSelHover, .newListSelFocus {
	background-position:0 0;
	cursor:pointer;
}
.newListOptionTitle { font-weight:bold; }
.newListOptionTitle ul { margin:3px 0 0; }
.newListOptionTitle li {
	font-weight:normal;
	border-left:1px solid #ccc;
}
.combo_box {
	margin-bottom: 5px;
	clear: both;
}
.newListHover { color:#FFFFFF; }

