
a {
	text-decoration: none;
	color: #666;
	cursor: pointer;
}

:focus {
	outline: none;
}

.js ul.newList {
	left: -9999px;
}

ul.newList * {
	margin: 0;
	padding: 0;
}

ul.newList {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #666;
	font-style: italic;
	width: 75px;
	background: #fff;
	position: absolute;
	border: 1px solid #ccc;
	top: 22px;
	left: 0;
	overflow: auto;
	z-index: 9999;
}

.newListSelected {
	width: 75px;
	color: #666;
	font-style: italic;
	height: 19px;
	padding: 3px 0 0 6px;
	float: left;
	background: url(../../../images/bg_select.jpg) no-repeat;
}

.newListSelected span {
	width: 95px;
	display: block;
}

ul.newList li {
	padding: 3px 8px;
	color: #666;
	font-style: italic;
}

.selectedTxt {
	width: 95px;
	overflow: hidden;
	height: 22px;
	padding: 4px 0 0 10px;
	margin: -3px 0 0 -5.9px;
	vertical-align: middle;
	background: url(../../../images/bg_select.jpg) no-repeat;
	position: relative;
}

.hiLite {
	background: #F7AE22 !important;
	color: #fff !important;
	cursor: pointer;
}

.newListHover {
	background: #E6E6E6 !important;
	color: #666 !important;
	cursor: pointer;
}

.newListSelHover,.newListSelFocus {
	background-position: 0;
	cursor: pointer;
}

.newListOptionTitle {
	font-weight: bold;
}

.newListOptionTitle ul {
	margin: 3px 0 0;
}

.newListOptionTitle li {
	font-weight: normal;
	border-left: 1px solid #ccc;
}
