 

.fork {
  border:0;
  position:absolute;
  top:0;
  right:0;
}

.col {
  width: 320px;
  float: left;
  margin-right:32px;
  margin-bottom: 16px;
}
.c3 {
  margin-right:0;
}

.htab h1 {
  border-bottom: 1px solid #333;
  font-size: 32px;
  color: #fff;
  padding-bottom: 12px;
  text-shadow: 0px 0px 2px rgba(0,0,0,0.6);
}

.htab h2 {
  margin: 10px 0;
  color: #000;
  font-size: 18px;
  text-shadow: 1px 1px 2px #fff;
}
.htab02 h3{
float:right;
display:inline-block;
font-size:14px;
background:#000!important;
}
.htab02 h3 a{
color:#fff!important;
}
 
.htab h3 {
  margin:0;
  background-color:#d1d1d1;
  background-image: linear-gradient(bottom, #ededeb, #faf9f7 57%);
  background-image: -o-linear-gradient(bottom, #ededeb, #faf9f7 57%);
  background-image: -moz-linear-gradient(bottom, #ededeb, #faf9f7 57%);
  background-image: -webkit-linear-gradient(bottom, #ededeb, #faf9f7 57%);
  background-image: -ms-linear-gradient(bottom, #ededeb, #faf9f7 57%);
}

.htab h3 a {
  background: url("../images/sprite.png") 15px 13px no-repeat;
  display: block;
  padding:10px 10px;
  padding-left: 32px;
  margin: 0;
  color: #434343;
  text-decoration: none;
  font-weight: normal;
  border-bottom: 1px solid #ccc);
  text-shadow: 1px 1px 1px #ccc;
}
.htab h3:hover { background:#e3e3e3; }
.htab h3.open  { background:#dddddd; }
.htab h3.open a { background-position: 13px -25px; }
.htab h3 + div { padding: 10px; }

.htab h2 + div,
.example {
  background: #fff;
  overflow: hidden;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  margin-bottom: 20px;
}

/* Pre hide sections with JavaScript on
--- */
h3+div {
  display: none;
 
}
.htab02 h3+div{
 margin-top:7px;
 float:left;
 }

/* CSS3 Animation example
--- */
#css3-animated-example h3 + div, #css3-animated-example02 h3 + div {
  height: 0px;
  padding: 0px;
  overflow: hidden;
  background: #000;
  display: block!important;
  -webkit-transform: translateZ(0);
  -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition:all 0.3s ease;
	transition: all 0.3s ease;
}
#css3-animated-example .content{
  padding:0 10px;
  float:left;
}
#css3-animated-example02 .content, #css3-animated-example02 .content {
  padding: 0;
  float:left;
}
#css3-animated-example h3.open + div{
border-bottom:none!important;
}

#css3-animated-example h3.open + div, #css3-animated-example02 h3.open + div {
  height: auto;
  background: #fff;
  border-bottom:solid 3px #da2d29;
  width:100%;
}

/* Event example
--- */
pre#event-log {
  background: #fafacc;
  padding: 10px;
  display: block;
}

/* --- Responsive design --- */
/*@media screen and (max-width: 1056px) {
  body {
    width: 672px;
  }
  .c2 {
    margin-right: 0;
    margin-bottom: 0;
  }
}

@media
only screen and (max-width: 704px),
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
  body {
    width: 320px;
  }
  .c1 {
    margin-right: 0;
    margin-bottom: 0;
  }
  h1 {
    font-size: 28px;
    text-shadow: 0px 0px 1px rgba(0,0,0,0.7);
  }
}

@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
  body {
    padding: 0 12px;
  }
}*/
 
.allsection{
float:left; 
width:100%;
background:#F2F2F2; padding:0; margin:0;
} 
.allsection li{
display:list-item!important;
display:block;
border-bottom:solid 1px #fff;
float:left;
margin:0!important;
width:100%;

 }
 .allsection li > a{
 background:#006600;
 min-width:220px;
 float:left;
 padding:3px;
 color:#fff!important;
 
 }
 .allsection li a:hover{
 border-bottom:none!important;
 }
 .allsection li > ul li{
 border-bottom:none;
 padding:0;
 margin:0 5px!important;
 width:auto;
 line-height:20px;
 }
 .allsection li > ul li a{
 background:none;
 min-width:inherit;
 text-decoration:none;
 font-size:12px;
 padding:0 3px;
 color:#000!important;
 

 }
  .allsection li > ul li a:hover{
   border-bottom:none;
   text-decoration:underline;
   }
.allsection li ul{
float:left!important;
width:1010px;
display:inline;
margin:0;
}
