#tabcontainer{
	padding:20px 0 0 0px;
	height:380px;

}
#tabcont{
	background-image:url(templates/ja_larix/images/panel_bg.gif);
	width:670px;
	height:360px;

}

#tabtop{
	background-image:url(templates/ja_larix/images/panel_top.gif);
	background-position:center top;
	background-repeat:no-repeat;
	width:670px;
	height:11px;

}



#tabbot{
	background-image:url(templates/ja_larix/images/panel_bot.gif);
	background-position:center bottom;
	background-repeat:no-repeat;
	width:670px;
	height:11px;

}

#myTabs{
	padding:4px 15px;
	
}

#myTabs ul{
list-style: none;
padding:0px;
margin:0px;
}

.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	list-style: none;
	margin: 0px;
	padding: 0px;
	height: 40px;
	width:650px;
}

.mootabs_title li {
	float: left;
	line-height:40px;
	text-align:center;
	list-style: none;
	cursor: pointer;
	height: 40px;
	width:140px;
	padding:0px;
	margin:0px;
	font-size:13px;
	background-image:none;
	
}

.mootabs_title li.active {
	background-image:url(templates/ja_larix/images/tab_bg.gif);
	background-position:top center;
}

.mootabs_panel {
	display: none;
	background-color: #fff;
	position: relative;
	width:600px;
	padding:20px;
	top: -1px;
	clear: both;
	overflow: auto;
	height:300px;
	font-size:11px;
}

.mootabs_panel h1{
	font-size:18px;
}

.mootabs_panel.active {
	background-color: #fff;
	display: block;
}

mootabs_panelcont{
	width:100%;
}

mootabs_panelcont p{
	float:left;
}

img.left{
	float:left;
	border:10px solid #e6ea9d;
}

img.right{
	border:10px solid #e6ea9d;
	margin:0 0 20px 20px;
	float:right;
	clear:right;

}
