.stylish-select .SSContainerDivWrapper * {
	z-index: 1000;
}
.stylish-select .SSContainerDivWrapper {
	left: -9999px;
}
.stylish-select .SSContainerDivWrapper {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 44px;
	left: 0;
	z-index: 100;
	width: 100%;
}
.stylish-select ul.newList {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #000;
	background: #fff;
	border: 1px solid #ccc;
	overflow: auto;
        height:270px !important;
}
.stylish-select ul.newList * {
	margin: 0;
	padding: 0;
}
.stylish-select ul.newList a {
	color: #3d3d3f;
	text-decoration: none;
	display: block;
	padding: 3px 8px;
	cursor: pointer;
}

.stylish-select ul.newList a {
	background: url("../images/stylish_selectli.png") no-repeat 12px 15px #fff !important;
	padding-left: 30px !important;
}
.stylish-select ul.newList a:hover {
	background: url("../images/stylish_selectli.png") no-repeat 12px 15px #f0f0f0 !important;
}

.stylish-select .newListSelected {
	width: 100%;
	font-size: 18px;
	font-weight: 300;
	color: #3d3d3d;
	height: 34px;
	line-height: 34px;
	padding: 0;
	float: left;
	border: 1px solid #cdcdcd;
	background: url("../images/arrow.png") no-repeat 97% 13px #fff;
}

.stylish-select ul.newList li a:focus {
	-moz-outline-style: none;
}
.stylish-select .selectedTxt {
	overflow: hidden;
	padding: 0 4%;
	cursor: pointer;
	line-height: 34px;
}
.stylish-select .hiLite {
	background: #E2E2E2;
	color: #3d3d3f;
}
.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;
}

/*drop*/
.stylish-select .drop .newListSelected {
	width: 207px;
	color: #000;
	height: 59px;
	border: 1px solid #e2e2e2;
	padding: 0 0 0 25px;
	background: #fff url(../images/arw.png) no-repeat 198px center !important;
}
.stylish-select .drop .selectedTxt {
	width: 173px;
	height: 59px;
	padding: 0 35px 0 0;
	line-height: 59px;
}
.stylish-select .drop .SSContainerDivWrapper {
	left: -1px !important;
	width: 234px;
}
.stylish-select .drop .hiLite {
	background: #e2e2e2 !important;
	color: #000 !important;
}
.stylish-select .drop .selectedTxt {
	color: #3d3d3f;
	font: 19px/59px 'calibriregular';
}
.stylish-select .drop ul.newList a {
	color: #3d3d3f;
	font: 16px/24px 'calibriregular';
}
.stylish-select .border ul.newList {
	height: auto !important
}

/*drop*/
.stylish-select .drop .newListSelected {
	width: 207px;
	color: #000;
	height: 59px;
	border: 1px solid #e2e2e2;
	padding: 0 0 0 25px;
	background: #fff url(../images/arw.png) no-repeat 198px center !important;
}
.stylish-select .drop .selectedTxt {
	width: 173px;
	height: 59px;
	padding: 0 35px 0 0;
	line-height: 59px;
}
.stylish-select .drop .SSContainerDivWrapper {
	left: -1px !important;
	width: 234px;
}
.stylish-select .drop .hiLite {
	background: #e2e2e2 !important;
	color: #000 !important;
}
.stylish-select .drop .selectedTxt {
	color: #3d3d3f;
	font: 19px/59px 'calibriregular';
}
.stylish-select .drop ul.newList a {
	color: #3d3d3f;
	font: 16px/24px 'calibriregular';
}

.fieldscol .stylish-select .newListSelected {
	border: 0 !important;
}