/* Block 1 */

div#myOtherElement {
	position: absolute;
	top: 369px;
	
	margin-left: 3px;
	
	width: 235px;
	height: 38px;
	overflow: hidden;
	z-index: 9999;
	
	cursor:pointer;
	
	background-color: #fff;
}

div#myOtherElement h2, div#myOtherElement a {
	display: block;
	padding: 0 3px;
}

div#myOtherElement a {
	color: #0066CB;
}

div#myOtherElement a:hover {
	background: #f5f5f5;
}

div#myOtherElement table {
	background-color: #fff;
	border: 1px solid #BAC9DC;
	
	font-size: 13px;
	line-height: 20px;
	
	padding: 5px;
}

/* Fi Block 1 */

/* Block 2 */

div#myOtherElement2 {
	position: absolute;
	top: 369px;
	
	/*margin-left: 3px;*/
	
	width: 235px;
	height: 38px;
	overflow: hidden;
	z-index: 9999;
	
	cursor:pointer;
	
	background-color: #fff;
}

div#myOtherElement2 h2, div#myOtherElement2 a {
	display: block;
	padding: 0 3px;
}

div#myOtherElement2 a {
	color: #0066CB;
}

div#myOtherElement2 a:hover {
	background: #f5f5f5;
}

div#myOtherElement2 table {
	background-color: #fff;
	border: 1px solid #BAC9DC;
	
	font-size: 13px;
	line-height: 20px;
	
	padding: 5px;
}

/* Fi Block 2 */

/* Block 3 */

div#myOtherElement3 {
	position: absolute;
	top: 369px;
	
	width: 235px;
	height: 38px;
	overflow: hidden;
	z-index: 9999;
	
	cursor:pointer;
	
	background-color: #fff;
	
	text-align: left;
}

div#myOtherElement3 h2 {
	width: 235px;
}

div#myOtherElement3 h2, div#myOtherElement3 a {
	display: block;
	padding: 0 3px;
}

div#myOtherElement3 a {
	color: #0066CB;
}

div#myOtherElement3 a:hover {
	background: #f5f5f5;
}

div#myOtherElement3 table {
	background-color: #fff;
	border: 1px solid #BAC9DC;
	
	width: 450px;
	
	font-size: 13px;
	line-height: 20px;
	
	padding: 5px;
}

/* Fi Block 3 */