/*
 *
 *		BOOKING ENGINE v3
 *
 *    booking_v3_client.css contains client-specific overrides.
 *    For CM3 customers this should be moved to master.css
 **/

body {
	font-family: 'Trebuchet MS', Tahoma, Verdana, Arial, Helvetica, sans-serif;
	/* background-color: #FBF9EC; */
	background-color: white;
}

h1, h2, h3, h4, h5, h6 {
	color: #930C0C;
}

#footer {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.widget {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.button {
	color: white;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
  box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.1),  0 1px 2px #A0A0A0;
  -webkit-box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.1),  0 1px 2px #A0A0A0;
  -moz-box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.1),  0 1px 2px #A0A0A0;
	border: solid 1px #a35229;
	background: #CC6633;
	background-image: url("../images/fade-light-down.png");
	background-repeat: repeat-x;
}

.button:hover {
  box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.1),  0 1px 2px #A0A0A0;
  -webkit-box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.1),  0 1px 2px #A0A0A0;
  -moz-box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.1),  0 1px 2px #A0A0A0;
	background: #e3601e;
	background-image: url("../images/fade-light-down.png");
}

.button:active {
	border: 1px solid #333;
}

.booking-steps.atstep4 .booking-finalpart .bookingbox {
	background-color: #E6E6E6 !important;
	border: 1px solid #CDCDCD !important;
}
