/* ######### CSS for Shade Tabs. Remove if not using ######### */

#tabs_wrapper {
  width: 566px;
  margin: 50px 0 0 39px;
}

#tabbed_content {
  border-top: 1px solid #cccc99;
  width: 100%;
  padding-top: 30px;
}

#tabbed_content p {
  font: 13px Arial, sans-serif;
  color: #666666;
  line-height: 20px;
}

#tabbed_content img {
  float: left;
  margin: 5px 10px 10px 0;
  border: 5px solid #ebebd6;
}

#tabbed_content a:link, #tabbed_content a:visited {
  display: block;
  text-decoration: none;
  color: #cc6699;
  margin-top: 10px;
  padding: 1px 0 0 22px;
  background: url(../images/pdf-icon.gif) top left no-repeat;
}

#tabbed_content a:hover, #tabbed_content a.active {
  text-decoration: underline;
}

#packages {
  margin-top: 20px;
  background: url(../images/tab-tan-bg.gif) bottom left repeat-x;
}

#tabs_wrapper ul {
  font: 12px Arial, sans-serif;
  list-style-type: none;
}

#tabs_wrapper ul li {
  display: inline;
  text-align: center; 
}

#tabs_wrapper ul li a:link, #tabs_wrapper ul li a:visited {
  text-decoration: none;
  position: relative;
  z-index: 1;
  padding: 0 10px;
  color: #939364;
}

#tabs_wrapper ul li a:hover {
  text-decoration: none;
  color: #cc6699;
}

#tabs_wrapper ul li a.selected { /*selected main tab style */
  padding-top: 4px;
  margin-right: -1px;
  color: #cc6699;
  background: #FFFFFF;
  border-top: 1px solid #cccc99;
  border-left: 1px solid #cccc99;
  border-right: 1px solid #cccc99;
  border-bottom: 1px solid #ffffff;
}

#tabs_wrapper ul li a.selected:hover { /*selected main tab style */
  text-decoration: none;
}

#tabs_wrapper .compare {
  margin-left: 117px;
  padding-left: 22px;
  padding-top: 5px;
  background: url(../images/pdf-icon.gif) 10px 1px no-repeat;
  background-color: #FFFFFF;
  border-left: 1px solid #cccc99;
  border-right: 1px solid #cccc99;
  border-bottom: 1px solid #ffffff;
}

#tabs_wrapper .compare a:link, #tabs_wrapper .compare a:visited {
  color: #cc6699;
}

#tabs_wrapper .compare a:hover {
  text-decoration: underline;
}

.tabcontent {
  display: none;
}

@media print {
.tabcontent {
  display: block !important;
}
}