.demo_wrapper {
	-webkit-right-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
}

 .skin7.top .tabs_header {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
 .skin7.top .tab_header_item {
	float: left;
	margin: 0px;
}
 .skin7.top .tab_content {
	clear: left;
	display: none;
	padding: 15px 20px;
}

/* skin */

 .skin7.top.tabs_wrapper {
/*	border: 1px solid #ccc; */
	width:840px;
	margin: 0px auto;
}

 .skin7.top .tabs_header {
	overflow: hidden;
	padding-top: 0px;
	position: relative;
	top: 1px;
	
}
 .skin7.top .tab_header_item {
	background-color:#00ADEE;
	margin-right: 12px;
/*	-webkit-border-top-right-radius: 9px;
	-webkit-border-top-left-radius: 9px;
	-moz-border-radius-topright: 9px;
	-moz-border-radius-topleft: 9px;
	border-top-right-radius: 9px;
	border-top-left-radius: 9px;
	border-bottom: 1px solid #ddd;*/
	height: 30px;
}
 .skin7.top .tab_header_item.tab_selected {
	background: #F6921E;
	border-bottom: none;
	height: 31px;
}
 .skin7.top .tab_header_item.tab_selected a {
	color: #FFF;
}
 .skin7.top .tab_header_item.first_tab {
	
}
 .skin7.top .tab_header_item a {
	padding: 0px 20px;
	font: bold 12px Arial, Helvetica, sans-serif;
	line-height: 30px;
	color: #FFF;
	text-decoration: none;
	outline: 0;
}
 .skin7.top .content_holder {
	color: #000;
	padding: 5px;
	border-top: 4px solid #F6921E;
	background-color:#f9f9f9;
}



