/*==================================
remove default focus style
====================================*/
:focus
{
	outline: none;
}
.js UL.newList
{
	left: -9999px;
}
/*==================================
fsf dropdowns
====================================*/
UL.newList *
{
	margin: 0;
	padding: 0;
}
UL.newList
{
	background: #FFF;
	padding: 0;
	margin: 0;
	list-style: none;
	color: #000;
	border: 1px solid #DADBD3;
	/*+placement:displace 0px 0px;*/
	position: absolute;
	margin-left: 0px;
	margin-top: 0px;
	z-index: 10;
	width: 240px;
}
.newListSelected
{
	width: 242px;
	color: #000;
	height: 37px;
	float: left;
	background: url(../images/select-bg.jpg) no-repeat;
	text-align: left;
	margin-right: 10px;
	display: inline;
	position: relative;
}
.newListSelected SPAN
{
	width: 284px;
	display: block;
}
UL.newList LI
{
	padding: 3px 8px;
}
.selectedTxt
{
	width: 200px;
	overflow: hidden;
	height: 37px;
	padding: 0 23px 0 10px;
	line-height: 37px;
}
.hiLite
{
	background: #DBEDDF !important;
	color: #000 !important;
	font-weight: bold;
}
.newListHover
{
	background: #CCC !important;
	color: #000 !important;
	cursor: default;
}
.newListSelHover, .newListSelFocus
{
	background-position: 0 -37px;
	cursor: default;
}
.newListOptionTitle
{
	font-weight: bold;
}
.newListOptionTitle UL
{
	margin: 3px 0 0;
}
.newListOptionTitle LI
{
	font-weight: normal;
	border-left: 1px solid #CCC;
}

