#titleTabs{
	margin-left: -25px;
	margin-top: -10px;
	float: left;
}


.mootabs_title {
	clear: both;
	list-style-image: none;
	list-style-type: none;
	margin: 0 0 0 2px;
	padding: 0 0 0 30px;
	height: 24px;
}

.mootabs_title li {
	float: left;
	background-color: #5B8EB1;
	padding: 2px 8px 2px 8px;
	margin-right: 2px;
	margin: -10px 2px 0 0;
	cursor: pointer;
	color: #fff;
	font-family: "Trebuchet MS";
	font-size: 12px;
	height: 24px;
	line-height: 24px;
}

.mootabs_title li.active {
	background-color: #49A8EC;
}

.mootabs_panel {
	display: block;
	left:-9999px;
	position: absolute;
	width: 100%;
	font-family: "Trebuchet MS";
	clear: both;
	color: #fff;
	padding: 5px;
	height: 120px;
}

.mootabs_panel ul li {
	padding-right: 2px;
}

.mootabs_panel.active {
	position: relative;
	left:0;
	top: -15px;
}

.mootabs_title li.over {
	font-weight: bold;
}

#tab1_content, #tab2_content, #tab3_content {
	float:left;
	height:180px;
	overflow:hidden;
	width:173px;	
	background: White;
	padding: 15px 0 0 15px;
}
.scrollbar-vert {
	background: #F5F5F5 no-repeat scroll 0 0;
	float:left;
	height:185px;
	width:17px;	
	margin: 10px 0 0 0;
}

.handle-vert {
	background-image: url(../img/arrows.png);
	/*background: #49A8EC no-repeat scroll 0 0;*/
	height:16px;
	width:17px;
}
