
.dd2 {
	/*display:inline-block !important;*/
	text-align:left;
	background:url(/content/images/select/select.png) no-repeat;

	color:#626669;
	font-size:12px;
	
}
.dd2 .ddTitle {
	/*background:transparent url(../images/msDropDown.gif) no-repeat;*/
	text-indent:0;
	cursor:default;
	overflow:hidden;
	height:22px;
	padding:2px 0 0 11px;
	font-weight:bold;

}
.dd2 .ddTitle span.arrow {
	display:none;
}


.dd2 .ddTitle span.ddTitleText {text-indent:0px; overflow:hidden; line-height:12px; font-size:12px; color:#626669; height:14px;}

.dd2 .ddChild {

	padding-top:6px;

	position:absolute;
	border-top:none;
	display:none;
	margin:0;
	width:auto;
	overflow:auto;
	overflow-x:hidden !important;
	margin-top:5px;
	font-size:12px;
	line-height:14px;
	background:url(/content/images/select/select_bg.png) left top no-repeat;
}
.dd2 .ddChild .opta a, .dd2 .ddChild .opta a:visited {padding-left:10px}
.dd2 .ddChild a {
	display:block;
	padding:0px 0 9px 10px;
	margin-left:10px;
	text-decoration:none;
	color:#626669;
	overflow:hidden;
	white-space:nowrap;
	cursor:pointer;

}
.dd2 .ddChild a:hover {
	color:#c40247;
	text-decoration:underline;
}

.dd2 .ddChild a.selected {
	
	font-weight:bold;
}
.dd2 .ddChild a.selected:hover {
	text-decoration:none;
}

/************* use sprite *****************/
.dd2 .ddChild a.sprite, .dd2 .ddChild a.sprite:visited {
	background-image:url(/content/images/lang.png);
	background-repeat:no-repeat;
	padding-left:25px;
}

.dd2 .ddChild a.en, .dd2 .ddChild a.en:visited {
	background-position:0px 0px;
}
.dd2 .ddChild a.de, .dd2 .ddChild a.de:visited {
	background-position:0px -23px;
}
.dd2 .ddChild a.fr, .dd2 .ddChild a.fr:visited {
	background-position:0px -46px;
}
.dd2 .ddChild a.ro, .dd2 .ddChild a.ro:visited {
	background-position:0px -69px;
}
.dd2 .ddChild a.ru, .dd2 .ddChild a.ru:visited {
	background-position:0px -92px;
}
