/*location choice****************************************************************/

#header-location {
	background: url(../img/location-bg.png) no-repeat;
	width:166px;
	height: 20px;
	position: absolute;
	left: 820px;
	top: 80px;
	vertical-align: baseline;
}
#header-location-clickable {
	width:166px;
	height: 20px;
	cursor: pointer;
}
#current-country-flag {
	margin: 3px;
	float: left;
}
#current-country-name {
	float: left;
	margin-top: 5px;
	font: 10px arial,sans-serif;
}

#header-location-choices {
	clear: left;
	font-size: 10px;
	margin: 4px;	
}
#header-location-choices select {
	clear: left;
	width: 150px;
	margin-bottom: 5px;
	font-size: 11px;
}
#header-location-choices-submit {
	float: right;
	border: 0;
}

#country-choice optgroup {
	font-weight: bolder;
}
#country-choice option { 
	margin-left: 20px;
}
#header-location-choices {
	display:none;
}
div#share {
	position: absolute;
	left: 740px;
	top: 80px;
	width: 100px;
	height: auto;
	margin:0px;
	padding:0px;
}


