/* CSS Document */


/* Multi-Use */

ul #secnavbutns, #secnavbutns li, #secnavbutns li#selected, #secnavbutns a, #secnavbutns #selected a
	{
		margin: 0px;	
		padding: 0px;
	}
	
#secnavbutns a, #secnavbutns #selected a
	{
		text-decoration: none;
		padding: 7px;
		float: left;
		font-weight: bold;
	}
	
/* End of Multi-Use */


/* Normal Navigation Buttons */

#secondarynav
	{
		width: 601px;
		margin-bottom: 10px;
		height: 28px;
	}
	
#secnavbutns a
	{
		color: #000;
	}

#secnavbutns li
	{
		float: left;
		background: #ECEDEF url(/images/generic/top-sec.png) repeat-x;
		position: relative;
		border-bottom: solid 1px #7D4632;
	}
	
#secnavbutns li span
	{
		float: left;
		background: url(/images/generic/top-sec.png) repeat-y left;
		position: relative;	
	}
	
#secnavbutns li span span
	{
		background: url(/images/generic/top-sec.png) repeat-y right;
	}
	
#secnavbutns li span span span
	{
		background: url(/images/generic/top-left-sec.png) no-repeat left top;
	}
	
#secnavbutns li span span span span
	{
		background: url(/images/generic/top-right-sec.png) no-repeat right top;	
	}

/* End of Normal Navigation Buttons */


/* Selected Navigation Button */

#secnavbutns #selected a
	{
		color: #fff;
	}
	
#secnavbutns li#selected
	{
		float: left;
		background: #C98B74 url(/images/generic/top-sel-sec.png) repeat-x;
		position: relative;
		border-bottom: solid 1px #7D4632;
	}
	
#secnavbutns li#selected span
	{
		float: left;
		background: url(/images/generic/top-sel-sec.png) repeat-y left;
		position: relative;
	}
	
#secnavbutns li#selected span span
	{
		background: url(/images/generic/top-sel-sec.png) repeat-y right;	
	}
	
#secnavbutns li#selected span span span
	{
		background: url(/images/generic/top-left-sel-sec.png) no-repeat left top;
	}
	
#secnavbutns li#selected span span span span
	{
		background: url(/images/generic/top-right-sel-sec.png) no-repeat right top;	
	}

/* End of Selected Navigation Button */

h3 {
	margin-bottom: 10px;
}

div#key-points ul li {
	list-style-type: disc;
	list-style-position: inside;
	font-weight: bold;
	margin-bottom: 3px;
}

div#accom-details {
	margin-bottom: 7px;
	position: relative;
}

div#accom-details div.list-item {
	float: left;
	width: 50%;
	background: url(/images/generic/black-bullet.gif) 0 4px no-repeat;
}

div.list-pad {
	margin-left: 16px;
}

/* amendments 27/01/10 - DS */

#altBooking {float:right;}

#altBooking ul {margin-left:10px;}

#altBooking ul li {display:block;list-style:none !important;margin:0 0 3px 0 !important;padding:0 !important;background: #9BBB59 url(/images/greenBtn/left.jpg) repeat-y 0 0;}
#altBooking ul li.last {margin-bottom:0 !important;}

#altBooking ul li span {display:block;background: url(/images/greenBtn/bottom.jpg) repeat-x 0 100%;}
#altBooking ul li span span {background: url(/images/greenBtn/right.jpg) repeat-y 100% 0;}
#altBooking ul li span span span {background: url(/images/greenBtn/top-left.jpg) no-repeat 0 0;}
#altBooking ul li span span span span {background: url(/images/greenBtn/bottom-left.jpg) no-repeat 0 100%;}
#altBooking ul li span span span span span {background: url(/images/greenBtn/bottom-right.jpg) no-repeat 100% 100%;}
#altBooking ul li span span span span span span {background: url(/images/greenBtn/top-right.jpg) no-repeat 100% 0;}

#altBooking ul li a {display:block;text-decoration:none;color:#000;font-weight:bold;font-size:1.2em;height:32px;padding:5px 12px 0 10px;width:90px;}

#key-points {margin-bottom:12px;}

/* End of CSS Document */
