.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:15px 0 0 0;
	padding-left:8px;
}

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 2px -1px 0;
	width:auto;
	min-width:80px;
	padding:6px 6px 0 8px;
	border-width:1px;
	border-style:solid;
	border-color:#222;
	background-color:#222;
	float:left;
	list-style:none outside none;
	border-radius:8px 8px 0px 0px;
	overflow:visible;
	cursor:pointer;
	text-decoration:none;
	/*font-weight:bold;*/
	font-size:12px;
	color:white;
	z-index: 1000000;
}

li.new_tab a,li.new_tab_acted a {
	margin:0;
	padding:0;
	vertical-align:top;
}

li.new_tab_acted{
	background-color:white;
	color:#222;
	/*background-image:none;*/
}

.new_tabs_frame{
	border-radius:0px 0px 8px 8px;
	border:1px solid #537a4c;
	padding:10px;
	margin-top:-1px;
	overflow:hidden;
	margin-bottom: 1.8em;
}
