.ztab_table {
	max-width: 800px;
}
.ztab_table_contents {
	border-left: solid 1px #1fa579;
	border-right: solid 1px #1fa579;
	border-bottom: solid 1px #1fa579;
	background: url('../images/textura_vlight.gif');
}
.ztab_table_tabs {
}
.ztab_empty_l {
	width:10px;
	border-bottom: solid 1px #1fa579;
}
.ztab_empty_r {
	border-bottom: solid 1px #1fa579;
}

/* aktivan tab */
.ztab_act_left {
	width:10px;
	background-image: url('../images/tab_act_l.png');
	border-bottom: solid 1px #58bc9c;
}
.ztab_act_mid {
	height:20px;
	width:50px;
	background-image: url('../images/tab_act_b.png');
	text-align: center;
	color: #fff;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	cursor: default;
	border-bottom: solid 1px #58bc9c;
}
.ztab_act_right {
	width:10px;
	background-image: url('../images/tab_act_r.png');
	border-bottom: solid 1px #58bc9c;
}

/* inaktivan tab */
.ztab_iact_left {
	background-image: url('../images/tab_iact_l.png');
	width:8px;
	border-bottom: solid 1px #1fa579;
}
.ztab_iact_mid {
	height:20px;
	width:50px;
	background-image: url('../images/tab_iact_b.png');
	text-align: center;
	font-family: Verdana;
	font-size: 10px;
	color: #FFF;
	cursor: pointer;
	border-bottom: solid 1px #1fa579;
}
.ztab_iact_mid:hover {
	font-weight: bold;
}
.ztab_iact_right {
	background-image: url('../images/tab_iact_r.png');
	width:8px;
	border-bottom: solid 1px #1fa579;
}
