/* =============================================================================
Bush Theatre - Basket
============================================================================= */

#content_container {padding: 20px 0 0 0;}
.logo_padding {padding: 30px 0 0 0;}

#error_box {
  background: #F2EB93;
  padding: 10px;
  margin-top: 10px;
}

#error_box a {
  color: #95a733;
  text-decoration: none;
}

#error_box a:hover {
  color: #b0c152;
  text-decoration: none;
}

/* Sub-nav
============================================================================= */

#sub-nav {
  background: url(/img/backgrounds/sub-navs/shop.gif) 0 0 no-repeat;
  width: 701px;
  height: 54px;
  float: right;
}

#sub-nav li {float: left;}

#sub-nav li a {
  display: block;
  height: 17px;
  margin: 14px 16px 0 0;
  cursor: pointer;
}

#sub-nav li a#overview {background: url(/img/sub-navs/shop/overview.gif) 0 0 no-repeat; width: 62px; margin: 14px 16px 0 20px;}
#sub-nav li a#books {background: url(/img/sub-navs/shop/books.gif) 0 0 no-repeat; width: 41px;}
#sub-nav li a#membership {background: url(/img/sub-navs/shop/membership.gif) 0 0 no-repeat; width: 85px;}
#sub-nav li a#playtexts {background: url(/img/sub-navs/shop/playtexts.gif) 0 0 no-repeat; width: 68px;}
#sub-nav li a#tickets {background: url(/img/sub-navs/shop/tickets.gif) 0 0 no-repeat; width: 51px; margin: 14px 0 0 0}

#sub-nav li a#overview_active {background: url(/img/sub-navs/shop/overview.gif) 0 -17px no-repeat; width: 62px; margin: 14px 16px 0 20px;}
#sub-nav li a#books_active {background: url(/img/sub-navs/shop/books.gif) 0 -17px no-repeat; width: 41px;}
#sub-nav li a#membership_active {background: url(/img/sub-navs/shop/membership.gif) 0 -17px no-repeat; width: 85px;}
#sub-nav li a#playtexts_active {background: url(/img/sub-navs/shop/playtexts.gif) 0 -17px no-repeat; width: 68px;}
#sub-nav li a#tickets_active {background: url(/img/sub-navs/shop/tickets.gif) 0 -17px no-repeat; width: 51px; margin: 14px 0 0 0}

#sub-nav li#bag_box {
  background: url(/img/backgrounds/shop_bag.gif) 0 9px no-repeat;
  float: right;
  width: 139px;
  padding: 9px 0 0 33px;
  margin: 0;
}

#sub-nav li#bag_box a {
  margin: 0;
  color: #95a733;
  text-decoration: none;
  border-bottom: 1px solid #dde4b6;
  display: inline;
}

#sub-nav li#bag_box a:hover {
  color: #b0c152;
  text-decoration: none;
  border-bottom: 1px solid #edf1d5;
}

#sub-nav li#bag_box span {
  display: block;
}

#sub-nav li#bag_box span em {
  color: #A7A0A0;
}

h2#your_shopping {
  background: url(/img/headers/your_shopping_bag.jpg) 0 14px no-repeat;
  height: 49px;
  width: 320px;
  padding: 0;
}

/* Basket
============================================================================= */

#basket {
  width: 700px;
  padding-top: 6px;
}

#basket .image_row {width: 48px;}
#basket .name_row {width: 387px;}
#basket .desc_row {width: 435px;}
#basket .price_row {width: 65px;}
#basket .quant_row {width: 58px; white-space: nowrap;}
#basket .total_row {width: 142px;}
#basket .small_row {width: 83px;}
#basket .remove_row {width: 59px;}
#basket th {
  color: #918486;
  font: 11px/17px Tahoma, Arial, Sans-Serif;
}

#basket .hor_line {
  line-height: 5px;
  height: 5px;
  font-size: 5px;
  background: url(/img/lines/horizontal_700.gif) 0 8px no-repeat;
  padding: 8px 0 2px 0;
}

#basket td.image_row a {
  background: url(/img/frames/shop_frame_40.gif) 0 0 no-repeat;
  display: block;
  width: 40px;
  height: 40px;
  border: none;
  padding-bottom: 2px;
}

#basket td.image_row img {
  width: 30px;
  height: 30px;
  padding: 5px 0 0 5px;
}

#basket td.small_row {
  font-weight: bold;
}

#basket .quant_row span {
  display: block;
  float: left;
  padding-top: 2px;
}

#basket select {
  display: block;
  float: left;
  margin: 0 0 0 5px;
  padding: 2px 0;
}

#basket .remove_row button {
  background: url(/img/buttons/remove.gif) 0 0 no-repeat;
  height: 23px;
  width: 59px;
  border: none;
  cursor: pointer;
}
#basket .remove_row button:hover {background-position: 0 -23px;}

#basket .pre_cost div {
  font-size: 16px;
  text-align: right;
  padding-top: 8px;
  padding-right: 110px;
  padding-bottom: 30px;
  background: url(/img/lines/horizontal_700.gif) 0 46px no-repeat;
}

#bottom_options {
  height: 28px;
  padding-left: 412px;
  padding-top: 13px;
  width: 280px;
}

#bottom_options span {
  padding: 4px 6px 0 0;
  display: block;
  float: left;
  font-size: 14px;
  line-height: 20px;
}

#bottom_options span a {
  color: #95a733;
  text-decoration: none;
  border-bottom: 1px solid #dde4b6;
}

#bottom_options span a:hover {
  color: #b0c152;
  text-decoration: none;
  border-bottom: 1px solid #edf1d5;
}

#bottom_options em {
  background: url(/img/buttons/go_to_checkout.gif) 0 0 no-repeat;
  display: block;
  float: left;
  height: 28px;
  width: 136px;
}

#bottom_options em a {
  background: url(/img/buttons/go_to_checkout.gif) 0 0 no-repeat;
  display: block;
  height: 28px;
  width: 136px;
}
#bottom_options em a:hover {background-position: 0 -28px;}
#bottom_options em a span {display: none;}

