@charset "utf-8";

/* ----- Park Tickets */

.Tickets {
	padding: 2px 0px 11px;
}

.Ticket {
	float: left;
	width: 150px;
	margin-left: 6px;
	background-color: #EEE;
	border-bottom: 2px solid #DDD;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-bottom-left-border-radius: 4px;
	border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-bottom-right-border-radius: 4px;
}

.Ticket .Name {
	background: url(/planning/images/element_shine_white_30.png) repeat-x 0px -35px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.Ticket .Name .Title {
	font-size: 27px;
	line-height: 30px;
	font-weight: bold;
	color: #FFF;
	margin: 0px;
	padding: 10px 13px 0px;
	display: block;
}
.Ticket .Name .SubTitle {
	font-size: 14px;
	line-height: 19px;
	font-weight: bold;
	margin: 0px;
	padding: 0px 13px;
	display: block;
}
.Ticket .Name .Detail {
	font-size: 10px;
	line-height: 15px;
	font-style: italic;
	margin: 0px;
	display: block;
	padding: 2px 13px 0px;
}
.One .Name {
	height: 120px;
	background-color: #6B4;
}
.One .Name .Title {
	text-shadow: 0px 1px 1px #492;
}
.One .Name .SubTitle {
	color: #EFD;
	text-shadow: 0px 1px 1px #492;
}
.One .Name .Detail {
	color: #DEC;
}
.Hopper .Name {
	height: 120px;
	background-color: #C91;
}
.Hopper .Name .Title {
	text-shadow: 0px 1px 1px #A70;
}
.Hopper .Name .SubTitle {
	color: #FED;
	text-shadow: 0px 1px 1px #A70;
}
.Hopper .Name .Detail {
	color: #EDC;
}
.Offer .Name {
	height: 175px;
	background-color: #869;
}
.Offer .Name .Title {
	text-shadow: 0px 1px 1px #647;
}
.Offer .Name .SubTitle {
	color: #EDF;
	text-shadow: 0px 1px 1px #647;
}
.Offer .Name .Detail {
	color: #DCE;
}
.Event .Name {
	height: 175px;
	background-color: #777;
}
.Event .Name .Title {
	font-size: 18px;
	line-height: 20px;
	text-shadow: 0px 1px 1px #647;
}
.Event .Name .SubTitle {
	color: #EEE;
	text-shadow: 0px 1px 1px #647;
}
.Event .Name .Detail {
	color: #DDD;
}

.Ticket .Div {
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #FFF;
	margin: 0px 10px 2px;
	clear: both;
}

.Ticket .Prices ul {
	margin: 0px;
	list-style: none;
	clear: both;
}
.Ticket .Prices ul li {
	text-align: center;
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
	width: 70px;
}
.Ticket .Prices ul.Ages {
	padding: 10px 0px 0px 5px;
}
.Ticket .Prices ul.Ages li {
	font-size: 11px;
	font-weight: bold;
	color: #999;
	line-height: 20px;
	height: 20px;
	text-shadow: 0px 2px 0px #FFF;
}
.Ticket .Prices ul.Price {
	padding: 0px 0px 0px 5px;
}
.Ticket .Prices ul.Price li {
	font-size: 21px;
	line-height: 50px;
	height: 55px;
	text-shadow: 0px 1px 1px #CCC;
	font-weight: bold;
}
.Ticket .Pounds ul.Price li {
	color: #C35;
}
.Ticket .Euros ul.Price li {
	color: #08F;
}
.Ticket .Prices .Buy {
	clear: both;
	padding: 0px 0px 10px 10px;
}
.Ticket .Prices .Buy a {
	background: url(/planning/images/element_shine_white_30.png) repeat-x 0px -35px;
	font-size: 12px;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
	height: 30px;
	width: 130px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	display: block;
	color: #FFF;
}
.Ticket .Prices .Buy a:hover {
	background-position: 0px 0px;
}
.Ticket .Pounds .Buy a {
	background-color: #C35;
	border-bottom: 2px solid #A13;
	text-shadow: 0px 1px 1px #A13;
}
.Ticket .Euros .Buy a {
	background-color: #08F;
	border-bottom: 2px solid #06D;
	text-shadow: 0px 1px 1px #06D;
}
