@import url(formFields.css);

html,body {
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body {
	width: 100%;
}

body.main {
	width: 100%;
	background-color: #ffffff;
	background-image: url(../images/background.gif);
	background-repeat: repeat-y;
	background-position: left;
}

div.container {
	min-height: 100%;
	width: 100%;
}

div.menu {
	background-color: #000000;
	background-image: url(../images/menuBg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 350px;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 100%;
}

div.content {
	max-width: 650px;
	margin: 0px;
	padding: 0px;
	float: left;
	min-height: 100%;
}

div.margin {
	margin: 25px;
	margin-left: 50px;
	margin-right: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
}

div.basexxLogo {
	background-image: url(../images/baseXXBig.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 408px;
	height: 412px;
}

div.firstPage {
	min-width: 100%;
	min-height: 100%;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: black;
}

div.firstPage a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: black;
	text-decoration: none;
}

div.menuText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: white;
	margin-top: 55px;
}

div.menuP {
	width: 100%;
	margin: 0px;
	padding: 0px;
	padding-top: 8px;
	padding-bottom: 8px;
}

div.menuPSub {
	width: 100%;
	margin: 0px;
	padding: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 12px;
	background-color: gray;
}

div.menuPSub:hover {
	cursor: pointer;
}

div.menuPActive {
	width: 100%;
	margin: 0px;
	padding: 0px;
	padding-top: 8px;
	padding-bottom: 8px;
	background-color: gray;
	color: black;
}

a.menuP {
	color: white;
	text-decoration: none;
}

a.menuPActive {
	color: black;
	text-decoration: none;
}

div.menuP:hover {
	background-color: gray;
	color: black;
	cursor: pointer;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: black;
}

img {
	border: 0px;
}

img.productImage {
	border: 0px;
}

div.optionBox {
	width: 70px;
	color: #666666;
	border: 1px solid #666666;
	border-left: 4px solid #666666;
	padding: 6px;
}

div.optionBox:hover {
	background-color: #999999;
	color: white;
}

div.optionBox p {
	margin: 0px;
	padding: 2px;
	padding-bottom: 3px;
	border-bottom: 1px dotted white;
}

div.optionBox p a {
	text-decoration: none;
	color: #666666;
}

div.optionBox:hover p a {
	text-decoration: none;
	color: white;
}

div.optionBox p.last {
	border: 0px;
}

/* front page style*/
div.bx_lc_right {
	position: absolute;
	margin: 18px;
	width: 600px;
	height: 100%;
}

div.bx_frontmap {
	margin: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
}

div.bx_lc_list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2865AA;
	padding: 10px;
	margin: 10px;
	width: 682px;
}

div.bx_land_select {
	float: left;
	/*padding:10px;*/
	margin: 10px;
	width: 100px;
}

div.bx_land_select_e {
	float: left;
	/*padding:10px;*/
	margin: 10px;
	width: 240px;
}

div.bx_lc_list li {
	font-size: 12px;
	color: #2865AA;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
}

div.bx_lc_list li a {
	font-size: 12px;
	color: #2865AA;
	text-decoration: none
}

div.bx_lc_list li a:hover {
	text-decoration: underline;
}

div.bx_land_select_e ul {
	clear: right;
	float: left;
	width: 120px;
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}

div.bx_land_select ul {
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}

span.bx_continent hr {
	color: #2865AA;
	background-color: #2865AA;
	margin: 0px;
}

div.languageSelectorBg {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 40000;
}

div.languageSelector {
	position: absolute;
	top: 57px;
	left: 50%;
	width: 460px;
	margin-left: -230px;
	z-index: 40001;
	text-align: center;
	background-color: #ffffff;
	border: 2px solid #adaaad;
}

div.languageSelector a {
	font-family: Arial, Helvetica, sans-serif;
	color: #2865AA;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	line-height: 30px;
}