/* Umbraco - New Styles by Mark Boulton Design */

/*
h1, h2, h3, h4 {
    font-family: droid-sans,sans-serif;
}
*/

.tabPanel h4 {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.01em;
}

.text-well-help {
    background: url("https://waybackassets.bk21.net/20130806040610im_/http://umbraco.com/images/mbd/tv/new_sprite.png") no-repeat scroll 0 0;
    width: 326px;
}

.generalhelp .why-button, .tvpromo .why-button {
  background:#f78d1d;
   background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
    background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
    border: 1px solid #DA7C0C;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    color: #FEF4E9;
    display: inline-block;
    padding: 2px 5px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

.generalhelp .why-button:hover, .tvpromo .why-button:hover {
     background: #f47c20;
    background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
    background: -moz-linear-gradient(top,  #f88e11,  #f06015);
}

.generalhelp .why-button:active, .tvpromo .why-button:active {
    color: #fcd3a5;
    background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
    background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
}

.generalhelp, .productsupport {
  width: 606px;
  float: left;
  padding-bottom: 50px;
}

.generalhelp a, .productsupport a, .videonav a {
  color: #1A6AB3;
  text-decoration: underline;
}

.productsupport {
  width: 293px;
  margin-left: 20px;
  color: #888;
}

.productsupport li {
  font-size: 12px;
}

.productsupport li h4 {
  margin-bottom: 4px;
}

.generalhelp li h4 {
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 20px;
}

.generalhelp p, .productsupport p {
  margin-top: 0;
}

.generalhelp ul, .productsupport ul {
  margin: 0;
  display: block;
  overflow: hidden;
  padding: 0;
}

.generalhelp li, .productsupport li {
  list-style: none;
  display: block;
  width: 293px;
  position: relative;
}

.generalhelp li a {
  display: block;
  overflow: hidden;
  text-decoration: none;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  padding-right: 10px;
  padding-left: 101px;
  width: 192px;
  border-top: 1px solid #fff;
}

.generalhelp li a:hover  {
  background: #f6f6f6;
  border-top-color: #e6e6e6;
  top: 1px;
}

.generalhelp ul li:nth-child(2n+1) {
  clear: left;
}

.generalhelp li {
  float: left;
  width: 303px;
  margin-bottom: 8px;
}

.generalhelp li img {
  position: absolute;
  top: 12px;
  left: 10px;
  width: 71px;
  opacity: 0.6;
}

.generalhelp li a:hover img  {
  opacity: 1;
}

.tuts img {
  top: 2px !important;
}

.deli img {
  top: 14px !important;
}

.confidence {
  border-top: 1px solid #ccc;
  margin-top: 15px;
}

.confidence h2 {
  margin-bottom: 0;
}

.confidence img {
  float: left;
  margin: 20px 22px 0 0;
}

.on {
  color: #999 !important;
  text-decoration: none !important;
}

/* Video Styles */

.class-video-tutorials #header {
  height: 374px;
  overflow: hidden;
}

.class-video-tutorials #wrapper {
  padding-top: 393px;
}

.tutstext {
  float: left;
  width: 423px;
}

.tutstext .text-video-tutorials {
  background: url("https://waybackassets.bk21.net/20130806040610im_/http://umbraco.com/images/mbd/tv/new_sprite.png") no-repeat scroll 0 -74px;
  width: 500px;
  height: 50px;
  text-indent: -5000px;
}

.tutstext p {
  color: #fff;
}

.tvpromo {
  float: right;
  width: 373px;
  background: rgba(255,255,255,0.2);
  padding: 10px 20px;
  margin-top: 8px;
  -moz-box-shadow: inset 0 0 4px #333;
  -ms-box-shadow: inset 0 0 4px #333;
  -o-box-shadow: inset 0 0 4px #333;
  -webkit-box-shadow: inset 0 4px 4px #333;
  box-shadow: inset 0 0 4px #333;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid rgba(0,0,0,0.6);
}

.tvpromo h3 {
  margin: 0 0 21px;
  color: #fff;
}

.tvpromo p {
  color: #fff;
  font-size: 12px;
}

.tvpromo .tvimg {
  float: right;
  position: relative;
  margin: 0 -19px 0 0;
  width: 168px;
}

.tvimg img {
  width: 100%;
}

.paginate {
  float: right;
  text-align: right;
}

.paginate dt {
  color: #999;
  position: relative;
  top: -5px;
}

.paginate dd {
  display: inline;
  margin-left: 20px;
}

.paginate .on {
  color: #000 !important;
}

.filtersort {
  padding: 10px 15px;
  border: 1px solid #ddd;
  background: #eee;
  margin-bottom: 20px;
}

.filtersort select {
  margin: 0 5px;
}

.filtersort p {
  margin: 0;
}

.filtersort input {
  margin: 0 10px;
  top: -2px;
  position: relative;
}

.filter {
  float: right;
}

.videoarea {
  padding: 2px 0 50px 15px !important;
  border-left: 1px solid #ccc;
}

.videonav ul {
  padding: 0;
  margin-bottom: 30px;
}

.videonav li {
  list-style: none;
  margin-bottom: 10px;
  font-size: 12px;
  padding-right: 10px;
}

.videoarea ul.chapters { 
  margin: 0;
  padding: 0; 
  width: 820px;
}

.videoarea li.chapter { 
  position: relative; 
  display: block; 
  float: left; 
  margin: 0 30px 20px 0; 
  width: 243px;
  height:265px;
}

.videoarea li.chapter a, .videoarea li.chapter a * { 
  text-decoration: none !important; 
  color: #000 
}

.videoarea .chapter p, .videoarea .chapter h4 {
  margin: 0;
  font-size: 12px;
  color: #888;
}

.videoarea .chapter h4 {
  margin: 3px 0 0;
  font-size: 14px;
}

.videoarea .chapter h3 {
  margin: 10px 0 0;
  font-size: 16px;
  color: #000; 
  font-size: 16px; 
  font-weight: 700; 
}

.chapter img {
  border: 1px solid #ddd;
  width: 100%;
  left: -1px;
  position: relative;
  z-index: 0;
  display: block;
}

.chapter a:hover img {
  border-color: #333;
}

.imglink {
  position: relative;
  display: block;
}

.chapter .imgoverlay {
  content: " ";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: url('https://waybackassets.bk21.net/20130806040610im_/http://umbraco.com/images/mbd/tv/arrow.png') no-repeat center;
  background-color: rgba(0,0,0,0.3);
  opacity: 0.6;
}

.chapter:hover .imgoverlay {
  background-color: rgba(0,0,0,0);
  opacity: 1;
}

/* Transitions */

.generalhelp li a, .chapter img {
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.chapter .imgoverlay {
  -webkit-transition: background 0.2s ease-in;
  -moz-transition: background 0.2s ease-in;
  -o-transition: background 0.2s ease-in;
  -ms-transition: background 0.2s ease-in;
  transition: background 0.2s ease-in;
}









/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

/*
     FILE ARCHIVED ON 04:06:10 Aug 06, 2013 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 02:35:51 Dec 13, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.71
  exclusion.robots: 0.054
  exclusion.robots.policy: 0.043
  esindex: 0.01
  cdx.remote: 16.682
  LoadShardBlock: 188.949 (3)
  PetaboxLoader3.datanode: 294.437 (5)
  PetaboxLoader3.resolve: 402.416 (3)
  load_resource: 554.487 (2)
*/