body { background-color: #000; margin: 20px 0 0 0; }

a:visited { color: white; font-size: 12px; font-family: Arial, Helvetica; font-weight: bold; text-decoration: underline; }
a:link { color: #c0c4c8; font-size: 12px; font-family: Arial, Helvetica; font-weight: 700; text-decoration: underline; }
a:hover { color: white; font-size: 12px; font-family: Arial, Helvetica; font-weight: 700; text-decoration: none; }

h1 { margin: 0; color: #fff; font-size: 20px; font-weight: lighter; background: url('http://www.seeitgolf.com/images/red_small.jpg') no-repeat bottom left; }



#body { color: #c0c4c8; font-size: 12px; line-height: 18px; }
#container { margin: auto; color: #c0c4c8; font-family: Helvetica, Geneva, Arial; font-size: 12px;  }

.body { color: #c0c4c8; line-height: 18px; }
.clear {clear:both; border:0px;}
.footer { color: #fff; font-size: 11px; line-height: 25px; }
.formhead { color: #42dc44; font-weight: 700; }
.formsub { color: #999; font-size: 10px;}
.imgleft {float:left; padding:5px 10px 0 0px;}
.imgright {float:right; padding:5px;}
.left {background:#141414;float: left; width: 350px; margin-right: 10px; margin-top:10px; padding:20px;}
.line_h { background-color: #999; }
.numbers { font-weight: bold; }
.right {background:#141414;float: right; width: 350px; margin-left: 10px; margin-top:10px; padding:20px;}
.subheader { color: #fff; font-weight: 700; }



/* Menu */
#menu { height: 26px; }
#menu ul { margin: 0; padding: 0; list-style: none; line-height: normal; }
#menu li { float: left; }
#menu a { display: block; float: left; padding: 5px 14px 6px; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; border-left: 1px solid #333; color: #ccc; text-decoration: none; }
#menu a:hover { background: #323232; color: #ffffff; }
#menu .current_page_item a { background: #770444; padding: 15px 30px 16px 30px; color: #FFFFFF; }
#menu .last{ border-right: 1px solid #333; }

/* footer*/
#footer { position: relative; left: 50px; height: 20px; }
#footer ul { margin: 0; padding: 0; list-style: none; line-height: normal; }
#footer li { float: left; }
#footer a { display: block; float: left; padding: 1px 10px; font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; border-left: 1px solid #333; color: #ccc; text-decoration: none; }
#footer a:hover { color: #ffffff; text-decoration: underline; }
#footer .current_page_item a { background: #770444; padding: 15px 30px 16px 30px; color: #fff; }
#footer .last{ border-right: 1px solid #333; }

/* copyright*/
.copyright { color: #ccc; font-size: 10px; font-weight: normal; margin: 0; padding: 0; list-style: none; line-height: normal; position: relative; right: 100px; float: right; }


/*********************************************************/
/***  Cascading Style Sheet for ShopSite Classic Theme ***/
/***              Shopping Cart Screen                 ***/
/*********************************************************/

/***********************/
/***  Page Defaults  ***/
/***********************/
body {
  background-color: #000;
  color: #c0c4c8; 
  font-family: Helvetica, Geneva, Arial; 
 
}

/***********************/
/***  Hyperlinks     ***/
/***********************/
a:visited { color: white; font-size: 12px; font-family: Arial, Helvetica; font-weight: bold; text-decoration: underline; }
a:link { color: #c0c4c8; font-size: 12px; font-family: Arial, Helvetica; font-weight: 700; text-decoration: underline; }
a:hover { color: white; font-size: 12px; font-family: Arial, Helvetica; font-weight: 700; text-decoration: none; }


div#messages {
/*  margin-top: 10px; */
  vertical-align: middle;
}


/**********************************/
/***  Table of Products (Cart)  ***/
/**********************************/
.all {color: #c0c4c8; font-size:12px;}

table.cart {
  width: 725px;
  padding-top: 1em;
  border-collapse: separate;
  border-spacing: 3px;
  font-size: 12px;
  color: #c0c4c8; 
}

th {
  text-align: center;
}

td.cart_delete, td.cart_cp_delete {
  padding: 3px;
  width: 50px;
  text-align: center; 
  background-color: #141414;
}

td.cart_quantity, td.cart_cp_quantity {
  padding: 3px;
  width: 70px;
  text-align: center; 
  background-color: #141414;
}

td.cart_name, td.cart_cp_name {
  padding: 3px;
  text-align: left; 
  background-color:#141414;
}

td.cart_image, td.cart_cp_image {
  padding: 3px;
  text-align: center; 
  background-color:#141414;
}

td.cart_sku, td.cart_cp_sku {
  padding: 3px;
  text-align: left; 
  background-color: #141414;
}

td.cart_price, td.cart_cp_price {
  padding: 3px;
  font-style: italic;
  text-align: right; 
  background-color: #141414;
}

td.cart_total, td.cart_cp_total {
  padding: 3px;
  text-align: right; 
  background-color: #141414;
  white-space: nowrap;
}

td.cart_op {
  padding: 3px;
  text-align: left; 
  background-color: #141414;
}

td.cart_op1, td.cart_op2 {
  padding: 3px;
  background-color:#141414;
}

td.cart_empty {
  padding: 3px;
  text-align:center;
  background-color: #141414;
}

select.cart {
  text-align: left;
}

textarea.cart {
  vertical-align: middle; 
}


/***************************************/
/***          Table of Totals        ***/
/***  Subtotal, Tax, Shipping, etc.  ***/
/***************************************/
table.totals {
  color: #c0c4c8; 
  font-size:12px;
  vertical-align: middle; 
  width: 100%;
  line-height: 150%;
}

td.totals_txt, td.totals_saved_txt, td_totals_blank {
  text-align: right;
  padding-right: 15px;
}

td.totals, td.totals_saved {
  text-align: right;
  padding-right: 3px;
}

td.totals_all, td.totals_all_txt {
  font-weight: bold;
}

/***********************/
/***  Payment Table  ***/
/***********************/
table.payment{
  color: #c0c4c8; 
}

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: #c0c4c8; 
  vertical-align: middle; 
  border-spacing: 0;
  padding-bottom: 1em;
}

td.reg_wel {
  font-weight: bold;
}

td.reg {
  text-align: left;
}

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 {
  text-align: left;
}

td.zipncountry {
  text-align: left;
}

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: #c0c4c8; 
}

td.instruct_hdr {
  font-weight: bold;
}

/*****************/
/***  Buttons  ***/
/*****************/
#Apply Coupon
input.button152 { 
  color: #c0c4c8; 
  cursor: pointer;
}

# Remove button
input.button154 { 
#  font-size: 8pt;
  color: #c0c4c8; 
  cursor: pointer;
}

/*********************************/
/***  Table of Error Messages  ***/
/*********************************/

table.checkout_err, inv_err {
  margin-left: auto;
  margin-right: auto;
}

td.checkout_err, inv_err {
  color: #c0c4c8; 
  background-color: #141414;
}

table.ups_error {
  margin-left: auto;
  margin-right: auto;
}

td.ups_error {
  color: #c0c4c8; 
  background-color: #141414;
  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_blank, td.pcs_table_blank {
}

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 {
  text-align: center;
}

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 a:active, td.pcs_product_add_to_cart a:active {
}

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;
}

_cart a, td.pcs_product_add_to_cart a {
  font-weight: bold;
}

td.gcs_product_add_to_cart a:active, td.pcs_product_add_to_cart a:active {
}

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;
}

