/* {{{ Header/Menu */
#header {
	background: url(/images/menubg.png) 0 0 no-repeat;
	height: 40px;
	margin: 10px auto;
	position: relative;
}

#logo {
	width: 64px; height: 30px;
}

#header h3 a {
	display: block;
	width: 64px; height: 30px;
	margin: 4px 0 0 17px;
}

#menu-bg {
	display: none;
}

#header ul {
	clear: both;
	left: 100px; top: 0;
	height: 40px;
	position: absolute;
}

#header ul li {
	display: inline;
	margin: 0 19px 0 -20px;
	padding: 0 29px 0 1px;
}

#header ul a {
	width: 100%; height: 14px;
	padding: 14px 14px 11px;
}

#header ul li#movies {
	padding-right: 51px;
	margin-right: 20px;
}

li#movies a {
	padding-left: 40px;
	border-left-width: 0;
}

#header ul a:hover {
	background: url('/images/glow/menu.png') 0 0 repeat-x;
}

li#movies     {width: 65px;}
li#tv         {width: 25px;}
li#games      {width: 45px;}
li#characters {width: 80px;}
li#shop       {width: 65px;}
li#travel     {width: 95px;}
li#family     {width: 75px;}
li#about      {width: 66px;}

body.movies     li#movies     a,
body.tv         li#tv         a,
body.games      li#games      a,
body.characters li#characters a,
body.shop       li#shop       a,
body.travel     li#travel     a,
body.family     li#family     a,
body.about      li#about      a {
	background: url('/images/glow/menu.png') 0 0 repeat-x;
}

body.movies     li#movies    ,
body.movies     li#tv        ,
body.tv         li#tv        ,
body.tv         li#games     ,
body.games      li#games     ,
body.games      li#characters,
body.characters li#characters,
body.characters li#shop      ,
body.shop       li#shop      ,
body.shop       li#travel    ,
body.travel     li#travel    ,
body.travel     li#family    ,
body.family     li#family    ,
body.family     li#about     ,
body.about      li#about      {
	background-image: url('/images/menuborder-sel.png');
}

li#movies     a:hover img {}
li#tv         a:hover img {}
li#games      a:hover img {}
li#characters a:hover img {}
li#shop       a:hover img {}
li#travel     a:hover img {}
li#family     a:hover img {}
li#about      a:hover img {}



/*********submenu*********/

#submenu ul li {
	margin-bottom: 2px;
	position: relative;
}
#submenu ul li a {
	width: 190px;
	height: 23px;
	background: url(/images/menu/submenu-bg.png) top left no-repeat;
	display: block;
	padding: 4px 0 0 21px;
	text-decoration: none;
	color: #fff;
	outline: none;
	cursor: pointer;
}
#submenu ul li span {
	position: relative;
	z-index: 100;
}
#submenu ul li b {
	color: #033068;
	font-weight: normal;
	position: absolute;
	top: 5px;
	left: 22px;
	z-index: 1;
}
#submenu ul li.opened a {
	background: url(/images/menu/submenu-bg-o.png) top left no-repeat!important;
	height: 22px;
}
#submenu ul li a:hover {
	background: url(/images/menu/submenu-bg-h.png) top left no-repeat;
}
#submenu ul li a:visited {
	color: #fff!important;
}
#submenu ul li a.current {
	font-weight: bold;
	cursor: default;
	background: url(/images/menu/submenu-bg-h.png) top left no-repeat;
}
#submenu ul li a.current b {
	font-weight: bold;
}
#submenu ul li.opened a:hover {
	background: url(/images/menu/submenu-bg-o.png) top left no-repeat;
}
#submenu .level1 {
	padding: 10px 0 0 0;
	border-left: 1px solid #1f3980;
	border-right: 1px solid #1f3980;
	background: url(/images/menu/submenu/menubg.png);
	width: 209px;
	overflow: hidden;
	font-size: 0.95em;
}
#submenu .level1 li {
	margin: 0;
	overflow: hidden;
}
#submenu .subhead {
	color: #fff800;
	font-weight: bold;
	padding: 2px 0 5px 23px;
	display: block;
	position: relative;
}
#submenu .subhead span {
	z-index: 100;
	position: relative;
}
#submenu .subhead b {
	color: #033068;
	position: absolute;
	top: 3px;
	left: 24px;
	z-index: 1;
	font-weight: bold;
}
#submenu li li li {
	padding: 1px 0 0 20px;
	margin: 0 0 5px 10px!important;
	position: relative;
	width: 169px;
	height: 20px;
	overflow: hidden;
}
#submenu li li li.current, #submenu li li li:hover {
	background: url(/images/menu/submenu/currentitembg.png) 0 0 no-repeat;
}
#submenu li li li.current {
	font-weight: bold;
}
#submenu li li.hasnext {
	border-bottom: 1px solid #1f3980;
}
#submenu ul li.opened li li a {
	background: none;
	width: auto;
	color: #fff!important;
	text-decoration: none;
	position: relative;
	z-index: 100;
	padding: 0;
	background: none !important;
	display: block;
	outline: none;
	height: 20px;
}
#submenu li li li span {
	position: relative;
	z-index: 100;
}
#submenu li li li a:hover {
	background: none;
	width: auto;
}
#submenu li li li b {
	position: absolute;
	top: 2px;
	left: 21px;
	color: #033068;
	font-weight: normal;
	z-index: 1;
}
#submenu li li li.current b {
	font-weight: bold;
}
#submenu img#bottom {
	display: block;
}
/*}}}*/

/* {{{ Bottom banners */
#banners {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}
#banners span:first-child {
	margin: 0 1px 0 0;
}
#banners span {
	float: left;
	width: 246px;
	margin-left: 5px;
	height: 73px;
	background: url(/images/banner-border.png) 0 0 no-repeat;
}

#banners span a, #banners span iframe {
	position: relative;
	top: 7px;
	left: 6px;
	background-color: transparent;
}

/* }}} */

/* {{{ Main blocks */
#content {
	float: left;
	width: 568px;
	margin: 0 0 0 4px;
}
body.final #content {
	width: 784px;
	margin: 0 0 0 4px;
}

#submenu {
	float: left;
	width: 212px;
	font-size: 1.1em;
}
#subcontent {
	float: right;
	width: 212px;
	overflow: hidden;
	margin-left: 4px;
	padding-top: 8px;
}
#submenu li {
	list-style: none;
	margin: 0;
}

#player-container {
	height: 384px;
	margin-bottom: 6px;
}

img.title {
	vertical-align: baseline;
	display: block;
	height: 30px;
	margin: 0 auto 9px!important;
}
/* }}} */

/* {{{ .frame */
.frame {}
.frame-small .frame-content {
	height: 130px;
}
.frame-content {
	padding: 8px 8px 0;
	background: url(/images/z212.png) 0 0 no-repeat;
}
body.bluray .frame-center .frame-content {
	min-height: 346px;
}

.frame-bottom {
	height: 8px;
	background: url(/images/z212.png) 100% 0 no-repeat;
	margin: 0 0 6px;
}
.play-now {
	padding-right: 0;
}
.play-now ul {
	overflow: hidden;
}

.play-now li {
	list-style: none;
	margin: 0 !important;
	float: left;
	height: 61px;
}

.play-now li, .play-now li * {
	cursor: pointer;
}

.play-now li img {
	display: block;
	margin: 0 5px 0 0;
	vertical-align: baseline;
}
.play-now p {
	margin: 0;
}
.play-now a {
	color: #182444;
}
.play-now a:hover {
	color: #fff;
}
.play-now li a i {
	display: block;
	position: relative;
	width: 72px;
	height: 61px;
	margin: -57px 0 0 -5px;
	overflow: hidden;
	text-decoration: none;
}
.play-now li a:hover i {
	background: url(/images/glow/play-now.png) 0 0 no-repeat;
}
.frame-center .frame-content {
	background: url(/images/x568.png) 0 0 repeat-y;
	padding: 4px 19px;
	overflow: hidden;
}
.frame-center .frame-top {
	height: 15px;
	background: url(/images/x568.png) 100% -15px no-repeat;
}
.frame-center .frame-bottom {
	height: 15px;
	background: url(/images/x568.png) 100% 0 no-repeat;
}
body.final .frame-center .frame-top,
body.final .frame-center .frame-bottom,
body.final .frame-center .frame-content {
	background-image: url(/images/x784.png);
}
.frame-side .frame-content {
	background: url(/images/x212.png) 0 0 repeat-y;
	padding: 0 19px;
	overflow: hidden;
}
.frame-side .frame-top {
	height: 15px;
	background: url(/images/x212.png) 100% -15px no-repeat;
}
.frame-side .frame-bottom {
	height: 15px;
	background: url(/images/x212.png) 100% 0 no-repeat;
}


.partner {
	width: 212px;
}
.partner .frame {
	position: absolute;
	left: 0;
	top: 108px;
	width: 212px;
}
.partner .frame-bottom {
	width: 212px;
}
/* }}} */

/* {{{ .graddy */
.graddy {
	clear: both;
	overflow: hidden;
	position: relative;
	padding: 14px;
	margin-bottom: 6px;
}
.graddy .l, .graddy .r {
	z-index: 5;
	position: absolute;
	overflow: hidden;
}
.graddy .l {
	left: 0;
	right: 20px;
}
.graddy .r {
	width: 20px;
	right: 0;
}
.graddy .t {
	top: 0;
	bottom: 14px;
}
.graddy .b {
	height: 14px;
	bottom: 0;
}
.graddy .t b, .graddy .b b {
	width: 1000px;
	height: 600px;
	background: url(/images/grad.png) 0 0 no-repeat;
	position: absolute;
}
.low .t b, .low .b b {
	background-image: url(/images/grad2.png);
}
.graddy .r b {
	right: 0;
}
.graddy .b b {
	bottom: 0;
}
.graddy table {
	position: relative;
	z-index: 10;
	table-layout: fixed;
	border-collapse: collapse;
	width: 100%;
}
.graddy .graddy-inner {
	position: relative;
	z-index: 10;
	overflow: hidden;
}
.graddy td {
	vertical-align: top;
	padding: 0 5px;
	border-left: 2px groove #a3afcc;
}
.graddy td.first {
	border-left: none;
}
.graddy h3 img {
	float: left;
	clear: left;
	margin-right: 5px;
}
.graddy p {
	padding-left: 91px;
	margin: 0.5em 0 0;
}
.graddy {
	color: #013;
}
.graddy h3 {
	text-transform: uppercase;
	color: #dac308;
	font-size: 110%;
	margin-bottom: 0.6em;
}
.graddy h3 a {
	text-decoration: none;
	color: #dac308;
}
.graddy h3 a:hover {
	text-decoration: underline;
}
/* }}} */

/* {{{ .list and p.pager */
.list li {
	list-style: none;
	position: relative;
	overflow: hidden;
	width: 100%; /* Opera bug */
	padding-top: 1.1em;
	margin-top: 1em;
	/*border-top: 2px groove #1a2a4b;*/
	background: url(/images/separator.gif) top left repeat-x;
}
.final #content .list li {
	margin-left: 0;
}
.list li:first-child {
	padding-top: 0;
	margin-top: 0;
	background: none;
}
.list h2 img {
	float: left;
	width: 92px;
	margin-right: 13px;
}
.list p {
	padding: 0 80px 0 105px;
 }
.list div {
	position: absolute;
	bottom: 1em;
	right: 0;
	width: 70px;
	font-size: 117%;
	text-transform: lowercase;
}
.list div a {
	display: block;
	margin-top: 0.5em;
	float: left;
	clear: both;
}
p.pager {
	border-top: 2px groove #a3afcc;
	text-align: center;
	margin-top: 1em;
	padding-top: 1em;
}
p.pager a, p.pager b {
	margin: 0 0.3em;
}
/* }}} */

/* {{{ content */
.final #content li {
	margin-left: 2em;
}
.final #content .links li {
	margin-left: 0;
}
.final #content ul.tabs li {
	margin-left: 0em;
}
img.l {
	float: left;
	margin: 0 2em 1em 0;
	border: 1px solid #fff;
}
img.r {
	float: right;
	margin: 0 0 1em 2em;
	border: 1px solid #fff;
}
/* }}} */

/* {{{ Redirect */
body.redirect #content {
	margin: 70px 0 70px 106px;
}
body.redirect #content .frame-content {
	padding-top: 30px;
	padding-bottom: 30px;
}
body.redirect img.flr {
	float: right;
}
/* }}} */

/* {{{ promoCycle previews */
#image-preloadings {
	height: 0;
	overflow: hidden;
	font-size: 0;
}
/* }}} */

/* {{{ adsales page */
	body.adsales #content {
		margin:0;
		float:none;
		width:auto;
		padding-top:25px;
		}
	body.adsales .frame-center {
		width:745px;
		margin:0 auto;
		}
	body.adsales .frame-center .frame-top {
		background-image:url("/images/x745.png");
		}
	body.adsales .frame-center .frame-bottom {
		background-image:url("/images/x745.png");
		}
	body.adsales .frame-center .frame-content {
		background-image:url("/images/x745.png");
		}
	body.adsales .frame-center img {
		float:left;
		margin:17px 33px 40px 5px;
		display:inline;
		}
	body.adsales .frame-center h1 {
		margin:87px 0 19px;
		font-size:1.65em;
		color:#d8e501;
		}
	body.adsales .frame-center p {
		font-size:1.35em;
		}
	body.adsales .frame-center p a {
		color:#e4e107;
		}
/* }}} */