
  /***********************/
  /***  Page Defaults  ***/
  /***********************/
  body, p, h1, h2, h3, td, div, ol, ul, dl, input {
    font-family: [-- IF STORE.Font --][-- STORE.Font --], verdana[-- ELSE --]verdana, arial, helvetica, sans-serif[-- END_IF --];
    font-size: [-- IF STORE.FontSize --][-- STORE.FontSize --][-- ELSE --]11px[-- END_IF --];
  }

  body {
    font-size: 9pt;
    margin: 0px;
  }

  td.lh {
    line-height: 1.5;
  }

  .hidden {
    visibility: hidden;
    padding: 0px;
    margin: 0px;
    height: 1px;
  }

  /*********************/
  /***  Page Links  ***/
  /*********************/
  table.pagelink {
    border-width: 0;
    text-align: left;
  }
  td.pagelink {
    text-align: left;
    margin: 0px;
    padding-bottom: 3px;
  }
  a.pagelink, a.pagelink:visited {
    text-decoration: none;
  }
  a.pagelink:hover {
    text-decoration: none;
  }
  a.toplink, a.toplink:visited {
    text-decoration: none;
    padding-left: 4pt;
    padding-right: 4pt;
  }
  a.tf_popup, a.tf_popup:visited {
    text-decoration: none;
  }
  a.bottomlink, a.bottomlink:visited {
    text-decoration: none;
  }
  a.bottomlink:hover {
  }
  a.giftcertlink, a.giftcertlink:visited {
    text-decoration: none;
  }
  a.giftcertlink:hover {
    text-decoration: none;
  }

  /***********************/
  /***  Headings       ***/
  /***********************/
  h1 {
    font-size: 16pt;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  h2 {
    font-size: 14pt;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  h3 {
    font-size: 12pt;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  /****************/
  /***  Search  ***/
  /****************/
  td.search {
    text-align: left;
    margin-top: 50px;
  }

  input.search {
    width: 120px;
  }
  td.paddedtext {
    text-align: center;
    padding-left: 100;
    padding-right: 100;
    font-family: [-- IF STORE.Font --][-- STORE.Font --],[-- END_IF --]arial;
  }
  input.search_button {
    font-weight: bold;
  }
  input.search_button_selected {
    background-color: transparent;
    font-weight: bold;
    border: none;
  }

  /**************/
  /*** Header ***/
  /**************/
  td.header {
    text-align: left;
    font-size: 18pt;
  }

  /**************/
  /*** Footer ***/
  /**************/
  td.footer, td.lh {
    text-align: center;
    margin-top: 10px;
  }
  
  td.footer a, td.lh a {
    text-decoration: none;
  }
  
  td.footer a:hover, td.lh a:hover {
  }
  
  /*****************************/
  /*** Multi Page Navigation ***/
  /*****************************/
  span.currentpage, span.prevnext {
    padding-left: 1pt;
    padding-right: 1pt;
  }
  span.ProductDescription {
    line-height: 1.5;
  }

  /*****************************/
  /***   Cross Sell Styles   ***/
  /*****************************/
  table.gcs_table, table.pcs_table {
  width: 100%;
  margin: 10px auto;
  }
  table.gcs_table td, table.pcs_table td {
  width: 33%;
  text-align: center;
  }
  td#gcs_page, td#gcs_mi, td#pcs_mi {
  padding: 8px;
  font-size: 1.5em;
  background-color: #[-- STORE.SC_ShadeColor --];
  }
  table.pcs_table td a {
  display: block;
  }
  #promotions {
    width: 98%;
    margin: 1.5em auto;
    padding: 4px;
  }
  td.gcs_table, td.pcs_table {
    padding:5px;
  }
  caption {
    padding-bottom: 3px;
  }

  /*********************/
  /*** Search Button ***/
  /*********************/
  input.search_button {
    font-weight: bold;
  }
  
  a.prevnext {
    font-weight: bold;
    padding: 4pt;
    padding-top: 2pt;
    padding-bottom: 2pt;
    text-decoration: none;
  }

  /***********************/
  /**** Cart Contents ****/
  /***********************/
  div.footer {
    padding-top: 1em;
    padding-bottom: 1em;
  }
  div#messages {
    vertical-align: middle;
  }
  /***  Table of Products (Cart)  ***/
  table.cart {
    width: 100%;
    padding-top: 1em;
    border-collapse: separate;
    border-spacing: 3px;
  }
  th {
    text-align: center;
  }
  td.cart_delete, td.cart_cp_delete {
    padding: 3px;
    width: 50px;
    text-align: center; 
    background-color: #[-- STORE.SC_ShadeColor --];
  }
  td.cart_quantity, td.cart_cp_quantity {
    padding: 3px;
    width: 70px;
    text-align: center; 
    background-color: #[-- STORE.SC_ShadeColor --];
  }
  td.cart_name, td.cart_cp_name {
    padding: 3px;
    text-align: left; 
    background-color: #[-- STORE.SC_ShadeColor --];
  }
  td.cart_image, td.cart_cp_image, td.cart_sku, td.cart_cp_sku {
    padding: 3px;
    text-align: left; 
    background-color: #[-- STORE.SC_ShadeColor --];
  }
  td.cart_price, td.cart_cp_price {
    padding: 3px;
    font-style: italic;
    text-align: right; 
    background-color: #[-- STORE.SC_ShadeColor --];
  }
  td.cart_total, td.cart_cp_total {
    padding: 3px;
    text-align: right; 
    background-color: #[-- STORE.SC_ShadeColor --];
    white-space: nowrap;
  }
  td.cart_op {
    padding: 3px;
    text-align: left; 
    background-color: #[-- STORE.SC_ShadeColor --];
  }
  td.cart_op1, td.cart_op2 {
    padding: 3px;
    background-color: #[-- STORE.SC_ShadeColor --];
  }
  td.cart_empty {
    padding: 3px;
    text-align:center;
    background-color: #[-- STORE.SC_shadecolor --];
  }
  select.cart {
    text-align: left;
  }
  textarea.cart {
    vertical-align: middle; 
  }
  /***          Table of Totals        ***/
  /***  Subtotal, Tax, Shipping, etc.  ***/
  table.totals {
    color: #[--STORE.SC_TextColor--];
    vertical-align: middle; 
    width: 100%;
    line-height: 150%;
  }
  td.totals_txt, td.totals_saved_txt, td_totals_blank, td.totals_all_txt {
    text-align: right;
    padding-right: 15px;
  }
  td.totals, td.totals_saved, td.totals_all {
    text-align: right;
    padding-right: 3px;
  }
  td.totals_all, td.totals_all_txt {
    font-weight: bold;
  }
  /***  Payment Table  ***/
  table.payment{
    color: #[-- STORE.SC_TextColor --];
  }
  table.pay_holder {
    margin-left: auto;
    margin-right: auto;
  }
  td.pay_holder_hdr {
    font-weight: bold;
  }
  td.payment_hdr {
    font-weight: bold;
    text-align: center;
  }
  td.paymentselection {
    text-align: center;
    padding-top: 1em;
  }
  td.payment {
    text-align: left;
  }
  td.payment_value {
    text-align: left;
  }
  table.sql_pay {
    margin-left: -4px;
    margin-right: auto;
  }
  td.sql_pay {
    padding-right: 15px;
    font-weight: bold;
  }
  td.new_payment_type {
    text-align: left;
  }
  /***  Table of Registration  ***/
  table.reg {
    color: #[-- STORE.SC_TextColor --];
    vertical-align: middle; 
    border-spacing: 0;
    padding-bottom: 1em;
  }
  td.reg_wel {
    font-weight: bold;
  }
  td.reg, td.reg_link {
    text-align: left;
  }
  td.coupon {
    padding-top: 1em;
  }
  td.buttons {
    text-align: center;
    padding-top: 1em;
  }
  /*** Enter postal code, select country ***/
  table.zipncountry, td.zipncountry, td.zipncountry_text {
    text-align: left;
  }
  td.sql_addr_hdr {
    font-weight: bold;
  }
  td.sql_addr {
    padding-right: 15px;
  }
  /*** select shipping method, tax rate ***/
  table.taxnship, table.surcharge { 
    text-align: right;
    padding-top: 1em;
  }
  td.taxnship_hdr {
    font-weight: bold;
    text-align: left;
  }
  td.taxnship {
    text-align: left;
  }
  /*** select surcharge ***/
  table.surcharge { 
    text-align: right;
  }
  /***  Ordering Instructions  ***/
  td.orderinginstructions {
    text-align: center;
    padding-top: 1em;
  }
  table.instruct {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    color: #[--STORE.SC_TextColor--];
  }
  td.instruct_hdr {
    font-weight: bold;
  }
  /***  Buttons  ***/
  input.button152 { 
    color: #[--STORE.SC_TextColor--];
    cursor: pointer;
  }
  input.button154 { 
    color: #[--STORE.SC_TextColor--];
    cursor: pointer;
  }
  /***  Table of Error Messages  ***/
  div.warning {
    width: 400px;
    margin: 0px auto;
    padding: 5px;
    border: 1px solid #[-- STORE.SC_TextColor --];
    background-color: #[-- STORE.SC_ShadeColor --];
  }
  table.checkout_err, inv_err {
    margin-left: auto;
    margin-right: auto;
  }
  td.checkout_err, inv_err {
    color: #[-- STORE.SC_TextColor --];
    background-color: #[-- STORE.SC_shadecolor --];
  }
  table.ups_error {
    margin-left: auto;
    margin-right: auto;
  }
  td.ups_error {
    color: #[-- STORE.SC_TextColor --];
    background-color: #[-- STORE.SC_shadecolor --];
    vertical-align: middle;
  }
  /* Checkout Button Table */
  table.checkout {
    vertical-align: middle;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  td.checkout {
    padding: 5px;
    text-align: center;
  }
  table.google_button {
    vertical-align: middle;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  table.google_button td {
    text-align: center;
  }
  /* Cross-sell Stuff */
  td.gcs_table, td.pcs_table {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  table.gcs_table, table.pcs_table {
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
  }
  table.gcs_table caption, table.pcs_table caption {
    width: 100%;
    text-align: center;
    font-weight: bold;
  }
  td.gcs_table_content, td.pcs_table_content {
    width: 25%;
  }
  /* Cross-sell Contents */
  table.gcs_product_table, table.pcs_product_table {
    border-collapse: collapse;
    text-align: center;
    width: 100%;
  }
  td.gcs_product_name, td.pcs_product_name {
    text-align: center;
    font-weight: bold;
  }
  td.gcs_product_image, td.pcs_product_image {
    text-align: center;
  }
  td.gcs_product_image img, td.pcs_product_image img {
    border: 0px none;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  td.gcs_product_price, td.pcs_product_price, td.gcs_product_add_to_cart, td.pcs_product_add_to_cart {
    text-align: center;
  }
  td.gcs_product_add_to_cart a, td.pcs_product_add_to_cart a {
    font-weight: bold;
  }
  td.gcs_product_add_to_cart img, td.pcs_product_add_to_cart img {
    border: 0px none;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  td.sc_secure_image {
    text-align: center;
  }

  /*Credits: Dynamic Drive CSS Library */
  /*URL: http://www.dynamicdrive.com/style/ */
  .suckertreemenu {
    width: 100%;
    height: 36px;
    clear: both;
    padding: 0px;
    margin: 0px;
    border-top: 1px solid #000000;
  }
  .suckertreemenu ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .suckertreemenu ul li{
    position: relative;
    display: inline;
    float: left;
  }
  .suckertreemenu ul li a{
    display: block;
    width: 100px;
    padding: 0px 8px;
    text-decoration: none;
    text-align: center;
    line-height: 36px;
    font-weight: bold;
  }
  .suckertreemenu ul li ul{
    left: 0;
    position: absolute;
    top: 1em;
    display: block;
    visibility: hidden;
  }
  .suckertreemenu ul li ul li{
    display: list-item;
    float: none;
  }
  .suckertreemenu ul li ul li ul{ 
    left: 159px;
    top: 0;
  }
  .suckertreemenu ul li ul li a{
    display: block;
    width: 160px;
    color: black;
    text-decoration: none;
    padding: 1px 5px;
  }
  .suckertreemenu ul li a:hover{
    color: #[-- STORE.SC_ShadeColor --];
  }
* html p#iepara{
    padding-top: 1em;
  }
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }