
.stylish-select .SSContainerDivWrapper {
	left:-9999px;
}

/*
* Red example
---------------------------------------------------------*/
.stylish-select .SSContainerDivWrapper {
	margin:0;
	padding:0;
	width:100%;
	position:absolute;
	top:44px;
	left:0;
	z-index:2;
}

.stylish-select ul.newList {
	margin:0;
	padding:0;
	list-style:none;
	color:#000;
	background:#fff;
	border:1px solid #ccc;
	overflow:auto;
}

.stylish-select ul.newList * {
	margin:0;
	padding:0;
}


.stylish-select ul.newList a {
	color: #000;
	text-decoration:none;
        outline: none;
	display:block;
	padding:6px 8px;
	line-height: 95%;
}

.stylish-select .newListSelected {
	
}

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

.stylish-select .selectedTxt {
	overflow:hidden;
	height:16px;
	padding:0 23px 0 0;
}

.stylish-select .hiLite {

	color:#000!important;
}

.stylish-select .newListHover {
	background:#ccc!important;
	color:#000!important;
	cursor:default;
}

.stylish-select .newListDisabled {
	opacity: 0.6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
}

.stylish-select .newListItemDisabled {
	opacity: 0.6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
}

.stylish-select .newListOptionDisabled {
	opacity: 0.6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
}

.stylish-select .newListSelHover,
.stylish-select .newListSelFocus {
	
	cursor:default;
}

.stylish-select .newListOptionTitle {
	font-weight:bold;
}

.stylish-select .newListOptionTitle ul {
	margin:3px 0 0;
}

.stylish-select .newListOptionTitle li {
	font-weight:normal;
}



.stylish-select .formArea .SSContainerDivWrapper {margin:0;padding:0;width:120px;position:absolute;top:28px!important;left:0px !important;z-index:2; background: #ccc; border-top:  0 none;}
.stylish-select .formArea ul.newList {margin:0;padding:0;list-style:none;color:#000;background:#ccc;border:none; overflow: visible; width:120px;}
.stylish-select .formArea ul.newList * {margin:0;padding:0;background:#fff;border:none; width:120px;}
.stylish-select .formArea ul.newList a {text-decoration:none;display:block;padding:3px 10px; width: auto; color: #acacac; font:14px/33px 'proxima_nova_rgregular',arial; color:#333;}
.stylish-select .formArea .newListSelected {width:116px;color:#000;height:30px;padding:0 0 0 4px;float:left;background:url(../images/see-all.png) no-repeat 0 0;}
.stylish-select .formArea .selectedTxt {width:85px;overflow:hidden;height:30px;padding: 0 25px 0 10px; color: #acacac; font:14px/33px 'proxima_nova_rgregular',arial; color:#333;}
.stylish-select .formArea ul.newList *{background: #fff; border-left:1px solid #ececec;border-right:1px solid #ececec;border-bottom:1px solid #ececec;}
.stylish-select .formArea .newListHover {background: #e2f3f6!important;}

.stylish-select .formArea .newListSelected.filter_drop_1 {width: 234px;background:url(../images/see-all-wide.png) no-repeat 0 0;}
.stylish-select .formArea .newListSelected.filter_drop_1 .selectedTxt {width:200px;}