/* rought form styles for when JS is disabled */

#country-select form {
	width: 180px;
	padding: 0;
	}

#country-select select,
#country-select input {
	display: inline;
	padding: 0;
	margin: 0;
	}
	
/* JS-created definition list */

.dropdown dd { position: relative; }

.dropdown a {
	text-decoration: none;
	outline: 0;
	/*font: 12px Arial, Helvetica, sans-serif;*/
	font-size: 0.9em;
	display: block;
	overflow: hidden;
	}

.dropdown dt a {
	background: #F4F4F4;
	/*border: 1px solid #676768;*/
	margin: 0.2em 1.1em;
	line-height: 1.3em;
	color: #808080;
	text-decoration: none;
	}

	.dropdown dt a.active {
		background: #F4F4F4;
		color: #808080;
		}

.dropdown dd ul {
	background: white;
	width: 180px;
	border: 1px solid #808080;
	color: #C5C0B0;
	display: none;
	position: absolute;
	z-index: 999;
	top: 0;
	left: 0;
	padding: 8px 0;
	line-height: 1.3em;
	list-style: none;
	margin: 0;
	margin-top: 4px;
	}

	.dropdown dd ul li a {
		padding: 2px 12px;
		line-height: 1.3em;
		}

	.dropdown dd ul li a span,
	.dropdown dt a span {
		float: left;
		width: 16px;
		height: 11px;
		margin: 2px 6px 0 0;
		/*background-image: url(langflags.png);*/
		background-repeat: no-repeat;
		cursor: pointer;
		}

	.dropdown dd ul li a em,
	.dropdown dt a em {
		font-style: normal;
		float: left;
		text-decoration: underline;
		/*width: 100px;*/
		cursor: pointer;
		}

	.dropdown dd ul li a em {
		color: #808080;
		margin-bottom: 0.3em;
		}

		.dropdown dd ul li a:hover { background-color: #E0E0E0; }
		.dropdown dd ul li a:hover em { color: #707070; }
