@charset "utf-8";
/* ----- Half Board Meal Plans */
.Plans {
	padding: 0px 0px 13px 6px;
}
.Plans ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.Plans ul li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.Plans ul li li {
	float: left;
	margin-left: 0px;
}
.Plans ul li.RowTop li {
	height: 70px;
	margin-bottom: 2px;
}
.Plans ul li.RowTop li.Key {
	width: 354px;
}
.Plans ul li.RowTop li.Plan {
	width: 122px;
	font-size: 22px;
	line-height: 70px;
	font-weight: bold;
	color: #FFF;
	display: block;
	text-align: center;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin: 0px 0px 0px 4px;
}
.Plans ul li.RowTop li.Hotel {
	background-color: #7d9f44;
	text-shadow: 0px 1px 1px #5d7f24;
}
.Plans ul li.RowTop li.Standard {
	background-color: #cfb07f;
	text-shadow: 0px 1px 1px #af905f;
}
.Plans ul li.RowTop li.Plus {
	background-color: #840c14;
	text-shadow: 0px 1px 1px #640c04;
}
.Plans ul li.RowTop li.Premium {
	background-color: #c3a02c;
	text-shadow: 0px 1px 1px #a3800c;
}
.Plans ul li.Row li.Hotel {
	background-color: #e3e9d4;
}
.Plans ul li.Row li.Standard {
	background-color: #f0e6d7;
}
.Plans ul li.Row li.Plus {
	background-color: #ebd6cf;
}
.Plans ul li.Row li.Premium {
	background-color: #e3cf93;
}
.Plans ul li.RowTop li.Menu {
	width: 60px;
}
.Plans ul li.Row {
	clear: both;
}
.Plans ul li.Row li {
	height: 56px;
	margin-top: 2px;
}
.Plans ul li.Row li.Key {
	background-color: #EEE;
	width: 357px;
	border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-top-left-border-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-bottom-left-border-radius: 4px;
	position: relative;
}
.Plans ul li.Row li.Key .Image {
	height: 56px;
	width: 56px;
	display: block;
	float: left;
}
.Plans ul li.Row li.Key .Image .ImageBox {
	background: url(/planning/images/element_imagebox_50_halfboard.png) no-repeat 0px 0px;
	height: 52px;
	width: 52px;
	position: absolute;
	z-index: 50;
	display: block;
	left: 2px;
	top: 2px;
}
.Plans ul li.Row li.Key .Image .Colour {
	width: 3px;
	height: 50px;
	position: absolute;
	z-index: 45;
	display: block;
	left: 3px;
	top: 3px;
}
.Plans ul li.Row li.Key .Image .ImageImg {
	height: 50px;
	width: 50px;
	position: absolute;
	left: 3px;
	top: 3px;
	display: block;
}
.Plans ul li.Row li.Key .Info {
	height: 56px;
	width: 299px;
	display: block;
	float: left;
}
.Plans ul li.Row li.Key .Title {
	margin: 0px;
	padding: 8px 10px 1px 6px;
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	color: #444;
	text-shadow: 0px 1px 1px #FFF;
	display: block;
}
.Plans ul li.Row li.Key a .Title {
	color: #444;
	display: block;
}
.Plans ul li.Row li.Key a:hover .Title {
	color: #222;
	text-decoration: underline;
}
.Plans ul li.Row li.Key .Detail {
	margin: 0px;
	padding: 0px 10px 0px 6px;
	font-size: 11px;
	line-height: 17px;
	color: #666;
	display: block;
}
.Plans ul li.Row li.Key .Detail span {
	color: #C30;
}
.Plans ul li.Row li.Plan {
	width: 123px;
	border-left: 2px solid #F7F7F7;
}
.Plans ul li.Row li.Plan span {
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 55px;
	width: 123px;
}
.Plans ul li.Row li.Hotel span {
	background-image: url(/planning/images/image_halfboard_tick_hotel.png);
}
.Plans ul li.Row li.Standard span {
	background-image: url(/planning/images/image_halfboard_tick_standard.png);
}
.Plans ul li.Row li.Plus span {
	background-image: url(/planning/images/image_halfboard_tick_plus.png);
}
.Plans ul li.Row li.Premium span {
	background-image: url(/planning/images/image_halfboard_tick_premium.png);
}
.Plans ul li.Row li.Menu {
	width: 70px;
	border-left: 1px solid #FFF;
}
.Plans ul li.Row li.Menu a {
	background-color: #F7F7F7;
	font-size: 12px;
	line-height: 52px;
	font-weight: bold;
	color: #999;
	text-align: center;
	display: block;
	height: 52px;
	width: 70px;
	border: 2px solid #EEE;
	border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-top-right-border-radius: 4px;
	border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-bottom-right-border-radius: 4px;
	text-shadow: 0px 2px 1px #FFF;
}
.Plans ul li.Row li.Menu a:hover {
	color: #666;
	border-color: #DDD;
}
.Plans ul li.RowTopRepeat {
	clear: both;
	padding-top: 4px;
}
.Plans ul li.RowTopRepeat li {
	margin-bottom: 0px;
}
.Plans ul li.RowTopRepeat li.Key {
	font-size: 15px;
	line-height: 70px;
	font-weight: bold;
	color: #BBB;
	text-align: center;
}
.Plans ul li.RowPrice {
	clear: both;
	padding-top: 4px;
}
.Plans ul li.RowPrice li {
}
.Plans ul li.RowPrice li.Key {
	width: 354px;
}
.Plans ul li.RowPrice li.Key .Dates {
	font-size: 12px;
	line-height: 20px;
	color: #888;
	text-align: right;
	display: block;
	font-weight: bold;
	padding: 12px 20px 0px 0px;
}
.Plans ul li.RowPrice li.Key .Type {
	font-size: 15px;
	line-height: 80px;
	color: #666;
	text-align: right;
	display: block;
	padding-right: 20px;
	font-weight: bold;
}
.Plans ul li.RowPrice li.Price {
	background-color: #EEE;
	width: 122px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin: 0px 0px 0px 4px;
	padding: 0px 0px 4px;
}
.Plans ul li.RowPrice li.Price .Div {
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #FFF;
	margin: 0px 5px;
	clear: both;
}
.Plans ul li.RowPrice li.Price ul {
	margin: 0px;
	list-style: none;
	clear: both;
}
.Plans ul li.RowPrice li.Price ul li {
	text-align: center;
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
	width: 55px;
}
.Plans ul li.RowPrice li.Price ul.Ages {
	padding: 12px 0px 0px 5px;
}
.Plans ul li.RowPrice li.Price ul.Ages li {
	font-size: 11px;
	font-weight: bold;
	color: #999;
	line-height: 18px;
	height: 18px;
	text-shadow: 0px 2px 0px rgba(255,255,255,0.5);
}
.Plans ul li.RowPrice li.Price ul.Price {
	padding: 0px 0px 0px 5px;
}
.Plans ul li.RowPrice li.Price ul.Price li {
	font-size: 20px;
	line-height: 40px;
	text-shadow: 0px 1px 1px #DDD;
	font-weight: bold;
}
.Plans ul li.RowPrice li.Hotel ul.Price li {
	color: #7d9f44;
}
.Plans ul li.RowPrice li.Standard ul.Price li {
	color: #af905f;
}
.Plans ul li.RowPrice li.Plus ul.Price li {
	color: #840c14;
}
.Plans ul li.RowPrice li.Premium ul.Price li {
	color: #c3a02c;
}


.plan-prices {
	padding: 0px 0px 5px 0px;
}
.plan-dates {
	border: 2px solid #eab9c4;
	padding: 8px 8px 10px;
	border-radius: 5px;
	margin: 0px 0px 8px;
}
.plan-prices h4 {
	background-color: #902;
	color: #fff;
	line-height: 36px;
	padding: 3px 20px;
	margin: 0px;
	font-size: 18px;
	font-weight: bold;
	text-shadow: 0px 1px 1px #801;
	border-radius: 3px 3px 0px 0px;
}
.plan-prices h5 {
	background-color: #eab9c4;
	color: #a13;
	line-height: 30px;
	padding: 3px 20px;
	margin: -8px -8px 5px -8px;
	font-size: 14px;
	font-weight: bold;
}
.plan-prices ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.plan-prices li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.plan-prices .row-top-key {
	margin: 10px 0px 0px;
}
.plan-prices .row-top-key li {
	height: 36px;
	line-height: 14px;
	font-size: 12px;
	color: #766;
}
.plan-prices .row-top-key .plan-price {
	text-align: center;
}
.plan-prices .row-top {
	clear: both;
}
.plan-prices .row-top li {
	height: 30px;
	font-size: 12px;
	line-height: 30px;
	color: #766;
}
.plan-prices .price-ages {
	margin: 0px;
	list-style: none;
	clear: both;
	padding: 0px 0px 0px 2px;
}
.plan-prices .price-ages li {
	text-align: center;
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
	width: 109px;
	font-size: 14px;
	font-weight: bold;
	color: #766;
	line-height: 30px;
	text-shadow: 0px 2px 0px rgba(255,255,255,0.5);
	background-color: #EEE;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin: 0px 0px 0px 2px;
}
.plan-prices .row-top-key .price-ages li {
	line-height: 14px;
	font-size: 12px;
	color: #766;
	line-height: 30px;
	text-shadow: none;
	background-color: transparent;
}
.plan-prices .row-plan {
	clear: both;
	padding: 2px 0px 0px;
}
.plan-prices .row-plan-prices {
	clear: both;
	margin: 4px 0px 0px;
	background: #eee url(element_mealplans_pricegrid.png) repeat-y -8px 0px;
	display: block;
	border-radius: 4px;
}
.plan-prices .plan-name {
	width: 195px;
	float: left;
	display: block;
}
.plan-prices .plan-name span {
	width: 150px;
	height: 35px;
	display: block;
	padding: 20px;
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	color: #fff;
	border-radius: 4px;
	margin: 4px 0px 0px;
}
.plan-prices .plan-detail {
	width: 720px;
	float: left;
	display: block;
}
.plan-prices .plan-hotel {
	width: 270px;
	float: left;
	display: block;
}
.plan-prices .plan-hotel span {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	display: block;
	padding: 10px;
	font-size: 14px;
	line-height: 20px;
	color: #654949;
}
.plan-prices .plan-price {
	width: 225px;
	float: left;
	display: block;
}
.plan-prices .row-plan .plan-price {
	width: 220px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin: 0px 0px 0px 4px;
	padding: 0px 0px 7px;
}
.plan-prices .row-plan .plan-price .Div {
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #FFF;
	margin: 0px 5px;
	clear: both;
}
.plan-prices .row-plan .plan-price ul {
	margin: 0px;
	list-style: none;
	clear: both;
}
.plan-prices .row-plan .plan-price ul li {
	text-align: center;
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
	width: 105px;
}
.plan-prices .row-plan .plan-price .price-price {
	padding: 7px 0px 0px 5px;
}
.plan-prices .row-plan .plan-price .price-price li {
	font-size: 19px;
	line-height: 30px;
	font-weight: bold;
}
.plan-prices .row-plan .plan-price .price-eur {
	padding: 5px 0px 0px 5px;
}
.plan-prices .row-plan .plan-price .price-eur li {
	font-size: 16px;
	line-height: 26px;
}
.plan-prices .row-plan .plan-price .price-price li em {
	font-size: 16px;
	font-style: normal;
}
.plan-prices .breakfast .plan-name span {
	background-color: #a8a;
	text-shadow: 0px 1px 1px #868;
}
.plan-prices .hotel .plan-name span {
	background-color: #7d9f44;
	text-shadow: 0px 1px 1px #5d7f24;
}
.plan-prices .standard .plan-name span {
	background-color: #cfb07f;
	text-shadow: 0px 1px 1px #af905f;
}
.plan-prices .plus .plan-name span {
	background-color: #840c14;
	text-shadow: 0px 1px 1px #640c04;
}
.plan-prices .premium .plan-name span {
	background-color: #c3a02c;
	text-shadow: 0px 1px 1px #a3800c;
}
.plan-prices .price-eur li {
	color: #666;
}
.plan-prices .price-eur li em {
	color: #ccc;
}
.plan-prices .breakfast .price-gbp li {
	color: #959;
}
.plan-prices .hotel .price-gbp li {
	color: #6d8f34;
}
.plan-prices .standard .price-gbp li {
	color: #9f804f;
}
.plan-prices .plus .price-gbp li {
	color: #740c04;
}
.plan-prices .premium .price-gbp li {
	color: #b3901c;
}