#ddlLanguage {
    width: 150px;
}

.dd {
	text-align:left;
	background-color:#fff;
	float:left;
}
.dd .ddTitle {
	background:#f2f2f2;
	border:1px solid #c3c3c3;
	padding:3px;
	text-indent:0;
	cursor:default;
	overflow:hidden;
	height:16px;
}
.dd .ddTitle span.arrow {
	background:url(/images/dd_arrow.gif) no-repeat 0 0; float:right; display:inline-block;width:16px; height:16px; cursor:pointer; 
}

.dd .ddTitle span.ddTitleText {text-indent:1px; overflow:hidden; line-height:16px;}
.dd .ddTitle span.ddTitleText img{text-align:left; padding:0 2px 0 0}
.dd .ddTitle img.selected {
	padding:0 3px 0 0;
	vertical-align:top;
}
.dd .ddChild {
	position:absolute;
	border:1px solid #c3c3c3;
	border-top:none;
	display:none;
	margin:0;
	width:auto;
	overflow:auto;
	overflow-x:hidden !important;
	background-color:#ffffff;
}
.dd .ddChild .opta a, .dd .ddChild .opta a:visited {padding-left:10px}
.dd .ddChild a {
	display:block;
	padding:2px 0 2px 3px;
	text-decoration:none;
	color:#000;
	overflow:hidden;
	white-space:nowrap;
	cursor:pointer;
}
.dd .ddChild a:hover {
	background-color:#66CCFF;
}
.dd .ddChild a img {
	border:0;
	padding:0 2px 0 0;
	vertical-align:middle;
}
.dd .ddChild a.selected {
	background-color:#66CCFF;
	
}
.hidden {display:none;}

.dd .borderTop{border-top:1px solid #c3c3c3 !important;}
.dd .noBorderTop{border-top:none 0  !important}

/************* use sprite *****************/
.dd .ddChild a.flag, .dd .ddChild a.flag:visited {
	background-repeat:no-repeat;
	padding-left:20px;
}

.dd .ddChild a.flag.en, .dd .ddChild a.flag.en:visited {
    background-image:url(/images/flag_en.gif);
}

.dd .ddChild a.flag.es, .dd .ddChild a.flag.es:visited {
    background-image:url(/images/flag_es.gif);
}

.dd .ddChild a.flag.it, .dd .ddChild a.flag.it:visited {
    background-image:url(/images/flag_it.gif);
}

.dd .ddChild a.flag.fr, .dd .ddChild a.flag.fr:visited {
    background-image:url(/images/flag_fr.gif);
}

.dd .ddChild a.flag.de, .dd .ddChild a.flag.de:visited {
    background-image:url(/images/flag_de.gif);
}

.dd .ddChild a.flag.ja, .dd .ddChild a.flag.ja:visited {
    background-image:url(/images/flag_ja.gif);
}

.dd .ddChild a.flag.nl, .dd .ddChild a.flag.nl:visited {
    background-image:url(/images/flag_nl.gif);
}

.dd .ddChild a.flag.cs, .dd .ddChild a.flag.cs:visited {
    background-image:url(/images/flag_cs.gif);
}

.dd .ddChild a.flag.pt, .dd .ddChild a.flag.pt:visited {
    background-image:url(/images/flag_pt.gif);
}

.dd .ddChild a.flag.ru, .dd .ddChild a.flag.ru:visited {
    background-image:url(/images/flag_ru.gif);
}

.dd .ddChild a.flag.el, .dd .ddChild a.flag.el:visited {
    background-image:url(/images/flag_el.gif);
}

.dd .ddChild a.flag.fi, .dd .ddChild a.flag.fi:visited {
    background-image:url(/images/flag_fi.gif);
}

.dd .ddChild a.flag.da, .dd .ddChild a.flag.da:visited {
    background-image:url(/images/flag_da.gif);
}

.dd .ddChild a.flag.hu, .dd .ddChild a.flag.hu:visited {
    background-image:url(/images/flag_hu.gif);
}

.dd .ddChild a.flag.pl, .dd .ddChild a.flag.pl:visited {
    background-image:url(/images/flag_pl.gif);
}

.dd .ddChild a.flag.is, .dd .ddChild a.flag.is:visited {
    background-image:url(/images/flag_is.gif);
}

.dd .ddChild a.flag.no, .dd .ddChild a.flag.no:visited {
    background-image:url(/images/flag_no.gif);
}

.dd .ddChild a.flag.sv, .dd .ddChild a.flag.sv:visited {
    background-image:url(/images/flag_sv.gif);
}

.dd .ddChild a.flag.he, .dd .ddChild a.flag.he:visited {
    background-image:url(/images/flag_he.gif);
}

.dd .ddChild a.flag.tr, .dd .ddChild a.flag.tr:visited {
    background-image:url(/images/flag_tr.gif);
}

.dd .ddChild a.flag.bg, .dd .ddChild a.flag.bg:visited {
    background-image:url(/images/flag_bg.gif);
}

.dd .ddChild a.flag.et, .dd .ddChild a.flag.et:visited {
    background-image:url(/images/flag_et.gif);
}

.dd .ddChild a.flag.lv, .dd .ddChild a.flag.lv:visited {
    background-image:url(/images/flag_lv.gif);
}

.dd .ddChild a.flag.lt, .dd .ddChild a.flag.lt:visited {
    background-image:url(/images/flag_lt.gif);
}

.dd .ddChild a.flag.ro, .dd .ddChild a.flag.ro:visited {
    background-image:url(/images/flag_ro.gif);
}

.dd .ddChild a.flag.sl, .dd .ddChild a.flag.sl:visited {
    background-image:url(/images/flag_sl.gif);
}

.dd .ddChild a.flag.hr, .dd .ddChild a.flag.hr:visited {
    background-image:url(/images/flag_hr.gif);
}

/* DIR-12338 - 14-07-2015 - GeMa added korean flag */
.dd .ddChild a.flag.ko, .dd .ddChild a.flag.ko:visited {
    background-image:url(/images/flag_ko.gif);
}