#country-select-list * { margin: 0; padding: 0; }

.login_country
{
	right:260px !important;
	top: 7px !important;
}

#country-select-list {
    float: right;
    right: 80px;
    position: absolute;
    top: 7px;
    width: 92px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	#country-select-list {		
		/*top: 1px;		*/
	}
} 

#header .container {    
    position: relative;    
	height: 100%;
}

/* rought form styles for when JS is disabled */

#country-select-list form {
	width: 180px;
	padding: 0;
}

#country-select-list select,
#country-select-list input {
	/*display: inline;*/
	padding: 0;
	margin: 0;
}

/* JS-created definition list */

#country-select-list .dropdown dd { position: relative; }

#country-select-list .dropdown a {
	text-decoration: none;
	outline: 0;
	font: 12px Arial, Helvetica, sans-serif;
	display: block;
	width: 83px;
	overflow: hidden;
}

#country-select-list .dropdown dt a {
	/*background: #84af16;*/
	background:url("../images/home/language_arrow.png") no-repeat 92% 55%;
	/*border: 1px solid #ffffff;*/
	padding: 2px 10px 1px;
	/*-webkit-border-radius: 5px;
	-moz-border-radius: 5px;*/
	/*border-radius: 5px;*/
	color: #B9B9B9;
	
	width:83px;
	font-size: 12px;
}

#country-select-list .dropdown dt a.active {
	background:url("../images/home/language_arrow.png") no-repeat 92% 55%;
	/*-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: #B9B9B9;
}

#country-select-list .dropdown dd ul {
	background: #84AF16;
	border: 1px solid #676768;
	color: #C5C0B0;
	display: none;
	position: absolute;
	z-index: 999;
	top: 0;
	left: 0;
	padding: 2px 0 5px 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 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);*/
}

#country-select-list .dropdown dd ul li a {
	padding: 2px 10px;
}

#country-select-list .dropdown dd ul li a span,
#country-select-list .dropdown dt a span {
	float: left;
	width: 16px;
	height: 11px;
	margin: 2px 6px 0 0;
	/*background-image: url(flags.png);*/
	background-repeat: no-repeat;
	cursor: pointer;
}

.us a span { background-position: 0 0 }
.uk a span { background-position: -16px 0 }
.fr a span { background-position: -32px 0 }
.de a span { background-position: -48px 0 }
.nl a span { background-position: -64px 0 }

#country-select-list .dropdown dd ul li a em,
#country-select-list .dropdown dt a em {
	font-style: normal;
	float: right;
	padding: 0 10px 0 0;
	cursor: pointer;
}

#country-select-list .dropdown dd ul li a em {
	color: #ffffff;
}

#country-select-list .dropdown dd ul li a:hover { background-color: rgba(255,255,255,.4); }
#country-select-list .dropdown dd ul li a:hover em { color: #fff; }

#country-select-list .flag {
	display: none
}

#country-options {
	display: none;
}

.rp-body #nav{	
	/*float:right;	*/
}


.rp-body #country-select-list {
    float: right;
    left: 0;
    margin-right: 13px;
    margin-top: 24px;
    position: relative;
    top: 0;
    width: 92px;
}
.rp-body .right_holder.not-login #country-select-list {
    float: right;
    left: 0;
    margin-right: 13px;
    margin-top: 13px;
    position: relative;
    top: 0;
    width: 92px;
}