@charset "UTF-8";

#header{
	background-color: black;
	border-bottom: solid 1px #5e5e5e;
	float: left;
}
#CollapsiblePanel1{
	width: 694px;
	float: left;
}
#CollapsiblePanel2{
	width: 185px;
	float: right;
}
.CollapsiblePanel{
	margin: 0px;
	padding: 7px 20px 0 20px;
	background-color: black;
	color: white;
	font-size: 1.4em;
	
}
.CollapsiblePanel ul{
	list-style-type: none;	
}
.CollapsiblePanel .collapseUl{
	list-style-type: none;	
}
.CollapsiblePanel .collapseUl li{
	float: left;
	padding-right: 12px;
	background: url(../img/arrow_down.gif) right 5px no-repeat;
}
.CollapsiblePanel {
	list-style-type: none;	
}
.CollapsiblePanel .collapseUl li{
	float: left;
	padding-right: 12px;
	background: url(../img/arrow_down.gif) right 5px no-repeat;
}
.CollapsiblePanel table{
	text-align: left;
	font-size: .7em;
	padding-bottom: 2px;
}
.CollapsiblePanel table td{
	padding: 2px 0 3px 8px;
	background: url(../img/arrow_left.gif) 0 6px no-repeat;
}
.CollapsiblePanelContent ul{
	color: white;
	padding: 2px 0 2px 2px;
	margin: 0;
	list-style-type: none!important;
	font-size: .7em;	
}
#CollapsiblePanel2 ul li span{
	background: url(../img/arrow_down.gif) 2px 4px no-repeat;
	width: 15px;
	height: 10px;
}
#CollapsiblePanel2 ul li{
	background: url(../img/uk_flag.gif) 0 1px no-repeat;
	padding: 0 0 0 25px;
	height: 28px;
	line-height: 2em;
}
#CollapsiblePanel2 ul li.uk{
	background: url(../img/uk_flag.gif) 0 3px no-repeat;
}
#CollapsiblePanel2 ul li.nl{
	background: url(../img/nl_flag.gif) 0 3px no-repeat;
}
#CollapsiblePanel2 ul li.fr{
	background: url(../img/fr_flag.gif) 0 3px no-repeat;
}
#CollapsiblePanel2 ul li.de{
	background: url(../img/de_flag.gif) 0 3px no-repeat;
}
#CollapsiblePanel2 ul li.it{
	background: url(../img/it_flag.gif) 0 3px no-repeat;
}
#CollapsiblePanel2 ul li.ru{
	background: url(../img/ru_flag.gif) 0 3px no-repeat;
}
#CollapsiblePanel2 ul li.es{
	background: url(../img/es_flag.gif) 0 3px no-repeat;
}
#CollapsiblePanel2 ul li.pt{
	background: url(../img/pt_flag.gif) 0 3px no-repeat;
}
#CollapsiblePanel2 ul li.se{
	background: url(../img/se_flag.gif) 0 3px no-repeat;
}
.CollapsiblePanelTab{
	font: bold 0.7em sans-serif;
	margin: 0px;
	padding: 2px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	background-color: black;
	height: 20px;
}
.CollapsiblePanelContent{
	margin: 0px;
	padding: 0px;
}
.CollapsiblePanelContent a{
	color: white;
	text-decoration: none;
}
.CollapsiblePanelContent a:hover{
	color: white;
	text-decoration: underline;
}
.CollapsiblePanelTab a{
	color: black;
	text-decoration: none;
	outline: 0!important;
	border-color: black;
}
.CollapsiblePanelTab a:visited{
	border: 0;
	outline: 0!important;
	border-color: black;
}
.CollapsiblePanelOpen .CollapsiblePanelTab{
	background-color: black;
}
.CollapsiblePanelTabHover,  .CollapsiblePanelOpen .CollapsiblePanelTabHover{
	background-color: black;
}
.CollapsiblePanelFocused .CollapsiblePanelTab{
	background-color: black;
}
