
/* root element for tabs  */
ul.tabs { 
	list-style:none; 
	margin:0 !important; 
	padding:0;	
	/*border-bottom:1px solid #666;	*/
	height:30px;
}

/* single tab */
ul.tabs li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 
}

/* link inside the tab. uses a background image */
ul.tabs li.qftab1 {background: url(../images/search_tab_bg.jpg) no-repeat 0px 0px;height: 19px;line-height:20px;  }
ul.tabs li.qftabmid {background: url(../images/search_tab_middle_bg.png) no-repeat 0px 0px;height: 19px; line-height:20px; }

ul.tabs li.pftab1 {background: url(../images/pf_tab_bg.jpg) no-repeat 0px 0px;height: 30px;line-height:30px;  }
ul.tabs li.pftabmid {background: url(../images/pf_tab_mid_bg.jpg) no-repeat 0px 0px;height: 30px; line-height:30px; }
ul.tabs a { 
	
	
	font-size:11px;
	font-weight:bold;
	display:block;
	width: 100px;
	text-decoration:none;
	color:#000000;
	padding:0px;
	margin:0px;	
	position:relative;
	top:1px;
	border-top:0px solid #000000;
	border-right:0px solid #ECECEC;
	border-left:0px solid #000000;
	padding-left:0px;	
	
}

ul.tabs a:active {
	outline:none;	
	background-color:#ECECEC;	
	background-image:none;
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {
	/*background-position: -420px -31px;	*/
	color:#000000;	
	background-color:#FFFFFF;	
	background-image:none;
}


/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	background-color:#ECECEC;	
	cursor:default !important; 
	color:#000 !important;
	background-image:none;
}

/* Different widths for tabs: use a class name: w1, w2, w3 or w2 */


/* initially all panes are hidden */ 
.panes .pane {
	display:none;		
}

/* tab pane styling */
.panes div {
	display:none;		
	padding:5px 10px;
	border:0px solid #999;
	border-top:0;
	height:180px;
	font-size:11px;
	background-color:#ECECEC;
}
