/******************************************  
 CUSTOM STYLESHEET
*******************************************/

/*
* You can place your custom CSS statements in this file, after this message.
* It is better to write everything custom here
* because this file won't be replaced during updates.
* 
* Simply copy an existing style from style.css to this file, 
* and modify it to your liking.
*/

/*----------------Lang----------------------*/

/*--.qtrans_language_chooser { list-style-type:none }
.qtrans_language_chooser li { float:center; margin-left:4px }
.qtrans_flag { border:1px solid #000}
--*/

ul.qtrans_language_chooser { 
     margin:0;
     padding:0;
}
ul.qtrans_language_chooser li{
     width:50px;
     height:17px;
     float:right;
     /*background:#696969;*/
     text-align:center;
     padding:2px 0;
     margin:2px 2px 2px 2px;
     list-style:none;
}
ul.qtrans_language_chooser li a {
     text-decoration:none;
     color:#fff;
     font-weight:bold;
     font-size:10px;
}


/*-------------Finish----------*/