.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 0 0 20px;
	margin: 15px 0 0 0;
	/*width:430px;*/
}

.new_tabs_frame {
	border-radius: 0px 10px 10px 10px;
	border: 1px solid rgb(200,200,200);
	padding: 10px;
	margin-top: -1px;
	overflow: hidden;
	width: 1000px;
	max-width: 96vw;
}

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: 16px;
	margin: 6px -1px 0 0;
	width: 90px;
	min-width: 90px;
	padding: 6px 6px 0 8px;
	border-width: 1px;
	border-style: solid;
	border-color: rgb(200,200,200);
	background-color: rgb(240,240,240);
	float: left;
	list-style: none outside none;
	border-radius: 10px 10px 0px 0px;
	overflow: visible;
	cursor: pointer;
	font-family: Arial;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
/*background-image:-moz-linear-gradient(center bottom , rgb(230, 230, 230) 0%, rgb(250, 250, 250) 50%, rgb(255, 255, 255) 75%)*/
}

.small li.new_tab, .small li.new_tab_acted {
	width: 50px;
	min-width: 50px;
	text-align: center;
}

li.new_tab a, li.new_tab_acted a {
	margin: 0;
	padding: 0;
	color: rgb(100,100,100);
	vertical-align: top;
}

li.new_tab_acted {
	min-height: 22px;
	margin: 0px -1px 0 0;
	border-bottom: 1px solid white;
	background-color: white;
	background-image: none;
}

/* @group vertical */

.vertical.new_tabs_head {
	float: left;
	padding-top: 5px;
	z-index: 100;
}

.vertical ul.new_tabs {
	margin: 0;
	margin-right: -1px;
}

.vertical li.new_tab, .vertical li.new_tab_acted {
	float: none;
	min-height: 18px;
	margin: -0px 0 0 0;
	width: 120px;
	min-width: 120px;
	border: 1px solid rgb(200,200,200);
	border-radius: 10px 0px 0px 10px;
}

.vertical li.new_tab_acted {
	min-height: 18px;
	border-right: 1px solid red;
	background-color: white;
	background-image: none;
}

/* @end */

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 641px) {

/* 
	.new_tabs_frame {
		width: 420px;
	}
 */

}