/* 
#shaded-tabs {
 width: 442px;
 margin: 0 auto;
 padding: 5px 0;
 overflow: hidden;
}

.shadetabs, .shadetabs li {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
}

.championsThumbnail {
  width: 139px;
  margin-right: 12px;
  text-align: center;
}

#championsThumbnail3 {
  margin-right: 0;
}

.shadetabs li a {
  display: block;
  margin-bottom: 5px;
  font-family: verdana;
  font-size: 12px;
  font-weight: bold;
  color: #fe0000;
  text-decoration: none;
}

.shadetabs li a:visited {
  color: #336699;
}

.shadetabs li a:hover{
  color: #fe0000;
}

.shadetabs div a.selected{ /*selected main tab style */

}

.shadetabs li a.selected{ /*selected main tab style */
  color: #fe0000;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontainer {
  width: 432px;
  padding: 5px;
  display:none;
}

.tabcontainer a {
  display: block;
  margin: 0;
  font-family: verdana;
  font-size: 16px;
  font-weight: bold;
  color: #00338e;
  text-decoration: none;
  line-height: 20px;
}

.tabcontainer a:hover {
  color: #fe0000;
}

@media print {
.tabcontent {
display:block !important;
}
}
