.langeditbox
{
    position:absolute;
    display:none;
    width:320px;
    height:220px;
    background-color: White;   
    z-index:100;
    border: solid 3px #909090;
    font-family: Lucida Sans;
    font-size:12px;
     
}

.langeditbox textarea
{
    margin: 5px;
}

.langselectorpanel
{
    position:absolute;
    top:0px;
    left:0px;
    width:120px;
    height:280px;
    background-color: White;   
    z-index:100;
    border: solid 3px #909090;
    font-family: Lucida Sans;
    font-size:12px;    
 }

.langselectorpanel ul
{
    float:left;
    list-style:none;
    padding:0 0 0 5px;
    margin-left:0px;
    margin-top: 3px;        
}

.langselectorpanel li
{
    list-style:none;
    cursor:pointer;
    cursor:hand;
}    
.selectedlang  /*new! Roustem added for d8u.com*/
{
    position:absolute;
	width:20px;
	height:12px;
    right:45px;        
    bottom:53px;
    cursor:default;
    cursor:hand;
    font-family: Lucida Sans;
    z-index:100;
}
.selectedlang span  /*new! Roustem added for d8u.com*/
{
width:18px;
height:12px;
display:block;
}
.langselectorheader
{
    height: 18px;
    background-color:#909090;
    color:White;
    font-family: Lucida Sans;
    font-weight:bold;
}

.langeditheader
{
    height: 18px;
    background-color:#909090;
    color:White;
    font-family: Lucida Sans;
}

.langhover
{
    font-style:italic;
    cursor:hand;
    cursor:pointer;
    cursor:hand;
}

.langeditswitch
{
   position:absolute;
   right:0px;       
   top:49px; 
   height: 13px;
   width:40px;
   cursor:default;
   cursor:hand;
   font-family: Lucida Sans;
}

.langon{
    background:url(/images/common/iconys/on.png) no-repeat left;
}

.langoff{
    background:url(/images/common/iconys/off.png) no-repeat left;
}

.translateme
{
    width:108px;
    height:31px;
    z-index: 1000;
	z-index: 1000;	
}
.popup_translate
{    
    z-index: 1000;
    margin:0 10px 10px 15px;
    background: #FFE2CA ;
	z-index: 1000;	
	position: relative;	
	border: 1px solid #ff6b00;
	overflow:auto;
}

.popup_translate h3{
	padding: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
    color: #090909;
    font-size:21px;
    line-height:21px;
	background: none;
}	
.popup_translate p{
	padding: 5px;
	color: #ff6b00;
	}	

.popup_translate table{
	padding: 5px;
	color: #ff6b00;	
}

.popup_translate table tr{
	border-bottom: solid 1px #ff6b00;
}

.popup_translate table tr td{
	color: #ff6b00;
	padding: 2px;
	margin: 2px;
}	
/*
.translateme
{
    width:120px;
    height:30px;
    z-index: 1000;
    margin:0 10px 10px 15px;
    background: #FFE2CA ;
	z-index: 1000;	
	position: relative;	
	border: 1px solid #ff6b00;
}

.translateme .tool_arrow{
	margin:0 0 0 -20px;
	width:40px;
	height: 55px;
    background: transparent url(/images/adult/upgrade/tool_tip_bg.gif) no-repeat 0 0;
    position: absolute;
    top: 5px;
    left: 2px;		
	}
.translateme p
{
    padding-top:6px;
}	
*/
.translateme:hover
{
    cursor:pointer;
    cursor:hand;
}

.langlist li
{
    padding-left:20px;    
}

.en { background: transparent url(/images/common/langs/en.gif) no-repeat 0 0; } 
.el { background: transparent url(/images/common/langs/el.gif) no-repeat 0 0; } 
.es { background: transparent url(/images/common/langs/es.gif) no-repeat 0 0; } 
.zh-CN { background: transparent url(/images/common/langs/zh.gif) no-repeat 0 0; } 
.de { background: transparent url(/images/common/langs/de.gif) no-repeat 0 0; } 
.fi { background: transparent url(/images/common/langs/fi.gif) no-repeat 0 0; } 
.fr { background: transparent url(/images/common/langs/fr.gif) no-repeat 0 0; } 
.hi { background: transparent url(/images/common/langs/in.gif) no-repeat 0 0; } 
.he { background: transparent url(/images/common/langs/il.gif) no-repeat 0 0; } 
.ja { background: transparent url(/images/common/langs/ja.gif) no-repeat 0 0; }
.ko { background: transparent url(/images/common/langs/kr.gif) no-repeat 0 0; }
.nl { background: transparent url(/images/common/langs/nl.gif) no-repeat 0 0; }
.no { background: transparent url(/images/common/langs/no.gif) no-repeat 0 0; }
.pl { background: transparent url(/images/common/langs/pl.gif) no-repeat 0 0; }
.pt { background: transparent url(/images/common/langs/pt.gif) no-repeat 0 0; }
.br.pt { background-image: transparent url(/images/common/langs/br.gif)!important; }
.pt-BR { background: transparent url(/images/common/langs/br.gif) no-repeat 0 0; }
.ru { background: transparent url(/images/common/langs/ru.gif) no-repeat 0 0; }
.it { background: transparent url(/images/common/langs/it.gif) no-repeat 0 0; }
.sv { background: transparent url(/images/common/langs/se.gif) no-repeat 0 0; }
.en { background: transparent url(/images/common/langs/en.gif) no-repeat 0 0; } 
/* CSS Document */

