/* tabs */
div.tabs-layout{
	margin-left:14px;
	clear:both;
	width:100%;
	position: relative;
	left:-15px;
	top:-10px;
	_width: 97%;
	_margin-left:-25px;
}
ul.tabs-layout{
	list-style-type: none !important;
	width: 100%;
	float: left;
	height:36px;
	padding-left:10px;
    
}


ul.tabs-layout li{
	margin: 0 4px 0 0;
	float: left;
	background: url('../images/bg_content_tabs.gif') repeat-x center bottom;
	padding:0;
}

ul.tabs-layout a{
	float: left;
	display: block;
	padding: 3px 5px;
	border-bottom: 0;
	color: #5a86d5;
	text-decoration: none;
	margin-top:10px;
	border-top: 1px solid #E3E2D9;
	border-right: 1px solid #E3E2D9;
	list-style-type: none
}

ul.tabs-layout a:hover{
	background: #F9F8F1;
	color:#000000;
}

ul.tabs-layout a.active{
	background: #F9F8F1;
	padding-bottom: 5px;
	cursor: default;
	color: #000;
}

ul.tabs-layout_2{
	list-style-type: none !important;
	width: 100%;
	float: left;
	height:36px;
	padding-left:10px;
    
}

ul.tabs-layout_2 li{
	margin: 0 4px 0 0;
	float: left;
	background:none;
	padding:0;
}

ul.tabs-layout_2 a{
	float: left;
	display: block;
	padding: 5px 9px;
	border-bottom: 0;
	background:none;
	text-decoration: none;
	margin-top:10px;
	border-top: 1px solid #eae8e1;
	border-right: 1px solid #bab7a8;
}

.tabs-container {
	clear: left;
	border-top: 0;
	_margin-left:40px;
	width:100%;
	_width:104%;
	
}
.tabs-container a:link, .tabs-container a:visited {
	border:none;
	padding:0;
	font-weight:normal;
	background:none;
	color:#4c78c5; 
	text-decoration:underline;
	float:none;
	display:inline;
}
.tabs-container a:hover {
	color: #234e9b;
	text-decoration:none;
	background:none !important;
	}

.prvi_tab a:link, .prvi_tab a:active{
background:#333300;
}
.prvi_tab a:visited, .prvi_tab a:hover{
background:#006666;
}

ul#tabs-nav {background: url('../images/bg_content_tabs.gif') repeat-x center center;}

.none{
list-style:none;
_list-style:none}