#tabs-list {
	background: url(/qi/aiweb.nsf/WebRessources/2009website/$file/service_tabs_bg.gif) no-repeat;
	padding-top: 1px;
	width: 695px;
	height: 46px;
	_height: 47px;
}

#tabs-list li {
	font-size: 12px;
	font-weight: bold;
	color: #707070;
	height: 24px;	
	float: left;
	padding: 15px 10px 10px;
	text-align: center;
	cursor: pointer;
}

#tabs-list li.first-tab{
	background-image:none;
}

#tabs-list li.last-tab{
	background-image:none;
}

#tabs-list li.active{
	color:#000;
	background-color:#fff;
	position:relative;
	z-index:3;
	height:21px;
	_height:50px;
}

#tabs-list li.active-first-tab{
	background:url(/qi/aiweb.nsf/WebRessources/2009website/$file/service_tab1_active.gif) no-repeat;
	color:#000;
	background-color:#fff;
	position:relative;
	top:0px;
	z-index:3;
	height:21px;
	_height:47px;
}

#tabs-list li.active-last-tab{
	background:url(/qi/aiweb.nsf/WebRessources/2009website/$file/service_tab5_active.gif) no-repeat right;
	color:#000;
	width:112px;
	_width:132px;
	background-color:#fff;
	position:relative;
	top:0px;
	left:0px;
	z-index:3;
	height:26px;
	_height:48px;
}

#tabs-list li.tab-sep{
	background:url(/qi/aiweb.nsf/WebRessources/2009website/$file/service_tab_sep.gif) no-repeat right;
	width:1px;
	height:44px;
	padding:0px;
	cursor:auto;
}

#tab-panels{
	min-height:100px;
	width:640px;
	margin-top:0px;
}

.tab-panels-content{
	display:none;
}

#tabs-middle-container{
	background:url(/qi/aiweb.nsf/WebRessources/2009website/$file/service_tabs_middle.gif) repeat-y;
	padding:10px;
}

#tabs-bottom{
	background:url(/qi/aiweb.nsf/WebRessources/2009website/$file/service_tabs_bottom.gif) no-repeat;
	height:15px;
	width:695px;
}

#prod-exp-container{
	position:relative;
}

#prod-exp-list{
	width:170px;
	margin-top:10px;
	float:left;
}

#prod-exp-list li{
	
}



#prod-exp-list li a{
	min-height:23px;
	_height:35px;
	padding:10px 0px 0px 10px;
	border-bottom:1px solid #c7c8ca;
	display:block;
}

#prod-exp-list li a:hover{
	background-color:#e5e9eC;
}

#prod-exp-list li a.active{
	background-color:#e5e9eC;
	color:#B31820;
	font-weight:bold;
	text-decoration:none;
}

#prod-exp-list li a.last{
	border-bottom:none;
}

#prod-exp-content{
	background:url(/qi/aiweb.nsf/WebRessources/2009website/$file/prod_exp_content_box.gif) no-repeat;
	float:left;
	height:490px;
	width:470px;
	
}

.sub-tab-content{
	padding:0px 20px;
	display:none;
}

.sub-tab-callout{
	text-align:center;
}

