/**** Example Options ****/

#suboptions {
  padding-bottom: 1.0em;
}

#options h3 {
  margin-bottom: 0.2em;
  font-size: 18px;
}

#options h4 { 
  font-weight: bold;
}

#suboptions ul {
  margin: 0;
  list-style: none;
}

#suboptions ul ul {
  margin-right: 1.7em;
}

#suboptions li {
  float: right;
  margin-bottom: 0.2em;
}

#suboptions li a {
  display: block;
  padding: 0.8em 0.8em;
  background-color: #333;
  color: #DFDFDF;  
  //font-weight: bold;
  text-shadow: 0 1px hsla( 0, 0%, 100%, 0.5 );
  //background-image: -webkit-linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
  //background-image:    -moz-linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
  //background-image:     -ms-linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
  //background-image:      -o-linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
  //background-image:         linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
}

#suboptions li a:hover {
  background-color: #5BF;
}

#suboptions li a:active {
  background-color: #39D;
  -webkit-box-shadow: inset 0 2px 8px hsla( 0, 0%, 0%, 0.6 );
     -moz-box-shadow: inset 0 2px 8px hsla( 0, 0%, 0%, 0.6 );
       -o-box-shadow: inset 0 2px 8px hsla( 0, 0%, 0%, 0.6 );
          box-shadow: inset 0 2px 8px hsla( 0, 0%, 0%, 0.6 );
}

#suboptions li a {
  border-left:  1px solid hsla( 0, 0%, 100%, 0.3 );
  border-right: 1px solid hsla( 0, 0%,   0%, 0.2 );
}

#options li:first-child a {
 // border-radius: 2px 0 0 2px;
  border-left: none;
  //background-color: #12DD45;
  color:#CC9900;
}
#options .shows {
	color:#39F;
}
#options li:last-child a {
  //border-radius: 0 2px 2px 0;
  //background-color: #34BB23;
  color:#0C0;
}




#suboptions li a.selected {
  background-color: #13F;
  text-shadow: none;
  color: white;
}

/* Combination filter options*/

#options .option-combo {
  display: inline-block;
  float: left;
  margin-right: 100px;
}

#options .option-combo ul {
  margin-right: 120px;
  display: inline-block;
}

#options .option-combo h2,
#options .option-combo h4 {
  line-height: 34px;
  margin-bottom: 0;
  margin-right: 5px;
  display: inline-block;
  vertical-align: top;
}