/* cart list styling */

/*
#9D3059
#F49AC1
#DA83A7
*/

.cart_list_title {
	font-weight:bold;background-color:#29456D;color:#ffffff;font-size:0.95em;
}
.cart_list_cell {
	font-weight:bold;font-size:0.95em;
}
.cart_list_row {
	color:#ffffff;
}
.cart_list_footer {
	background-color:#29456D;color:#ffffff;text-align:center;font-weight:bold;font-style:italic;font-size:0.95em;
}
.cart_list_row_01 {
	background-color:#4D73A9;
}
.cart_list_row_02 {
	background-color:#456BA1;
}
.cart_discount_code_box {
	background-color:#DA83A7;
	border:1px solid #AA5877;
	padding:3px 3px 6px 6px;
}

/* end of cart list styling */

.terms_and_conditions {
	width:648px;
	height:250px;
	border:1px solid #bebebe;
}

.button_cart_back_gray {
	width:65px;
	height:17px;
	background:url(/images/styling/carts/lji/cart_back_gray.gif) no-repeat;
}
.button_cart_back {
	width:65px;
	height:17px;
	background:url(/images/styling/carts/lji/cart_back.gif) no-repeat;
}
.button_cart_back:hover {
	background-position:0 -17px;
}

.button_cart_next {
	width:63px;
	height:17px;
	background:url(/images/styling/carts/lji/cart_next.gif) no-repeat;
}
.button_cart_next:hover {
	background-position:0 -17px;
}

.button_cart_back_cart {
	width:136px;
	height:17px;
	background:url(/images/styling/carts/lji/cart_back_cart.gif) no-repeat;
}
.button_cart_back_cart:hover {
	background-position:0 -17px;
}


.button_cart_back_ticket_zone {
	width:270px;
	height:17px;
	background:url(/images/styling/carts/lji/cart_back_ticket_zone.gif) no-repeat;
}
.button_cart_back_ticket_zone:hover {
	background-position:0 -17px;
}
.button_cart_back_ticket_zone_first {
	width:174px;
	height:17px;
	background:url(/images/styling/carts/lji/cart_back_ticket_zone_first.gif) no-repeat;
}
.button_cart_back_ticket_zone_first:hover {
	background-position:0 -17px;
}
.button_cart_next_checkout {
	margin-left:206px;
	width:106px;
	height:17px;
	background:url(/images/styling/carts/lji/cart_next_checkout.gif) no-repeat;
}
.button_cart_next_checkout:hover {
	background-position:0 -17px;
}
.button_cart_next_checkout_gray {
	margin-left:206px;
	width:106px;
	height:17px;
	background:url(/images/styling/carts/lji/cart_next_checkout_gray.gif) no-repeat;
}

.button_cart_next_make_payment {
	margin-left:20px;
	margin-top:4px;
	width:160px;
	height:21px;
	background:url(/images/styling/carts/lji/cart_next_make_payment.gif) no-repeat;
}
.button_cart_next_make_payment:hover {
	background-position:0 -21px;
}

/* lji ticket cart styling */
.lji_tickets_form_column_left {
	position:relative;
	float:left;
	width:100px;
	text-align:center;
}
.lji_tickets_form_column_right {
	position:relative;
	float:left;
	width:550px;
}
.lji_tickets_form_field_column {
	position:relative;
	float:left;
	min-width:120px;
	margin-bottom:0.6em;
}
#lji_tickets_form_name_guest_prompt {
	margin:0.5em 0 0.5em 0;
	padding-bottom:1em;
	text-align:justified;
	font-weight:normal;
}
.lji_tickets_form_name_guest_fields {
	margin-bottom:3px;
}