.ddnsearch {
	border: solid 1px #adadad;
/*	height: 20px;  # IE */
	height: 18px; 

	padding: 0px 0px 0px 0px;
	#padding-right: 82px; /* This is the width of the selector dropdown image */
	color: #adadad;
        background-color: #000;
        filter:alpha(opacity=90, style=0);
        -moz-opacity: 0.9; 
        opacity: 0.9;
        margin: 0 0;        
}
.ddnsearch img{
   z-index:10;
   position: absolute;
/*   left: 136px; IE */
   left: 138px; 
   top: 1px;
   cursor: pointer;
}
.ddnsearch input{
        position: absolute;
        left: 2px;
        top: 2px;
        font-weight:bold;
        background-color: #000;
	border: none 0px;
	color: #adadad;
        font-family:"Helvetica Neue",Arial,Helvetica,sans-serif;
	height: 16px;
	width:  134px;
        font-size:100%;
        margin: 0 0;
        padding: 1pt 0 0pt 0;


}
.ddn {
   cursor: pointer;
	background-image: url('/fileadmin/template/images/bt_language.jpg');
	background-position: right top;
	background-repeat: no-repeat;
	border: solid 1px #adadad;
	height: 13px;
	padding: 2px;
	#padding-right: 80px; /* This is the width of the selector dropdown image */
	color: #adadad;
        background-color: #000;
        filter:alpha(opacity=90, style=0);
        -moz-opacity: 0.9; 
        opacity: 0.9;
        vertical-align:center;
        font-weight:bold; 
        
}

.ddn-container {
    border: solid 1px #bf2e1a;
    border-top: none; 
    position: absolute; 
    background-color: #fff;
    z-index:1000;

     /* This is the width of the selector dropdown image in the ddn class */
}
.ddn-item {
	padding: 2px;
	padding-left: 10px;
	width:132px;
        font-size: 10px;
        font-family:"Helvetica Neue",Arial,Helvetica,sans-serif;        
        z-index:1000;
}

.ddn-item-hover {
    background-color: #adadad; 
    color: #000;
}
