@charset "utf-8";
/* RMS JQUERY DROPDOWNS */

.desc { color:#6b6b6b;}
.desc a {color:#0092dd;}

.dropdown dd, .dropdown dt, .dropdown ul { margin:0px; padding:0px; }
/* table tr td select {display: none;} */
.customSelect {
/* 	display:none;	 */
}
.dropdown dd { position:relative; z-index: 9999; }
.dropdown a, .dropdown a:visited { color:#6e7f6e; text-decoration:none; outline:none; font-size: 12px;}
.dropdown a:hover { color:#6e7f6e;}
.dropdown dt a:hover { color:#6e7f6e;}
.dropdown dt a {background:#ffffff url(../media/images/arrow.png) no-repeat scroll right center; display:block; padding:5px;
				border: 1px solid #465046; width:155px;}
.dropdown dt a span {cursor:pointer; display:block; padding:5px;}
.dropdown dd ul { background:#ffffff none repeat scroll 0 0; border:1px solid #465046; color:#5d4617; display:none;
				  left:0px; padding:5px 0px; position:absolute; top:2px; width:auto; width:165px; list-style:none; min-height: 35px; max-height: 200px; overflow: auto;
}

.dropdown span.value { display:none;}
.dropdown dd ul li a { padding:5px; display:block;}
.dropdown dd ul li a:hover { background-color:#e2e6c6;}

.dropdown img.flag { border:none; vertical-align:middle; margin-left:10px; }
.flagvisibility { display:none;}