/*==================================
remove default focus style
====================================*/
:focus {outline:none;}

.js ul.newList {left:-9999px;z-index: 9999;}

/*==================================
red curvy example
====================================*/
ul.newList * {
	margin: 0;
	padding: 0;
}
ul.newList {
	margin: 10px 0 0 0;
	padding: 0;
	list-style: none;
	color: #ffffff;
	width: 190px;
	background: #383838;
	font-size: 12px;
	position: absolute;
	border: 1px solid #646464;
	top: 22px;
	left: 0;
	overflow: auto;
}

.newListSelected {
	color: #000;
	height: 19px;
	float: left;
	cursor: pointer;
/*	padding: 3px 0 0 15px;*/
/*	background: url('../images/select1.gif') no-repeat;*/
/*	background-position: 0 12px;*/
}
.newListSelected span {
	width: 284px;
	display: block;

}
ul.newList li {
	padding: 0px 0px;
}

ul.newList li a{
	padding: 3px 8px;
	display: block;
	text-decoration:none;

}

.selectedTxt {
	overflow: hidden;
	padding: 0px;
	color: #ffd200;
	font-size: 16px;
	font-style: italic;
	display:inline;
	border-bottom: 1px dashed #ffd200;
	cursor: pointer;
}
.hiLite {
	background: #ffd200!important;
	color: #000000!important;
}
.newListHover {
	background: #ccc!important;
	color: #000!important;
	cursor: default;
}
.newListSelHover, .newListSelFocus {
	cursor: default;
}
.newListOptionTitle {
	font-weight: bold;
}
.newListOptionTitle ul {
	margin: 3px 0 0;
}
.newListOptionTitle li {
	font-weight: normal;
	border-left: 1px solid #ccc;
}


.block1 .newListSelected {
	padding: 0px;
}
.block1 .selectedTxt {
	padding-left: 15px;
	width: 7px;
	margin: 0px;
	border: 0px;
	background: url('../images/select1.gif') no-repeat;
	background-position: 0 12px;
	*background-position: 0 9px;
	/*display: none;*/

}

.inp .newList {
	top: 11px !important;
}
.inp .newListSelected {
	color: #000;
	float: none !important;
	border: 1px solid #8a8a8a;
	background: transparent;
	background-image: url('../images/dropdown.gif');
	background-repeat: no-repeat;
	background-position: center right;
	color: #ffffff;
	padding: 2px;
	width: 400px;
	height: auto !important;
}
.inp .selectedTxt {
	color: #ffffff;
	font-size: 11px;
	font-style: normal;
	display:block;
	border-bottom: 0px;
	cursor: pointer;
}

.select-month .selectedTxt, .newsfilter .selectedTxt {
	padding-left: 20px;
	background-image: url('../images/select1.gif');
	background-repeat: no-repeat;
	background-position: center left;
	border: 0px;	
}
.newsfilter {
	width: 180px;
}
.newsfilter .newListSelected {
	margin-left: 20px;
	float: left !important;
}
.newsfilter .selectedTxt  {
	font-size: 14px;
	font-style: normal;
}