/*==================================
Hide lists on page load
====================================*/
.stylish-select ul.newList {
	left: -9999px;
}

ul.newList * {
	margin: 0;
	padding: 0;
}

ul.newList a {
	color: #000;
	text-decoration: none;
	display: block;
}

ul.newList {
	margin: 0;
	margin-left: 6px;
	padding: 0;
	list-style: none;
	color: #000;
	/* width: 68px; */
	width: 75px;
	background: #fff;
	position: absolute;
	border: 1px solid #ccc;
	top: 54px;
	*top: 20px;
	left: 0;
	overflow: auto;
	z-index: 9999;
	margin-top: 4px;
}

.newListSelected {
	width: 64px;
	color: #000;
	padding: 6px 4px 2px 16px;
	float: left;
	margin: 0 auto;
	margin-left: 10px;
	background: url(../layout/design/selectbox.png) no-repeat;
	height: 34px; 
	*height: 34px;
	font-size: 11px !important;
	background-size: 87px;
    margin-top: 4px;
    margin-bottom: 4px
}

.newListSelected span {
	width: 68px;
	display: block;
	font-size: 11px !important;
}

ul.newList li a {
	padding: 3px 8px;
	display: block;
	font-size: 11px !important;
}

ul.newList li {
	height: 38px;
	line-height: 32px;
	font-size: 11px !important;
	border-bottom: #ccc 1px dotted;
}

ul.newList li a:focus {
	-moz-outline-style: none;
}

.selectedTxt {
	width: 64px;
	*width: 64px;
	overflow: hidden;
	height: 34px;
	line-height: 34px;
	padding: 0 4px;
	font-size: 11px !important;
}

.hiLite {
	background: #2ca7b9 !important;
	color: #fff !important;
}

.hiLite a {
	background: #2ca7b9 !important;
	color: #fff !important;
}

.newListHover { /* background:#f8f8f8!important;color:#000!important;*/
	background: #2ca7b9 !important;
	color: #fff !important;
	cursor: default;
}

.newListSelHover, .newListSelFocus {
	background: url(../layout/design/selectbox_focus.png) no-repeat;
	cursor: default;
	background-size: 87px;
}

.newListOptionTitle {
	font-weight: bold;
}

.newListOptionTitle ul {
	margin: 3px 0 0;
}

.newListOptionTitle li {
	font-weight: normal;
	border-left: 1px solid #ccc;
}

ul.newList:empty {
	border: 0px solid #ccc;
}