@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 {
	background: url(/planning/images/element_shine_white_30.png) repeat-x 0px -35px;
	width: 163px;
	font-size: 27px;
	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.Standard {
	background-color: #6A2;
	text-shadow: 0px 1px 1px #480;
}
.Plans ul li.RowTop li.Plus {
	background-color: #D25;
	text-shadow: 0px 1px 1px #B03;
}
.Plans ul li.RowTop li.Premium {
	background-color: #94A;
	text-shadow: 0px 1px 1px #728;
}
.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 {
	background-color: #EEE;
	width: 164px;
	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: 164px;
}
.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: 163px;
	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 10px;
	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: 74px;
}
.Plans ul li.RowPrice li.Price ul.Ages {
	padding: 12px 0px 0px 8px;
}
.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 #FFF;
}
.Plans ul li.RowPrice li.Price ul.Price {
	padding: 0px 0px 0px 8px;
}
.Plans ul li.RowPrice li.Price ul.Price li {
	font-size: 22px;
	line-height: 40px;
	text-shadow: 0px 1px 1px #DDD;
	font-weight: bold;
}
.Plans ul li.RowPrice li.Standard ul.Price li {
	color: #6A2;
}
.Plans ul li.RowPrice li.Plus ul.Price li {
	color: #D25;
}
.Plans ul li.RowPrice li.Premium ul.Price li {
	color: #94A;
}
