/* ComboBox */
.comboBoo			{
	border:0; 
	background-color:#151515; 
	color: #fff;
}
.comboBoo-label	{
	border: 1px solid #5599FF; 
	font: bold 13px /*verdana*/; 
	line-height: 16px; 
	height: 16px; 
	left: 40px; 
	padding: 0 25px 0 8px; 
	cursor:pointer; 
	position: absolute; 
	background: #600 no-repeat url(arrDown_2.gif) right 5px;
	background-color: #151515;
	color: #eee;
	direction: rtl;
}
a:hover.comboBoo-label, a:active.comboBoo-label	{
	background-color: #5599FF; 
	color: #fff; 
	text-decoration: none;
}
ul.comboBoo-list 		{
	position: absolute; 
	margin: 18px 0 0 0; 
	padding: 0; 
	list-style: none; 
	border: 0; 
	/*font-family: Verdana, Geneva; */
	z-index: 500;
	border-left: 1px solid #888888; 
	border-right: 1px solid #888888; 
	border-bottom: 1px solid #888888; 
}
ul.comboBoo-list li 	{
	padding: 0 8px 0 0; 
	line-height: 20px; 
	height: 20px; 
	cursor: pointer; 
	font-weight: normal; 
	font-size: 12px; 
	background: #151515; 
	color: #fff;
	direction: rtl;
}
ul.comboBoo-list li.choice-selected 		{
	background-color: black;
	color: #5599FF;
	border-left: 3px #FF8800 solid;
}