
.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	height: 74px;
	width: 601px;
	background: url(../images/tabs.jpg);
	padding: 0 0 0 4px;
}

.mootabs_title li {
	float: left;
	background: url(../images/tabs.jpg);
	margin-right: 1px;
	cursor: pointer;
	height: 62px;
	line-height: 19px;
	text-indent: 0;
	overflow: hidden;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
	padding: 12px 0 0 10px;
	font-variant: small-caps;
}

.mootabs_title li.active {
	background-color: #e6e6e6;
	background: url(../images/tabs_h.jpg);
	color: #2159ff;
}

.mootabs_panel {
	display: none;
	position: relative;
	clear: both;
	overflow: hidden;	
}
.mootabs_panel.active {
	display: block;
}
#tab-apartments {
	width: 111px;
	background-position: -4px 0;
}
#tab-hotels {
	width: 90px;
	background-position: -126px 0;
}
#tab-flights {
	width: 95px;
	background-position: -227px 0;
}
#tab-cars {
	width: 73px;
	background-position: -333px 0;
}
#tab-insurance {
	width: 99px;
	background-position: -417px 0;
}
#tab-specialoffer {
	width: 64px;
	background-position: -527px 0;
}
#myTabs {
	width: 605px;
	height: 438px;
	background: url(../images/tabpane.jpg) left bottom no-repeat;
	position: relative;
}