.model_panel {
	clear: both;
	display: none;
	background-color: #3e3e3e;
}

.model_panel.model_active-tab-body {
	width: 950px;
	height: 100px;
	display: block;
	background: transparent url(../images/model_bck.jpg) 0 0 no-repeat;
}

#model_tab_bck {
	width: 950px;
	height: 34px;
	background: transparent url(../images/model_tab_bck.jpg) 0 0 no-repeat;
}

#model_tabs {
	/*margin-top: -20px;
	margin-left: 15px;*/
	height: 28px;
	list-style: none;
	text-align: center;
	float: left;
	display: inline;
	position: absolute;
	z-index: 3;
}

#firstTab {
	/*border-left: #959595 solid 1px;*/
}

#model_tabs li {
	float: left;
}

#model_tabs a {
	/*margin: 0 2px 0 0;*/
	padding: 2px 0 0;
	width: 121px;
	height: 28px;
	float: left;
	background: transparent url(../images/tab_off.jpg) center center no-repeat;
	text-decoration: none;
	color: #fff;
	font-size: 13px;
}

#model_tabs a.model_active-tab {
	background: transparent url(../images/tab_on.jpg) center center no-repeat;
	color: #000;
}
