.purchase_tickets label {
    display: block;
    /*width: 150px;*/
    /*margin: 2px 0px;*/
    float: left;
}
.purchase_tickets select.amount, .purchase_tickets select.section {
    width: 50px;
    float: right;
}
.purchase_tickets .level {
    height: 30px;
}
.purchase_tickets .level span {
	font-size: 12px;
}
.purchase_tickets .level label {
	font-size: 12px;
	line-height: 18px;
}

a.fe_price_level {
    background: url(images/info.png);
    display: inline-block;
    width: 15px !important;
    height: 15px;
    text-indent: -99999px !important;
    overflow: hidden;
}

/* Listings Page Ticket Selection: General Admission */
#ticket-selection-genad {
font-size: 12px;
line-height: 14px;
}

#ticket-selection-genad th {
padding: 0 0 7px 0;
font-size: 12px;
}

#ticket-selection-genad .qty-th {
width: 75px;
text-align: left;
}

#ticket-selection-genad .level-th {
width: 230px;
text-align: left;
}

#ticket-selection-genad .price-th {
width: 70px;
text-align: right;
}

#ticket-selection-genad td {
padding: 7px 0 7px 0;
}

#ticket-selection-genad .qty-td {
width: 75px;
text-align: left;
}

#ticket-selection-genad .qty-td select {
width: 42px;
}

#ticket-selection-genad .level-td {
width: 280px;
text-align: left;
}

#ticket-selection-genad .price-td {
width: 70px;
text-align: right;
}
/* ...General Admission End */

/* ...Regular Seated Event */
#ticket-selection-regseated {
font-size: 12px;
line-height: 14px;
}

#ticket-selection-regseated th {
padding: 0 0 7px 0;
font-size: 12px;
}

#ticket-selection-regseated .qty-th {
width: 55px;
text-align: left;
}

#ticket-selection-regseated .level-th {
width: 260px;
text-align: left;
}

#ticket-selection-regseated .price-th {
width: 70px;
text-align: right;
}

#ticket-selection-regseated td {
padding: 7px 0 7px 0;
}

#ticket-selection-regseated .qty-td {
width: 55px;
text-align: left;
}

#ticket-selection-regseated .qty-td select {
width: 42px;
}

#ticket-selection-regseated .level-td {
width: 280px !important;
text-align: left;
}

#ticket-selection-regseated .level-td select {
width: 260px;
}

#ticket-selection-regseated .price-td {
width: 70px;
text-align: right;
}
/* ...Regular Seated Event End */

.creditcards {
float:right;
width: 145px;
height: 23px;
margin-top: 12px;
}

/* Checkout Table */
#checkout-table {
    margin-top: 10px;
    width: 100%;
}

#checkout-table tr td {
    background: #eee;
    border-bottom: solid 1px #ccc;
    padding: 10px 5px 10px 5px;
}

#checkout-table tr td input.phone, #checkout-table tr td select {
    width: 80px;
    font-size: 10px
}

#phone_label {
  display: block;
  float: left;
  width: 60px;
  padding-top: 3px;
  margin-right: 4px;
}

#phone {
  display: block;
  float: left;
  margin-right: 4px;
}

#additional_mobile_numbers {
  display: block;
  float: left;
  clear: left;
  padding-top: 3px;
}

#add_mobile_number {
  display: block;
  clear: both;
  padding-top: 3px;
  margin-left: 65px;
  margin-right: 4px;
}

#checkout-table tr td input.donation {
    width: 60px;
    font-size: 10px;
}

#checkout-table td.number {
    text-align:right;
}

#checkout-table th {
font-size: 11px;
}

#checkout-table .qty-th {
width: 35px;
text-align: left;
}

#checkout-table .tickets-th {
width: 220px;
text-align: left;
}

#checkout-table .price-th {
width: 70px;
text-align: right;
}

#checkout-table .service-th {
width: 70px;
text-align: right;
}

#checkout-table .subtotal-th {
width: 70px;
text-align: right;
}

#checkout-table td {
font-size: 11px;
}

#checkout-table .qty-td {
width: 35px;
text-align: left;
}

#checkout-table .tickets-td {
width: 200px;
text-align: left;
}

#checkout-table .price-td {
width: 70px;
text-align: right;
}

#checkout-table .service-td {
width: 90px;
text-align: right;
}

#checkout-table .subtotal-td {
width: 70px;
text-align: right;
}
/* Checkout Table End */

#security-blurb {
display: block;
float: left;
width: 100%;
height: 187px;
margin-top: 20px;
text-align: center;
background: transparent url(images/security-blurb.gif) 0 0 no-repeat;
}

.recommendations h2 {
    font-size: 23px;
    margin-top: 0;
    margin-bottom: 20px
}

.recommendations {
margin-top: 20px;
padding: 20px;
background: #eee;
}


