#prices_list {
	margin: 0;
	padding: 0;	
}

#prices_list li {
	list-style: none;
	border-top: 1px solid #2f3f7f;
	margin-top: 1.25em;
	padding-top: 1.25em;
	clear: both;
}

#prices_list.packages-list li {
	clear: right;
}

#prices_list .first {
	border-top: none;
	_border-top: 1px solid #13204f;
	*border-top: 1px solid #13204f;
	margin: 0;
	padding: 0;
	clear: none;
}

#prices_list li li {
	border: none;
	padding: 0;
	margin: 0 0 0 12px;
	list-style: disc;
	clear: none;
}

#prices_list ul {
	margin-left: 0;
	margin-top: 0;
}

#prices_list h2,
#prices_list h3 {
	margin: 0 0 10px 0;
	color: #fff;
}

#prices_list h3 {
	margin-bottom: 0;
}

#prices_list p,
#prices_list h3,
#prices_list h2,
#prices_list ul {
	margin-left: 170px;
}

#prices_list.packages-list p,
#prices_list.packages-list h3,
#prices_list.packages-list h2,
#prices_list.packages-list ul {
	margin-left: 0
}

#prices_list.packages-list img {
	margin-bottom: 1em;
}

.disclaimer {
	border-top: 1px solid #2f3f7f;
	margin-top: 1em;
	padding-top: 1em;
	clear: both;
}


/* Rooms Price Boxes */
.right-column {
	float: right;
	width: 200px;
	margin-left: 1em;
}

.price-box {
	color: #fff;
}

.price-box table {
	width: 200px
}

.price-box th,
.price-box td {
	padding: 2px 12px;
}

.price-box th {
	text-align: right;
	font-weight: normal;
	width: 30px;
	padding-right: 4px;
}

.price-box td {
	font-weight: bold;
	text-align: center;
}

#prices_list .price-box ul {
	margin: 10px;
}

.season-title,
.price-box div {
	background: #3a4878;
	padding: 3px;
	text-align: center;
	color: #d1d8ef;
}

.season-title span {
	font-size: 80%;
	font-weight: normal;
	display: block;
}

.in-season {
	margin-bottom: 0;
}

.in-season td,
.in-season th {
	background: #25366d;
}

.in-season .season-title {
	background: url(../images/elements/price-box-top.png) center top no-repeat;
}

.off-season {
	background: url(../images/elements/price-box-bottom.png) center bottom no-repeat;
	padding-bottom: 5px;
	border-collapse: separate;
	padding-top: 10px;
}


/* Booking Button */
.package-booking-button a,
.booking-button a {
	background: url(../images/elements/button-bottom.png) center bottom no-repeat;
	width: 200px;
	clear: right;
	margin-bottom: 1em;
	text-align: center;
	text-decoration: none;
	display: block;
}

.package-booking-button span,
.booking-button span {
	background: url(../images/elements/button-top.png) center top no-repeat;
	padding: 6px 0;
	display: block;
}

.package-booking-button a {
	background: url(../images/elements/button-package-bottom.png) center bottom no-repeat;
	width: 280px;
	clear: both;
}

.package-booking-button a.centered {
	margin-left: auto;
	margin-right: auto;
	display: block;
	float: none;
}

.package-booking-button span {
	background: url(../images/elements/button-package-top.png) center top no-repeat;
	padding: 6px 0;
	display: block;
}
