#left_panel {
	width: 426px;
	float: left;
	line-height: 20px;
	}
#left_panel a:link, #left_panel a:visited, #left_panel a:hover, #left_panel a:active {
	color: #f68b00;
	font-weight: bold;
	}
	
#right_panel {
	float: right;
	width: 447px;
	margin-right: -5px;
	}
#productList {
	background: url("../img/static/dark_small_top.gif") top left no-repeat;
	width: 441px;
	padding: 6px 0px 0px 0px;
	margin: 12px 0px 25px 0px;
	}

#productList ul {
	background: url("../img/static/dark_small_bottom.gif") bottom left no-repeat;
	list-style-type: none;
	padding: 0px 0px 8px 0px;
	margin: 0px;
	width: 441px;
	}

#productList ul li {
	background: url("../img/static/dark_small_bg.gif") top left repeat-y;
	display: block;
	width: 429px;
	padding: 0px 6px 0px 6px;
	margin: 0px;
	height: 33px;
	float: left;
	}
#productList ul li span {
	display: block;
	float: left;
	border: none;
	padding: 0px 0px 0px 16px;
	min-height: 32px;
	margin: 0px;
	line-height: 32px;
	border-top: 1px solid #e1e4d3;
	}
#productList ul li.top span {
	border: none;
	background: #f3f2e8;
	margin-bottom: 9px;
	font-weight: bold;
	}
#productList ul li span.name {
	width: 165px;
	}
#productList ul li span.price {
	width: 65px;
	}
#productList ul li span.price span.cartPrice {
	border: none;
	font-weight: bold;
	font-size: 14px;
	color: #f68b00;
	display: block;
	margin: 0px;
	padding: 0px;
	}
#productList ul li span.qty {
	width: 151px;
	}
#productList ul li span.qty span.buy_now_link {
	display: block;
	float: right;
	text-decoration: underline;
	margin: 0px 25px 0px 0px;
	color: #596806;
	padding: 0px;
	border: none;
	}
#productList ul li.fixed {
	height: auto;
	}
#productList ul li div#page_cart {
	padding: 13px 16px 13px 16px;
	display: block;
	width: 397px;
	border-top: 1px solid #a69e8e;
	}
#productList ul li div#page_cart b {
	float: left;
	width: 300px;
	height: 25px;
	}
.ticket_quantity {
	width: 32px;
	text-align: center;
	}
	
	
#productList ul li span.cart_label {
	width: 165px;
	display: block;
	float: left;
	padding-left: 0px;
	border: none;
	}
#productList ul li span.cart_qty {
	width: 151px;
	display: block;
	float: right;
	margin-right: -16px;
	border: none;
	}
#productList ul li span.cart_qty span.subTotalPrice {
	display: block;
	float: right;
	border: none;
	margin-right: 25px;
	font-weight: bold;
	font-size: 14px;
	color: #cb600e;
	}
#cartEmpty {
	float: left;
	background: url(../img/static/empty_cart.gif) top left no-repeat;
	padding: 3px 0px 0px 36px;
	height: 30px;
	}
#cartTotal {
	border-top: 1px solid #a69e8e;
	text-align: right;
	font-weight: bold;
	font-size: 16px;
	height: 35px;
	line-height: 35px;
	}
#cartTotal .totalPrice {
	color: #cb600e;
	display: block;
	margin-right: 15px;
	margin-left: 5px;
	padding: 0px;
	float: right;
	}
#cartTotal img {
	border: none;
	margin: 6px 5px 0px 0px;
	float: right;
	}

#productList ul li div#page_cart:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
	}
	
#productList ul li:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
	}
#productList ul:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
	}


#content:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
	}