table.shipping_selector {
  width: 100%;
  border-collapse:collapse;
}

table.shipping_selector .header_tl {
  background:#006A53 url(/images/checkout_product_tl.gif) no-repeat scroll 0 0;
  height:24px;
  width:10px;
}

table.shipping_selector .header_tr {
  background:#006A53 url(/images/checkout_product_tr.gif) no-repeat scroll 0 0;
  height:24px;
  width:10px;
}

table.shipping_selector .address_header {
  background-color:#006A53;
  border-right:2px solid #FFFFFF;
  color:#FFFFFF;
  font-family:Arial;
  font-size:12px;
  font-weight:bold;
  text-align:center;
}

table.shipping_selector .options_header {
  background-color:#006A53;
  border-right:0px;
  color:#FFFFFF;
  font-family:Arial;
  font-size:12px;
  font-weight:bold;
  text-align:center;
}

table.shipping_selector .options {
  background-color:#CFE1E1;
	vertical-align: top;
	width:250px;
	padding: 10px;
}

table.shipping_selector .endspacer {
  background-color:#CFE1E1;
}

table.shipping_selector .address {
  border-right:2px solid #006A53;
	vertical-align: top;
}

table.shipping_selector .shipping_methods_label {
  color:#036B54;
  font-family:Arial,sans-serif;
  font-weight:bold;
  font-size:12px;
  padding:5px;
	vertical-align: top;
}

