/*
	Left to write page
	Copy paste css code from other css file to adjust the floating of objects
*/
#container {
	text-align: left;
}

.searchBar {
	text-align: right;
	overflow: hidden;
}

#sidebar-menu {			 
	float: left;	
}

#content {
	margin-left: 165px;
}

DIV#HeadLine{
	background-position: left;
}

DIV#item_right{
	float: right;
}

DIV#item_left{
	float: left;	
}

.lang_choose{
	float: right;
	position: relative;
	right: 25px;
	top: 3px;
}

.lang_choose A{
	font-size: 12px;
	color: #F4F9C9 ;
	background-color: inherit;
	text-decoration: none;
}
.lang_choose A:hover{
	color: F4F9C9;
	background-color: inherit;
}

.search_form{
	float: left;
	position: relative;
	left: 15px;
	top: 2px;
}

.joinMailing{
	float: left;
	position: relative;
	left: 18px;
	top: 2px;
}

.topMenu {
	width: 590px;
	height: 33px;
	margin: 0 auto;
	background-color: #605D83;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	vertical-align: middle;
	background-image: url(/site/images/global/menu_background_en.gif);
}

.topMenu A{
	height: 33px;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 12px;
	padding-right: 8px;
	padding-top: 4px;
	display: table-cell;
}

.copyRightsHome{
	position: relative;
	height: 36px;
	padding-left: 57px;
	padding-top: 20px;
	color: #E2DEC1;
	background-image: url(/site/images/global/lower_strip_bullet_en.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.copyRight{
	position: relative;
	left: 13px;
	top: 48px;
	height: 34px;
	padding-left: 46px;
	padding-top: 17px;
	color: #E2DEC1;
	background-image: url(/site/images/global/copyRight_bullet_en.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.playSound{
	position: relative;
	left: 555px;
	top: -25px;
	height: 20px;
	overflow: hidden;
}

.INPUT_TEXT select{
	position: relative;
	width: 170px;
	left: 7px;
	margin-right: 7px;
	border: 1px solid #C2C0B3;
	background-color: #F3F1E5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 2F2C57;
	font-weight: normal;
	vertical-align: middle;
}