
#wrapper-etabs {
  width: 100%;
  margin: 0 auto; }

#main-etabs {
  background-color: #eee;
  padding: 0px 0; }

.container-etabs {
  width: 100%;
  margin: 0 auto;
  padding: 0 0px; }


ul#tabs-etabs {
  list-style-type: none;
  margin: 0 0 3px 0;
  padding: 0;
  
  
   }
  
  ul#tabs-etabs li {
    display: inline-block;
    background-color: #333;
    border-bottom: solid 1px #333;
    padding: 9px 0px 0px 0px;
    margin-bottom: 0px;
    color: #fff;
    cursor: pointer;
	width:33%;
	height: 38px;
	font-size:18px;
	text-align:center;
	background:#333 url(/exams/etabs/images/right_arrow.png) no-repeat;
	 }
	
 ul#tabs-etabs li:hover {
     
	  border-bottom: solid 1px #000;
	  background:#31b138 url(/exams/etabs/images/down_arrow.png) no-repeat;
	   }

 ul#tabs-etabs li.active {
      background:#31b138 url(/exams/etabs/images/down_arrow.png) no-repeat;
	   border-bottom: solid 1px #000;
	   }

ul#tab-etab {
  list-style-type: none;
  margin: 0;
  padding: 0; }

ul#tab-etab li {
    display: none;
    padding: 10px;
	}
	
ul#normal {
  
 list-style-type:disc!important;
  

	}

 ul#normal li {
 display: list-item;
 margin-top: -10px;
 
   
   
   
	}

ul#tab-etab li.active {
      display: block; }
    
	ul#tab-etab li h2 {
      font-weight: 400;
      margin-bottom: 30px;
      padding-bottom: 5px;
      border-bottom: dotted 1px #333; }
	  

