@charset "utf-8";
/* CSS Document */

 
@font-face {
    font-family: 'open_sansregular';
    src: url('font/opensans-regular-webfont.eot');
    src: url('font/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/opensans-regular-webfont.woff') format('woff'),
         url('font/opensans-regular-webfont.ttf') format('truetype'),
         url('font/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
 

.htab {
	padding: 5px 0px 2px 0px;
	height: 44px;
	line-height: 16px;
	margin:0px 0px 2px 0px; border-bottom:#3a3a3a 3px solid; 
   }
.htab a { 
	border-left: 1px solid #DDDDDD; 
  	 color:#454545; 
 	padding:15px 9px;
	margin: 0px;
	float: left;
	font-family: 'open_sansregular';
	font-size: 12px; 
	text-align: left;
	text-decoration: none;
 	display: none;  background:#fdfdf7 ;  
}

.htab a.selected {
 	background:#b80719  ; 
	color:#FFF;
 }


.htab a h2 {  
    display: block;
     font-size: 16px;  text-transform:uppercase;
    letter-spacing:1px;
     padding: 0;
}

.htab a small {
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: normal;
}

 

.container{padding:5px; }