.tab-handle a {
	
}
.tab-handle a.current {
	font-weight:bold;
	font-size:14px;
	color:#BF1A20;
}
.tab-content {
	display: none;
}
.tab-content-current {
	display: block;
}
.tab-loading {
	background:url(loading.gif) no-repeat center;
	height:250px;
	width:100%;
}