@charset "utf-8";
#languageSelectionContainer {height:50px; width:230px; margin-right:25px;}
#languageLogo2 {background-image:url('../images/logo_languageselection.png'); width:28px; height:23px;}
#languageSelectionTitle {margin-top:5px; margin-bottom:3px;}
/*#languageMenu .styled-select select {/*background:transparent;-webkit-appearance: none; width: 200px; padding: 0px; font-size: 11px; border:none; text-align:left; color:#333;}
#languageMenu .styled-select option {/*background:#fff; font-size:11px; text-align:left; color:#333;}*/

/*#languageMenu .styled-select select {width: 200px; padding: 0px; font-size: 11px; text-align:left;}


#languageMenuS .styled-select select {-webkit-appearance: none; width: 200px; padding: 0px; font-size: 11px; border: 1px solid #ccc;height: 20px; vertical-align:top !important; text-align:left; line-height:13px; height:auto; color:#333;}
#languageMenuS .styled-select {width: 200px; height: 20px; overflow: hidden;}*/

.styled-select select {
  	background: transparent;
  	-webkit-appearance: none;
  	width: 200px;
  	padding: 0px;
   	font-size: 12px;
  	border: 2px solid #ccc;
   	height: 20px;
   	vertical-align:top !important;
	text-align:left;
	line-height:13px;
	height:auto;
	color:#666;
}

.styled-select {
   width: 200px;
   height: 20px;
   overflow: hidden;
   background:url('/abletranslations_com/able/images/down_arrow.png');
   background-position: right;
   background-repeat: no-repeat;

}