/*
WMPL CSS
*/

/* =List
-------------------------------------------------------------- */

#lang_sel_list {
	position: absolute;
	font-size: 12px;
	top: 0px;
	right: 15px;
	display: block;
	z-index: 20;
}
/* hack to correct IE5.5 faulty box model */
* html #lang_sel_list {
}
/* remove all the bullets, borders and padding from the default list styling */
#lang_sel_list ul{
	padding:0 !important;
	margin:0 !important;
	list-style-type:none !important;
}
#lang_sel_list li:before{
	content:'' !important;
}
#lang_sel_list ul {
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#lang_sel_list li {
	float:left;
	position:relative;
	border-right: 1px solid #AAAAAA;
	padding:0px 9px 0px 8px;
	/*height:0.8em;*/
	margin-top:14px;
}

/* last element in list */
#lang_sel_list .last_index{
	border:none;
	padding:0px 0px 0px 10px;
}

#lang_sel_list li p {
	margin: 0px;
	text-decoration: underline;
}

/* style the links for the top level */
#lang_sel_list li a,
#lang_sel_list li a:visited {
	display:block;
	text-decoration:none;
	line-height:18px;
}
#lang_sel_list li a:hover {
	text-decoration: underline;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html #lang_sel_list a, * html #lang_sel_list a:visited {
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
#lang_sel_list ul {
	/*visibility:hidden;position:absolute;*/
}
/* and hack for IE5.5 */
* html #lang_sel_list ul {
}

/* yet another hack for IE5.5 */
* html #lang_sel_list ul a, * html #lang_sel_list ul a:visited {
}

/* make the second level visible when hover on first level list OR link */
#lang_sel_list ul li:hover ul,
#lang_sel_list ul a:hover ul{
	visibility:visible;
}

#lang_sel_list img.iclflag{
	width:18px;
	height:12px;
	position: relative;
	top: 1px;
}

#lang_sel.icl_rtl{
    text-align:right;
    direction: rtl;
}
#lang_sel.icl_rtl .lang_sel_sel{
    padding-right:14px;
}
