.model_panel {
	clear: both;
	display: none;
}

.model_panel.model_active-tab-body {
	width: 950px;
	height: 103px;
	display: block;
	background: transparent url(../images/modelLineUp_bg.jpg) 0 0 repeat;
	border-top: 1px solid #c8c7c7;
}

#model_tabs {
	margin-left: 22px;
	padding: 0;
	height: 20px;
	text-align: center;
}

#model_tabs li {
	float: left;
	display: inline;
}

#model_tabs a {
	margin: 0 2px 0 0;
	padding: 0;
	width: 78px;
	height: 20px;
	float: left;
	background: transparent url(../images/model_tab.jpg) 0 0 no-repeat;
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}

#model_tabs a.model_active-tab {
	background: transparent url(../images/model_tab_hv.jpg) 0 0 no-repeat;
}
