div.my_tab_default, div.mtb_mnu_holder, div.mtb_mnu_holder div.mtb_mnu, div.mtb_mnu_holder div.mtb_rebets, div.mtb_view_holder {
	position: relative;
	width: 100%;
}
div.mtb_mnu_holder, div.mtb_mnu_holder * {
	cursor: default;
}
div.mtb_mnu > ul, div.mtb_view_holder > ul {
	list-style-type: none;
	margin: 0em;
}
div.mtb_mnu > ul > li, div.mtb_mnu_holder div.mtb_button {
	-moz-transition: 0.4s all;
	-webkit-transition: 0.4s all;
	-o-transition: 0.4s all;
	transition: 0.4s all;
}

div.my_tab_default {
	height: auto;
}

div.mtb_mnu_holder {
	background: #FFF;
	font-family: "Segue UI", Tahoma, Helvetica, sans-serif;
	height: 42px;
	overflow: hidden;
}

div.mtb_mnu_holder div.mtb_mnu {
	height: 36px;
}
div.mtb_mnu > ul {
	background: url('../images/tab_mnu_holder.png') repeat-x;
	border-bottom: 1px solid #1e1e1e;
	border-top: 1px solid #aeaeae;
	bottom: 0px;
	height: 28px;
	padding: 0em 0em 0em 15px;
	position: absolute;
	width: 99.2%;
}
div.mtb_mnu > ul > li {
	border-color: #aeaeae;
	border-style: solid;
	border-width: 0px 1px 0px 0px;
	color: #353535;
	display: inline-block;
	float: left;
	font-size: 10pt;
	line-height: 22pt;
	height: 28px;
	min-width: 4em;
	overflow: hidden;
	padding: 0px 5px 0px 5px;
	position: relative;
	text-align: center;
	text-shadow: 0px 1px 1px #FFF;
	width: auto;
}
div.mtb_mnu > ul > li:first-child {
	border-width: 0px 1px 0px 1px;
}
div.mtb_mnu > ul > li.mtb_title:hover {
	background: #d6d5d5;
}

div.mtb_mnu > ul > li.mtb_title_sel {
	background: url('../images/tab_mnu_sel.png') repeat-x #424242;
	border-color: #1e1e1e;
	border-width: 1px 1px 0px 0px;
	color: #FFF;
	font-size: 10pt;
	height: 44px;
	line-height: 30pt;
	text-shadow: 0px 1px 1px #000;
	top: -7px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0px 0px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 2px rgba(0,0,0,0.2);
}
div.mtb_mnu > ul > li.mtb_title_sel:first-child {
	border-width: 1px 1px 0px 1px;
}
div.mtb_mnu > ul > li.mtb_title_sel:hover {
	background: #424242;
}

div.mtb_mnu_holder div.mtb_rebets {
	background: #424242;
	height: 6px;
	z-index: 1;
}

div.mtb_view_holder > ul {
	margin-right:-100%;
	padding: 0em;
	width: 100%;
}
div.mtb_view_holder > ul > li {
	display: none;
	height: 100%;
	width: 100%;
}
div.mtb_view_holder > ul > li:first-child {
	display: block;
}
div.mtb_view_holder > ul > li:after {
	clear: both;
	content: ".";
	display: block;
	font-size: 0pt;
	line-height: 0pt;
}

div.mtb_mnu_holder div.mtb_button {
	display: none;
	height: 28px;
	position: absolute;
	top: 7px;
	width: 15px;
	z-index: 2;
}
div.mtb_mnu_holder div.mtb_button:hover {
	background-color: #d2d1d1;
}
div.mtb_mnu_holder div[name=mtb_prev] {
	background: url('../images/my_tab_prev.png') center 8px no-repeat;
	left: 0px;
}
div.mtb_mnu_holder div[name=mtb_next] {
	background: url('../images/my_tab_next.png') center 8px no-repeat;
	right: 0px;
}

