#myTabs {
height: 283px;
clear:both;
}

.mootabs_title {
	margin: 0px;
	padding: 0px;
	height: 32px;
	width: 298px;
	list-style: none;
	float: left;
	border-bottom: 1px solid #333333;

}

.mootabs_title li img {
	float: left !important;
	cursor: pointer  !important;
	list-style: none;
	width:99px;
	margin-left:0px;
	padding: 0px !important;

}

.mootabs_title li.active {
}

.mootabs_panel {
	display: none;
	width: 298px;
	overflow: none;
	height: 239px !important;
	background: #000000;
	border-top:5px solid #000000;
	border-bottom:5px solid #000000;
	clear:both;
}

.mootabs_panel.active {
	display: block;
		height: 239px !important;

}

.mootabs_panel a {
display: none;
}

#rpiAD a {
display: block !important;
}

#rpiAD span {
position: absolute;
z-index: 1;
color: #ffffff;
background-color: #004b92;
height: 34px;
line-height: 17px;
font-size: 10px;
width: 298px;
text-align: center;
margin-top:-142px;
border-top: 1px solid #ffffff;
border-bottom: 1px solid #ffffff;
vertical-align:middle;
font-weight: bold;
}