@charset "UTF-8";
/* CSS Document */
      /*body { padding-top: 10px; /* 60px to make the container go all the way
      to the bottom of the topbar */ /*}*/
	  .col-right {
	  margin-left: 40px;
	  }
	  .well {
	  padding: 1%;
	  }
	  #videoPlayerOverlay {
	  border: 1px solid white;
	  height: 303px;
	  position: absolute;
	  top: 0;
	  width: 539px;
	  }
	  
	  #container_wrapper {
	  margin-right: 10px;
      float: left;
	  }
	  
	  .page-header {
	  padding-bottom: 9px;
	  margin: 20px 0 0;
	  border-bottom: none;
	  }
	  
	  .features-release {
	   margin-left:0
	  }
	  
	  /* typestyle overides */
	  
	  h1 {
		  font-size:20px;
		  line-height: 120%;
		  margin-bottom: 0;
		  
	  }
	  
	  h2.date {
	  font-size:14px;
	  margin-left: 0;
	  margin-top: 6px;}
	  
      .feat-cols hr {
      margin-left: 0;
	  margin-right: 40px;
	  }
	  
	  .feat-cols h1 {
      margin:0;
	  padding-top:20px;
	  }
	  
	  .feat-cols h3 {
      font-size: 16px;
      line-height: 120%;
      margin: 6px 0;
      }

	  .feature-intro h2, .feature-detail h2 {
      margin-left: 0;
	  padding-bottom:6px;
	  font-size: 14px;
	  }
	  
	  .feature-detail h2 {
	  color:#3399cc;
	  }

	  .feature-intro h2, .feature-detail h2 {
	  padding-right: 15px;
	  }

.feature-intro h4, .feature-detail h4 {
	  font-family: 'Georgia', serif;
	  font: 16px/1.3em 'Georgia';
	  padding-right: 15px;
	  }
	  
	  .feat-cols.download {
	  padding-bottom: 60px;
	  clear: both;
	  }
	  

	  /* set up the button based on a width of 150px and 100px height */
ul.feature-selector {
	clear:both;
	margin-left:0;
}

ul.feature-selector li.feat1 {
	background: url(../img/video_icon_0.jpg);
}

ul.feature-selector li.feat2 {
	background: url(../img/video_icon_1.jpg);
}

ul.feature-selector li.feat3 {
	background: url(../img/video_icon_2.jpg);
}

ul.feature-selector li.feat4 {
	background: url(../img/video_icon_3.jpg);
}

ul.feature-selector li.feat5 {
	background: url(../img/video_icon_4.jpg);
}

ul.feature-selector li, ul.feature-selector li a{

    display:block;
    width:78px;
    height:77px;
    text-align:center;
    background-position:0 0;
	margin-right: 46px;
	margin-top:10px;
}

ul.feature-selector li{
    float:left;
}

/* roll over - move the background image by the height of the button (100px) */
ul.feature-selector li a:hover{ background-position:0 -100px; }

/* active state - move the background image by twice height of the button (200px) */
ul.feature-selector li a.active, ul.feature-selector li a.active:hover{ background-position:0 -200px; }

/* define each button (background image and text position) */
ul.feature-selector li a.playlist-icon {
padding-top: 80px; /* position the text using a combination of padding / height) */
height: 60px;
font: 13px/1.25em 'Open Sans';
}
/*=============breadcrumbs ========*/
div.breadcrumbs {
text-transform: lowercase;
}
div.breadcrumbs {
margin: 20px 15px 0px 0;
padding: 5px 0px;
color: #AAA;
font-size: 12px;
}
div.breadcrumbs a {
font-weight: normal;
}div.breadcrumbs a.selected {
color: #222222;
}
div.breadcrumbs + div.page-header {margin-top: 10px;}