.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 18px;
}

.mootabs_title li span{
	display: none;
}
.mootabs_title li {
	float: left;
	padding: 0px;
	margin-right: 2px;
	cursor: pointer;
	height: 18px;
	width: 100px;
	background: no-repeat 0 -18px;
}

.mootabs_title li.active {
	background-position: 0 0;
}



#t_farma {
	background-image: url(adresar/tab_farma.gif);
	width: 49px;
}
#t_prodejna {
	background-image: url(adresar/tab_prodejna.gif);
	width: 63px;
}
#t_vyrobce {
	background-image: url(adresar/tab_vyroba.gif);
	width: 52px;
}
#t_restaurace {
	background-image: url(adresar/tab_restaurace.gif);
	width: 72px;
}



#a_tabs {
	width: 310px;
	clear: both;
	overflow: hidden;
	height: 275px;
}


.mootabs_panel {
	display: none;
	background-color: #ddd;
	position: relative;
	width: 300px;
	top: -1px;
	clear: both;
	overflow: auto;
	height: 250px;

}

.mootabs_panel.active {
	background-color: white;
	display: block;
}

.tab_content {
	padding: 3px;
	height: 250px;
	overflow: auto;
	border: 1px solid rgb(236, 230, 128);

}
