.az_tabs {
    list-style: none;
    margin: 0;
	padding: 0;
}
.az_tabs li {
    float: left;
    margin: 0 2px 0 0px;
}

.az_tabs a {
	font-family:"Century Gothic", Tahoma, Verdana;
    font-weight:bold;
	font-size:17px;
	color:#EDD1A7;
	display:block;
    
}
.az_tabs a.active{color:#12152E;}
.aztab_mid {
	white-space: nowrap;
	cursor:pointer;
	font-family:"Century Gothic", Tahoma, Verdana;
	font-size:17px;
	color:#EDD1A7;
    color:#EDD1A7;
}
.az_tabs .aztab_left {
	background:url(../../images/ZC03C00318/tab_images/az_tab_left.png) no-repeat;
	width:8px;
	height:30px;
}
.az_tabs .aztab_mid {
	background:url(../../images/ZC03C00318/tab_images/az_tab_mid.png) repeat-x;
	height:30px;
	padding:0 4px 0 4px;
}
.az_tabs .aztab_right {
	background:url(../../images/ZC03C00318/tab_images/az_tab_right.png) no-repeat;
	width:8px;
	height:30px;
}

.az_tabs li.az_tabs_sel {
	/*margin-bottom:1px;*/
}
.az_tabs .az_tabs_sel a .aztab_mid {
	font-family:"Century Gothic", Tahoma, Verdana;
	font-size:17px;
	color:#ffffff;
}

.az_tabs .az_tabs_sel .aztab_left {
	background:url(../../images/ZC03C00318/tab_images/az_tab_left1.png) no-repeat;
	width:8px;
	height:30px;
    
}
.az_tabs .az_tabs_sel .aztab_mid {
	background:url(../../images/ZC03C00318/tab_images/az_tab_mid1.png) repeat-x;
	height:30px;
	padding:0 4px 0 4px;
}
.az_tabs .az_tabs_sel .aztab_right {
	background:url(../../images/ZC03C00318/tab_images/az_tab_right1.png) no-repeat;
	width:8px;
	height:30px;
}

.az_tabs_body {
	background:#473219;
	clear:both;
	width:720px;
	padding:0;
	margin:0;
}