@import './acc_links.css';

body#accommodation-rates h1 {
	margin-left:10px;
	}

body#accommodation-rates #content {
	padding:10px 0 5px;
	background-color:white;
	}
	
#rates {
	padding:0 0 10px;
	}

body#accommodation-rates #rates {
	padding:0 10px 10px;
	}

#rates h2 {
	margin-top:0;
	}

body#accommodation-rates #rates h2 {
	margin:10px 0 5px;
	padding-top:5px;
	}

table {
	width:100%;
	border-collapse:collapse;
	}

th, td {
	padding:5px;
	text-align:center;
	}

th {
	padding-top:0;
	color:#2d5897;
	border-bottom:2px solid #c0c0c0;
	}

td {
	border-bottom:1px solid #e0e0e0;
	}
	
td.num_guests {
	color:#2d5897;
	padding-right:0;
	text-align:right;
	}

.asterisk {
	padding-left:0;
	padding-right:5px;
	text-align:left;
	color:#2d5897;
	font-weight:bold;
	}

.bigredbutton { /* booking enquires */
/*	width:150px;
	height:auto;
	margin:20px auto 5px;
	border:1px solid;
	border-color:#b0b0b0 #c0c0c0 #c0c0c0 #b0b0b0;
	background:url(../images/right_arrow_white_red.jpg) 99% 50% no-repeat #b22222;
	text-align:center;*/
	}

#acc_links {
	margin-top:5px;
	}

