#country {
	width: 100%;
	margin: 0;
	text-align: right;
}
#country ul {
	margin: 0;
	padding: 0;
}
#country ul li {
	display: inline;
	margin-left: 20px;
	padding-left: 20px;
	line-height: 1.618em;
}
#country ul li.france {
	background-image: url(http://www.mode.com/images/fr-fr/flag_france_16x16.gif);
	background-position: center left;
	background-repeat: no-repeat;
}
#country ul li.belgium {
	background-image: url(http://www.mode.com/images/fr-be/flag_belgium_16x16.gif);
	background-position: center left;
	background-repeat: no-repeat;
}
#country ul li.luxembourg {
	background-image: url(http://www.mode.com/images/fr-lu/flag_luxembourg_16x16.gif);
	background-position: center left;
	background-repeat: no-repeat;
}
#country ul li.germany {
	background-image: url(http://www.mode.com/images/de-de/flag_germany_16x16.gif);
	background-position: center left;
	background-repeat: no-repeat;
}
#country ul li.germany-selected {
	font-size: 14px;
	padding-top: 5px;
	padding-left: 28px;
	line-height: 1.618em;
	background-image: url(http://www.mode.com/images/de-de/flag_germany_24x24.gif);
	background-position: center left;
	background-repeat: no-repeat;
}
#country ul li.austria {
	background-image: url(http://www.mode.com/images/de-at/flag_austria_16x16.gif);
	background-position: center left;
	background-repeat: no-repeat;
}
#country ul li.switzerland {
	background-image: url(http://www.mode.com/images/de-ch/flag_switzerland_16x16.gif);
	background-position: center left;
	background-repeat: no-repeat;
}
#country ul li.switzerland-selected {
	font-size: 14px;
	padding-top: 5px;
	padding-left: 28px;
	line-height: 1.618em;
	background-image: url(http://www.mode.com/images/de-ch/flag_switzerland_24x24.gif);
	background-position: center left;
	background-repeat: no-repeat;
}
#country ul li.canada {
	background-image: url(http://www.mode.com/images/en-ca/flag_canada_16x16.gif);
	background-position: center left;
	background-repeat: no-repeat;
}
#country ul li.usa {
	background-image: url(http://www.mode.com/images/en-us/flag_usa_16x16.gif);
	background-position: center left;
	background-repeat: no-repeat;
}
#country ul li.uk {
	background-image: url(http://www.mode.com/images/en-uk/flag_uk_16x16.gif);
	background-position: center left;
	background-repeat: no-repeat;
}
#country ul li span.selected {
	font-weight:bold;
	font-style:italic;
}