.panel {
	clear: both;
	display: none;
	background-color: #3e3e3e;
	border-top:1px solid #b3b3a8;
	border-left:1px solid #b3b3a8;
	border-right:1px solid #b3b3a8;
}

.width_245 {
	width: 245px;
}

.width_200 {
	width: 200px;
}

.panel.active-tab-body {
	display: block;
}

#tabs {
	padding: 0;
	margin: 0;
	height: 24px;
	list-style: none;
}

#tabs li {
	float: left;
}

#tabs a {
	float: left;
	padding: 5px 8px;
/*	margin-left: 6px;*/
	font-weight:bold;
	background-color: #DCDCDC;
	text-decoration: none;
	color: #999999;
}

#tabs a.active-tab {
	background-color: #3e3e3e;
	border-top: 3px solid #666;
	padding-top: 3px;
	color: #ffffff;
}

