/* Tabs & scroller */
.videoContainer
{
  display: none;
  clear: both;
  overflow: hidden;
  position:relative;
  height: 370px;
  padding: 0 10px 10px;
  margin: -1px 6px 0;
  background: white url("../media/image/box/videoRepeater.gif") bottom center repeat-x;
}
#monthsContainer.videoContainer
{
  display: block;
}
#videoReview.videoContainer
{
  z-index: 10;
  margin: -380px 7px 0 6px;
  background: white none no-repeat 0 0;
}
#videoReview #videoReviewInner
{
  float: left;
  width: 590px;
  height: 360px;
  margin: 0 0 0 -7px;
}
#videoReview #videoReviewInner .video
{
  width: 360px;
  height: 340px;
  overflow: hidden;
  float: left;
  background: url("../media/image/tab/loader.gif") center center no-repeat;
}
#videoReview embed
{
  float: left;
  width: 360px;
  margin: 0;
}
#videoReview ul
{
  width: 225px;
  height: 333px;
  float: left;
  overflow: auto;
  padding-bottom: 3px;
  border-bottom: 2px solid #9aa5b2;  
}
#videoReview ul li
{
  display: block;
  margin: 0;
  padding: 6px 0 0 20px;
  background: #edeff2;
  border-bottom: 1px dotted #102541;
}
#videoReview ul li.even
{
  background: white;
}
#videoReview ul li.current, #videoReview ul li.even.current
{
  background: url("../media/image/tab/current.gif") 0 0 repeat-y ;
}
#videoReview ul li p
{
  margin: 0;
  padding: 0 4px 6px;
  background: transparent;;
}
#videoReview ul li p a
{
  text-decoration: none;
  color: #102541;
}
#videoReview ul li p.pubDate
{
  font-size: .84em;
}
#videoReview ul li .sponsored
{
  color: #102541;
  height:12px;
  padding:8px 20px;
  background: #b0c2d1 url("../media/image/tab/sponsored01.gif") bottom center no-repeat;
}
#videoReview ul li.even .sponsored
{
  color: white;
  background: #102541 url("../media/image/tab/sponsored02.gif") bottom center no-repeat;
}
#videoReview #videoBar
{
  float: left;
  width: 360px;
  margin: -3px 0 0;
  padding: 7px 0;
  height: 14px;
  color: white;
  text-align: center;
  background: url("../media/image/tab/videoBar.gif") top center no-repeat; 
}
ul.videoTab
{
  height: 30px;
  width: 592px;
  margin: 0 5px 0 6px;
  padding: 0;
}
.videoTab a:hover
{
  text-decoration: none;
}
ul.videoTab .selected
{
  color: #003e7e;
}
.videoTab li
{
  background: transparent url("../media/image/tab/unselectedTab.gif") no-repeat bottom right;
  float:left;
  margin-right: 4px;
  padding-right: 12px;
}
.videoTab li.selected
{
  background: transparent url("../media/image/tab/selectedTab.gif") no-repeat bottom right;
}
ul.videoTab .selected a:focus
{
  outline: 0;
}
ul.videoTab a
{
  display: block;
  padding-left: 12px;
    line-height: 2.6em;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background: transparent url("../media/image/tab/unselectedTab.gif") no-repeat bottom left;
}
.videoTab .selected a
{
	color: #339;
  background: transparent url("../media/image/tab/selectedTab.gif") no-repeat bottom left;
}
.videoContainer ul.videoItem
{
  width: 2160px;
  height: 300px;
  margin: 0 0 0 12px;
  float: left;
  clear: both;
  position: absolute;
}
.videoContainer ul.videoItem li
{
  width: 180px;
  margin: 10px 0;
  padding: 0;
  float: left;
  display: block;
}
.videoContainer a.next.disabled, .videoContainer a.prev.disabled
{
  background-position: 0 -16px;
}
.videoContainer a.prev, .videoContainer a.next, .videoContainer a.prevPage, .videoContainer a.nextPage
{
  background: transparent url("../media/image/icon/controlLeft.png") top left no-repeat;
  cursor: pointer;
  display: block;
  float: left;
  margin: 150px 0 0;
  width: 14px;
  height: 14px;   
  text-indent: -5000px;
  overflow: hidden;
}
.videoContainer a.next, .videoContainer a.nextPage
{
  background: transparent url("../media/image/icon/controlRight.png") top right no-repeat;
}
.videoContainer .navBar
{
  float: left;
  width: 314px;
  height: 16px;
  padding: 10px 0 10px 280px;
  margin: 0 0 0 -11px;
  background: transparent url(../media/image/tab/bar.gif) 0 0 no-repeat;
  border-bottom: 2px solid white;
}
#videoReview .navBar
{
  margin: 0 0 0 -4px;
  padding: 10px 0;
  width: 591px;
}
#videoReview .navBar h3
{
  float: left;
  width: 350px;
  padding: 0 14px;
  margin: 0;
  font-size: 1.17em;
  color: #102541;
  background: transparent;
}
#videoReview .navBar a
{
  float:left;
  color: #102541;
  margin: 0 10px;
  padding: 0 12px;
  text-align:right;
  height: 18px;
  width: 169px;
  background: url("../media/image/icon/subHeading.gif") right center no-repeat;
}
.videoContainer div.scrollableArea
{
  float:left;
  height: 315px;
  width: 540px;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.videoContainer div.navi a
{
  width:10px;
  height:10px;
  float:left;
  margin:3px;
  cursor:pointer;
  background:url(../media/image/icon/dot.png) 0 0 no-repeat;
}
.videoContainer div.navi a.active, .videoContainer div.navi a:hover
{
  background-position: 0 -10px;
}
div.navi a:hover, div.navi a.active
{
  background-position: 0 -10px;
}
div.videoContainer ul.videoItem li.active
{
  border: 1px inset #ccc;
  background-color: white;
}
div.videoContainer object#playerShell
{
  width: 360px;
}

div.videoContainer div#playerShell
{
  width: 320px;
  background: white none;
  padding: 60px 20px 192px;
}
#blogVideo
{
  background: white url("../media/image/tab/loader.gif") center 10px no-repeat;
  margin: 0 6px;
  padding: 10px 0;
  text-align: center;
  width: 592px;
}
#blogVideo li
{
  display: block;
  margin: 0 0 20px;
  background: white none;
}
#blogVideo p
{
  height: 100px;
  padding: 60px;
}