/*GLOBAL*/

* {
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
}

* a {
  color: #1B5EA2;
  border-bottom: 1px dotted #1B5EA2;
  text-decoration: none;
}

* a:hover {
  border-bottom: 1px solid #1B5EA2;
}

table.main {
  /*border: 1px solid black;*/
  width: 100%;
}

table.main td.rt_main {
  width: auto;
  height: auto;
}

table.main td.mid_main {
  /*border: 1px solid red;*/
  width: 800px;
  height: auto;
}

table.main td.lft_main {
  width: auto;
  height: auto;
}


/*HEADER NAV BOX*/

table.header_nav tr.top td.top_grad {
  background-image: url(../images/theme/header_top_grad.gif);
  background-repeat: repeat-x;
  font-size: 1px;
  width: 100%;
  height: 15px;
}

table.header_nav tr td.mid {
  border: 1px solid #808080;
  border-bottom: 0px;
}

table.header_nav tr.bottom td.btm_grad {
  background-color: #808080;
  font-size: 1px;
  width: 100%;
  height: 7px;
}


/*HEADER LOGO TD*/

table.header_nav tr td.mid td.hdr_logo {
  height: 136px;
  border-right: 1px solid #494546;
  vertical-align: top;
  text-align: center;
  padding: 32px 19px 0px 19px;
  margin: 0px;
}


/*HEADER NAV TD*/

table.header_nav tr td.mid td.hdr_nav {
  width: 100%;
  height: 136px;
  border-left: 1px solid #8B8A8A;
  vertical-align: top;
}


/*HEADER IMG DIV*/

table.header_nav tr td.mid td.hdr_nav div.hdr_img {
  background-image: url(../images/theme/hdr_grad.gif);
  background-repeat: repeat-x;
  width: 100%;
  height: 95px;
  text-align: right;
}


/*HEADER REP INFO*/

div.hdr_info {
  float: left;
  text-align: left;
}

div.contact {
  background-image: url(../images/theme/info_grad.gif);
  background-repeat: repeat-x;
  background-position: top;
  border: 1px solid #787B7F;
  width: 200px;
  height: 72px;
  margin: 11px 0px 0px 18px;
  padding: 4px 20px 0px 0px;
}

div.contact span {
  display: block;
  width: auto;
  margin: 0px 0px 0px 22px
}

div.contact span a {
  text-decoration: underline;
  border: none;
}

div.contact span a:hover {
  color: #0094DE;
  border: none;
}

/*HEADER NAV DIV*/

table.header_nav tr td.mid td.hdr_nav div.hdr_nav {
  background-color: #C4C3C1;
  width: 100%;
  height: 41px;
  text-align: right;
  border-top: 1px solid #494A45;
}


/*TOP NAV MENU*/

div.hdr_nav div.menu ul.menu_list {
  /*border: 1px solid red;*/
  list-style: none;
  float: right;
  margin: 6px 0px 0px 0px;
  padding: 0px;
  height: auto;
  width: auto;
  vertical-align: middle;
}

div.hdr_nav div.menu ul.menu_list li {
  /*border: 1px solid green;*/
  vertical-align: middle;
  display: block;
  float: left;
  margin: 0px 0px 0px -12px;
  padding: 0px;
  height: 34px;
}

div.hdr_nav div.menu ul.menu_list li a {
  padding: 0px 0px 0px 0px;
  margin: 0px;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  text-indent: -.2em;
  font-weight: 500;
  line-height: 34px;
  vertical-align: middle;
  text-align: center;
  font-size: 12px;
  display: block;
  width: 108px;
  height: 34px;
  background-image: url(../images/theme/btn.gif);
  background-repeat: no-repeat;
  border: none;
}

div.hdr_nav div.menu ul.menu_list li a:hover {
  background-image: url(../images/theme/mo_btn.gif);
  color: #000000;
  border: none;
}

div.hdr_nav div.menu ul.menu_list li.first_link {
  margin: 0px 0px 0px -8px;
}

div.hdr_nav div.menu ul.menu_list li.first_link {
  width: 116px;
}


/*LEFT NAV & CONTENT TABLE*/

table.left_cont {
  width: 800px;
  height: 100%;
}

table.left_cont td {
  vertical-align: top;
}

table.left_cont td.left_nav {
  width: 214px;
  padding: 12px 0px 12px 0px;
  height: 100%;

}

table.left_cont td.cont {
  width: auto;
  padding: 12px 0px 12px 12px;
}

/*LEFT NAV BOXES*/


table.blue_box {
  height: auto;
  width: 214px;
}

table.blue_box tr.top td.top_grad {
  background-image: url(../images/theme/log_grad_top.gif);
  background-repeat: repeat-x;
  font-size: 1px;
  width: 100%;
  height: 16px;
}

table.blue_box tr td.mid {
  background-image: url(../images/theme/log_grad_mid.gif);
  background-repeat: repeat-x;
  border: 1px solid #808080;
  border-bottom: 0px;
  height: 100%;
}

table.blue_box tr.bottom td.btm_grad {
  border-bottom: 1px solid #808080;
  font-size: 1px;
  width: 100%;
  height: 8px;
}

table.blue_box tr.bottom_square td {
  border: 1px solid #808080;
  border-top: 0px;
  font-size: 1px;
  width: 100%;
  height: 8px;
}

div.box_space {
  height: 12px;
  font-size: 1px;
}

/* LOGIN */

div.login {
  width: 100%;
  text-align: right;	
}

div.login_username {
  width: 100%;
  padding: 8px 0px 3px 24px;
  text-align: left;
  font-size: 11px;
}

div.login_password {
  width: 100%;
  padding: 0px 0px 8px 24px;
  text-align: left;
  font-size: 11px;
}

div.login_username input {
  width: 100px;
  height: 14px;
  margin: 0px 0px 0px 6px;
  border: 1px solid #212121;
  font-size: 10px;
}

div.login_password input {
  width: 100px;
  height: 14px;
  margin: 0px 0px 0px 5px;
  border: 1px solid #212121;
  font-size: 10px;
}

div.login_submit input {
  width: 41px;
  height: 18px;
  margin: 0px 26px 8px 0px;
  background-image: url(../images/theme/login_btn.gif);
  background-repeat: no-repeat;
  border: none;
  font-size: 10px;
  text-transform: capitalize;
  color: #212121;
}

div.login_status {
  text-align: center;
}

span.error {
  font-size: 12px;
  color: #FE5A5A;
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
}

div.cart_links {
  width: 100%;
  text-align: center;
  padding-bottom: 6px;
}

div.cart_links a {
  font-size: 9px;
  margin: 0px  3px 0px 3px;
}

div.login_text  {
  width: auto;
  text-align: left;
  padding: 10px 0px 0px 10px;
}

div.admin_links  {
  width: 100%;
  text-align: left;
  padding: 0px 0px 10px 10px;
}

div.admin_links a {
  font-size: 9px;
  margin: 0px  3px 0px 3px;
}


/*SMALL CART*/

div.cart_view {
  padding: 6px 30px 6px 28px;
}

span.items_in_cart {
  line-height: 20px;
  font-size:  11px;
  text-decoration: underline;
}

span.num_items {
  line-height: 20px;
  font-size:  11px;
  text-decoration: underline;
}

span.small_quantity {
  padding: 2px 4px 0px 8px;
  font-size: 10px;
}

span.product_name {
  font-size: 10px;
  text-align: left;
}

div.cart_view hr {
  
}

div#subtotal {
  font-size: 10px;
}

div#wholesale {
  font-size: 10px;
}

div#pv_total {
  font-size: 10px;
}

div#checkout_link {
  text-align: right;
  font-size: 10px;
  font-weight: bold;
  padding: 0px;
  margin: 4px 0px 8px 0px;
}


/*REGISTER HERE*/

div.reg {
  width: 100%;
  padding: 0px 0px 3px 0px;
  text-align: center;
  font-size: 11px;
}

div.reg p {
  padding-top: 12px;
  margin-top: 0px;
}

div.reg a {
  display: block;
  background-image: url(../images/theme/lft_btn.gif);
  background-repeat: no-repeat;
  width: auto;
  height: 45px;
  padding: 7px 0px 0px 0px;
  margin: 0px 0px 3px 40px;
  text-align: left;
  text-transform: uppercase;
  color: #ffffff;
  border: 0px;
}

div.reg a:hover {
  background-image: url(../images/theme/mo_lft_btn.gif);
  background-repeat: no-repeat;
  color: #000000;
  border: 0px;
}

div.reg a span.click_here {
  font-size: 12px;
  width: auto;
  margin: 0px 0px 0px 33px;
}

div.reg a span.to_reg {
  font-size: 14px;
  width: auto;
  margin: 0px 0px 0px 22px;
}

/*LEFT PROD CAT*/


div.categorylist {
  padding: 0px 9px 0px 9px;
  margin: 10px 0px 0px 0px; 
}

div.categorylist ul {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  list-style-type: none;
  height: auto;
}

div.categorylist li {
  margin: 0px 0px 3px 0px;
  padding: 0px 0px 0px 0px;
  height: auto;
  vertical-align: middle;
  border: 1px solid #212121;
  background-color: #E2E2E2;
  list-style-type: none;
}

div.categorylist li li {
  border: 1px solid #E2E2E2;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 30px;
  /*border: none;*/
  list-style-type: none;
  height: auto;
  vertical-align: middle;
}


div.categorylist li li li {
  border: 1px solid E2E2E2;
  margin: -5px 0px 0px 0px;
  padding: 0px 0px 0px 14px;
  list-style-type: none;
  height: auto;
  vertical-align: middle;
}

div.categorylist li a {
  display: block;
  padding: 0px 0px 0px 24px;
  background-image: url(../images/theme/main_cat.gif);
  background-repeat: no-repeat;
  color: #212121;
  font-size: 11px;
  line-height: 18px;
  border: none;
}

div.categorylist li a:hover {
  border: none;
}

div.categorylist li a.selected {
  background-image: url(../images/theme/main_cat_selected.gif);
  background-repeat: no-repeat;
  background-position:  top left;
  font-weight: bold;
  color: #1B5EA2;
}

div.categorylist li li a {
  display: block;
  padding: 0px 0px 0px 10px;
  margin: 0px;
  background-image: none;
  font-size: 9px;
}

div.categorylist li li a:hover {
  background-image: url(../images/theme/sub_cat.gif);
  background-repeat: no-repeat;
  background-position:  top left;
  font-size: 9px;
}

div.categorylist li li a.selected {
  background-image: url(../images/theme/sub_cat_selected.gif);
  background-repeat: no-repeat;
  background-position:  top left;
}

div.categorylist li li a.selected:hover {
  background-image: url(../images/theme/sub_cat_selected.gif);
  background-repeat: no-repeat;
  background-position:  top left;
}

div.categorylist li li li a {
  display: block;
  padding: 0px 0px 0px 10px;
  margin: 0px;
}

div.categorylist li li li a:hover {
  background-image: url(../images/theme/sub_cat.gif);
  background-repeat: no-repeat;
  background-position:  top left;
}

div.categorylist li li li a.selected {
  background-image: url(../images/theme/sub_cat.gif);
}

div.categorylist li li li a.selected:hover {
  border: 0px solid #E2E2E2;
  background-image: url(../images/theme/sub_cat.gif);
}


/*FOOTER TABLE*/

table.footer td.ftr_lg {
  width: 174px;
  padding: 0px 0px 0px 21px;
  background-color: #808080;
}

table.footer td.ftr_nav {
  width: auto;
  background-color: #808080;
}

table.footer td.support {
  width: 70px;
  background-color: #808080;
}


/*FOOTER NAV MENU*/

table.footer td.ftr_nav div.menu ul.menu_list {
  /*border: 1px solid red;*/
  list-style: none;
  float: right;
  margin: 0px;
  padding: 0px;
  height: auto;
  width: auto;
  vertical-align: middle;
}

table.footer td.ftr_nav div.menu ul.menu_list li {
  /*border: 1px solid green;*/
  vertical-align: middle;
  text-align: center;
  display: block;
  float: left;
  margin: 0px;
  padding: 0px;
  height: 15px;
  background-image: url(../images/theme/dash_rt.gif);
  background-repeat: no-repeat;
  background-position: bottom left;
}

table.footer td.ftr_nav div.menu ul.menu_list li a {
  padding: 0px 0px 0px 0px;
  margin: 0px;
  color: #ffffff;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0em;
  font-weight: 500;
  vertical-align: middle;
  text-align: center;
  font-size: 9px;
  line-height: 15px;
  display: block;
  width: 62px;
  height: 15px;
  border: none;
}

table.footer td.ftr_nav div.menu ul.menu_list li a:hover {
  color: #000000;
  border: none;
}

table.footer td.ftr_nav div.menu ul.menu_list li.first_link {
  background-image: none;
}

table.footer td.ftr_nav div.menu ul.menu_list li.first_link a {
  width: 62px;
}

table.footer td.support a {
  color: #ffffff;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0em;
  font-weight: 500;
  vertical-align: middle;
  font-size: 9px;
  line-height: 15px;
  height: 15px;
  border: none;
}

table.footer td.support a:hover {
  color: #000000;
  border: none;
}

table.footer td.support span.sup_dash {
  color: #ffffff;
  font-size: 9px;
  line-height: 15px;
  vertical-align: middle;
  margin: 0px 8px 0px 0px;
  padding: 0px;
}

/* ORDER HISTORY */

div.order_history table.product_list_table {
  width: 85%;
}

div.order_history table.product_list_table td {
  width: auto;
  height: auto;
  padding: 2px 2px 3px 6px;
}

div.order_history tr.view_cart_tr td {
  border-bottom: 1px dashed #1B5EA2;
}

table.order_display_table {
  border: 0px solid grey;
  padding: 0px;
}

table.order_display_table table {
  border: 1px solid #1B5EA2;
  width: 100%;
}

table.order_display_table tr.receipt_headers td {
  background-color: #1B5EA2;
  color: #FFFFFF;
  vertical-align: middle;
}

table.order_display_table td.receipt_logo {
  padding: 0px 8px 0px 8px;
}

table.order_display_table td.receipt_logo img {

}

table.order_display_table td.receipt_info table td {
  
}

table.order_display_table td.reciept_shipto table td {
  
}

table.order_display_table td.reciept_billto {
  height: 100%;
}

table.order_display_table td.reciept_billto table {
  height: 100%;
}

table.order_display_table td.reciept_billto table tr.receipt_headers td {
  vertical-align: middle;
  height: 20px;
}

table.order_display_table td.reciept_billto table td {
  vertical-align: top;
}

table.order_display_table td.receipt_lines table {
  width: 100%;
}

table.order_display_table td.receipt_lines table td {
  border-bottom: 1px solid #1B5EA2;
}

table.order_display_table td.receipt_lines table table {
  width: auto;
  padding: 2px;
  border: 0px;
}

table.order_display_table td.receipt_lines table table td {
  border-bottom: 1px solid grey;
}
