@charset "utf-8";
/* CSS Document */

:focus {
  -moz-outline-style:none;
}


/* tab pane */
div.panes div {
	display:none;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	border-left:1px solid #999;
	border-top:0px;
	min-height:100px;
	padding:20px 0px 0px 0px;
	font-size:14px;
	background-color:#f5f5f6;
}



/* root element for tabs */ 
ul.tabs {
	list-style:none;
	margin:0px !important;
	padding:0px 140px;
	border-bottom:2px solid #999;
	height:64px;
	position: relative;	
	}
ul.tabs li { 
	float:left;	 
	text-indent:0;
	padding-right:5px;
	margin:0 !important;
	list-style-image:none !important; 
}

ul.tabs a {
	background: url(../images/quote_tabs.png) no-repeat -2px -1px;
	font-family:Calibri, "Myriad Pro", sans-serif;
	font-size:15px;
	font-weight:bold;
	display:block;
	height: 66px;
	line-height:12px;
	width: 148px;
	text-align:center;
	text-decoration:none;
	color:#333;
	padding-top:0px;
	margin:0px;
	position:relative;
	top:1px;
	outline:none;
	overflow: hidden;
		}




ul.tabs a:active {
	outline:none;

		
}


ul.tabs a:hover {
	background-position: -2px -69px;	
	color:#fff;	
}

ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	background-position: -2px -135px;		
	cursor:default !important; 
	color:#000 !important;
}

 


