/*************** contactLang - content/global/en/contact_lang.jsp ***************/
#contactLang {
    height: 1.5em;
    position: absolute;
    right: 0;
    top: 9.8333em;
    width: 41.6667em;
    z-index: 2000;
}

#rtl #contactLang {
	left: 0;
	right: auto;
}

#contactLang ul {
    display: inline;
    list-style-type: none;
    margin: 0;
    padding: 0;
    float: right;
}

#rtl #contactLang ul {
    display: block;
    float: left;
}

#contactLang li {
    float: left;
}

#rtl #contactLang li {
    float: right;
}

#contactLang a {
    color: #4c4c4c;
    text-decoration: none;
}

#contactLang a:hover,
#contactLang a:focus,
#contactLang .active {
    color: #2d8dae;
}

/*#space #contactLang a {
    color: #4c4c4c;
}

#space #contactLang a:hover,
#space #contactLang .active {
    color: #2d8dae;
}*/


#contactLang ul li {
    font-size: .9167em;
}

ul#contact li {
    padding: 0 .4545em;
}

#rtl ul#contact li {
    padding: 0 0 0 0.4545em;/*pxem= padding: 0 0 0 5px; *!11px* =pxem*/
}

/*************** end contactLang ***************/

/**************** contactLang inverted *********/

#space.inverted #contactLang a {
    color: white;
}

#space.inverted #contactLang a:hover,
#space.inverted #contactLang .active {
    color: #b6edff;
}

/*************** end contactLang inverted ******/

/*************** navLangRoot - wui/3/core/inc/nav_lang.jsp ***************/

ul#navLangRoot li {
    padding: 0 0.2727em;/*pxem= padding: 0 3px; *!11px* =pxem*/
}

ul#navLangRoot li.first-child {
    /*padding-right: 0;*/
    background-image: none;
}

ul#navLangRoot li.last-child {
    padding-right: 0;
}

#rtl ul#navLangRoot li.first-child {
    padding-left: 0;
    padding-right: 0.2727em;/*pxem= padding-right: 3px; *!11px* =pxem*/
}

ul#navLangRoot li.first-child {
    background: url("/myweb/p/wui/3/core/img/icons.png") no-repeat scroll left -5002px transparent;
    padding-left: 0.5455em;/*pxem= padding-left: 6px; *!11px* =pxem*/
}

#contactLang.noContact ul#navLangRoot li.first-child {
    background: none;
}

#rtl ul#navLangRoot li.first-child {
    background: url("/myweb/p/wui/3/core/img/icons_rtl.png") no-repeat scroll right -5002px transparent;
    padding-left: 0.2727em;/*pxem= padding-left: 3px; *!11px* =pxem*/
    padding-right: 0.4545em;/*pxem= padding-right: 5px; *!11px* =pxem*/
}

#rtl ul#navLangRoot li.last-child {
    padding-left: 0;
}

#space ul#navLangRoot li.first-child {
    background: url("/myweb/p/wui/3/core/img/icons.png") no-repeat scroll left -5002px transparent;
}
#space.inverted ul#navLangRoot li.first-child {
    background: url("/myweb/p/wui/3/core/img/icons_inverted.png") no-repeat scroll left -5002px transparent;
}
#rtl #space ul#navLangRoot li.first-child {
    background: url("/myweb/p/wui/3/core/img/icons_rtl.png") no-repeat scroll right -5002px transparent;
}

ul#navLangRoot li a {
    text-decoration: none;
}
/*************** end navLangRoot - wui/3/core/inc/nav_lang.jsp ***************/
