table.booking th
{
	width:150px;
}
table.booking 
{
	border: none;
}
table.booking td {
	border: none !important;
	border-collapse: none !important;
}

.jq_info strong.jq_show
{
	display: block;
	z-index: 10;
	background: white;
	border: 1px solid red;
	position: absolute;
	padding: 5px;
	font-weight: normal;
}

.jq_info strong.jq_show p
{
	padding: 0px;
}

#jq_transfer li
{
	padding: 0px;
	list-style-type: none;
	list-style: none;
	background: none;
	margin-bottom: 15px;
}
.booking th span
{
	color: red;
}
.booking th #jq_total_nights,
.booking th #jq_total_nights2
{
	color:#600500;
}
.errorlist li
{
	color: red;
}

#jq_booking_form hr
{
	margin:0px;
	padding:0px;
	border:none;
	border-bottom:1px solid #d3ae8c;
	font-size: 0px;
	margin-bottom: 15px;
}

#id_arrival_date,
#id_departure_date,
#id_arrival_date2,
#id_departure_date2
{
	width:180px;
}

table.booking input,
table.booking textarea,
table.booking select
{
	background: #E8D1B6;
}

.totalprice
{
	font-size: 13px;
}
