
.tabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 24px;
	
}

.tabs_title li {
	float: left;
	background: url("images/ui-bg_glass_100_f6f6f6_1x400.png") repeat-x scroll 50% 50% #F6F6F6;
	padding: 2px 8px 2px 8px;
	margin-right: 2px;
	cursor: pointer;
	font-size: 12px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	border:1px solid #CCCCCC;
	color:#1C94C4;
	font-weight:bold;
}

.tabs_title li.active {
	background: url("images/ui-bg_glass_65_ffffff_1x400.png") repeat-x scroll 50% 50% #FFFFFF;
	border:1px solid #DDDDDD;
	color:#65160B;
}

.tabs_panel {
	display: none;
	position: relative;
	width: 100%;
	top: -1px;
	clear: both;
	overflow: auto;
	padding: 3px;
}

.tabs_panel.active {
	
	display: block;
	
}

.tabs_title li.over {
	
}

