@charset "utf-8";
/* CSS Document */

div.reservationbox-top, div.reservationbox-bottom {
	display: none;
}
div.reservationbox {
	background: none;
	color: #000000;
}
div.reservationbox h1 {
	color: #033C69;	
}
input.reservationbox-btn {
	border: 1px solid #000000;
	margin-top:10px;
}
#btnoptions {
	display: none;
}
.extrastitle {
	display: block !important;
}
.moreinfo {
	display: block !important;
}
#optionsbox {
	width: 100% !important;
}

.reservationlabel {
	width: 150px;
	color: #033C69;
	font-weight: bold;
}

div.reservation-step2 {
	font-size: 12px;
}
div.reservation-step2 td {
	padding: 3px;
	padding-left: 0px;
}
div.reservation-step2 h1 {
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
div.reservation-step2 td input, div.reservation-step2 td textarea{
	width: 300px;
}
td.step2price {
	background: #f0f8ff;
	padding-left: 10px;
	padding-right: 10px;
	border-top: 1px solid #033C69;
	border-bottom: 1px solid #033C69;
	width: 225px;
	vertical-align: middle;
	text-align: center;
}
span.step2price {
	color: #033C69;
	font-size: 16px;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
}
.discounttxt {
	width: 225px;
	font-size: 10px;
	text-align: right;
}
.discounttxt .blue{
	font-size: 12px;
}

tr.step2title, tr.step2title td {
	background: #F0F8FF;
	border-bottom:1px solid #033C69;
	color:#033C69;
	font-weight:bold;
}
table.step2table tr {

}
