/**********************************************************
    D O N 'T   M O D I F Y   T H I S   F I L E  !!!
**********************************************************/
.header .countrySelectorWrapper {
	position: absolute;
	top:  10px;
	right: 30px;
	padding-left: 10px;
	z-index: 1000;
	width: 310px;
	height: 35px;
	background: url(/html/images/layout/countryselector_bg.png) no-repeat left top;
	
}
.header .countrySelectorWrapperInner  {
	height:100%;
	width:100%;
	padding: 42px 10px 6px 0;
	background: url(/html/images/layout/countryselector_bg.png) no-repeat right top;
}


.header .searchbox {
	float: left;
}
	
#countrySelector {
	float: right;
	margin-left: 10px;
	position: relative;
	z-index: 999;
	width: 64px;
}
#countrySelector ul{
	background: white;
	/* mit country namen 
	width: 160px;
	*/
	width: 60px;
	padding: 0px;
	margin: 0px;
	list-style: none;
	border: 1px solid #DDD;
	display: none;
}
#countrySelector ul li {
	padding-top: 1px;
}
#countrySelector ul li a {
	/* mit country namen
	padding: 1px 5px 1px 8px;
	text-align: left;
	*/
	text-align: center;
	padding: 1px;
	display: block;
	text-decoration: none;
}
#countrySelector ul li a span {
	/* mit country namen 
	*/
	display: none;
}
#countrySelector ul li a:hover {
	background: #66ccff;
}
#countrySelector img {
	border: 1px solid #DDD;
}
#countrySelector .selector {
	background: url(/html/images/layout/countrydropdown_bg.png) no-repeat;
	height: 24px;
	width: 64px;
}
#countrySelector .selector img {
	margin-top: 4px;
	margin-left: 10px;
}

.rtl #countrySelector .selector img {
	margin-right: 30px;
}

.countrySelectorWrapper table {
    border: none; 
    margin: 0px; 
    padding: 0px; 
    border-spacing: 0px;
}


/* Right top left */
.rtl  .header .countrySelectorWrapper {
	right: auto !important;
	left: 30px !important;
}

	