		*{
			margin:0;
			padding:0;
			list-style:none;
			
		}
		
		
	
		ul.domtabs{
			float:left;
			width:100%;
			margin:2em 0 0 0;				
		}
		ul.domtabs li{
			float:left;
			padding:0 2px 0 0;width:142px;
			border-top-right-radius:5px !important;
			
		}
		ul.domtabs a:link,
		ul.domtabs a:visited,
		ul.domtabs a:active,
		ul.domtabs a:hover{
			
			padding:.4em 1em;
			display:block;
			background:#fff;
			color:#000;
			height:30px;
			font-weight:bold;
			font-family: "HP Simplified";
			font-size:12px;
			text-align:center;
	margin-bottom:-4px;
	border-bottom:1px solid #fff;
	z-index:-10px;
	text-decoration:underline!important;
	
			
		}
	
		ul.domtabs a:hover{
			
		}
	
		ul.domtabs li.active a:link,
		ul.domtabs li.active a:visited,
		ul.domtabs li.active a:active,
		ul.domtabs li.active a:hover{
			background:#fff;
			color:#000;
			border:1px solid #000;
			border-bottom:none;
			
				
		}
		
		/*tab*/

.tab-box { 
    border-bottom: 1px solid #000;
    padding-bottom:5px;
    margin-top:7px;
	    
}
.tab-box a {
  border:0;
  color:#767676 !important;
  padding: 5px 16px;
  text-decoration:none !important;
  font-family: "HP Simplified" !important;
  font-size:18px !important;
  font-weight:bold;
outline: none; 
}
.tab-box a:hover {
 text-decoration:underline !important;
}
.tabLink{  			
}
.tab-box a.activeLink { 
  background-color: #fff;
  border:1px solid #000;
border-radius: 0px 5px 0px 0px !important;		
  border-bottom:0px;
  padding: 6px 15px;  
   font-family: "HP Simplified";
  font-size:18px !important;
  font-weight:bold;
  outline: 0; 
  color:#000 !important;
  text-decoration:none !important;
  
    
}
.hide { display: none;}
.collapse{cursor:pointer; text-decoration:none !important; border-top:1px solid #f2f2f2;}
.collapse div{cursor:pointer; text-decoration:none !important; border-top:1px solid #e5e8e8; padding:21px 0 0 15px; height:50px;}
.collapse:hover div{cursor:pointer; text-decoration:none !important; background-color:#e6ebee;}

/*tab end*/

		