#booking li
{
	white-space: nowrap;
	list-style-type: none;
	list-style-position: inside;
	/*clear: both;*/
	position: relative;

}

.collection-number
{
	font-size: 14px;
	font-weight: bold;
	color: #ff6600;
}

#booking #summary ul, #booking ul ul
{
	padding: 0px;
	clear: both;
	list-style-image: none;
}

#booking #summary #selection
{
	float: left;
	text-align: left;
	width: 20px;
}

#booking #summary #description
{
	float: left;
	text-align: left;
	width: 100px;
}

#booking #summary #consignment
{
	float: left;
	text-align: left;
	width: 310px;
}

#booking #summary #price
{
	float: left;
	font-weight: bold;
	text-align: left;
	width: 40px;
}

#booking  div.title {
	background:transparent url('/_img/table_stripes.gif') repeat scroll 0%;
	text-align: left;
	font-weight:bold;
	padding-left: 5px;
	overflow:hidden;
	line-height: 20pt;
	clear: both;
	margin-bottom: 15px;
}

#booking ul#price_detail li
{
	clear: both;
}

#booking ul#price_detail div.description
{
	width: 250px;
	text-align: left;
	font-weight:bold;
	float: left;
	border-bottom: 1px solid #999;
}

#booking ul#price_detail div.price, #booking ul#price_detail div.total
{
	width: 60px;
	text-align: right;
	float: left;
	border-bottom: 1px solid #999;
}

#booking ul#price_detail div.total
{
	font-weight:bold;
	float: left;
}

.disclaimer
{
	border: 1px solid #000;
	margin: 10px;
	background-color: #FFFF00;
	color: #000;
	font-weight: bold;
	padding: 5px;
}

