/* 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;	
	}
	
#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;
	padding: 0;
}

ul#accom-details {
	margin-bottom: 20px;
}

ul#accom-details li {
	list-style-type: none;
	background: url(/images/generic/black-bullet.gif) 0 4px no-repeat;	
	padding-left: 9px;
	margin: 0;
	width: 50%;
	float: left;
}



fieldset {
	padding: 0 10px 10px 10px;
	margin: 0;
}

legend {
	font-weight: bold;
	font-size: 14px;
	color: #000;
	padding: 0 10px 0 5px;
}

div#column-container {
	width: 581px;
	position: relative;
}

div#left-column {
	float: left;
	width: 280px;
	margin-right: 20px;
}

div#right-column {
	float: left;
	width: 280px;
	position: relative;
}

div#calc_container {
	margin-top: 5px;
}

div.r-l-column {
	float: left;
	font-weight: bold;
	width: 85px;
	margin-bottom: 5px;
	padding-top: 4px;
}

div.l-l-column {
	float: left;
	width: 171px;
	margin-bottom: 5px;
}

div.l-l-column select {
	width: 171px;
	font-size: 10px;
}

div#total_cost {
	text-align: center;
	margin: 10px 0;
}

div#submit_container {
	text-align: center;
}

div#calculate_container {
	text-align: center;
}

div#price-grid-row {
	position: relative;
}

div.price-grid-date {
	float: left;
	width: 50px;
}

div.price-grid-date div {
	margin: 3px;
}

div.price-grid-7 {
	float: left;
	width: 103px;
}

div.price-grid-7 div {
	margin: 3px;
}

div.price-grid-14 {
	float: left;
	width: 103px;
}

div.price-grid-14 div {
	margin: 3px;
}

div#room-type-container {
	margin: 5px 0 5px 0;
}

div#room-type-container select#room_type {
	width: 180px;
}

div#room-type-container select {
	width: 180px;
	font-size: 10px;
}

.alt {
	background-color: #ECEDF0;
}

div.price-grid-7 div.disabled {
	color: #C9C7BA;
}

div.price-grid-14 div.disabled {
	color: #C9C7BA;
}

span.price {
	font-size: 14px;
	font-weight: bold;
}
/* End of CSS Document */
