@CHARSET "ISO-8859-1";
div#countrySelectorContainer { width: 142px; background-color: #ffffff; /* bug fix for IE7 */ z-index: 1000; cursor: pointer; padding: 0px 0px; }
div#countrySelectorContainer div#countrySelectorHeader { text-align: right; }
div#countrySelectorContainer .text { vertical-align: top; padding-top: 2px; }
img#selectedCountry { vertical-align: top; padding-top: 1px; }
div#countrySelector { width: 140px; /*height: 210px;
	overflow-y: scroll;
	*/
	height:100%; overflow-y:visible; display: none; /* hidden by default */ border: solid 1px #e4e4e4; }
ul.countryList { margin: 0; padding: 0; list-style-type: none; background-color: #fdfdfd; }
ul.countryList li { display: block; margin: 0px 0px 0px 2px; padding: 1px 0px 2px 24px; height: 14px; color: #333; font-size: 11px; font-weight: bold; text-align: left; vertical-align: middle; cursor: pointer; list-style-type: none; background-repeat: no-repeat; background-position: center left; border-bottom: solid 1px #e9e9e9; }
ul.countryList li.over { background-color: #f5f5f5; color: #000; }
ul.countryList li.selected { background-color:  #ebebeb; color: #000; }
