/* CSS Document */
#tabs {
	/*border:1px solid #fff;*/
	position: relative;
}
#tabs h2 {
	/*border:1px solid #ccc;*/
	font: normal 12px/23px Arial, Helvetica, sans-serif;
	height:23px; 
	padding:0 12px; 
	border-bottom-width:0px; 
	color: #ffffff; 
	font-weight:bold;
	z-index:9999; 
	background: url(../images/1_03.png) repeat-x;
}
#tabs .on {
	/*border-color:#86b2d1;*/
	background:url(../images/0_03.png) repeat-x;
	color: #024574;
	height:23px;_height:24px;
}
#tabs .cont {
	/*border:1px solid #e6e6e6;*/
	margin-top:23px;
	padding:20px;
	height:138px;
	width:auto;
	background:#f4f5f6 url(../images/tabItemBg.jpg) repeat-x top left;
	font-size: 12px;
	line-height: 20px;
}
