/*
 * SELECTBOX
*/
/*
:focus {
  	outline: none;
	border: none !important;
}
*/
div.selectbox-wrapper ul li {
	border-bottom:			1px solid #F3F3F3;
	color:					#202020;
	cursor:					pointer;
	line-height:			1;
	overflow:				visible;
	white-space:			nowrap;
	padding-left: 			10px;
}
div.selectbox-wrapper ul {
	list-style-image:		none;
	list-style-position:	outside;
	list-style-type:		none;	
	-x-system-font:			none;
	border-top:				1px solid #F3F3F3;
	overflow:				visible;
	margin:					0;
	padding:				0;

}
div.selectbox-wrapper ul li.selected {
	background:				#A6A6A6 none repeat scroll 0 0;
	color:					#FFFFFF;
}

.current{
	background:				#e0e0e0;	
}

div.selectbox-wrapper{
	background:				#FFFFFF none repeat scroll 0 0;
	border:					1px solid #C1C1C1;
	margin:					0;
	max-height:				165px;
	overflow-x:				hidden;
	overflow-y:				auto;
	padding:				0;
	position:				absolute;
	z-index:				2;
	outline:				none;
}
div.wrapper a.selectbox {
	background:				transparent url(../mm/background_box.gif) no-repeat scroll right -27px;
	color:					#454545;
	display:				block;
	height:					20px;
	line-height:			1;
	overflow:				hidden;
	position:				relative;
	text-decoration:		none;
}
div.wrapper a.selectbox span {
	background:				transparent url(../mm/background_box.gif) no-repeat scroll 0 0;
	cursor:					pointer;
	display:				block;
	height:					20px;
	line-height:			20px !important;
	margin:					0 25px 0 0;
	overflow:				hidden;
	padding:				0 0 0 10px !important;
	white-space:			nowrap;
}

