/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

/* Chris CSS
----------------------------------------------------------------------------------------------------*/
html, body {
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
}

#loading {
	width:100%;
	height:338px;
	position:absolute;
	margin: 140px auto 0 auto;
	z-index: 1255;
	overflow-x: hidden;
}

#loadingContent {
	display: block;
	width: 200px;
	height: 200px;
	text-align: center;
	margin: auto;
	z-index: 300;
	color: #ffffff;
	background-repeat: no-repeat;
	background-position: top center;
	background-image: url(/images/loadinglogo.gif);
	-moz-opacity:.80; filter:alpha(opacity=80); opacity:.80;
}
#loadingText {
	text-align: center;
	line-height: 20px;
	padding-top: 140px;
	padding-left: 5px; /* account for ... */
	font-size: 10px;
	text-transform: uppercase;
}

body {
	background:#fbfbfb url(/images/bgslice.jpg) repeat-x scroll top left;
}

#fullOverlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 260;
	width: 100%;
	height: 500px;
	display: none;
}
#movieOverlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 150;
	width: 100%;
	height: 500px;
	display: none;
}
#dynamicOverlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 180;
	width: 706px;
	height: 338px;
	display: none;
}

#container {
	min-height:100%;
	position:relative;
}

.showtimesLink {
	cursor: hand;
	cursor: pointer;
}

.errorIcon {
	width: 21px;
	height: 21px;
	background:transparent url(/images/error.png) no-repeat scroll top left;
	_background: none;
 	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image, src='/images/error.png');
}

.checkmarkIcon {
	width: 21px;
	height: 21px;
	background:transparent url(/images/checkmark.png) no-repeat scroll top left;
	_background: none;
 	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image, src='/images/checkmark.png');
}

#showTimesForm .checkmarkIcon {
	visibility: hidden;
}

#arrows {
	width:811px;
	position:relative;
	z-index: 146;
	margin: auto;
}

#moviearea {
	width:811px;
	height:338px;
	position:relative;
	background-color:#000;
	margin: 0 auto 0 auto;
	z-index: 255;
	overflow-x: hidden;
}
#headerWrapper {
	width:995px;
	position:relative;
	margin:auto;/*outline:1px red solid;*/
	z-index:140;
	height:45px;
}
#headerLogo {
	position:absolute;
	height:45px;
	float:left;
	clear:both;
	width: 400px;
	vertical-align:middle;
	border: none;
	text-decoration: none;
}

#headerLogo img {
	vertical-align:middle;
	margin-right: 18px;
	border: none;
}

#headerTitle {
	display:block;
	position:relative;
	width:274px;
	height:21px;
	top:13px;
	left:90px;
}

#titleBar {
	position:relative;
	color:white;
	font-size:15px;
	margin:auto;
	height:27px;
	line-height:27px;
	width: 811px;
	vertical-align:: middle;
}

#title {
	font-weight: bold;
}


#releasedate {
	margin-left: 30px;
	font-weight: normal;
}


#mainNav {
	float:right;
	padding:20px 32px 0 0;
	clear:both;
}
#mainNav ul {
	float:left;
	list-style-type:none;
	height:14px;
	font-weight:normal;
	clear:both;
}
#mainNav ul li {
	display: inline;
	height:13px;
	padding:0 10px 0 10px;
	font-size: 11px;
	float: left;
	font-size:13px;
	/*color:#eaeaea;*/
	border-right:1px solid #bcbcbc;
	line-height:1em;
}
/* Firefox & Safari only */
#mainNav ul li.last{
	border:none;
}
a.mainNavLinks  {
	font-size: 12px;
	font-weight: normal;
	text-decoration:none;
	color:#999;
	position:relative;
	cursor: hand;
	cursor: pointer;
}

a.mainNavLinks:hover  {
	color:#467CAD;
}

#movieListDropdown {
	width:995px;
	position:relative;
	margin:auto;
	z-index:260;
}

* html #mainNavDrop {
	position:relative;
	top:0;
	}
	
#navDropWrapper {
	width:217px;
	position:absolute;
	top:-58px;
	right:-45px;
	display: none;
	}
#navDropWrapper label {
	cursor: hand;
	cursor: pointer;
	background:transparent url(/images/mainNavMovieDrop.png) no-repeat scroll top left;
	_background: none;
 	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image, src='/images/mainNavMovieDrop.png');
	width:203px;
	height:32px;
	display:block;
	margin:0 auto 0 auto;
	text-align:center;
	color:#467cad;
	position:relative;
	font-size: 12px;
	font-weight: normal;
}
span#movieLabel {
	position:absolute;
	top:7px;
	left:85px;
	}
#dropBody {
	display:block;
	width: 203px;
	margin:auto;
	padding:5px 0 18px 0;
	color:black;
	background:transparent url(/images/mainNavDropBody.png) repeat-y scroll left top;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/mainNavDropBody.png');
}

#dropContent {
	position:relative;
	display:block;
	width:165px;
	overflow:hidden;
	margin:auto;
	color:black;
	/*top:0;
	left:-83px;*/
	padding:0 10px 0 9px;
	}
a.dropMovieLink:link , a.dropMovieLink:visited{
	display:block;
	font-size: 12px;
	font-weight: normal;
	font-size:12px;
	color:#eaeaea;
	text-decoration:none;
	color:#999999;
	padding:5px 0 5px 7px;
	border-bottom:1px #eaeaea solid;
	}
a.dropMovieLink:hover , a.dropMovieLink:active {
	display:block;
	color:#3c8397;
	background-color:#e2e2e2;
	}
#bottomCap {
	display:block;
	width: 203px;
	height:20px;
	margin:auto;
	color:black;
	background:transparent url(/images/mainNavBottomCap.png) no-repeat scroll left top;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/mainNavBottomCap.png');
	
	}

#body {
	padding-bottom:120px;
	z-index:10;
}
#contentWrapper {
	position:relative;
	width:811px; 
	margin:auto;
	clear:both;
	border: 1px solid green;
}
#prevArrow, #homeArrow {
	display:none;
	position:absolute;
	top:140px;
	left:-60px;
	z-index:98;
	width: 20px;
	height: 40px;
	cursor: pointer;
	cursor: hand;
	background:transparent url(/images/prevArrow.png) no-repeat scroll top left;
	_background: none;
 	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image, src='/images/prevArrow.png');
}

#nextArrow {
	display:none;
	position:absolute;
	top:140px;
	right:-60px;
	z-index:98;
	cursor: pointer;
	cursor: hand;
	width: 20px;
	height: 40px;
	width: 20px;
	height: 40px;
	cursor: pointer;
	cursor: hand;
	background:transparent url(/images/nextArrow.png) no-repeat scroll top left;
	_background: none;
 	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image, src='/images/nextArrow.png');
}


.slide {
	width: 811px;	
	height: 338px;
	position: relative;
}

.titletreatment {
	width:208px; 
	height:85px;
	margin: auto;
}

.infoPanel {
	width:240px;
	height:338px;
	position: relative;
	}


.infoPanelWrapper {
	width:240px;
	height:338px;
	position: relative;
	}
	
.infoPanelContent {
	position: absolute;
	top: 0;
	left: 0;
	width:220px;
	height:338px;
	font-size: 12px;
	font-weight: bold;
	letter-spacing:1px;
	margin: 0 0 0 10px;
}

.labelEffect-orig .infoPanelContent {
	color:#fcfbcf;
}

.slideMore {
	/*text-decoration:underline;
	padding-right:15px;
	background:transparent url(/images/moreArrows.gif) no-repeat scroll right 5px;
	color:#FCFBCF;
	*/
	width: 44px;
	height: 18px;
	display: inline-block;
	margin: 5px 0 0 0;
	}
.slideMore div {
	display: inline-block;
	width: 44px;
	height: 18px;
}
	

.labelEffect-orig .slideDate {
	color:#fcfbcf;
}

.slideDate {
	/*text-transform:uppercase;*/
	margin-bottom:15px;
	text-align: center;
	width: 220px;
	color:#fcfbcf;
	}
.slideStory {
	display:block;
	color:#FFF;
	}

.labelEffect-orig .slideStory p {
	color:#fbfbfb;
}
.slideStory p {
	line-height:20px;
	}
	

.titletreatmenttext  {
	color:#fbfbfb;
	position:relative;
	font-size:24px;
	width: 220px;
	margin:15px 0 5px 0;
	text-transform:none;
	font-weight:bold;
	text-align: center;
	line-height: 28px;
	}
#infoPanelButtons {
	display:block;
	position: absolute;
	top: 266px;
	/*left:0;*/
	left:0;
	width:220px;
	}

#infoPanelButtons .largeButton{
}

a.largeButton, a.largeButton:visited, a.largeButton:link, a.largeButton:active {
	position: relative;
	left: -3px;
	top: -2px;
	width:188px;
	height:30px;
	display:block;
	font-size:13px;
	color:#FFFFFF;
	text-decoration:none;
	background:transparent url(/images/largeButton.png) no-repeat scroll top left;
	_background: none;
 	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image, src='/images/largeButton.png');
}

a.largeButton:hover {
	background:transparent url(/images/largeButtonOver.png) no-repeat scroll top left;
	_background: none;
 	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image, src='/images/largeButtonOver.png');
	color:#49627c;
}

a.largeButton span { 
	position:relative;
	top:8px;
	font-size:13px;
	font-weight:bold;
	left:12px;
}

#leftMenuWrapper {
	position:absolute;
	width:105px;
	height:338px;
	z-index: 200;
	background-color:#000;
}
#leftMenuWrapper #leftMenuColumb {
	position:relative;
	width:105px;
	/*left:21px;*/
	top:60px;
}
#video {
	background-color: #000;
	height: 338px;
}
#videomenu {
	position:absolute;
	width:106px;
	height:338px;
	z-index:150;
	right:0;
	top:0;
	background-color:#000;
	font-size: 13px;
}
#videoplayer {
	position:absolute;
	left: 0;
	top: 0;
	z-index:160;
}

#restricted {
	font-size: 16px;
	color: #FFF;
	width: 525px;
	margin: 55px auto 0 auto;
}

#restricted p {
	margin: 20px 0 20px 0;
	font-size:12px;
	font-weight:bold;
	line-height:20px;
}

#restricted h3 {
	color:#FD8686;	
}

p#DOB {
	margin:20px 0 10px 0;
	font-weight:bold;
}

#verifyAge {
	float: left;
	width: 200px;
	margin-top: 30px;
}

#ageError {
	position: relative;
	float: left;
	width: 320px;
	margin-top: 30px;
	display: none;
}

#ageError .errorIcon {
	position: absolute;
	left: 0;
	top: 0px;
}

#ageError .msg {
	position: absolute;
	left: 30px;
	top: 0;
	font-size: 12px;
	color: #fd8686;
}
#ageError a {
	color:#FD8686;
}

#smallcontent {
	width: 810px;
	margin: 15px auto 0 auto;
	position: relative;
}

.smallContentTable td{
	vertical-align: top;
}
td .thumbnail {
	width: 128px;
	font-size:12px;
	color:#000;
	margin: 0 43px 15px 0;
}
td .last {
	margin: 0;
}
.thumbnail a {
	display:block;
}
.thumbnail b {
	font-size: 13px;
	font-weight:bold;
}
.thumbnail div b {
	display:block;
	margin:0 0 4px 0;
	}
.thumbnail a img {
	border:1px #ececec solid;
	display:block;
	margin:0 0 10px 0;
}
.thumbLinks a {
	display:block;
	position:relative;
	margin:0 0 3px 5px;
	padding:0 0 0 13px;
	color:#85a3c9;
	font-size:11px;
	text-decoration:none;
	background:#fbfbfb url(/images/arrow.gif) no-repeat scroll center left;
}
#bottomItemsWrapper {
	padding:22px 0 0 0;
	width:100%;
	height:170px;
	margin-bottom:-20px;
	background:#fbfbfb url(/images/footerslice.jpg) repeat-x scroll left top
}
#bottomItems {
	width:810px;
	position:relative;
	margin:0 auto 9px auto;
	text-align: center;
}

#bottomItems .bottomItem {
	margin:0 20px 0 0;
}

#features {
	height: 147px;
	width: 240px;
}

#footer {
	position:absolute;
	bottom:0;
	width:100%;
	height:100px;
	background:#e6e6e6 url(/images/footerslice.v3.jpg) repeat-x scroll top left;
}

#footerNavWrapper {
	display:block;
	position:relative;
	width:905px;
	margin: 20px auto 0 auto;	
}

#footerNavTop, #footerNavBottom {
	color:#286d8a;
	list-style-type:none;
	margin:5px 0 0 0;
	height:14px;
	font-weight:normal;
	font-size: 11px;
}

#footerNavTop a, #footerNavBottom a {
		color:#286d8a;
}
		
#footerNavBottom{
	font-size:10px;
	}
#footerRight {
	float: right;
	width: 210px;
}
#share {
	list-style-type:none;
	height:13px;
	font-weight:normal;
	/*clear:both;*/
	font-size: 12px;
	margin: 5px 0 0 0;
}
#share a {
	display: inline;
	height:12px;
	line-height:12px;
	color:#999;
}
#share img {
	padding: 0 0 0 5px;
}

#sharelink {
	text-decoration: none;
}

#share span {
	position: relative;
	top: -2px;
	color:#286d8a;
}

ul#footerNavTop a,ul#footerNavBottom a {
	color:#286d8a;
	text-decoration:none;
}
#Universal2009 {
	padding:3px 0 2px 0;
	color:#999;
	font-size:12px;
}
#divider {
	display:block;
	position:relative;
	/*margin:10px 0 22px 0;*/
	border-bottom:1px #EEEEEE solid;
}
/* END Chris CSS
----------------------------------------------------------------------------------------------------*/

.dynContent {
	display: none;
}

#loadingAnim {
	margin: auto;
	width: 55px;
	height: 55px;
}

img.thumb {
	width: 126px;
	height: 126px;
	border: 2px solid #3e3e3e;
}

#home {
	width: 811px;
	height: 338px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
}
#moviecontent {
	position: absolute;
	left: 105px;
	top:0;
	height: 338px;
	width: 706px;
	z-index: 155;
}

.contentPadding {
	padding: 20px 0 20px 0;
}

#moviecontent h4 {
	font:13px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #FFF;
}

#story h3, #downloads h3, #icons label, #gallery h3 {
	color:#94B3C5;
	font-family:"Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size:18px;
	line-height:26px;
	margin: 0 0 10px 0;
}

#gallery {
	width:706px;
	height:338px;
	overflow:auto;
	}
	
#gallery h3 {
	display: block;
	margin: 20px 0 0 0;
}

#galleryimages {
	display: block;
	margin-bottom: 20px;
}
	
	
#gallery a.lightBox {
	display:inline-block;
	width:139px;
	height:76px;
	margin:25px 20px 0 5px;
	border: 2px solid #3e3e3e;
	overflow:hidden;
}

#gallery a.lightBox:hover {
	border: 2px solid #fff;
	border-width: 2px 2px 2px;
	color: #fff;
	}

#gallery a.lightBox img {
	width:139px;
	height: auto;
	}


#downloads {
	height: 338px;
	overflow-y: auto;
}

#downloads h3 {
	display: block;
	margin: 0 0 25px 0;
}

#wallpaper {
	width: 400px;
	float: left;
}

.wallpaper {
	margin: 0 0 10px 0;
}


.wallpaper {
	margin: 0 0 10px 0;
}

.wallpaper img {
	width:139px;
	height: auto;
	float: left;
}

.wallpaper .wallpaperLinks {
	width: 185px;
	margin: 0 0 0 10px;
	float: left;
}

.wallpaper .wallpaperLinks span {
	display:inline-block;
	margin:0 0 3px 0;
	padding:0 10px 0 0;
	color:#a0a0a0;
	font-size:12px;
	text-decoration:none;
	text-align:right;
	float: left;
}

.wallpaper .wallpaperLinks a {
	display:inline-block;
	float:right;
	margin:0 0 0 5px;
	padding:0 0 0 13px;
	color:#85a3c9;
	font-size:12px;
	text-decoration:none;
	background:transparent url(/images/arrow.gif) no-repeat scroll center left;
}

#downloads {
	background: url(/images/downloads_divider.jpg) no-repeat center center;
}

#downloads label{
	color: #FFF;
	display: block;
	margin: 0 0 10px 0;
	font-size: 14px;
	font-weight: bold;
}

#icons {
	width: 220px;
	float: left;
}

#icons a {
	margin: 0 10px 0 0;
	
}

#story {
	height: 338px;
	overflow-y: auto;
	color:#CCC;
	font:13px Arial, Helvetica, sans-serif;
	background:#414141 url(/images/storybg.jpg) repeat-x scroll top left;
	padding:0 15px 0 15px;
	font-weight: bold;
	line-height: 22px;
	}

#story b {
	color: #94B3C5;
}

#synopsis, #credits, #genre {
	background-color: #2A2A2A;
	padding: 15px;
	margin: 0 0 10px 0;
}

#synopsis p{
	margin: 0 0 20px 0;
}

#thumbnails {
	display: inline;
	float: left;
}

#thumbnails img.thumb {
	border:2px solid #3E3E3E;
	display: inline-block;
	margin: 0 20px 15px 0;
	}
