body {
	margin: 0px;
    margin-right: 0.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
  background-color: white;
	font-size: 8pt;
	font-weight: normal;
}
.splash {
  /*font-size: 12pt;*/
  color: red;
  font-weight: bold;
  text-align: center;
  margin-left: 5em;
  margin-right: 5em;
}
.breadcrumb {
    font-size: 7pt;
}
.title_link {
    font-size: 7pt;
    margin-top: 0px;
}
.page_links {
    font-size: 9pt;
    text-align: center;
}
td, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
	font-size: 9pt;
	font-weight: normal;
}
th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
	font-size: 10pt;
	font-weight: bold;
}
em {
    color: red;
}
.small {
    font-size: 7pt;
}
.receiver {
    color: #800000;
}
.ProductTag {
	color: black;
	font-weight: bold;
    font-size: 12pt;
	/*text-decoration: underline;*/
}
h1, .ProductHeading {
	color: black;
	font-size: 14pt;
	font-weight: bold;
	/*text-decoration: underline;*/
}
.heading {
  color: black;
  font-size: 10pt;
  font-weight: bold;
}
.ProductSubHeading {
	color: black;
	font-size: 12pt;
	font-weight: bold;
}
h4 {
  color: black;
  font-size: 10pt;
  font-weight: bold;
  margin-bottom: -1em;
}
td.DisplayBody {
    margin-top: 0px;
}
td.LeftNavMenu {
    width: 120px;
}
div.LeftNavMenu {
    width: 120px;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 0px;
}

.notice {
    color: red;
    font-size: larger;
}

div.divider {
    margin-left: 10em;
    margin-right: 10em;
    margin-top: 1em;
    margin-bottom: 0px;
    height: 1em;
    border-top: solid 1px black;
}
.ProductData td {
    vertical-align: top;
}
.PerformanceData td {
    vertical-align: top;
    text-align: center;
}
.tablist {
    padding: 3px 0px;
    margin-left: 0px;
    /*border-bottom: 1px solid #336699;*/
    margin-bottom: 0px;
}
.tablist li {
    list-style: none;
    margin: 0px;
    display: inline;
}
.tablist li a {
    padding: 3px 0.5em;
    margin-left: 3px;
    border: 1px solid #336699;
    border-bottom: none;
    background: #F0F0F0;
    text-decoration: none;
}
.tablist li a:link { 
    color: #330000;
}
.tablist li a:visited { 
    color: #330000;
}
.tablist li a:hover {
    color: #FFFFFF;
    background: #336699;
    border-color: #336699;
}
.tablist li a.current {
    background: #FFFF00;
    color: #330000;
    border-bottom: 1px solid #FFFF00;
}
div.tab_display {
    border: solid black 1px;
    padding: 5px;
    margin-top: 0px;
}
div.index_rhs {
    border: 1px solid black;
    margin-top: 40px;
    margin-left: 5px;
    padding-left: 2px;
    padding-right: 2px;
    width: 100%;
}
p.index_rhs_header {
    text-align: center;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 12pt;
}
.index_rhs_body {
    font-size: 8pt;
}

ul.l1 {
  /*margin-left:-25px;*/
  font-size: 80%;
}
ul.l2 {
  /*margin-left:-20px;*/
}
ul.l2 li {
  /*margin-left: -20px;*/
}

dt.print_label {
    font-weight: bold;
}
dl.print_version {
    /*border: 1px solid black;*/
}
span.superscript {
    vertical-align: super;
    font-size: 50%;
}
.spec table tr td, .spec tr td, .spec td {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.spec tr th, .spec th {
  padding-left: 5px;
  padding-right: 5px;
  font-weight: bold;
  /*font-size: 10px;*/
}
div.popup {
  display: none;
  position: absolute;
  width: 400px;
  height: auto;
  background-color: #FFFF00;
  border: 2px solid black;
  padding: 0.5em;
  z-index: 20;
}
.popup_title {
  font-weight:bold;
  text-align:center;
}
.error {
  color: red;
  font-size: larger;
}
.info {
  color: green;
  font-size: larger;
}
table.cart_button_table tr td { vertical-align: top }
input.number { text-align: right }
td.addr_label { width:15%; vertical-align:top }
td.addr_data  { width:40%; vertical-align:top }
td.addr_info  { width:45%; vertical-align:top }
.image_caption {
  font-size: 10pt;
  font-weight: bold;
  padding-bottom: 0.5em;
}
.option_explain {
  font-size: 8pt;
  font-style: italic;
  margin-bottom: 0px;
}


