.tabs_bg {
 	height: 33px;
	line-height:33px;
	background: url('/img/tab.jpg');
}

.tabs {
	width: 760px;
}

.tab_active {
	cursor: default;
	font-weight: bold;
	font-size: 10pt;
	text-align: center;
	height: 33px;
	line-height:33px;
	color:#000;
}

.tab_active_left {
	width: 19px;
	background: url('/img/tab_active_left.jpg') no-repeat left;
}

.tab_active_middle {
	height: 33px;
	width: 241px
	display: block;
	background: url('/img/tab_active_middle.jpg');
}

.tab_active_right {
	width: 19px;
	background: url('/img/tab_active_right.jpg') no-repeat right;
}

.tab_inactive {
	cursor: default;
	font-size: 10pt;
	text-align: center;
	height: 33px;
	line-height:33px;
	background: url('/img/tab.jpg');
}

.tab_content {
	color: #000;
	float: left;
	text-align: left;
	padding: 10px;
}

.tab_leftside {
	background: url('/img/tab_side.jpg') no-repeat right top;
	line-height: 275px;
}

.tab_rightside {
	background: url('/img/tab_side.jpg') no-repeat left top;	
	line-height: 275px;
}
