/*=====================================*/
/*==         DOWNLOADS PAGE          ==*/
/*=====================================*/

.span_dark {
    border: 1px solid #3D4145;
    background: #495054;
}

.darkPanel {
    border: 1px solid #212528;
    background-color: #373D42;
    padding: 5px;
    text-align: center;
    font-size: 11px;
    line-height: 100%;
    height: 55px;
    margin: 10px;
    padding-bottom: 10px;
}

.videoPanel {
    border: 1px solid #212528;
    background-color: #373D42;
    padding: 5px;
    width: 295px;
    height: 160px;
    text-align: center;
    margin: 10px;
}


.darkPanel h2 {
    margin-top: 15px;
    padding-top: 0px;
    font-weight: bold;
    font-size: 1.1em;
}

.videoPanel h2 {
    margin-top: 15px;
    padding-top: 10px;
    font-weight: bold;
    font-size: 1.1em;
}

.darkPanel h2 .size {
    font-size: 8px;
    margin-left: 6px;
    font-weight: bold;
}
.videoPanel .size {
    font-size: 8px;
    margin-left: 6px;
    font-weight: bold;
}
.darkPanel h4, .videoPanel h4 {
    font-size: 0.8em;
    color: #999;
    text-align: center;
    padding-bottom: 20px;
}

.upgrade_box {
    font-size: 0.8em;
    margin-left: 60px;
	}
/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #3D4145;
 font: bold 14px Verdana, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #3D4145;
 border-bottom: none;
 background: #333;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #448; }
ul.tabbernav li a:visited { color: #667; }

ul.tabbernav li a:hover
{
 color: #000;
 background: #666;
 border-color: #3D4145;
}

ul.tabbernav li.tabberactive a
{
 background-color: #40454A;
 border-bottom: 1px solid #40454A;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: #40454A;
 border-bottom:  1px solid #40454A;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:20px;
 padding-bottom: 5px;
 border:1px solid #3D4145;
 border-top:0;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
 background: #40454A;
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

 #40454A;
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

