/* ----- Resets ----- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{ margin: 0; padding: 0; border: 0; outline: 0; vertical-align: baseline; background: transparent; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: none; }

/* ----- Body styles ----- */

body {
	color: #7d7d7d;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 62.5%;
        margin: 10px 0 0;
}
a {
	color: #000;
	text-decoration: none; 
}
a:hover { 
	text-decoration: none; 
}
h1 {
	background: url(../img/bgd-content-h1.png) no-repeat bottom center;
	color: #444;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.9em;
	font-weight: normal;
	margin: 0 0 12px;
	padding: 0 0 10px;
}
h1 span {
	color: #ba483d;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.4em;
	font-weight: bold;
	padding: 5px 0 0;
	text-transform: uppercase;
}
h2 {
	background: url(../img/bgd-content-h1.png) no-repeat -80px bottom;
	color: #ba483d;
	font-size: 1em;
	font-weight: bold;
	margin: 0 0 10px;
	padding: 0 0 10px;
}
p {
	line-height: 1.4em;
}
.clear {
	height: 1px;
	clear: both;
	overflow: hidden;
	font-size: 0px;
	line-height: 0px;
}
ul.list {
	margin: 0 0 15px 10px;
}
ul.list li {
	color: #ba483d;
	line-height: 1.4em;
	list-style-type: disc;
	margin: 0 0 0 15px;
}
ul.list li span {
	color: #7d7d7d;
}
.page-break {
	height: 14px; 
	background: url(../img/bgd-page-break.gif) no-repeat;
	clear: both;
	display: block;
	margin: 20px 0;
}

/* ----- Rounded Corners (IE) ----- */

#module3col-image,
.advert.bottom,
#content,
#promos-small .promo,
#promos-small .promo a,
#promos-large .promo,
#promos-large .promo a,
#promos-large .promo.mpu,
.button-list .buttons ul li a,
.button-list-three .buttons ul li a,
body.splash #toolbar,
body.splash #promos-small .promo,
body.splash #promos-large .promo,
#module2col-image,
#module3col-image,
#modal,
#subnav,
#gallery ul li a,
#posters ul li a,
#posters a:hover span.over span.download span,
#games ul li a,
#promos ul li a,
#products-landing ul li a,
#products ul li a
{
    /* stops images dissappearing in ie8 */
    position: relative;
    /*behavior: url(/winnie-the-pooh/common/js/PIE.htc);*/
}

/*
#large-gallery-current {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 4px 8px #a6a6a6;
	-moz-box-shadow: 0px 4px 8px #a6a6a6;
	box-shadow: 0px 4px 8px #a6a6a6;
}
*/


/* ----- Structure ----- */

.advert {
	width: 728px;
	background: #fff url(../img/bgd-advert.gif) no-repeat;
	clear: both;
	margin: auto;
	padding: 0 0 0 10px;
}
.advert.top {
	margin: 0 auto;
}
.advert.middle {
	margin: 15px auto 10px;
}
.advert.bottom {
	width: 728px;
	height: 90px;
	clear: both;
	margin: 20px auto;
	padding: 0 0 0 10px;
}
.advert.ussite {
	background-image: none;
  padding: 0px;
	height: auto;
}
#header-disney {
	margin: 10px auto;
}
#wrapper {
	width: 994px;
	font-size: 1.4em;
	margin: auto;
	zoom: 1;
}

#menu-wrapper{
	width: 158px;
	float: left;
        /*padding: 10px 0 0 2px;*/
}

#menu {
	width: 158px;
	float: left;
	padding: 10px 0 5px 2px;
	position: relative;
	*z-index: 100; /* For .dropdown to appear correctly in IE7 */
}
#menu img.logo {
	width: 144px;
	/*height: 80px;*/
	display: block;
	margin: 0 0 0 5px;
	-webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
}
#menu a img.logo:hover {
	opacity: 0.8;
}
#logo-message {
	color: #c95d55;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 2px 5px 10px;
	text-align: center;
	text-shadow: 0px 0px 2px #ddc8a9;
}
#menu ul {
	clear: both;
}
#menu ul li {
	width: 154px;
	height: 26px;
	position: relative;
}
#menu ul li a {
	width: 146px;
	height: 22px;
	background: url(../img/bgd-menu-link.jpg) no-repeat;
	color: #464646;
	display: block;
	padding: 4px 4px 0;
	text-align: center;
	-webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
}
#menu ul li a span {
	position: relative;
	z-index: 15;
}
#menu ul li a:hover {
	color: #b74840;
}
#menu ul li.active {
	*height: 23px; /* IE7 Styles, below 2 don't affect anyone else */
	position: relative;
	z-index: 10;
}
#menu ul li.active a {
	width: 158px;
	height: 33px;
	background: url(../img/bgd-menu-link-active.png) no-repeat;
	color: #b74840;
	left: -6px;
	padding: 6px 4px 0;
	position: absolute;
	top: -2px;
	z-index: 10;
}
#menu ul li.large {
	height: 45px;
}
#menu ul li.large a {
	width: 144px;
	height: 41px;
	background: url(../img/bgd-menu-link-large.jpg) no-repeat;
	line-height: 1.1em;
	padding: 4px 5px 0;
}
#menu ul li.large.active a {
	width: 158px;
	height: 50px;
	background: url(../img/bgd-menu-link-active-large.png) no-repeat;
	color: #b74840;
	left: -6px;
	padding: 6px 4px 0;
	position: absolute;
	top: -2px;
	z-index: 10;
}
.dropdown {
	width: 186px;
	display: none;
	left: 154px;
	overflow: hidden;
	position: absolute;
	zoom: 1;
	z-index: 60;
}
.dropdown-top {
	width: 186px;
	height: 13px;
	background: url(../img/bgd-dropdown-top.png) no-repeat;
}
.dropdown-middle {
	width: 166px;
	background: url(../img/bgd-dropdown.png) no-repeat 50% 50%;	
	padding: 0 0 0 20px;
}
.dropdown-middle li {
	width: 150px !important;
	height: 28px !important;
        position: static !important;
}
.dropdown-middle li:hover {
	background: url(../img/bgd-dropdown-active.gif) no-repeat;
}
.dropdown-middle li a {
	width: 117px !important;
	height: 21px !important;
	background: none !important;
	font-size: 0.9em;
        line-height: 1.2em;
	margin: 0;
	padding: 7px 0 0 33px !important;
	text-align: left !important;
	-webkit-transition: all 0.0s linear !important;
        -moz-transition: all 0.0s linear !important;
        -o-transition: all 0.0s linear !important;
        transition: all 0.0s linear !important;
}
.dropdown-middle li a.music {
	background: url(../img/submenu-music.gif) no-repeat 6px 4px !important;
}
.dropdown-middle li a.music:hover {
	background-position: 6px -26px !important;
}
.dropdown-middle li a.books {
	background: url(../img/submenu-books.gif) no-repeat 4px 3px !important;
}
.dropdown-middle li a.books:hover {
	background-position: 4px -27px !important;
}
.dropdown-middle li a.movies {
	background: url(../img/submenu-movies.gif) no-repeat 7px 4px !important;
}
.dropdown-middle li a.movies:hover {
	background-position: 7px -26px !important;
}
.dropdown-middle li a.dvd {
	background: url(../img/submenu-dvd.gif) no-repeat 7px 4px !important;
}
.dropdown-middle li a.dvd:hover {
	background-position: 7px -26px !important;
}
.dropdown-middle li a.games {
	background: url(../img/submenu-games.gif) no-repeat 5px 3px !important;
}
.dropdown-middle li a.games:hover {
	background-position: 5px -27px !important;
}
.dropdown-middle li a.mobile {
	background: url(../img/submenu-mobile.gif) no-repeat 9px 4px !important;
}
.dropdown-middle li a.mobile:hover {
	background-position: 9px -26px !important;
}
.dropdown-middle li a.merchandise {
	background: url(../img/submenu-merchandise.gif) no-repeat 6px 4px !important;
}
.dropdown-middle li a.merchandise:hover {
	background-position: 6px -26px !important;
}
.dropdown-middle li a.food {
	background: url(../img/submenu-food.gif) no-repeat 7px 3px !important;
}
.dropdown-middle li a.food:hover {
	background-position: 7px -27px !important;
}
.dropdown-middle li a.store {
	background: url(../img/submenu-store.gif) no-repeat 10px 3px !important;
}
.dropdown-middle li a.store:hover {
	background-position: 10px -27px !important;
}
.dropdown-middle li a.stationary {
	background: url(../img/submenu-stationary.gif) no-repeat 6px 4px !important;
}
.dropdown-middle li a.stationary:hover {
	background-position: 6px -26px !important;
}
.dropdown-middle li a.cast {
	background: url(../img/submenu-cast.gif) no-repeat 6px 4px !important;
}
.dropdown-middle li a.cast:hover {
	background-position: 6px -27px !important;
}
.dropdown-middle li a.gallery {
	background: url(../img/submenu-gallery.gif) no-repeat 6px 4px !important;
}
.dropdown-middle li a.gallery:hover {
	background-position: 6px -26px !important;
}
.dropdown-middle li a.posters {
	background: url(../img/submenu-poster.gif) no-repeat 9px 4px !important;
}
.dropdown-middle li a.posters:hover {
	background-position: 9px -25px !important;
}
.dropdown-middle li a.trailers {
	background: url(../img/submenu-trailers.gif) no-repeat 3px 3px !important;
}
.dropdown-middle li a.trailers:hover {
	background-position: 3px -27px !important;
}
.dropdown-bottom {
	width: 186px;
	height: 13px;
	background: url(../img/bgd-dropdown-bottom.png) no-repeat bottom;
}

.sponsor-promo {
	width: 148px;
	margin: 5px 0 0 2px;
}
.page-sponsor-promo {
	margin: 5px 0 0 4px;
}
#menu-wrapper img{
    margin: 0 0 0 2px;
}

#container {
	width: 821px;
	min-height: 435px;
	height: auto !important;
	height: 435px;
	background: url(../img/bgd-container.jpg) no-repeat bottom;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 6px;
	padding: 0 5px 11px;
	position: relative;
	zoom: 1;
}
#container.empty {
	background: none;
}
#content {
	width: 821px;
	min-height: 435px;
	background: url(../img/bgd-content.jpg) no-repeat bottom center;
	overflow: hidden;
	position: relative;
	zoom: 1;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
#content.empty {
	background: none;
}
#content.games {
    /* This needs to be relative for PIE.js to work in IE
	position: static;
    */
}

#content-loader-animation, #gallery-loader-animation {
        display: none;
        position: absolute;
        top: 44%;
        left: 49%;
}
#content #generic-loader-animation {
        display: none;
        position: absolute;
        top: 50%;
        left: 35%;
}
#content p {
	margin: 0 0 15px;
}
#content-back {
	font-family: Georgia, "Times New Roman", Times, serif;
	left: 20px;
	position: absolute;
	top: 20px;
	z-index: 1;
}
#content-back a {
	background: url(../img/btn-link-left.gif) no-repeat;
	color: #b74840;
	display: block;
	padding: 1px 0 3px 25px;
}
#content-back a:hover {
	text-decoration: underline;
}
#content-back.game {
        padding-bottom: 10px;
        position: static;
}
#content-menu {
	min-height: 36px;
	margin: 0 0 15px;
	overflow: hidden;
	padding: 10px 0 0;
	zoom: 1;
    /* Higher than html5 video player 8*/
    z-index: 65;
}
#content-menu ul {
	overflow: hidden;
}
#content-menu ul li {
	height: 36px;
	display: block;
	float: left;
	margin: 0 10px 0 0;
}
#content-menu ul li.end {
	margin: 0;
}
#content-menu ul li a {
	height: 36px;
	cursor: pointer;
	color: #b74840;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	float: left;
	padding: 0 0 0 12px;
	text-shadow: 0px 1px 0px #ffffff;
}
#content-menu ul li a:hover,
#content-menu ul li.active a {
	background: url(../img/btn-content-menu-left.gif) no-repeat;
}
#content-menu ul li a img {
	display: block;
	float: left;
	margin: 2px 7px 0 0;
}
#content-menu ul li a.two-lines span {
	height: 27px;
	line-height: 0.9em;
	padding: 4px 12px 5px 0 !important;
	text-align: center;
        white-space: nowrap;
}
#content-menu ul li a span {
	height: 21px;
	display: block;
	float: left;
	padding: 10px 12px 5px 0;
}
#content-menu ul li a:hover span,
#content-menu ul li.active span {
	background: url(../img/btn-content-menu-right.gif) no-repeat right;
}

/* ----- Reduced content menu widths ----- */

#content-menu ul.reduced li {
	margin: 0 4px 0 0 !important;
}
#content-menu ul.reduced li a {
	padding: 0 0 0 8px;
}
#content-menu ul.reduced li a img {
	margin: 2px 5px 0 0;
}
#content-menu ul.reduced li a.two-lines span {
	padding: 4px 8px 5px 0;
}
#content-menu ul.reduced li a span {
	padding: 10px 8px 5px 0;
}

/* ----- Content menu (Games) ----- */

#content-menu.games {
	width: 100%;
	float: left;
	overflow: hidden;
	position: relative;
}
#content-menu.games ul {
	float: left;
	left: 50%;
	list-style: none;
	margin: 0;
	overflow: visible;
	padding: 0;
	position: relative;
}
#content-menu.games ul li {
	display: block;
	float: left;
	margin: 0 10px 0 0;
	position: relative;
	right: 50%;
}
#content-menu.games ul li.end {
	margin: 0;
}
#content-menu.games ul li a {
	width: 117px;
	height: 27px;
	background: url(../img/btn-content-menu-centered.jpg) no-repeat 0 0;
	padding: 9px 0 0;
	text-align: center;
}
#content-menu.games ul li a.two-lines {
	height: 34px;
	padding: 2px 0 0;
}
#content-menu.games ul li.active a,
#content-menu.games ul li a:hover {
	background-position: -117px 0;
}

/* ----- Content menu (Centered) ----- */

#content-menu.centered {
	width: 100%;
	float: left;
	overflow: hidden;
        padding: 0px !important;
	position: relative;
}
#content-menu.centered ul {
	float: left;
	left: 50%;
	list-style: none;
	margin: 0;
	overflow: visible;
	padding: 0;
	position: relative;
}
#content-menu.centered ul li {
	display: block;
	float: left;
	margin: 0 50px 0 0;
	position: relative;
	right: 50%;
}
#content-menu.centered ul li.end {
	margin: 0;
}

/* ----- Content menu (Centered Rows) ----- */

#content-menu.centered-rows {
	width: 100%;
	float: left;
	overflow: hidden;
	position: relative;
}
#content-menu.centered-rows ul {
	float: left;
	left: 50%;
	list-style: none;
	margin: 0;
	overflow: visible;
	padding: 0;
	position: relative;
}
#content-menu.centered-rows ul li {
	display: block;
	float: left;
	margin: 0 10px 5px 0;
	position: relative;
	right: 50%;
}
#content-menu.centered-rows ul li.end {
	margin: 0;
}
#toolbar {
	width: 994px;
	height: 30px;
	clear: both;
	position: relative;
    zoom: 1;
}
#toolbar-inner {
	width: 100%;
	float: left;
	overflow: hidden;
	position: relative;
	zoom: 1;
}
#toolbar ul {
	float: left;
	left: 50%;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
}
#toolbar ul li {
	display: block;
	float: left;
	margin: 0 16px 0 0;
	padding: 0;
	position: relative;
	right: 50%;
}
#toolbar ul li a {
	height: 23px;
	background: url(../img/bgd-toolbar-link.gif) no-repeat right 11px;
	color: #979797;
	display: block;
	float: left;
	padding: 7px 14px 1px 33px;
}
#toolbar ul li a:hover {
	text-decoration: underline;
}
#toolbar ul li.tickets {
	background: url(../img/bgd-toolbar-tickets.gif) no-repeat;
}
#toolbar ul li.tickets a {
	padding-left: 44px;
}
#toolbar ul li.date {
	background: url(../img/bgd-toolbar-date.gif) no-repeat;
}
#toolbar ul li.friends {
	background: url(../img/bgd-toolbar-friends.gif) no-repeat 0 3px;
}
#toolbar ul li.bookmark {
	background: url(../img/bgd-toolbar-bookmark.gif) no-repeat;
}
#toolbar ul li.register {
	background: url(../img/bgd-toolbar-register.gif) no-repeat;
}
#toolbar ul li.register a {
	padding-left: 40px;
}
#toolbar ul li.social {
	background: url(../img/bgd-toolbar-social.gif) no-repeat right 3px;
	margin: 0 13px 0 0;
	overflow: hidden;
	padding: 3px 6px 0 0;
}
#toolbar ul li.social a {
	width: 27px;
	height: 27px;
	display: block;
	float: left;
	margin: 0 7px 0 0;
	padding: 0;
	text-indent: -10000px;
}
#toolbar ul li.social a:hover {
	opacity: 0.8;
	-webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
}
#toolbar ul li.social a.facebook {
	background: url(../img/btn-facebook.gif) no-repeat 0 1px;
}
#toolbar ul li.social a.twitter {
	background: url(../img/btn-twitter.gif) no-repeat;
}
#toolbar ul li.social a.youtube {
	background: url(../img/btn-youtube.gif) no-repeat;
	margin: 0;
}
#facebook,
#twitter {
	height: 43px;
	display: none;
	overflow: visible;
	position: absolute;
	z-index: 5;
}
.fb_edge_widget_with_comment {
        top: -23px;
        left: 84px;
        position: absolute !important;
}
div.connect_widget_number_cloud {
        width: 43px;
}
div.connect_widget {
        width: 50px;
}
#facebook {
	width: 133px;
	background: url(../img/bgd-facebook.png) no-repeat;
	padding: 16px 0 0 17px;
	right: -5px;
	top: -52px;
}
#twitter {
	width: 137px;
	background: url(../img/bgd-twitter.png) no-repeat;
	padding: 18px 0 0 21px;
	right: -34px;
	top: -54px;
}
#facebook a,
#twitter a {
	height: 23px;
	cursor: pointer;
	display: block;
	float: left;
	margin: 0 4px 0 0;
	text-indent: -10000px;
}
#facebook a.share {
	width: 63px;
        height: 20px;
	background: url(../img/btn-facebook-share.gif);
        margin-top: 1px;
        background-repeat: no-repeat;
}
#facebook a.like {
	width: 49px;
	background: url(../img/btn-like-US.gif) no-repeat;
	margin: 0;
}
#twitter a.site {
	width: 61px;
	background: url(../img/btn-twitter-site.gif) no-repeat;
}
#twitter a.tweet {
	width: 55px;
	background: url(../img/btn-twitter-tweet.gif) no-repeat;
	margin: 0;
}
#promos-small {
	width: 984px;
	*float: left;
	padding: 15px 5px 0;
        *position: relative;
	zoom: 1;
}
#promos-small .promo {
	width: 318px;
	height: 126px;
	background-color: #f6efd3;
	margin: 0 15px 0 0;
	float: left;
	line-height: 1.8em;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 4px 8px #a6a6a6;
	-moz-box-shadow: 0px 4px 8px #a6a6a6;
	box-shadow: 0px 4px 8px #a6a6a6;
}
#promos-small .promo a {
	width: 143px;
	height: 109px;
	background-repeat: no-repeat;
	cursor: pointer;
	display: block;
	padding: 17px 15px 0 160px;
	text-align: center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
}
#promos-small .promo a:hover {
	opacity: 0.8;
}
#promos-small .promo a span.title {
	background-position: bottom center;
	background-repeat: no-repeat;
	display: block;
	font-size: 1.6em;
	font-weight: bold;
	margin: 0 0 8px;
	padding: 0 0 8px;
}
#promos-small .promo a span.content {
	height: 33px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.1em;
	overflow: hidden;
}
#promos-small .promo.right a {
	width: 143px;
	height: 109px;
	padding: 17px 160px 0 15px;
}
#promos-small .promo.center a {
	width: 308px;
	height: 119px;
	padding: 7px 5px 0;
}
#promos-small .promo.end {
	margin: 0;
}
#promos-large {
	width: 984px;
	*float: left;
	padding: 15px 5px 15px;
        *position: relative;
	zoom: 1;
}
#promos-large .promo {
	width: 318px;
	height: 269px;
	background-color: #fefefe;
	margin: 0 15px 0 0;
	float: left;
	text-align: center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 4px 8px #a6a6a6;
	-moz-box-shadow: 0px 4px 8px #a6a6a6;
	box-shadow: 0px 4px 8px #a6a6a6;

}
#promos-large .promo a {
	width: 318px;
	height: 249px;
	background-repeat: no-repeat;
	cursor: pointer;
	display: block;
	padding: 20px 0 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
}
#promos-large .promo a:hover {
	opacity: 0.8;
}
#promos-large .promo a span.title {
	background-position: bottom center;
	background-repeat: no-repeat;
	display: block;
	font-size: 1.6em;
	font-weight: bold;
	margin: 0 0 8px;
	padding: 0 0 8px;
}
#promos-large .promo a span.content {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.1em;
}
#promos-large .promo.mpu {
	width: 316px;
	height: 267px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
#promos-large .promo.mpu span {
	width: 300px;
	height: 267px;
	display: block;
	padding: 0 8px;
}
#promos-large .promo.mpu a {
	width: auto;
	height: auto;
	cursor: pointer;
	display: inline;
	padding: 0;
}
#promos-large .promo.mpu a:hover {
	opacity: 1;
}
#promos-large .promo.mpu span.ad {
	width: 300px;
	height: 10px;
	background: #ccc url(../img/bgd-promo-ad.gif) no-repeat;
	display: block;
        margin: auto;
        padding: 0;
}
#promos-large .promo.end {
	margin: 0;
}
#footer {
	width: 960px;
	color: #9b9b9b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0 0 20px;
	padding: 40px 0 0;
	text-align: center;
}
#footer a {
	color: #9b9b9b;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
}
#footer-disney {
	width: 994px;
	height: 100px;
	margin: 10px auto 0;
}
#footer-disney table td {
	padding: 0 10px 10px 0;
}
#footer-disney table td a {
	color: #9b9b9b;
	text-decoration: underline;
}
#footer-disney table td a:hover {
	text-decoration: none;
}
.button-list {
	overflow: hidden;
	padding: 20px 0 0;
}
.button-list .buttons {
	width: 100%;
	float: left;
	padding: 0 0 3px;
	position: relative;
}
.button-list .buttons ul {
	float: left;
	left: 50%;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
}
.button-list .buttons ul li {
    height: 23px;
	display: block;
	float: left;
	margin: 0 15px 0 0 !important;
	padding: 0;
	position: relative;
	right: 50%;
}
.ajax-button-list .buttons ul li {
	height: auto;
}
.button-list .buttons ul li.end {
	margin: 0 !important;
}
.button-list .buttons ul li a {
	width: 104px;
	height: 23px;
	background: url(../img/btn-buttons.gif) repeat-x;
	border: 1px solid #c9c9c9;
	color: #cd6960 !important;
	cursor: pointer;
	display: block;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 10px 0 0;
	position: relative;	
	text-align: center;
	text-decoration: none !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 4px #a6a6a6;
	-moz-box-shadow: 0px 0px 4px #a6a6a6;
	box-shadow: 0px 0px 4px #a6a6a6;

}
.button-list .buttons ul li.large {
	margin: 0 !important;
}
.button-list .buttons ul li.large a {
	width: 250px;
	height: 23px;
	background: url(../img/btn-buttons.gif) repeat-x;
}
.button-list .buttons ul li a.two-lines {
	width: 104px;
	height: 31px;
	padding: 2px 0 0;
}
.button-list .buttons ul li a:hover {
	text-decoration: underline !important;
}
.button-list-three {
	overflow: hidden;
	padding: 20px 0 0;
}
.button-list-three .buttons {
	width: 100%;
	float: left;
	padding: 0 0 3px;
	position: relative;
}
.button-list-three .buttons ul {
	float: left;
	left: 50%;
	list-style: none;
	margin: 0 !important;
	padding: 0;
	position: relative;
	text-align: center;
}
.button-list-three .buttons ul li {
	display: block;
	float: left;
	margin: 0 5px 0 0 !important;
	padding: 0;
	position: relative;
	right: 50%;
}
.button-list-three .buttons ul li.end {
	margin: 0 !important;
}
.button-list-three .buttons ul li a {
	width: 80px;
	height: 36px;
	background: url(../img/btn-buttons.gif) repeat-x;
	border: 1px solid #c9c9c9;
	color: #cd6960 !important;
	cursor: pointer;
	display: block;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 10px 0 0;
	position: relative;
	text-align: center;
	text-decoration: none !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 4px #a6a6a6;
	-moz-box-shadow: 0px 0px 4px #a6a6a6;
	box-shadow: 0px 0px 4px #a6a6a6;

}
.button-list-three .buttons ul li a.two-lines {
	width: 80px;
	height: 31px;
	padding: 2px 0 0;
}
.button-list-three .buttons ul li a:hover {
	text-decoration: underline !important;
}

/* ----- Splash Page ----- */

body.splash .promo,
body.splash .promo a,
body.splash .advert {
	position: relative;
}
body.splash #back-wrapper {
	width: 100%;
	/*background: url(../img/bgd-body-splash.jpg) repeat-x;*/
        background: url(../img/bgd-body-splash-us.gif) no-repeat;
        background-position: top center;
	display: table;
}
body.splash #splash-wrapper {
	width: 100%;
	/*background: url(../img/bgd-enter-wall.jpg) no-repeat;*/
	/*background: url(../img/bgd-enter.jpg) no-repeat;*/
        background-position: top center;
        background-repeat: no-repeat;
        display: table;
}
body.splash #container {
	width: 514px;
	background: none;
	float: none;
	margin-left: auto;
	margin-right: auto;
	padding: 0 0 0 430px;
	position: relative;
}

body.splash.splash-html #container {
  padding-left: 0;
  float:left;
  height: 560px !important;
}

body.splash.splash-html #custom-splash-html {
  float: left;
  position: relative;
  width: 425px;
  z-index: 50;
}
body.splash.splash-html p.btn-enter {
  margin: 0;
  text-align: left;
  position: absolute;
  bottom: 0;
  left: 0;
}
body.splash.splash-html #custom {
  padding: 40px 20px;
  width: auto;
}
body.splash #container.center {
	width: 729px;
        padding: 0 0 20px 215px;
}
body.splash #container.center #logo-message {
        display: none;
}
body.splash #container.center #splash-video {
        margin: 0 0 210px;
}
body.splash #container.center p.btn-enter {
        width: 520px;
        display: block;
        margin: 0;
}
body.splash #logo-message {
	width: 160px;
	font-size: 1.3em;
	left: -20px;
	padding: 0;
	position: absolute;
	top: 135px;
}
body.splash #toolbar {
	width: 984px;
	height: 35px;
	background: url(../img/bgd-toolbar-splash.jpg) no-repeat;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	padding: 5px 0 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 4px 8px #828282;
	-moz-box-shadow: 0px 4px 8px #828282;
	box-shadow: 0px 4px 8px #828282;

}
body.splash #promos-small .promo {
	-webkit-box-shadow: 0px 4px 8px #828282;
	-moz-box-shadow: 0px 4px 8px #828282;
	box-shadow: 0px 4px 8px #828282;

}
body.splash #promos-large .promo {
	-webkit-box-shadow: 0px 4px 8px #828282;
	-moz-box-shadow: 0px 4px 8px #828282;
	box-shadow: 0px 4px 8px #828282;

}
body.splash #footer {
	padding: 100px 0 0;
}
body.splash #splash-video {
	width: 512px;
	height: 310px;
	margin: 0 0 7px;
	padding: 40px 0 0;
}
body.splash p.btn-enter {
	margin: auto;
	text-align: center;
}
body.splash p.btn-enter a {
	height: 59px;
	background: url(../img/btn-enter-right.png) no-repeat top right;
	color: #c9665e;
	cursor: pointer;
	display: inline-block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-weight: bold;
        padding: 0 34px 0 0;
	text-align: center;
}
body.splash p.btn-enter a:hover span {
	text-decoration: underline;
}
body.splash p.btn-enter a span {
	height: 45px;
	background: url(../img/btn-enter-left.png) no-repeat top left;
	display: inline-block;
	padding: 14px 10px 0 30px;
}
.watch-again {
        width: 200px;
        display: none;
        left: 375px;
        position: absolute;
        text-align: center;
        top: 190px;
}
.watch-again a {
	background: url(../img/btn-watch-again.gif) no-repeat top right;
        color: #979797;
        display: inline-block;
        font-weight: bold;
        padding: 0 20px 5px 0;
}

/* ----- Scroller ----- */

.jScrollPaneContainer {
	overflow: hidden;
	position: relative;
}
.jScrollPaneTrack {
	background: url(../img/scroller/bgd-track.png) no-repeat;
	cursor: pointer;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
}
#module2col-text .jScrollPaneTrack{
	background: url(../img/scroller/bgd-track-music.png) no-repeat;
}
#activities .jScrollPaneTrack{
	background: url(../img/scroller/bgd-track-activities.png) no-repeat;
}
#module3col-text .jScrollPaneTrack{
	background: url(../img/scroller/bgd-track-module.png) no-repeat;
}
.jScrollPaneDrag {
	background: url(../img/scroller/bgd-handle.png) no-repeat;
	cursor: pointer;
	overflow: hidden;
	position: absolute;
	margin: 0px;
	display: block;
}
.jScrollPaneDragTop {
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
}
.jScrollPaneDragBottom {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
}
a.jScrollArrowUp {
	display: block;
	height: 5px;
	overflow: hidden;
	position: absolute;
	right: 0;
	text-indent: -2000px;
	top: 0;
	z-index: 1;
}
a.jScrollArrowUp:hover {
}
a.jScrollArrowDown {
	bottom: 0;
	display: block;
	height: 5px;
	overflow: hidden;
	position: absolute;
	right: 0;
	text-indent: -2000px;
	z-index: 1;
}
a.jScrollArrowDown:hover {
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
}
a.jScrollArrowUp {
	background: url(../img/scroller/bgd-track.png) repeat-y;
}
a.jScrollArrowDown {
	background: url(../img/scroller/bgd-track.png) repeat-y;
}

/* ----- Modules ----- */

#module2col-image {
	width: 350px;
	height: 325px;
	float: left;
	margin: 0 30px 0 0;
	overflow: hidden;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 8px #a6a6a6;
	-moz-box-shadow: 0px 0px 8px #a6a6a6;
	box-shadow: 0px 0px 8px #a6a6a6;
        position: relative;
}
#module2col-text {
	width: 390px;
	/*height: 311px;*/
	float: left;
	padding: 10px 0 0;
}
#module2col-text h1 {
	background-position: -30px bottom;
}
#module2col-text a {
	color: #7d7d7d;
	text-decoration: underline;
}
#module2col-text a:hover {
	color: #7d7d7d;
	text-decoration: none;
}
#module2col-text ul {
	margin: 0 0 15px;
}
#module2col-text ul li {
	list-style: disc;
	margin: 0 0 5px 17px;
}
#module2col-scroller {
	width: 380px;
	height: 200px;
	overflow: auto;
	padding: 0 10px 0 0;
}
#module2col-text .button-list {
	padding: 30px 0 0;
}
#module2col-text p {
        line-height: 1.3em;
}
#module3col-image {
	width: 215px;
	height: 315px;
	float: left;
	margin: 0 30px 0 0;
	overflow: hidden;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 8px #a6a6a6;
	-moz-box-shadow: 0px 0px 8px #a6a6a6;
	box-shadow: 0px 0px 8px #a6a6a6;
}
#module3col-text {
	width: 265px;
	/*height: 315px;*/
	float: left;
	overflow: hidden;
	padding: 10px 0 0;
}
#module3col-text h1 {
	background-position: -200px bottom;
}
#module3col-text a {
	color: #7d7d7d;
	text-decoration: underline;
}
#module3col-text a:hover {
	color: #7d7d7d;
	text-decoration: none;
}
#module3col-text ul {
	margin: 0 0 15px;
}
#module3col-text ul li {
	list-style: disc;
	margin: 0 0 5px 17px;
}
#module3col-scroller {
	width: 255px;
	height: 190px;
	overflow: auto;
	padding: 2px 10px 0 0;
}
#modal {
	width: 420px;
	height: 325px;
	background: #fff;
	border: 1px solid #d0cfcd;
	display: none;
	margin: 0 0 0 175px;
	overflow: hidden;
	position: absolute;
	z-index: 5;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 4px #c5c5c5;
	-moz-box-shadow: 0px 0px 4px #c5c5c5;
	box-shadow: 0px 0px 4px #c5c5c5;

}
#modal-inner {
	width: 420px;
	height: 325px;
	overflow: hidden;
	position: relative;
}
#modal-inner a.close {
	width: 20px;
	height: 21px;
	background: url(../img/btn-close.png) no-repeat;
	cursor: pointer;
	display: block;
	position: absolute;
	text-indent: -10000px;
	top: 7px;
	right: 7px;
	z-index: 10;
}

/* ----- Home ----- */

h1.home-flash {
	background: none;
	font-size: 4em;
	padding: 40px 0 20px;
	text-align: center;
}
ul.home-flash {
	width: 400px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	margin: auto;
	overflow: hidden;
}
ul.home-flash li {
	height: 45px;
	margin: 0 0 10px;
	overflow: hidden;
}
ul.home-flash li a {
	color: #7d7d7d;
	-webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
}
ul.home-flash li a:hover {
	color: #b74840;
}
ul.home-flash li a img {
	width: 45px;
	height: 44px;
	display: block;
	float: left;
	margin: 0 15px 0 0;
}
ul.home-flash li a span {
	background: url(../img/btn-home-flash.gif) no-repeat right 13px;
	display: block;
	float: left;
	padding: 8px 30px 0 0;
}

/* ----- Flash Module Alternative HTML ----- */

#flash-holder #flashAlt h3,p strong{
        color: #B74840;
}

/* ----- Feature Film ----- */

#upgrade {
	width: 300px;
	background: #ebebeb;
	background: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.26, rgb(235,235,235)),
	    color-stop(0.63, rgb(255,255,255))
	);
	background: -moz-linear-gradient(
	    center bottom,
	    rgb(235,235,235) 26%,
	    rgb(255,255,255) 63%
	);
	border: 1px solid #525252;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 90px auto 0;
	padding: 20px 30px 5px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 4px #a6a6a6;
	-moz-box-shadow: 0px 0px 4px #a6a6a6;
	box-shadow: 0px 0px 4px #a6a6a6;
}
#upgrade p strong {
	color: #b74840;
}
#content.feature-film {
	width: 771px;
	overflow: hidden;
	padding: 0 25px;
}
#content.trailers {
	width: 821px;
	background: url(../img/bgd-videos.jpg) no-repeat bottom center;
	overflow: hidden;
	padding: 0;
}
#content.trailers #content-menu {
	padding-left: 25px;
}
#gallery-wrapper {
        clear: both;
}
#gallery-wrapper #selector-left,
#gallery-wrapper #selector-right {
	top: 225px;
}
#gallery-large #selector-large-left,
#gallery-large #selector-large-right {
    top: 225px;
}
#gallery-large p {
    position: absolute;
    left: 100px;
    top: 61px;
    text-align: right;
}
#gallery-large #gallery-close {
    width: 20px;
    height: 21px;
    position: absolute;
    right: 0px;
    top: 0px;
}
#gallery-large #gallery-close a {
	width: 20px;
	height: 21px;
	background: url(../img/btn-close.png) no-repeat;
	display: block;
	text-indent: -10000px;
}
#gallery-large {
    display: none;
}
#gallery-large-holder {
	width: 620px;
	height: 305px;
	top: 35px;
	left: 0px;
	position: relative;
	margin-left : auto;
	margin-right : auto;
	overflow: hidden;
}
#ajax-module{
    width: 100%;
	position: absolute;
    left: 0px;
    top: 10px;
}

.ajax-module-thin{
    width: 560px !important;
}

.ajax-module-thin .ajax-button-list{
    display:none;
}

#audio-holder{
    width: 100%;
	position: relative;
	margin-left : auto;
	margin-right : auto;
    margin-top: 50px;
    z-index: 55;
}

#ajax-opacity{
    display:none;
    position:absolute;
    margin-top: 40px;
    top: 0px;
    left: 0px;
    height:350px;
    width: 100%;
    background: white;
}

#audio-content {
    position:relative;
    top: 0px;
    left: 195px;
}

.audio-content-noflash {
    left: 0px !important;
    top: 45px !important;
}

#audio-close{
    display:none;
    width: 20px;
    height: 21px;
    position: absolute;
    right: 237px;
    top: 15px;
    z-index: 50;
}

#audio-close a{
	width: 20px;
	height: 21px;
	background: url(../img/btn-close.png) no-repeat;
	display: block;
	text-indent: -10000px;
}

#video-holder {
    position: relative;
    z-index: 55;
    top: -10px;
}

.video-holder-ajax {
    left: -5px !important;
    top: -28px !important;
}

.video-holder-container {
	margin-top: 70px;
	margin-bottom: -50px;
	background-image: url('../img/ajax-loader.gif');
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
}

.ajax-hidden {
    display:none;
}

#video-player {
	height: 440px;
}
#video-close{
    display:none;
    width: 20px;
    height: 21px;
    position: absolute;
    right: 140px;
    top: 50px;
    z-index: 50;
}
.video-close-ajax{
    right: 6px !important;
    top: 41px !important;
}

#video-close a{
	width: 20px;
	height: 21px;
	background: url(../img/btn-close.png) no-repeat;
	display: block;
	text-indent: -10000px;
}
#generic-overlay-flash{
	margin-left:auto;
    margin-right:auto;
}

/* ----- Sub Nav ----- */

#subnav-wrapper {
	width: 230px;
	float: right;
	margin: 10px 0 0;
}
#subnav-wrapper.flush {
	margin: 0;
}
#subnav {
	width: 213px;
	background: #fff;
	border: 1px solid #c9c9c9;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	padding: 10px 10px 10px 7px;
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

}
#subnav img.logo {
	width: 213px;
	height: 60px;
	display: block;
	margin: 0 0 5px;
}
#subnav #scroller {
	width: 213px;
	height: 248px;
	overflow: auto;
}
#subnav ul li {
	width: 190px;
	height: 50px;
	float: left;
}
#subnav ul li a {
	width: 190px;
	height: 47px;
	color: #7e7e7e;
	cursor: pointer;
	display: block;
	line-height: 1.2em;
	overflow: hidden;
	padding: 3px 0 0 3px;
}
#subnav ul.cast li a {
	color: #444;
}
#subnav ul li a:hover,
#subnav ul li.selected a {
	background: url(../img/bgd-subnav-active.gif) no-repeat;
}
#subnav ul li a img {
	width: 45px;
	height: 44px;
	display: block;
	float: left;
	margin: 0 5px 0 0;
}
#subnav ul li a span {
	width: 140px;
	height: 40px;
	display: block;
	float: left;
	padding: 10px 0 0;
}
#subnav ul.cast li a span .v-centered {
    height: auto !important;
	padding: 0 0;
    position: relative !important;
}

#subnav ul.cast li a span {
	width: 140px;
	height: 48px;
	display: block;
	float: left;
	padding: 2px 0 0;
        overflow: hidden;
}
#subnav ul li a span em {
	color: #8b8b8b;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-style: normal;
	text-transform: uppercase;
}
#subnav-wrapper a.see-all {
	width: 210px;
	height: 24px;
	background: url(../img/btn-see-all.png) no-repeat;
	clear: both;
	color: #b44f50;
	cursor: pointer;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	margin: 8px auto 0;
	padding: 8px 0 0;
	text-align: center;
}
#subnav-wrapper a.see-all:hover {
	text-decoration: underline;
}

/* ----- Toggle ----- */

#toggle {
	height: 44px;
	background: url(../img/bgd-toggle.jpg) no-repeat bottom center;
        display: none;
	overflow: hidden;
	margin: 0 0 10px 3px;
}
#toggle a {
	width: 103px;
	height: 25px;
	background: url(../img/btn-toggle.jpg) no-repeat 0 0;
	color: #444;
	cursor: pointer;
	display: block;
	float: left;
	font-size: 0.9em;
	margin: 0 4px 0 0;
	padding: 7px 0 0;
	text-align: center;
	color: #b44f50;
	font-weight: bold;
}
#toggle a:hover {
	text-decoration: underline;
}
#toggle a.active {
	background-position: -103px 0;
}
#toggle a.active:hover {
	text-decoration: none;
}
#toggle a.end {
	margin: 0;
}

/* ----- Gallery ----- */

.gallery-cover {
	width: 10px;
	height: 285px;
	background: url(../img/gallery-cover.jpg) repeat;
	display: none;
	position: absolute;
	top: 35px;
	z-index: 20;
}
.gallery-cover.left {
	left: -3px;
}
.gallery-cover.right {
	right: -3px;
}

#gallery {
	width: 640px;
	height: 320px;
        *background: url(../img/bgd-gallery-ie.jpg) no-repeat;
	margin: auto;
	padding: 0 0 0 10px;
	position: relative;
}
#gallery ul {
	zoom: 1;
}
#gallery ul li {
	width: 640px;
	height: 320px;
	display: block;
	float: left;
	zoom: 1;
    opacity:inherit;
    filter:inherit;
}
#gallery ul li a {
	width: 150px;
	height: 85px;
	background-repeat: no-repeat;
	display: block;
	float: left;
	margin: 0 10px 10px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 4px #a6a6a6;
	-moz-box-shadow: 0px 0px 4px #a6a6a6;
	box-shadow: 0px 0px 4px #a6a6a6;
    
    opacity:inherit;
    filter:inherit;
    
}
#selector-left,
#selector-right,
#gallery-left,
#gallery-right{
	width: 38px;
	height: 35px;
	position: absolute;
	top: 215px;
}
#selector-left,
#gallery-left{
	left: 30px;
}
#selector-right,
#gallery-right{
	right: 30px;
}
#selector-left a,
#selector-right a,
#gallery-left a,
#gallery-right a{
	width: 38px;
	height: 35px;
	background: url(../img/btn-selector-left.gif) no-repeat;
	cursor: pointer;
	display: block;
	text-indent: -10000px;
}
#selector-right a,
#gallery-right a{
	background: url(../img/btn-selector-right.gif) no-repeat;
}
p.paging {
	width: 630px;
	height: 25px;
	color: #979797;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0 auto 15px !important;
	text-align: right;
}

/* ----- Posters ----- */

#posters {
	/*width: 690px;*/
	width: 710px;
	height: 300px;
	margin: auto;
	/*overflow: hidden;*/
	overflow: auto;
	padding: 0 0 10px 10px;
	position: relative;
}
#posters.important-rule {
	width: 690px !important;
	overflow: hidden !important;
}
#posters ul {
	zoom: 1;
}
#posters ul li {
	width: 690px;
	height: 305px;
	display: block;
	float: left;
	overflow: hidden;
}
#posters ul li a {
	width: 220px;
	height: 290px;
        cursor: pointer;
	display: block;
	float: left;
	margin: 10px 10px 0 0;
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 4px #a6a6a6;
	-moz-box-shadow: 0px 0px 4px #a6a6a6;
	box-shadow: 0px 0px 4px #a6a6a6;
}
#posters ul li img {
	width: 220px;
	height: 290px;
	display: block;
	left: 0;
	position: absolute;
	top: 0;
	z-index: 5;
}
#posters-wrapper {
        clear: both;
}
#posters-wrapper #selector-left,
#posters-wrapper #selector-right {
	top: 200px;
}
#posters-wrapper #selector-left {
	left: 15px;
}
#posters-wrapper #selector-right {
	right: 15px;
}
#posters a span.over {
	display: none;
}
#posters a:hover span.over {
	width: 220px;
	height: 290px;
	display: block;
	left: 0;
	position: absolute;
	top: 0;
	z-index: 10;
}
#posters a:hover span.over span.title {
	width: 205px;
	height: 28px;
	background: url(../img/bgd-posters.png) repeat;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='../common/img/bgd-posters.png',sizingMethod='scale');
	border-bottom: 1px solid #e5e5e5;
	color: #444;
	display: block;
	font-weight: bold;
	margin: 0 0 198px;
	padding: 12px 0 0 15px;
	zoom: 1;
}
#posters a:hover span.over span.download {
	width: 220px;
	height: 41px;
	background: url(../img/bgd-posters.png) repeat;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='../common/img/bgd-posters.png',sizingMethod='scale');
	border-top: 1px solid #e5e5e5;
	color: #cd6960;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 9px 0 0;
	text-align: center;
}
#posters a:hover span.over span.download span {
	height: 22px;
	background: url(../img/btn-buttons.gif) repeat-x;
	border: 1px solid #c9c9c9;
	display: inline-block;
	margin: auto;
	padding: 8px 10px 0;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 4px #a6a6a6;
	-moz-box-shadow: 0px 0px 4px #a6a6a6;
	box-shadow: 0px 0px 4px #a6a6a6;

}
#posters-wrapper .gallery-cover.left {
	height: 295px;
	left: 53px;
	top: 67px;
}
#posters-wrapper .gallery-cover.right {
	height: 295px;
	right: 53px;
	top: 67px;
}

/* ----- Characters ----- */

#content.characters {
	width: 821px;
	background: url(../img/bgd-characters.jpg) no-repeat bottom center;
}
#characters-menu {
	width: 801px;
	height: 72px;
	background: url(../img/bgd-characters-menu.png) repeat-x;
	padding: 0 0 0 20px;
}
#characters-menu ul li {
	width: 90px;
	height: 75px;
	background: url(../img/bgd-characters-menu-active.png) no-repeat 0 -300px;
	display: block;
	float: left;
	margin: 0 10px 0 0;
	-webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
}
#characters-menu ul li a {
	width: 90px;
	height: 75px;
	background-position: center 8px;
	background-repeat: no-repeat;
	display: block;
	float: left;
	text-indent: -10000px;
}
#characters-menu ul li.active,
#characters-menu ul li:hover {
	background: url(../img/bgd-characters-menu-active.png) no-repeat 0 0;
}
#characters-menu ul li.pooh a {
	background-image: url(../img/characters/menu-winnie.png);
}
#characters-menu ul li.piglet a {
	background-image: url(../img/characters/menu-piglet.png);
}
#characters-menu ul li.tigger a {
	background-image: url(../img/characters/menu-tigger.png);
}
#characters-menu ul li.owl a {
	background-image: url(../img/characters/menu-owl.png);
}
#characters-menu ul li.rabbit a {
	background-image: url(../img/characters/menu-rabbit.png);
}
#characters-menu ul li.kangaandroo a {
	background-image: url(../img/characters/menu-kangaroo.png);
}
#characters-menu ul li.christopher a {
	background-image: url(../img/characters/menu-christopher.png);
}
#characters-menu ul li.eeyore a {
	background-image: url(../img/characters/menu-eeyore.png);
}
#characters-image {
	width: 315px;
	float: left;
	overflow: hidden;
	padding: 0 0 0 20px;
	text-align: center;
	clear: left;
}
#characters-box {
	width: 358px;
	height: 327px;
	background: url(../img/bgd-characters-box.png) no-repeat;
	float: right;
	margin: 3px 60px 0 0;
	overflow: hidden;
	padding: 25px 30px 0;
}
#characters-content {
	width: 348px;
	height: 135px;
	margin: 0 0 5px;
	overflow: auto;
	padding: 0 10px 0 0;
}
#characters-box h2 {
	background: none;
	color: #444;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-weight: normal;
	margin: 0;
}
#characters-box .left-col,
#characters-box .middle-col,
#characters-box .right-col {
	width: 100px;
	float: left;
	margin: 0 29px 0 0;
	overflow: hidden;
}
#characters-box .right-col {
	margin: 0;
}
#characters-box .left-col img,
#characters-box .middle-col img,
#characters-box .right-col img {
	width: 45px;
	height: 44px;
	display: block;
	float: left;
	margin: 0 5px 5px 0;
}

/* ----- Heritage ----- */

#content.heritage {
	width: 821px;
	height: 441px; 
	min-height: 441px; 
	background: url(../img/bgd-content-heritage.jpg) no-repeat bottom center;
	color: #464647;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#content.heritage #heritage-flash {
	width: 731px;
	height: 391px; 
	min-height: 391px; 
	overflow: hidden;
	padding: 30px 40px 20px 50px;
}
#content.heritage #heritage-flash .left {
	width: 410px;
	float: left;
	overflow: hidden;
}
#content.heritage #heritage-flash .left h3 {
	color: #cb5c55;
	font-size: 1.6em;
	margin: 0 0 15px;
}
#content.heritage #heritage-flash .left a {
	color: #464647;
}
#content.heritage #heritage-flash .left a:hover {
	text-decoration: underline;
}
#content.heritage #heritage-flash .left ul {
	margin: 0 0 15px;
}
#content.heritage #heritage-flash .left ul li {
        color: #cb5c55;
	list-style: disc;
	margin: 0 0 5px 17px;
}
#content.heritage #heritage-flash .left .scroll {
	width: 400px;
	height: 345px;
	overflow: auto;
	padding: 0 10px 0 0;
}
#content.heritage #heritage-flash .right {
	width: 280px;
	height: 190px;
	float: right;
	font-size: 0.9em;
	overflow: hidden;
}
#content.heritage #heritage-flash .right p {
	margin: 0 0 10px;
}
#content.heritage #heritage-flash .right strong {
	color: #b84940;
	font-weight: bold;
}

/* ----- Games/Activities ----- */

#games-paging {
	color: #b74840;
	font-size: 0.9em;
	right: 20px;
	position: absolute;
	top: 20px;
	z-index: 1;
}
p.paging.games, p.paging.products {
	width: auto;
	color: #979797;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	position: absolute;
	right: 100px;
	top: 35px;
	z-index: 1;
}
/*
p.paging.products {
	width: 630px;
	height: 25px;
	color: #979797;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0 auto 15px !important;
	text-align: right;
}
*/

#content-back a:hover {
	text-decoration: underline;
}
#games {
	width: 640px;
	height: 350px;
	margin: auto;
	overflow: hidden;
	padding: 0 0 0 10px;
        *position: relative; /*IE6-7*/
}
#games {
        position: relative\0/; /*IE8*/
}
#games ul {
	zoom: 1;
}
#games ul li {
	width: 640px;
	height: 350px;
	display: block;
	float: left;
}
#games ul li a {
	width: 150px;
	height: 110px;
	background-repeat: no-repeat;
        color: #7d7d7d;
        cursor: pointer;
	display: block;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0 10px 5px 0;
	overflow: hidden;
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

}
#games ul li a span.over {
	width: 150px;
	height: 45px;
	background: url(../img/bgd-posters.png) repeat;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='../common/img/bgd-posters.png',sizingMethod='scale');
	display: none;
	left: 0;
        line-height: 1.4em;
        padding: 5px 0 0;
	position: absolute;
        text-align: center;
	bottom: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#games ul li a:hover span.over {
	display: block;
}
#games-wrapper #selector-left,
#games-wrapper #selector-right {
	top: 155px;
}
#games-wrapper #selector-left {
	left: 28px;
}
#games-wrapper #selector-right {
	right: 28px;
}
#container-activities {
	width: 821px;
	float: right;
	margin: 0 0 6px;
	padding: 0 5px 11px;
}
#custom {
	width: 741px;
	padding: 70px 25px 40px 55px;
}
#activities {
	width: 741px;
	padding: 70px 25px 40px 55px;
}
#activities h1 {
	width: 400px;
	background: none;
}
#activities h1 span {
	font-size: 0.6em;
	font-weight: normal;
	text-transform: none;
}
#activities #scroller {
	width: 721px;
	height: 435px;
	overflow: auto;
	padding: 0 20px 0 0;
}
#activities img {
	width: 260px;
	height: 260px;
	border: 1px solid #000;
	display: block;
	float: right;
	margin: 20px 0 0 10px;
}
#promos {
	width: 810px;
	height: 112px;
	clear: both;
        margin: 0 0 6px 170px;
	overflow: hidden;
	padding: 0 0 11px 5px;
}
#promos ul li {
	display: block;
	float: left;
}
#promos ul li a {
	width: 152px;
	height: 112px;
	background-repeat: no-repeat;
	display: block;
	float: left;
	margin: 0 10px 0 0;
	overflow: hidden;
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.print {
	width: 400px;
	height: 45px;
	background: url(../img/bgd-content-h1.png) no-repeat -80px bottom;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0 0 15px;
}
.print a {
	height: 30px;
	background: url(../img/btn-print-left.jpg) no-repeat;
	cursor: pointer;
	color: #b74840;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	float: left;
	padding: 0 0 0 35px;
	text-shadow: 0px 1px 0px #ffffff;
}
.print a span {
	height: 23px;
	background: url(../img/btn-print-right.jpg) no-repeat right;
	display: block;
	float: left;
	padding: 7px 12px 0 0;
}
.print a:hover {
	text-decoration: underline;
}
p.go-back {
	clear: both;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 10px 0 0;
}
p.go-back a {
	background: url(../img/btn-link-left.gif) no-repeat;
	color: #b74840;
	padding: 1px 0 3px 25px;
}
p.go-back a:hover {
	text-decoration: underline;
}

/* ----- Videos ----- */

#content.videos {
	width: 821px;
	min-height: 501px;
	height: auto !important;
	height: 501px;
	background: url(../img/bgd-videos.jpg) no-repeat bottom center;
	overflow: hidden;
	padding: 0;
}
.video-links {
        width: 360px;
        margin: 0 auto 40px;
        overflow: hidden;
        padding: 20px 0 0;
}
.video-links ul {
        margin: 0 0 20px;
}
.video-links ul li {
        color: #ba483d;
	font-family: Georgia, "Times New Roman", Times, serif;
        list-style-type: disc;
        margin: 0 0 5px 15px;
}
.video-links ul li a:hover {
        text-decoration: underline;
}

/* ----- Products ----- */

#content.products {
	width: 771px;
	overflow: hidden;
	padding: 0 25px;
}
#products-landing {
	width: 796px;
	overflow: hidden;
	padding: 30px 5px 0 20px;
}
#products-landing ul li {
	width: 252px;
	height: 162px;
	display: block;
	float: left;
	margin: 0 12px 11px 0;
}
#products-landing ul li a {
	width: 250px;
	height: 160px;
	background-color: #fff;
	background-repeat: no-repeat;
	border: 1px solid #d0cfcd;
	color: #b74840;
        cursor: pointer;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	overflow: hidden;
	position: relative;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

}
#products-landing ul li a span {
	width: 235px;
	height: 27px;
	border-top: 1px solid #ebebeb;
	bottom: 0;
	display: block;
	left: 0;
	padding: 12px 0 0 15px;
	position: absolute;
}
#products-landing ul li a:hover span {
	text-decoration: underline;
}
#products-wrapper {
	clear: both;
        padding-top: 10px;
	position: relative;
}
#products {
	width: 640px;
	height: 350px;
	margin: auto;
	overflow: hidden;
	padding: 0 0 0 10px;
	position: relative;
}
#products ul {
	zoom: 1;
}
#products ul li {
	width: 640px;
	height: 350px;
	display: block;
	float: left;
	overflow: hidden;
}
#products ul li a {
	width: 150px;
	height: 140px;
	color: #7d7d7d;
	display: block;
	float: left;
	font-size: 0.8em;
	font-weight: bold;
	margin: 0 10px 15px 0;
	overflow: hidden;
}
#products ul li a:hover {
	text-decoration: underline;
}
#products ul li a span {
	display: block;
	padding: 0 0 0 5px;
}
#products ul li img {
	width: 150px;
	height: 110px;
	display: block;
	margin: 0 0 5px;
}
#products-wrapper #selector-left,
#products-wrapper #selector-right {
	top: 155px;
}
#products-wrapper #selector-left {
	left: 5px;
}
#products-wrapper #selector-right {
	right: 5px;
}

/* ----- Parks ----- */

#content.parks {
	width: 771px;
	overflow: hidden;
	padding: 0 25px;
}
img.parks-thumb {
	display: block;
	margin: -12px auto 0;
}

/* ----- Contests ----- */

#content.contests {
	width: 771px;
	min-height: 385px;
	height: auto !important;
	height: 385px;
	overflow: hidden;
	padding: 50px 25px 0;
}

/* ----- Sitemap ----- */

ul.sitemap {
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 40px 30px 0 40px;
	overflow: hidden;
	padding: 0 0 60px;
}
ul.sitemap li {
	width: 200px;
	margin: 0;
	padding: 0;
}
ul.sitemap li a {
	border-bottom: 1px solid #999;
	color: #7d7d7d;
	font-weight: bold;
	display: block;
	margin: 0 0 10px;
	padding: 0 0 10px;
}
ul.sitemap li a:hover {
	color: #333;
}
ul.sitemap li ul li {
	margin: 0;
}
ul.sitemap li ul li a {
	border-bottom: 1px solid #ccc;
	font-weight: normal;
	padding-left: 15px;
}

/* ----- Age-gate ----- */

#age-wrapper {
	width: 500px;
	margin: auto;
	padding: 160px 20px 5px;
}
#age-wrapper h1 {
	background-position: bottom -200px;
}
#age-wrapper p {
	font-size: 1.4em;
	line-height: 1.4em;
	margin: 0 0 15px;
}
#age-wrapper #too-young {
	display: none;
}
#age-form {
	overflow: hidden;
	padding: 10px 0 0;
}
#age-form .label {
	width: 210px;
	float: left;
	font-size: 1.4em;
	font-weight: bold;
	padding: 5px 0 0;
}
ul#decision {
	font-size: 1.4em;
	overflow: hidden;
}
ul#decision li {
        float: left;
}
ul#decision li a {
	background: url(../img/btn-link-right.gif) no-repeat right;
	display: block;
	float: left;
	margin: 0 50px 0 0;
	padding: 2px 30px 2px 0;
}
ul#decision li.back a {
	background: url(../img/btn-link-left.gif) no-repeat right;
}
ul#decision li a:hover {
	text-decoration: underline;
}

ul#decision.age-gate{
    float:right;
    width: 75px;
}
ul#decision.age-gate li a {
	margin: 0;
}
#like-us {
	width: 500px;
	clear: both;
	margin: auto;
	padding: 10px 0 0;
}
#like-us p {
	padding: 0px 0 0;
}
#like-us ul {
	margin: 0;
	padding: 0;
}
#like-us li {
	display: block;
	float: left;
	margin: 0 20px 0 0;
	overflow: visible;
    padding: 40px 0 0;
}
#like-us li a.site {
	background: url(../img/btn-facebook.gif) no-repeat;
    color: #7d7d7d;
	float: left;
	font-size: 1.4em;
	padding: 4px 0 8px 30px;
}
#like-us li a.share {
	width: 63px;
	height: 20px;
	background: url(../img/btn-facebook-share.gif) no-repeat;
	cursor: pointer;
	display: block;
	float: left;
    text-indent: -10000px; 
}
#like-us li.like {
    width: 280px;
    height: 60px;
	display: block;
	float: left;
    padding: 0;
	position: relative;
}
#like-us li.like .fb_edge_widget_with_comment {
    left: 0;
    top: 0;
    position: static !important;
}
p#age-success {
	margin: 0 0 20px;	
}
.fb_iframe_widget iframe {
	height: 60px !important;
}
.fb_edge_comment_widget iframe {
	height: 200px !important;
}

/* ----- Save the date ----- */

#date-wrapper {
	width: 460px;
	margin: auto;
	padding: 50px;
	text-align: center;
}
#date-wrapper h1 {
	background: none;
	color: #b74840;
	font-weight: bold;
}
#date-wrapper p {
	color: #252525;
	font-size: 1.6em;
	line-height: 1.4em;
	margin: 0 0 15px;
}
#date-wrapper p em {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}
#calendars {
	width: 445px;
	height: 43px;
	background: url(../img/bgd-calendars.gif) no-repeat;
	font-size: 1.4em;
	margin: auto;
	overflow: hidden;
	padding: 120px 0 0 15px;
}
#calendars a {
	height: 20px;
	color: #cd6960;
	display: block;
	float: left;
	margin: 0 20px 0 0;
	padding: 5px 0 0;
}
#calendars a:hover {
	text-decoration: underline;
}
#calendars a#ical {
	width: 125px;
}
#calendars a#google {
	width: 133px;
}
#calendars a#outlook {
	width: 133px;
	margin: 0;
}
#sb-player #disclaimer {
        display: none;
}

/* ----- HTML5 Video Player ----- */

#html5-video {
        width: 622px;
        margin: 20px auto 0;
        overflow: hidden;
        padding: 0 0 40px;
}
#html5-player {
        width: 620px;
        /*height: 360px;*/
        background: #000;
        border: 1px solid #999;
        margin: 0 0 3px;
        overflow: hidden;
        padding: 0;
        position: relative;
}
#html5-playlist {
        width: 620px;
        min-height: 43px;
        background: #fff;
        border: 1px solid #999;
        overflow: hidden;
        padding: 10px 0;
        position: relative;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
#html5-playlist ul li {
        display: block;
        float: left;
        overflow: hidden;
}
#html5-playlist ul li a {
        width: 41px;
        height: 38px;
        background-repeat: no-repeat;
        border: 2px solid #999;
        display: block;
        float: left;
        margin: 0 6px 6px 0;
        text-indent: -10000px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
}
#html5-playlist ul li a:hover {
        border: 2px solid #990000;
}
#html5-playlist #slider {
        width: 510px;
        height: 42px;
        margin: 0 0 0 59px;
}
#html5-playlist span#selector-left,
#html5-playlist span#selector-right {
        width: 32px;
        height: 28px;
        top: 16px;
}
#html5-playlist span#selector-left {
        left: 12px;
}
#html5-playlist span#selector-right {
        right: 12px;
}
#html5-playlist span#selector-left a,
#html5-playlist span#selector-right a {
        width: 32px;
        height: 28px;
	background: url(../img/btn-video-selector-left.gif) no-repeat;
        cursor: pointer;
        display: block;
        text-indent: -10000px;
}
#html5-playlist span#selector-right a {
	background: url(../img/btn-video-selector-right.gif) no-repeat;
}

/* ----- Anything with a centered class will be centered ----- */

.centered {
	text-align: center;
}

/* ----- Hide shadowbox - Temporary! (Not currently used) ----- */

#sb-container {
    display: none;
}

#flash-focus {
    overflow:auto;
    margin-left:auto;
    margin-right:auto;
}

/* ----- Legals ----- */

#legals{
    margin:0px 0px 30px 0px;
    font-family: Verdana, Geneva, sans-serif;
    color:#9b9b9b;
    font-weight:bold;
    letter-spacing:-0.5px;
    text-align: center;
}
#legals img{
    margin-bottom:17px;
}

#legals ul li{
    display:inline;
}
#legals ul li a{
    color:#9b9b9b;
    text-decoration:underline;
}
#legals ul li a:hover{
    color:#000;
}

/* ----- Send to a friend ----- */

#friends {
    width: 380px;
    font-size: 1.4em;
    margin: auto;
    padding: 20px;
}
#friends h2 {
    background: none;
}
#friends ul li {
    padding: 7px 0;
}
#friends ul li:last-child {
    border-bottom: 0px solid #ebebeb;
}
#friends ul li span {
    display: block;
    padding: 0 0 7px 0;
}
#friends ul li input {
    width: 240px;
    height: 30px;
    background: url(../img/bgd-friends-input.jpg) repeat-x left 1px;
    border: 1px solid #afafaf;
    line-height: 2em;
    margin: 0;
    padding: 0 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
#user button {
    width: 169px;
    background: url(../img/btn-staf.jpg) no-repeat;
    border: none;
    color: #c9665e;
    cursor: pointer;
    display: block;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: bold;
    line-height: 15px;
    margin: auto;
    padding: 6px 0 15px;
    text-align: center;
}
#user button:hover {
    text-decoration: underline;
}
#no-friends-emails, #invalid-friends-emails {
     width: 500px;
     color: #c9665e;
     display: block;
     font-size: 1.2em;
     font-weight: bold;
     margin: auto;
     padding: 10px 0;
}