.booking_left {
	float: left;
	margin: 0 34px 10px 12px;
	width: 467px;
}
.booking_right {
	float: left;
	margin-bottom: 10px;
	width: 467px;
}
.booking_top {
	height: 5px;
	font-size: 1px;
	background: url(../img/booking_top_border.gif) no-repeat;
}
.booking_bottom {
	height: 5px;
	font-size: 1px;
	background: url(../img/booking_bottom_border.gif) no-repeat;
}
.booking_content {
	border-left: 1px solid #d3d3d3;
	border-right: 1px solid #d3d3d3;
	overflow: hidden;
	padding: 4px 0 6px 11px;
	background: #fff;
}
.booking_icon {
	float: left;
	width: 107px;
	height: 86px;
	padding-top: 21px;
	text-align: center;
	margin-right: 17px;
	background: url(../img/image_box.gif) no-repeat;
}
.new_booking .booking_icon {
	height: 81px;
	padding-top: 26px;
}
.credits .booking_icon {
	height: 82px;
	padding-top: 25px;
}
.recommend_friend .booking_icon, .support .booking_icon {
	height: 80px;
	padding-top: 27px;
}
.details .booking_icon {
	height: 84px;
	padding-top: 23px;
}
.booking_info {
	float: left;
	width: 319px;
	margin-top: 10px;
}
.title {
	padding: 0 0 6px 5px;
	background: url(../img/separator.gif) repeat-x left bottom;
}
.booking_info p {
	font-size: 0.9em;
	padding: 5px 0 6px 6px;
}
.booking_info ul {
	font-size: 0.9em;
	padding-left: 14px;
	font-weight: bold;
	font-size: 0.9em;
}
.booking_info li {
	padding-left: 12px;
	background: url(../img/list5.gif) no-repeat 0 5px;
}
.booking_info li a {
	color: #fb8c02;
}
* html .booking_left {
	display: inline;
}