@charset "utf-8";

/* CSS Document */

body
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	background-image:url(../images/BG-Gradient_3.png);
	background-repeat: repeat-x;
}

a:link
{
	text-decoration:none;
	color: #333333;
}

a:visited
{
	text-decoration:none;
	color: #333333;
}

a:hover
{
	text-decoration:underline;
	color:#016ea7;
}

h1
{
	color:#666;
	font-size:2em;
}

h2
{
	color:#999;
	font-size:1.2em;
}

#booking-container
{
	position:relative;
	width:750px;
	margin:0px auto;
	padding:20px;
	background-color:#FFF;
	border:1px solid #FFF;
	padding-bottom:50px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-bottom:10px solid #CCCCCC;
	
}

#bookingheader
{


}

#touringtype
{
	display:none;
	margin-top:20px;
	margin-bottom:20px;
}

#booking-detail
{
	position:relative;
	padding:10px;
	background-color: #FFFFDF;
	margin-top:10px;
	border:3px solid #CCCCCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}


#booking-footer
{
	clear:both;
	height:10px;
	overflow:hidden;
	border-bottom:2px solid #999;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}

#booking-detail table
{
	font-size:1em;
}

#booking-detail h1
{
	font-size:1.8em;
}

#holiday-type
{
	position:relative;
	padding:10px;
	background-color: #ECF2F9;
	margin-top:10px;
	border:3px solid #CCCCCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}

#holiday-type h1
{
	font-size:1.1em;
}

#age-group
{
	position:relative;
	padding:10px;
	background-color: #F5F5F5;
	margin-top:10px;
	border:3px solid #CCCCCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}

#age-group h1
{
	font-size:1.1em;
}

#arrival
{
	
	padding:10px;
	background-color: #F5F5F5;
	margin-top:10px;
	border:3px solid #CCCCCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;		
}

#arrival h1
{
	font-size:1.1em;
}

#dateerrors
{
	position:relative;
	padding:10px;
	background-color: #CC3333;
	border:1px dashed #CCCCCC;
	margin-top:10px;
	color:#FFF;
	display:none;
}

#dataerror
{
	position:relative;
	padding:10px;
	background-color: #CC3333;
	border:1px dashed #CCCCCC;
	margin-top:10px;
	color:#FFF;
}

#dataerror h1
{
	font-size:1.1em;
	color:#FFF;
}

#dateerrors h1
{
	font-size:1.1em;
	color:#FFF;
}

button
{
	font-size:2em;
}

.button
{
	font-size: 20px;
	color:#666;
	margin-top:20px;
}

#roomtype
{
	padding:10px;
	background-color: #ffffff;
	margin-top:10px;
	position:relative;
	border:2px solid #CCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;		
}

#roomtype h1
{
	color:#666;
	font-size:1.6em;
}

#chargeoptions-box
{
	display:block;
	float:left;
	width:250px;
	position:relative;
	padding:2px;
	background-color: #FFFFDF;
	border:1px dashed #CCCCCC;
	margin-top:10px;
	margin-right:9px;
	height:80px;
	text-align:center;
	clear:right;
}

#chargeoptions-price
{
	font-size:1.3em;
	position:absolute;
	top:5px;
	left:65px;
	background-color: #FFFFFF;
	border:1px dashed #CCCCCC;
	width:120px;
	height:20px;
	padding-bottom:5px;
	text-align: center;
}

#chargeoptions-descrip
{
	font-size:1em;
	position:absolute;
	top:35px;
	left:2px;
	background-color: #FFFFFF;
	border:1px dashed #CCCCCC;
	height:37px;
	padding:3px;
	text-align:center;
	width:242px;
}

#chargeoptions-descrip h2
{
	font-size:1.2em;
	color:#4FBB4F;
	padding:0px;
	margin:0px;
}

#clear
{
	clear:both;
}

#loading
{
	display:none;
	padding-top:10px;
	padding-bottom:10px;
}

#extrascontainer
{
	position:relative;
	padding:10px;
	background-color: #F5F5F5;
	margin-top:10px;
	border:3px solid #CCCCCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;		
}

#generalcontainer
{
	position:relative;
	padding:10px;
	background-color: #F5F5F5;
	margin-top:10px;
	border:3px solid #CCCCCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;		
}

#payment
{
	position:relative;
	padding:10px;
	background-color: #F5F5F5;
	margin-top:10px;
	border:3px solid #CCCCCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;		
}

.safety
{
	position:absolute;
	top:10px;
	right:10px;
}

.input
{
	width:200px;
}

#notavailable
{
	display:block;
	color:#C00;
	font-weight:bold;
	
}

#terms
{
	height:300px;
	overflow:scroll;
	border:4px solid #999;
	font-size:11px;
}

.petfriendly
{
	position:absolute;
	top:8px;
	right:5px;
}

#parkawards
{
	position:absolute;
	bottom:8px;
	right:5px;
}

.parkcolour
{
	color:#B0BA6E;
}


.roomimage
{
	margin-left:10px;
	border:2px solid #CCCCCC;
	margin-bottom:30px;
}

#accom
{
	display:none;
}


