/*body {
  margin: 0 auto;
  max-width: 1024px;
 
}*/

.fork {
  border:0;
  position:absolute;
  top:0;
  right:0;
}

.col {
  width:  980px;
  float: left;
  margin-right:32px;
  margin-bottom: 16px;
}
.c3 {
  margin-right:0;
}



/*
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);
}
h2 {
  margin: 10px 0;
  color: #000;
  font-size: 18px;
  text-shadow: 1px 1px 2px #fff;
}*/
h2
{
    margin: 0px; /*padding: 5px 0px;*/
    border-top: 1px solid #d4d4d4;
    color: #9c9c9c;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    font-family: Agency FB, DilleniaUPC, Impact;
    text-transform: uppercase;
    letter-spacing: 2px;
}
h3 {
  margin: 0;
  background-color: RGB(227, 227, 227);
  background-image: linear-gradient(bottom, RGB(227, 227, 227) 14%, RGB(227, 227, 227) 57%);
  background-image: -o-linear-gradient(bottom, RGB(227, 227, 227) 14%, RGB(227, 227, 227) 57%);
  background-image: -moz-linear-gradient(bottom, RGB(227, 227, 227) 14%, RGB(227, 227, 227) 57%);
  background-image: -webkit-linear-gradient(bottom, RGB(227, 227, 227) 14%, RGB(227, 227, 227) 57%);
  background-image: -ms-linear-gradient(bottom, RGB(227, 227, 227) 14%, RGB(227, 227, 227) 57%);
}

h3 a {
 background: url("image/sprite.png") 15px 13px no-repeat;
  display: block;
  padding: 10px;
  padding-left: 32px;
  margin: 0;
  color: #000000;
  text-decoration: none;
  font-weight: normal;
 border-bottom: 1px solid rgba(250, 250, 250, 0.5);
  text-shadow: 1px 1px 1px rgb(250,250,250);
}
h3:hover { background: RGB(227, 227, 227); }
h3.open  { background: RGB(227, 227, 227); }
h3.open a { background-position: 13px -25px; }
h3 + div { padding: 10px; }
h2 + div,
.example {
  background: #F9F9F9;
  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;
}

/* CSS3 Animation example
--- 
#css3-animated-example 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: 10px;
}

#css3-animated-example h3.open + div {
  height: auto;
  background: #aaffff;
}
*/




.h {
  margin: 0;
  background-color: RGB(204, 102, 0);
  background-image: linear-gradient(bottom, RGB(204, 102, 0) 14%, RGB(204, 102, 0) 57%);
  background-image: -o-linear-gradient(bottom, RGB(204, 102, 0) 14%, RGB(204, 102, 0) 57%);
  background-image: -moz-linear-gradient(bottom, RGB(204, 102, 0) 14%, RGB(204, 102, 0) 57%);
  background-image: -webkit-linear-gradient(bottom, RGB(204, 102, 0) 14%, RGB(204, 102, 0) 57%);
  background-image: -ms-linear-gradient(bottom, RGB(204, 102, 0) 14%, RGB(227, 227, 227) 57%);
}

.h a {
 /* */background: url("image/sprite.png") 15px 13px no-repeat;
  display: block;
  padding: 10px;
  padding-left: 32px;
  margin: 0;
  color: #000000;
  text-decoration: none;
  font-weight: normal;
  border-bottom: 1px solid rgba(250, 250, 250, 0.5);
  text-shadow: 1px 1px 1px rgb(250,250,250);
}
.h:hover { background: RGB(204, 102, 0); }
.h.open  { background: RGB(204, 102, 0); }
.h.open a { background-position: 13px -25px; }
.h + div { padding: 10px;background: RGB(254, 252, 215); }
  .gr
        {
            font-weight: bold;
            color: Green;
        }
        .or
        {
            font-weight: bold;
            color: Orange;
        }