.new_tabs_head,.new_tabs_frame {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.new_tabs_head {
	overflow:visible;
	padding:0;
	margin:0px 0 0 0;
	padding-left:378px;/*glavni tab*/
	/*width:430px;*/
	/*background-color:#DFDBB6; */
}

ul.new_tabs {
	float:none;
	overflow:hidden;
	width:100%;
	margin:0;
	padding:0;
	margin-bottom:-1px;
	
	
}

li.new_tab,li.new_tab_acted{
	min-height:20px;
	margin:0 -1px 0 0;
	width:100px
	/*width:100px\9;/*razmak glavnih tabova*/
	/*min-width:100px;*/
	padding:6px 0px 0 1px;
	/*background-color:#DFDBB6; boja taba*/
	float:left;
	list-style:none outside none;
	overflow:visible;
	cursor:pointer;
	font-family:Georgia, Times New Roman, Times, serif;
	color: #66340f;
 	text-align: center;
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
	/*background-image:-moz-linear-gradient(center bottom , rgb(230, 230, 230) 0%, rgb(250, 250, 250) 50%, rgb(255, 255, 255) 75%)*/
}

li.new_tab a,li.new_tab_acted a {
	margin:0;
	padding:0;
    vertical-align:top;
	
	
}

li.new_tab_acted{

	/*background-color:#f3f1da; /*boja aktivnog taba*/
	background-image:none;
	color: #900;
	/*text-decoration: underline;*/
}

.new_tabs_frame{
	font-family:Georgia, Times New Roman, Times, serif; /*podmeni*/
	color: #66340f;
	font-weight:bold;
	font-size:14px;	
	/*background-color:#DFDBB6; */
	padding:2px; /*top padding*/
	margin-top:-1px;
	/*margin-left:100px;*/
	overflow:hidden;
	text-align: center;
	/*width:430px;*/
}
