#tabs { 
	overflow: hidden; 
	background: #efefef; 

}
#tabs-nav { 
	overflow: hidden; 
	padding: 0; margin: 0; 
	list-style: none; 
	background: #fff;
	border-bottom:10px solid #efefef;
}
#tabs-nav li { 
	float: left; 
	padding: 0; 
	margin: 0;
	background:url(images/decoration/tabs/background-container.png) bottom center repeat-x;
	padding-right:16px;
	padding-bottom:4px;
 
}
#tabs-nav li a { 
	float: left; 
	display: block; 
	padding: 0;
	margin: 0; 
	font-size: 12px; 
	text-decoration: none; 
	color: #999;
	border-bottom:3px solid #fff;
}
#tabs-nav li a:hover { 
	background-color: #fff;
	border-bottom:3px solid #DDF700; 
}
#tabs-nav .active a, #tabs-nav .active a:hover { 
	background-color: #fff; 
	color: #000; 
	border-bottom:3px solid #DDF700; 
}

#tabs-nav .tab-loading { 
	background-color:#fff;
	display: inline-block; 
	width: 16px; 
	height: 16px; 
	overflow: hidden; 
	float: left; 
}
#tabs-nav .tab-loading img { 
	border: 0; 
}
#tabs-nav .tab-label { 
	display: block; 

}

#tabs-content { 

}
#tabs-content h2 { 
	margin: 0; 
}
#tabs-content ul { 
	font-size: 12px; 
	line-height: 18px;
}

#tabs-content ul { 
	margin-top: 10px; 
}

