@CHARSET "UTF-8";

.zalozky {
	width: 100%;
}

.tabs {
	background: url(/img/tabs_line.gif) repeat-x left bottom;
	height: 32px; margin: 0; padding: 0;
}
.tabs_off {
	background: url(/img/tabs_line.gif) repeat-x left bottom;
	height: 2px; margin: 0; padding: 0;
}

.tabs li, .tabs li span {
	background-image:url(/img/tabs_li_bg.gif);
	background-repeat:no-repeat;
}

.tabs li {
	float:left;
	height:32px;
	margin-right:.33em;
	background-position:0 -96px;
	padding-left:5px;
	font-size:1.08em;
	overflow:hidden;
}

.tabs li.on {
	background-position:0 -64px;
}

.tabs li span {
	display: block; height:32px;
	background-position:100% -32px;
	padding:0 18px 0 10px;
	line-height:32px;
}
.tabs li span img {
	margin-right: 6px;
}

.tabs li.on span {
	background-position:100% 0;
}

.tabs li a, .tabs li a:hover {
	color:#000;
	text-decoration:none;
}

.tabs li a:hover {
	color:#8ab54a;
}


.box {
	margin-bottom:.6em;
	margin-bottom: 2px;
	background: white; border: 1px solid rgb(215,215,215); border-top: 0;
	padding: 5px;
	position: relative;
}

.box fieldset {
	margin: 0;
}
