/* ---------------------------------------------
				Language dropdown
--------------------------------------------- */

#country-border
{
	height: 14px;
    width: 30px;
    background-color: white;
    float: right;
    margin-right: 5px;
    margin-top: -20px;
}

#country-select
{
	list-style: none;
    margin-top: 1px;
    margin-left: 1px;
}

#country-select select,
#country-select input
{
	display: inline;
	padding: 0;
	margin: 0;
}

/* JS-created definition list */
.dropdown dd
{
	position: relative;
	right: 10px;
	top: 2px;
}

.dropdown a
{
	text-decoration: none;
	outline: 0;
	font: 12px Arial, Helvetica, sans-serif;
	display: block;
	width: 16px;
	overflow: hidden;
}

.popuped-up
{
	width: 90px!important;
}

.dropdown dt a
{
	background: #0081C7;
	/*padding: 1px;
	border: 1px solid #964315;*/
	/*padding: 3px 10px 4px 10px;*/
	/*-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;*/
	color: #fff;
}

.dropdown dt a.active
{
	background: #0081C7;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom: 1px dotted #676768;
	-moz-box-shadow: 0 3px 7px rgba(0,0,0,.5);
	-webkit-box-shadow: 0 3px 7px rgba(0,0,0,.5);
	box-shadow: 0 3px 7px rgba(0,0,0,.5);
	color: #fff;
}

.dropdown dd ul
{
	background: #FFF;
	color: #C5C0B0;
	display: none;
	position: absolute;
	z-index: 999;
	top: 5px;
	left: -110px;
	padding: 4px 0 0 0;
	list-style: none;
	border-top: none;
	margin: 0;
	/*-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;*/
	-moz-box-shadow: 0 10px 15px rgba(0,0,0,.5);
	-webkit-box-shadow: 0 10px 15px rgba(0,0,0,.5);
	box-shadow: 0 10px 15px rgba(0,0,0,.5);
	width: 100px;
}

.dropdown dd ul li a
{
	padding: 2px 5px;
}

.dropdown dd ul li a span,
.dropdown dt a span
{
	float: right;
	width: 16px;
	height: 11px;
	background-image: url(../icon/flags.jpg);
	background-repeat: no-repeat;
	cursor: pointer;
}

.FR a span { background-position: -230px -176px; }
.IT a span { background-position: -286px -232px; }
.EN a span { background-position: -62px -36px; }
.DE a span { background-position: -286px -120px; }

.dropdown dd ul li a em,
.dropdown dt a em
{
	font-style: normal;
	float: left;
	width: 70px;
	cursor: pointer;
}

.dropdown dd ul li a em
{
	color: #0081C7;
}

.dropdown dd ul li a:hover { background-color: rgba(255,255,255,.1); }
.dropdown dd ul li a:hover em { color: #000; }