/* Foxycart Cart */

body#fc_ct {
  margin: 15px;
  text-align: center;
  font: 83% Georgia;
  line-height: 1.4;
}

#fc_cart_container {
  background: url(images/fc_ct_header.jpg) no-repeat center top;
  width: 562px;
  margin: 0 auto;
  padding-top: 99px;
  text-align: left;
}

#fc_tb_window {
  width: 562px;
  border: 0;
}

div.fc_tb_title {
  background: transparent;
}

div#fc_tb_titleTop {
  display: none;
}

div#fc_tb_titleBot {
  position: absolute;
  bottom: 0;
  left: 0;
}

#fc_cart_table {
  border-collapse: collapse;
  width: 100%;
}

#fc_cart_table tbody td {
  vertical-align: top;
  padding: 2px 0;
}

#fc_cart_head th {
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: normal;
  color: #096E58;
  font-family: Georgia;
  text-transform: uppercase;
  border-bottom: 1px solid #000;
  padding: 5px 0 2px 0;
}

#fc_cart_head_item {
  width: 300px;
  text-align: left;
}

#fc_cart_head_quantity {
  width: 120px;
  padding: 0 10px;
  text-align: left;
}

#fc_cart_head_price {
  text-align: left;
}

caption {
  display: none;
}

input.fc_cart_item_quantity {
  width: 30px;
  background: #EEE;
  border: 1px solid #CCC;
}

.fc_cart_item_price_each {
  display: block;
  font-size: .8em;
}

tfoot td {
  padding: 2px 0;
}

tfoot .fc_col1 {
  text-align: right;
  background: url(images/order_row.jpg);
  color: #666;
  text-transform: uppercase;
}

tfoot .fc_col2 {
  background: url(images/order_row.jpg) right top;
}

#fc_cart_foot_total .fc_col1 {
  background-position: left bottom;
}

#fc_cart_foot_total .fc_col2 {
  background-position: right bottom;
}

.fc_cart_item_options {
  font-size: .9em;
  list-style: none;
  padding: 0; margin: 0;
}

.fc_cart_item_options li {
  display: inline;
  color: #666;
}

.fc_cart_item_option_name {
  color: #999;
}

.fc_cart_remove_center {
  float: right;
  margin-right: 55px;
}

.fc_cart_remove_right {
  display: none;
}

.fc_cart_remove_left {
  display: none;
}

.fc_cart_remove_link {
  background: url(images/fc_ct_x.png) no-repeat;
  width: 20px;
  height: 20px;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
}

#fc_cart_controls_top {
  display: none;
}

#fc_cart_controls_bottom {
  margin: 10px 0;
}

.fc_cart_update {
  background: url(images/fc_ct_update_cart.png) no-repeat;
  text-indent: -9999px;
  width: 160px;
  height: 33px;
  display: block;
  float: right;
}

.fc_cart_checkout {
  width: 141px;
  height: 35px;
  background: url(images/fc_ct_checkout.png) no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  position: absolute;
  right: 19px;
  bottom: 15px;
}

#fc_tb_closeWindowButtonBot {
  display: block;
  position: absolute;
  bottom: 15px;
  left: 19px;
  background: url(images/fc_ct_keep_shopping.png) no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  width: 170px;
  height: 35px;
}
