.stylish-select .SSContainerDivWrapper {
	margin:0;
	padding:0;
	position:absolute;
	left:0;
	top:21px !important;
	z-index:51;
	width:100%;
}

.stylish-select ul.newList {
	background:#F2F2F2;
	border:1px solid #bcbcbc;
	height:auto !important;
	margin:0 !important;
	padding:1px;
	z-index:2;
	max-height:200px;
	overflow:auto;
	overflow-x:hidden;
	position:relative;
	-o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.stylish-select ul.newList li {
	background:none !important;
	margin:0 !important;
	padding:0 !important;
	line-height:1;
}

.stylish-select ul.newList a {
	color:#2B2B2B;
	font-size:11px;
	line-height:12px;
	text-decoration:none;
	display:block;
	padding:3px 9px;
	position:relative;
}
.stylish-select ul.newList a:hover {
	color:#2363A5;
	background:#fcfcfc;
}

.stylish-select ul.newList li a:focus {
	-moz-outline:0 none;
	outline:0 none;
}
.newListSelected,
.stylish-select .selectedTxt {
	background: url('../images/sprites.png') 100% -75px no-repeat;
	height:20px;
	padding:0 30px 0 5px;
	margin-left:3px;
	font-size:12px;
	line-height:20px;
	color:#325284;
	cursor:pointer;
	text-overflow: ellipsis;
}
.stylish-select .selectedTxt {
	max-width: 142px;
	overflow:hidden;
}
.newListSelected {
	background-position:-302px -45px;
	padding:0;
	margin:0 10px 0 0;
}
.third-2 .newListSelected,
.third .newListSelected {
	margin:0;
}
.third .selectedTxt {
	font-size:10px;
}
.stylish-select .newListSelected:hover .selectedTxt { background-position:100% -75px; }