.stylish-select .SSContainerDivWrapper {
	margin:0;
	padding:0;
	position:absolute;
	left:0;
	width:100%;
}

.stylish-select ul.newList {
	background:#fff;
	height:auto !important;
	margin:0 !important;
	max-height:200px;
	overflow:auto;
	position:relative;
	z-index:2;

	-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 {
	font:11px/12px 'Trebuchet MS', sans-serif;
	display:block;
	padding:3px 9px;
	position:relative;
	overflow:hidden;
	text-decoration:none !important;
	color:#2B2B2B;
	color:#000 !important;
}
.stylish-select ul.newList a:hover,
.stylish-select ul.newList a.hiLite{
	color:#fff !important;
	background: #d11242;
}

.stylish-select ul.newList li a:focus {
	-moz-outline:0 none;
	outline:0 none;
}

.stylish-select .selectedTxt{
	background: #fff url('../images/common.png') 100% -1163px no-repeat;
	border: 1px solid #eee7de;
	cursor:pointer;
	font:12px/23px 'Trebuchet MS', sans-serif;
	height:23px;
	padding: 0 24px 0 9px;
	color:#000;
}

.stylish-select .newListSelected:hover .selectedTxt {
	background-position:100% -1213px;
}