



/* CENTER COLUMN PUSH BOX */
#bookingBox{
	width: 390px;
	float: left;
	padding: 8px 10px 15px 10px;
	background-color: #f9f9f9;
	font-size: 11px;
}

#bookingHeader{
	color: #999999;
	margin: 0px 0px 10px -10px;
}

#bookingHeader IMG{
	margin: -2px 6px 0px 10px;
}

#bookingHeader A{
	color: #999999;
	font-weight: bold;
	text-decoration: none;
	margin: 0px 10px 0px 0px;
}

#bookingHeader A:hover{
	color: #cc0033;
}

#bookingHeader A.vald{
	color: #cc0033;
	font-weight: bold;
	text-decoration: none;
}


#bookingBox IMG{
	display: inline;
	vertical-align: middle;
}


#bookingBox .header{
	color: #999999;
	font-weight: bold;
	text-decoration: none;
}

#bookingBox .headerVald{
	color: #cc0033;
	font-weight: bold;
	text-decoration: none;
}

.bookingBoxRow{
	width: 390px;
	float: left;
	margin: 0px 0px 10px 0px;
}

.bookingLeft{
	width: 180px;
	float: left;
	background: gray;
}

.bookingRight{
	width: 180px;
	float: right;
	background: gray;
}

.bookingBoxRow2{
	width: 390px;
	float: left;
}

.bookingLeft2{
	width: 125px;
	float: left;
	background: gray;
}

.bookingRight2{
	width: 230px;
	float: right;
	background: gray;
}

.centerPush{
	margin: 10px 0px 10px 0px;
}








