/*******************************************
  *	SELECT LANGUAGE
  *******************************************/
div#p-select-lang {
float:right;
margin-top: 5px;
height:19px;
width:auto;
cursor:default;
overflow:visible !important;
overflow:hidden;
background:url('../_img/bg_langbox_bt.gif') no-repeat bottom left;
padding-bottom:3px;
}
div.langbox {
color:#336699;
background-color:#EBF1F9;

}
div.langbox_bt{
background:url('../_img/bg_langbox_bt.gif') no-repeat bottom left;
height:3px;
font:0pt/0pt sans-serif;
}
div.show, div.no {
text-align:right;
width:175px;
}
div.label {
float:left;
position:absolute;
padding:0 0 0 12px;
height:19px;
line-height:19px;
white-space:nowrap;
text-align:left;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
background-image:url('../_img/bg_langbox_left.gif');
background-color:#EBF1F9;
background-repeat:no-repeat;
background-position:left;
}
div.langbox img.flag {
padding:2px 0 0 0;
}
div.selected {
height:19px;
overflow:hidden;
}
div.options {
padding-top:3px;

background:url('../_img/bg_langbox_bt.gif') no-repeat bottom left;
padding-bottom:3px;
}
div.option span {
padding:0 22px 0 0;
cursor:pointer;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;	
}
div.option:hover span {
text-decoration:underline;
}
div.bottom_left {
position:absolute;
left:0px;
bottom:0px;
}
div.bottom_right {
position:absolute;
right:0px;
bottom:0px;
}