@charset "utf-8";

/* ----- Annual Passports */

.Tickets {
	padding: 56px 0px 11px;
}

.Key {
	float: left;
	width: 206px;
	margin-left: 6px;
}
.Key .TopSpace {
	height: 110px;
}
.Key .Item {
	height: 61px;
}
.Key .Item h6 {
	font-size: 16px;
	line-height: 22px;
	color: #333;
	font-weight: bold;
	margin: 0px;
	padding-top: 10px;
}
.Key .Item p {
	font-size: 12px;
	line-height: 18px;
	color: #555;
	margin: 0px;
	padding-top: 2px;
}

.Tickets .Terms {
	width: 755px;
	padding-top: 15px;
	float: left;
}
.Tickets .Terms .Column {
	width: 360px;
	float: left;
	margin-left: 10px;
}
.Tickets .Terms p {
	font-size: 11px;
	line-height: 18px;
}
.Tickets .Terms h4 {
	font-size: 12px;
	line-height: 17px;
	padding: 3px 0 5px;
}
.Tickets .Terms ul {
	margin: 0px;
	padding: 2px 30px 3px 0px;
	list-style-type: disc;
}
.Tickets .Terms ul li {
	font-size: 11px;
	line-height: 18px;
	color: #333;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 2px;
	list-style-type: disc;
}

.Ticket {
	float: left;
	width: 175px;
	margin-left: 6px;
	background-color: #EEE;
}
.Classic,.Francilien,.Fantasy,.DreamExtra {
	border-bottom: 1px 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;
	height: 110px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	position: relative;
}
.Ticket .Name .Image {
	position: absolute;
	left: 12px;
	top: -60px;
}
.Ticket .Name .Title {
	font-size: 27px;
	line-height: 30px;
	font-weight: bold;
	color: #FFF;
	margin: 0px;
	padding: 40px 13px 0px;
	display: block;
	text-align: center;
}
.Ticket .Name .SubTitle {
	font-size: 19px;
	line-height: 24px;
	font-weight: bold;
	margin: 0px;
	padding: 2px 13px;
	display: block;
	text-align: center;
}
.Classic .Name {
	background-color: #18b;
	text-shadow: 0px 1px 1px #069;
}
.Classic .Name .Title {
}
.Classic .Name .SubTitle {
	color: #CDF;
}
.Francilien .Name {
	background-color: #D33;
	text-shadow: 0px 1px 1px #B11;
}
.Francilien .Name .Title {
}
.Francilien .Name .SubTitle {
	color: #FCC;
}
.Fantasy .Name {
	background-color: #6B4;
	text-shadow: 0px 1px 1px #492;
}
.Fantasy .Name .Title {
}
.Fantasy .Name .SubTitle {
	color: #EFC;
}
.Dream .Name {
	background-color: #D82;
	text-shadow: 0px 1px 1px #B60;
}
.Dream .Name .Title {
}
.Dream .Name .SubTitle {
	color: #FEC;
}

.Ticket .Div {
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #FFF;
	margin: 0px 10px 2px;
	clear: both;
}

.Ticket .Item {
	height: 60px;
	text-align: center;
	font-size: 16px;
	line-height: 59px;
	font-weight: bold;
	border-bottom: 1px solid #DDD;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.Classic .Item {
	color: #18b;
}
.Francilien .Item {
	color: #D33;
}
.Fantasy .Item {
	color: #6B4;
}
.Dream .Item,.Ticket .ItemList li strong {
	color: #D82;
}

.Ticket .ItemList {
	border-bottom: 1px solid #DDD;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 10px;
}
.Ticket .ItemList p {
	font-size: 11px;
	font-style: italic;
	color: #666;
	margin: 0px;
}
.Ticket .ItemList ul {
	color: #555;
	margin: 0px 0px 0px 20px;
	padding: 0px;
	list-style: disc;
}
.Ticket .ItemList li {
	color: #555;
	margin: 4px 0px 0px;
	padding: 0px;
	list-style: disc;
	font-size: 12px;
	line-height: 17px;
}
