
/*******************************/
/* defaults for the whole site */
/*******************************/
body {
  font-family: Arial, Helvetica, "Sans Serif";
  color: #000000;
  background: #ffffff;
  margin: 0px;
  text-align: center; 
}

a:link {
  color: #2C6B4C;
  text-decoration: none;
  font-weight: normal;
}

a:visited {
  color: #2C6B4C;
  text-decoration: none;
  font-weight: normal;
}

a:hover {
  color: #710000;
  text-decoration: underline;
  font-weight: normal;
}

p, div {
  font-size: 12px;
  color: #000000;
}

table.main {
  border-collapse: collapse;
  width: 770px;
  margin: 0px auto;
  text-align: left;
}


/***************/
/* Banner Cell */
/***************/
.banner_cell {
  background-color: #fff;
  width: 770px;
  height: 70px;
  vertical-align:top;
  padding:0px;
}

.banner {
  float:left;
  margin-left:0px;
  margin-top:0px;
  border: 0 solid white;
  font-size: .75in;
  font-family: sans-serif;
  font-weight: bold;
}

/* .banner_text {
  color: #2C6B4C;
  font-weight: bold;
  font-size: 18px;
  float:right;
  margin-top:20px;
  margin-right:10px;
} */

/******************/
/* Main body Cell */
/******************/
.main_cell {
  background-color: #ffffff;
  width: 645px;
  vertical-align: top;
  padding-left: 5px;
  text-align: left;
}

/***************/
/* Footer Cell */
/***************/
.footer {
  background-color: #fff;
  color: #000;
  font-size: 11px;
  text-align: center;
}


/*******************/
/* Navigation Tree */
/*******************/
.nav_cell {
  background-color: #2C6B4C;
  vertical-align: top;
  width: 125px;
}

/* selected item */
div.nav_sel {
  background-color: #8C4F43;
}

/* level 1 */
.nav_lvl1:link, .nav_lvl1:visited {
  font-weight: normal;
  color: #fff;
  padding-left: 2px;
  font-size: 12px;
  text-decoration: none;
}

a.nav_lvl1:hover {
  text-decoration: underline;
}

/* level 2 */
a.nav_lvl2:link, a.nav_lvl2:visited {
  font-weight: normal;
  color: #fff;
  padding-left: 10px;
  font-size: 11px;
  text-decoration: none;
}

a.nav_lvl2:hover {
  text-decoration: underline;
}

.nav_extra {
  text-align: center;
  padding: 3px;
  color: #fff;
  font-weight: bold;
/*  border: 1px solid gray; */
}

.cart_checkout_image {
  border: 1px solid white; 
}

/*****************/
/* Body components*/
/*****************/
img.body_image {
  float:left;
  margin-left:0px;
  margin-top:0px;
/*  width: 250px; */
}

/* used to force items/parts below any image and text for the page */
div.start_parts {
  clear:left;
  height: 1px;
  width: 100%;
/*  border: 1px solid green; */
  margin-bottom:10px;
}

.body_banner {
/*  border: 1px solid black; */
  font-size: 22px;
  font-weight: bold;
  color: #2C6B4C;
  text-align: center;
  margin-top: 15px;
}

/*********************************/
/* grid display (type 1 page)    */
/*********************************/
div.grid_item {
  float:left;
  width: 155px;
/*  border: 1px solid red; */
  text-align: center;
  font-size: 12px;
}

img.grid_image {
  margin:2px;
  width: 150px;
  height: 150px;
  border: 0px;
  /*  border: 1px solid black; */
}

/****************************************/
/* tab at start of a part (type 2 page) */
/****************************************/
div.part_tab {
  clear:left;
  height: 25px;
  margin-top: 10px;
  margin-left: 2px;
  margin-bottom: 5px;
  background-color: #8c4f43;
/*  background-image: url(/css/brown_tab.gif);
  background-repeat: no-repeat; */
  color: #ffffff;
  border: 0px solid black;
  font-weight: bold;
  padding-left: 10px;
  padding-top: 2px;
}

img.part_tab {
  float:left;
  margin-left:2px;
  margin-top:0px;
  margin-bottom:10px;
  width: 150px;
  height: 150px;
}

a.tab_link:link, a.tab_link:visited, a.tab_link:hover {
  margin-left: 20px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}

a.part_tab:link, a.part_tab:visited, a.part_tab:hover {
  margin-left: 10px;
  font-size: 13px;
  font-weight: bold;
}

div.part_tab_sub {
  margin-top: 2px;
  margin-bottom: 7px;
  border: 0px;
  border-style: solid;
  border-color: aqua;
}

/***********************/
/* ad display (type 3) */
/***********************/

.ad_icon {
/*  border: 1px solid red; */
  float: left;
  padding: 5px 0px 5px 5px;
}

.ad_icon_image {
  height: 100px;
}

.page_size {
/*  border: 1px solid orange; */
  text-align:center;
  font-size: 16px;
  font-weight: bold;
  float: right;
  padding: 5px 5px 0 0;
}

page_size_select {
  text-align: left;
  width: 150px;
}

/**********************************************/
/* item display (type 4) -- and search results*/
/**********************************************/

.item_table {
/*  border-width: 0px; needed ? */
  border-collapse: collapse;
  margin: 0px;
}

.item_header {
  background-color: #8c4f43;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 13px;
  color: #FFFFFF;
  font-weight: bold;
}

.item_row_odd {
  background-color: #afcebb;
}

.item_row_even {
  background-color: #fff;
}

.item_swatch_cell {
  padding: 3px;
/*  border: 1px solid orange; */
}

.item_image_cell {
  padding: 0px;
/*  border: 1px solid blue; */
  vertical-align: top;
}

.item_desc_cell {
  padding: 3px;
  font-size: 11px;
  color: #000000;
/*  border: 1px solid green; */
}

.item_size_cell {
  text-align: center;
  font-size: 11px;
  color: #004000;
  font-weight: normal;
  padding: 3px;
/*  border: 1px solid yellow; */
}

.item_price {
  font-size: 15px;
  color: #000;
  font-weight: bold;
/*  border: 1px solid purple;  */
}

.item_price_cell {
  font-size: 11px;
  font-weight: normal;
  text-align: center;
  padding: 3px 3px 3px 15px;
/*  border: 1px solid black; */
}

.item_buy_cell {
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  padding: 3px;
}

.add_to_cart_image {
  margin: 3px;
}

.item_swatch {
  border: 1px solid #003f08;
}

.item_swatch:hover {
  border: 1px solid #2c6b4c;
}

.item_swatch_link {
  border: 0px solid #003f08;
}

.popup {
  position: absolute;
  z-index: 1000;
  padding: 3px;
  border: 1px solid #710000;
  background-color: #e4bfb6;
  visibility: hidden;
  margin-top: -25
}

.item_big_image {
  max-width: 400px; /* mozilla only */
  width: expression(this.width > 400 ? 400 : true); /* IE only*/
}
.popup_big_image {
  margin-top: 25px;
}

.size_select {
  width: 125px;
  z-index: 1;
  position: static;
}

.item_rows_returned {
  float: left;
  width: 200px;
/*  border: 1px solid purple; */
  font-size: 14px;
  font-weight: bold;
  text-align: left;
}

div.prev_next {
  float: right;
  width: 300px;
/*  border: 1px solid red; */
  font-size: 14px;
  font-weight: bold;
  text-align: right;
}

a.prev_next:link, a.prev_next:visited, a.prev_next:hover {
/*  border: 1px solid orange; */
  font-size: 14px;
  font-weight: bold;
}

/*************************/
/* search group (type 5) */
/*************************/
.search_table {
  border-width: 0px;
  border-collapse: collapse;
  width: 500px;
  margin: 0px;
/*  margin: 0px auto; use this to center but only on Netscape*/
}

.search_cell {
  background-color: #fff;
  width: 250px;
  vertical-align: top;
  padding: 0px 10px 5px 0px;
}

.size_cell {
  background-color: #fff;
  width: 250px;
  vertical-align: top;
  padding: 0px 0px 5px 10px;
}

div.search_group {
/*  border: 1px solid purple; */
  padding-left: 15px;
  font-size: 12px;
  font-weight: bold;
  color: #000;
}

div.search_group_header {
/*  border: 1px solid green; */
  background-color: #8c4f43;
  padding: 3px 0px 3px 5px;
  margin-top: 10px;
  font-size: 13px;
  color: #FFFFFF;
  font-weight: bold;
}

div.search_size {
/*  border: 1px solid yellow; */
  padding-left: 15px;
  font-size: 12px;
  color: #80B140;
}

div.search_size_header {
/*  border: 1px solid white; */
  background-color: #8c4f43;
  padding: 3px 0px 3px 5px;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 13px;
  color: #FFFFFF;
  font-weight: bold;
}

.search_button {
  margin: 10px 0px 0px 30px;
}

/********************/
/* Suggestion Items */
/********************/
.suggestions {
  color: #2C6B4C;
  font-size: 12px;
  font-weight: bold;
  float:right;
  margin: 0px 0px 30px 5px;
  width: 155px;
  border-width: 0px 0px 0px 1px;
  border-style: solid;
  border-color: #003f08;
  background-color: #ffffff;
  text-align: center;
}

div.suggest_item {
  border: 0px solid blue;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 3px;
}

img.suggest_item {
/*  width: 150px;
  height: 150px; */
  border: 0px;
}

a.suggest_item:link, a.suggest_item:visited {
  color: #333333;
  text-decoration: none;
  font-weight: normal;
}

a.suggest_item:hover {
  color: #000000;
  text-decoration: underline;
  font-weight: normal;
}

/*****************/
/* Shopping Cart */
/*****************/
table.cart {
  border-collapse: collapse;
  margin: 0px auto;
  text-align: left;
}

.total_text {
  font-size: 14px;
  font-weight: bold;
  color: #051534;
  text-align: right;
  padding: 3px 5px 3px 5px;
}

.adjust_text {
  font-size: 14px;
  font-weight: bold;
  color: #003f08;
}

.cart_total_row {
  background-color: #ddd;
}

.cart_clear_cell {
  background-color: #fff;
}

.adjust_text {
  background-color: #afcebb;
  font-size: 14px;
  font-weight: bold;
  color: #2c6b4c;
  text-align: right;
  padding: 3px 5px 3px 5px;
}

.cart_button_image {
  border: 0px solid #000;
  margin-top: 5px;
}

.delete_image:hover {
  border: 0px solid #b65e4c;
}

.coupon_text {
  float: left;
  font-size: 14px;
  font-weight: bold;
  color: #003f08;
  border: 0px solid red;
  }

.coupon_field {
  float: left;
  font-size: 11px;
  font-weight: bold;
  margin: 0px 5px 0px 5px;
}

.cart_coupon_cell {
  text-align: left;
  padding: 15px 0px 0px 0px;
  border: 0px solid green;
}

.coupon2_text {
  float: left;
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
  color: #003f08;
  border: 0px solid blue;
}

.cart_button_cell {
  text-align: center;
  padding: 10px 0px 15px 0px;
}

.cart_button_wrapper {
  width: 540;
/*  border: 1px solid green; */
  margin: 0 auto;
}

.cart_button {
  float: left;
  width: 180;
/*  border: 1px solid blue; */
  text-align: center;
  margin-top: 10px;
}

/*************/
/* Checkout  */
/*************/

.check_main_cell {
  text-align: center;
}

.check_cart {
  width: 500px;
  border: 1px solid red;
  background-color: #880000;
}

.check_error {
  text-align: center;
  margin: 10px 0px 10px 0px;
/*  border: 1px solid #ff0000; */
  color: #ff0000;
  font-size: 13px;
  font-weight: bold;
}

.check_section {
/*  border: 1px solid black; */
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #8c4f43;
}

.check_radio {
/*  border: 1px solid orange; */
  font-size: 12px;
  font-weight: normal;
  color: #000;
}

.check_small_text {
  font-weight: normal;
  color: #000;
  font-size: 10px;
}

table.cart_data {
  border-collapse: collapse; 
/*  border: 1px solid gray; */
  width: 600px;
  margin: 0px auto;
  text-align: left;
}

.check_label_cell {
  padding: 3px;
/*  border: 1px solid orange; */
  font-size: 13px;
  text-align: right;
  font-weight: bold;
  width: 125px;
}

.check_data_cell {
  padding: 3px;
/*  border: 1px solid green; */
  width: 575px;
}

.check_subhead_row {
  text-align: center;
  padding: 3px 5px 3px 5px;
  font-size:12px;
  font-weight: bold;
  border: 1px solid #333;
  background-color: #ccc;
}

.check_addr_block {
  padding: 3px;
  font-weight: normal;
  font-size: 12px;
/*  border: 1px solid lime; */
  background-color: #fff;
  float:left;
  width: 230px;
}

.check_addr_hdr {
  padding: 3px;
  font-weight: bold;
/*  border: 1px solid gold; */
  background-color: #afcebb;
}

.check_item_cell_left {
  text-align: left;
  padding: 3px;
  font-size:12px;
  border: 1px solid #333;
}

.check_item_cell_center {
  text-align: center;
  padding: 3px;
  font-size:12px;
  border: 1px solid #333;
}

.check_item_cell_right {
  text-align: right;
  padding: 3px;
  font-size:12px;
  border: 1px solid #333;
}

.check_ship_msg {
  padding: 3px;
  font-weight: normal;
  font-size: 12px;
  border: 1px solid #999;
  background-color: #fff;
  margin: 5px 0px 0px 135px;
  width: 500px;
  text-align: center;
}

.check_total_row1 {
  text-align: right;
  padding: 3px 5px 3px 5px;
  font-size:12px;
  font-weight: bold;
  border: 1px solid #333;
  background-color: #ccc;
}

.check_total_row2 {
  text-align: right;
  padding: 3px 5px 3px 5px;
  font-size:12px;
  font-weight: normal;
  border: 1px solid #333;
  background-color: #fff;
}

.check_total_row_adj {
  text-align: right;
  padding: 3px 5px 3px 5px;
  font-size:12px;
  font-weight: bold;
  border: 1px solid #333;
  background-color: #afcebb;
}

.check_ccard_ctr {
  text-align: center;
  padding: 3px 10px 3px 5px;
  font-size:12px;
  font-weight: normal;
  background-color: #ccc;
}

.check_ccard_left {
  text-align: left;
  padding: 3px 5px 3px 5px;
  font-size:12px;
  font-weight: normal;
  background-color: #ccc;
}

.check_success_text {
  padding: 10px;
/*  border: 1px solid orange; */
  font-size: 15px;
  text-align: center;
  font-weight: bold;
  width: 500px;
  background-color: #afcebb;
}

table.main_debug {
/*  border-collapse: collapse; */
  border: 1px solid gray;
  width: 770px;
  margin: 0px auto;
  text-align: left;
}


