
.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 24px;
}

#tabsmenu {
	background: url(/img/common/tab-bg.png) center top;
	width: 574px;
	margin: 1px 0 !important;
}

#tabsmenu:after {
    content: '.';
    display: block;
    height: 0;
    clear: left;
    visibility: hidden;
}

#tabsmenu li {
	float: left;
	cursor: pointer;
	background: url(/img/common/tab-off-l.png) left top no-repeat !important;
	font-size: 90%;
	margin: 0;
	padding: 0 0 0 12px !important;
	height: 36px;
	overflow: hidden;
}

#tabsmenu li a
{
	padding: 8px 16px 20px 4px;
	display: block;
	background: url(/img/common/tab-off-r.png) right top no-repeat;
	white-space: nowrap;
}

#tabsmenu li.active {
	background: url(/img/common/tab-on-l.png) left top no-repeat !important;
}

#tabsmenu li.active a {
	background: url(/img/common/tab-on-r.png) right top no-repeat !important;
}

.mootabs_panel {
	display: none;
	width: 536px;
    border: 1px solid #e7f2e0;
	overflow: visible;
    padding: 18px;
}

.mootabs_panel.active {
	display: block;
}
