@charset "utf-8";
/* CSS for languages list 
*
*/

.slider {
	position:relative; 
	overflow:hidden; 
	width:330px;  
	margin:20px 0px 20px 10px; 
	padding-left:0px; 
}

.slidercontent {
	position:absolute; 
	float:left;
}

.slidercontent .upper {
	border-bottom:1px solid #9ac1c9
}

.section {padding:0px 10px}


.section ul {
	margin:0;
	padding:5px 0px 0px 5px;
}

.section ul li {
	padding: 0px 0px 7px 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#4e8ec0;
	list-style-type:none;
}

.section ul li:hover {
	color:#acccee;
}

.section li a, .section li a img {
	text-decoration:none;
	color: #4e8ec0;
	border:none;
	padding-right: 15px;
	width: 20px;
}

.section li a:hover {
	color:#acccee;
}


.arrow {
	width:20px;
	height:145px;
	margin-right:100px;
	float:right;
}

.fr_arrow {
	width:20px;
	height:145px;
	margin-right:50px;
	float:right;
}

.es_arrow {
	width:20px;
	height:145px;
	margin-right:130px;
	float:right;
}

.nl_arrow {
	width:20px;
	height:145px;
	margin-right:10px;
	float:right;
}

.upArrow {
	width:20px;
	height:16px;
	margin-top:12px;
	color:#FFF;
	cursor:pointer;
	margin-right:10px;
	background:#fff url(images/up.gif) no-repeat;
}


.downArrow {
	width:20px;
	height:16px;
	margin-top:97px;
	color:#FFF;
	cursor:pointer;
	margin-right:10px;
	background:#fff url(images/down.gif) no-repeat;
}


/***** scrolling languages list 02 ********/
.slider-subpage {
	position:relative; 
	overflow:hidden; 
	width:260px;  
	margin:20px 0px 0px 13px; 
	padding-left:0px; 
}

.slidercontent-subpage {
	position:absolute; 
	float:left
}

.slidercontent-subpage .upper-subpage {
	border-bottom:1px solid #9ac1c9
}

.section-subpage {padding:0px 10px}


.section-subpage ul {
	margin:0;
	padding:5px 0px 0px 0px;
}

.section-subpage ul li {
	padding: 0px 0px 7px 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#4e8ec0;
	list-style-type:none;
}

.section-subpage ul li:hover {
	color:#acccee;
}

.section-subpage li a, .section-subpage li a img {
	text-decoration:none;
	color: #4e8ec0;
	border:none;
	padding-right: 15px;
	width: 20px;
}

.section-subpage li a:hover {
	color:#acccee;
}


.arrow-subpage {
	width:20px;
	height:145px;
	margin-right:30px;
	float:right;
}

.fr_arrow-subpage {
	width:20px;
	height:145px;
	margin-right:10px;
	float:right;
}

.es_arrow-subpage {
	width:20px;
	height:145px;
	margin-right:70px;
	float:right;
}

.nl_arrow-subpage {
	width:20px;
	height:145px;
	margin-right:15px;
	float:right;
}

.upArrow-subpage {
	width:20px;
	height:16px;
	margin-top:12px;
	color:#FFF;
	cursor:pointer;
	margin-right:10px;
	background:#fff url(images/up.gif) no-repeat;
}


.downArrow-subpage {
	width:20px;
	height:16px;
	margin-top:97px;
	color:#FFF;
	cursor:pointer;
	margin-right:10px;
	background:#fff url(images/down.gif) no-repeat;
}


/**** languages section in the header *****/
#lang-selection {
	margin:0;
	padding:0;
	width: 140px;
	float:left;
	margin-left: 666px;
}

#lang-selection  ul{
	margin:0;
	padding:0;
	width: 140px;
	float:left;
}

#lang-selection ul li {
	margin:0;
	padding:0;
	margin-right: 19px;
	display:block;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color: #5cbbe2;
	text-transform:uppercase;
}

#lang-selection ul li a {
	color:#5cbbe2;
	text-decoration:none;
}

#lang-selection ul li a:hover {
	color:#676666;
	text-decoration:none;
}
