/* @group General */

body
{
 	margin: 0px;
	padding: 0px;
    background-image: url('../img/bg.gif');
	background-repeat: repeat-x;
	background-color: #050505;
	font-family: "Myriad Pro", Arial, sans-serif;
	font-weight: normal;
	font-size: 90%;
	color: #333333;
	line-height: 1.4em;
}

a { outline: none }

a:link    { color: #333; }
a:visited { color: #333; }
a:hover   { color: #333; }
a:active  { color: #333; }

h1
{
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.3em;
}

h2
{
	font-size: 1.2em;
	color: #666;
	text-transform: uppercase;	
	border-bottom: solid 1px #c5c7d2;
	line-height: 1em;
	padding-bottom: 0.2em;
	font-weight: normal;
	margin-top: 2em;
}

h3
{
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.3em;
	padding-bottom: 0em;
	margin-bottom: 0em;
}

span.xpand
{
  	font-variant: small-caps; 	
}

.clear
{
	clear: both;
}

.hidden
{
    display: none;
}

span.small
{
	font-size: 0.8em;
	line-height: 1.4em;
}

span.light
{
	color: #666;
}

.error
{
    color: #ff0000;
    font-weight: bold;
}

p.small
{
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

img.link
{
    border: 0px;
}



/* @end */

/* @group Layout */

div#background
{
    position: absolute;
    z-index: 0;
    width: 100%;
    top: 0px;
	margin-left: auto;
	margin-right: auto;
}

div#outer-container
{
    position: absolute;
    z-index: 1;
    width: 100%;
    text-align: center;
}

div#container
{ 
	width: 845px;
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: left;
	margin-top: 15px;
}

div.logo img
{
	margin-left: 7px;
	border: 0px;
}

div.content
{
	margin-top: 100px;
	background: url('../img/bg-footer.png') no-repeat 0px bottom !important;
	background: url('../img/bg-footer.gif') no-repeat 0px bottom;
	padding-bottom: 25px;
}

div.page-content,
div.page-content-home
{
	clear: both;
	background: url('../img/bg-body.png') repeat-y !important;
	background: url('../img/bg-body.gif') repeat-y;
}

div.page-content
{
	padding: 5px 25px 5px 25px;
}

div.page-content-home
{
	padding: 5px 11px 20px 9px;
}

/* @group Menu */

div.menu,
div.menu-home
{
	background: url('../img/bg-menu.png') no-repeat 0px 0px !important;
	background: url('../img/bg-menu.gif') no-repeat 0px 0px;
	padding: 4px 0px 0px 10px;
}

div.menu
{
	height: 60px;    
}

div.menu-home
{
	height: 50px;    
}

div.menu ul,
div.menu-home ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

div.menu ul a,
div.menu-home ul a
{
	font-size: 18px;
	color: #333;
	text-decoration: none;
	text-transform: uppercase;
	padding: 15px 0px 14px 30px;
	background-repeat: no-repeat;
	background-position: 0px -50px;
	display: block;
}

div.menu ul a
{
	background-image: url('../img/menu.gif');	
}

div.menu-home ul a
{
    background-image: url('../img/menu-home.gif');
}

div.menu ul a:hover,
div.menu ul li.current a
{
    background-position: 0px 1px;
}

div.menu-home ul li a.current
{
    color: #fff;
    background-position: 0px 1px;
}

div.menu ul li,
div.menu ul li.current,
div.menu-home ul li
{
	float: left;
	width: 205px;
}



/* @end */

/* @group Blurb */

div.blurb
{
	float: left;
	width: 180px;
	color: #666;
	font-size: 1.1em;
	line-height: 1.2em;
	margin-left: 13px;
}

div.blurb ul
{
	color: #333;
	font-size: 0.9em;
	margin-left: 0px;
	padding-left: 1em;
	text-indent: -0.1em;
}

div.blurb ul li
{
	margin: 0.4em 0em 0.4em 0em;
	line-height: 1.2em;
}

div.body-with-blurb
{
	margin-left: 221px;
	width: 450px;
}



/* @end */

/* @group Footer */

div.footer
{
	text-align: center;
}

div.footer div.statement
{
	width: 460px;
	margin: 20px auto 8px auto;
	padding: 40px 0 33px 0;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	font-size: 110%;
	color: #da0000;
}

div.footer span.follow-us img
{
    border: 0;
    margin-left: 2px;
    margin-bottom: -4px;
}

div.footer div.legal,
div.footer div.legal a
{
	color: #868686;
}

div.footer div.legal
{
	font-size: 85%;
}

div.footer div.legal a
{
	text-decoration: none;
}

div.footer div.legal a:hover
{
	text-decoration: underline;
}

div.footer div.legal span
{
	margin: 0px 12px 0px 13px;
}

div.footer div.legal span.xpand
{
	margin: 0px;
}

/* @end */

/* @end */

/* @group Homepage */

/* @group Promoboard */

div.home-section div.promoboard ul.buttons
{
	float: left;
	width: 230px;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	border-top: solid 1px #4d4d4d;
}

div.home-section div.promoboard ul.buttons li
{
	font-size: 0.9em;
	border-bottom: solid 1px #4d4d4d;
    padding: 8px 0px 6px 4px;
    cursor: pointer;
}

div.home-section div.promoboard ul.buttons li.current
{
    color: #fff;
    background-color: #424242;
}

div.home-section div.promoboard div.images
{
	width: 525px;
	margin-left: 230px;
}

div.home-section div.promoboard div.images img {
	border: 0;
}

div.home-section div.promoboard div.images div
{
	margin-left: 20px;
	margin-top: 7px;
    display: none;
}

/* @end */

div.home-sections
{
    height: 300px;
	background-image: url('../img/bg-home-section-expanded.gif');
	background-repeat: no-repeat;
	background-position: 5px 0px;
	color: #b3b3b3;
	width: 820px;
    position: relative;
	top: -10px !important;
	top: -9px;
}

div.home-section
{
    display: none;
	padding: 15px 30px 10px 32px;
}

div.home-section a:link,
div.home-section a:visited,
div.home-section a:active
{
    color: #fff;
    text-decoration: none;
}

div.home-section a:hover
{
    color: #fff;
    text-decoration: underline;
}

div.home-section div.more-link
{
    margin: 10px 0px 5px 0px;
    padding: 0px;
    font-size: 0.8em;
}

div.home-section div.more-link img
{
	border: 0px;
	position: relative;
	bottom: -6px;
	margin-right: 4px;
}

div.home-section div.theaters
{
	float: left;
	width: 230px;
}

div.home-section div.theaters ul.locations
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
    margin-top: 10px;
	border-top: solid 1px #4d4d4d;
}

div.home-section div.theaters ul.locations li
{
	font-size: 0.9em;
	border-bottom: solid 1px #4d4d4d;
    padding: 8px 0px 6px 4px;
    cursor: default;
}

div.home-section div.theaters ul.locations li.current
{
    color: #fff;
    background-color: #424242;
}

div.home-section div.theater-images
{
	width: 525px;
	margin-left: 230px;
}

div.home-section div.theater-images img
{
	margin-left: 20px;
	margin-top: 7px;
    display: none;
}

/* News blocks */

div.news
{
    padding: 0px 30px 0px 25px;
}

div.header
{
	font-size: 1.3em;
	color: #666;
	text-transform: uppercase;	
	border-bottom: solid 1px #c5c7d2;
	line-height: 1em;
	padding-bottom: 0.2em;
}

/* News list on the homepage */

div.news-list
{
	float: left;
    width: 480px;
    margin: 10px 25px 0px 0px;
}

div.news-list div.news-item-first
{
	margin-top: 11px;
}

div.news-list div.news-item
{
	margin-top: 1.5em;
}

div.news-list div.date
{
	font-size: 9pt;
	color: #666;
	text-transform: uppercase;	
}

div.news-list a
{
	text-decoration: none;
	font-weight: bold;	
}

div.news-list a:hover
{
	text-decoration: underline;
}

div.news-list div.news-item-first div.title
{
	font-size: 1.2em;
}

div.news-list div.news-item-first div.news-blurb
{
	font-size: 0.9em;
	color: #666;
	margin-top: 0.5em;
	line-height: 1.4em;
}

div.news-list div.more-news
{
	font-size: 0.8em;
	margin-top:1.5em;
}

div.news-list div.more-news img
{
	border: 0px;
	position: relative;
	bottom: -6px;
	margin-right: 2px;
}

/* Playing (Now playing or Comming soon) */

div.now-playing
{
    float: right;
	text-align: center;
	width: 240px;
	margin: 10px 0px 0px 0px;
}

div.now-playing div.movies
{
}

div.now-playing div.movies div.movie-poster
{
	margin-top: 15px;
	border: solid 1px #c7c7c7;
	width: 184px;
	margin-left: auto;
	margin-right: auto;	
}

div.now-playing div.movies div.movie-poster img
{
	border: 0px;
	margin: 2px;
}

div.now-playing div.navigation
{
	text-align: center;
	margin: 16px 0px 3px 0px;
}

div.now-playing div.movie-info table
{
	width: 220px;
	margin-top: 0px;
}

div.now-playing div.movie-info table td
{
	vertical-align: top;
	padding: 2px;
	font-size: 80%;
}

div.now-playing div.movie-info table td.label
{
	text-align: right;
	color: #666;
	font-weight: bold;
}

div.now-playing div.navigation span
{
    cursor: pointer;
    display: inline;
    background-repeat: no-repeat;
    padding: 7px;
    margin: 4px;
    background-image: url(../img/not-selected.png);
}

div.now-playing div.navigation span.selected
{
    background-image: url(../img/selected.png);
}

div.releases-link
{
	margin-top: 1em;
	font-size: 10pt;
}

div.releases-link a
{
	color: #888;
}



/* @end */

/* @group News */

div.news-list-archive
{
	margin-top: 10px;
	padding: 0px;
}

div.news-list-archive div.news-item
{
	margin-top: 1.5em;
}

div.news-list-archive div.date,
div.news-content div.date
{
	font-size: 9pt;
	color: #666;
	text-transform: uppercase;	
}

div.news-list-archive a
{
	text-decoration: none;
	font-weight: bold;	
}

div.news-list-archive a:hover
{
	text-decoration: underline;
}

div.news-content div.news-blurb
{
    font-weight: bold;
    margin-top: 0.5em;
}



/* @end */

/* *********************************************************************** */
/* World map page */

div.body-with-blurb-theaters
{
	margin-left: 212px;
	width: 560px;
}

div.featured-theaters
{
	background-image: url('../img/bg-theaters-featured.png');
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 30px;
}

div.theaters-map
{
	background-image: url('../img/bg-theaters-map.png');
	background-repeat: no-repeat;
	background-position: 1px bottom;
	padding: 10px 20px 30px 20px;
	color: #666;
	font-size: 1.1em;
	line-height: 1.2em;
}

div.theaters-map ul
{
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0em;
	border-top: solid 1px #b3b3b3;
	padding-bottom: 80px;
}

div.theaters-map ul li
{
	border-bottom: solid 1px #b3b3b3;
	text-transform: uppercase;
	padding: 0.7em 0.5em 0.5em 0.2em;
	color: #333;
}

div.theaters-map ul li:hover,
div.theaters-map ul li.selected
{
	background-color: #fff;
}

div.theaters-map ul li.selected
{
	color: #cc0000;    
}

div.theaters-map div.map-regions
{
	width: 200px;
}

div.theaters-map div#map
{
	float: right;
	margin: 0px 0px 0px 0px;
}

div.theaters-map div#map div.tagline
{
	text-align: center;
	padding-top: 1em;
	font-style: italic;
}

div.theaters-map div.map-regions ul li
{
    cursor: pointer;
}

div.theaters-list
{
	margin: 0px 20px 0px 20px;
}

/* *********************************************************************** */
/* Tables */

table.stable td
{
	font-size: 0.8em;
	vertical-align: top;
}

table.stable th
{
	font-size: 1em;
	font-weight: normal;
	color: #666;
	text-transform: uppercase;	
	border-bottom: solid 1px #c5c7d2;
	line-height: 1em;
	padding-bottom: 0.2em;
	padding-top: 1.5em;
	text-align: left;
}

table.glasses
{
    font-size: 0.8em;
	border-bottom: solid 1px #c5c7d2;
}

table.glasses th,
table.glasses td
{
    padding: 3px;
	vertical-align: top;    
}

table.glasses th
{
	font-weight: bold;
	line-height: 1em;
	text-align: left;
	background-color: #333333;
    border-left: solid 1px #333333;
    border-right: solid 1px #333333;
	color: #fff;
}

table.glasses td
{
	border-right: solid 1px #c5c7d2;
	border-top: solid 1px #c5c7d2;    
}

table.glasses td.feature
{
    font-weight: bold;
	border-left: solid 1px #c5c7d2;
}

table.glasses tr.two td
{
    background-color: #f5f5f5;
}

/* Theaters */

table.theaters
{
	margin-top: 4px;
}

table.theaters td
{
	vertical-align: top;
	padding-right: 25px;
	font-size: 0.75em;
	line-height: 1.4em;
}

table.theaters td div.image-inline
{
    margin-bottom: 10px;
}

table.theaters td h2
{
	font-size: 1.3em;
	color: #333;
	text-transform: capitalize;	
	line-height: 1.2em;
	padding-bottom: 0.2em;
	font-weight: bold;
	margin-top: 0px;
	border: 0px;
}

table.theaters td ul
{
	margin-top: -0.5em;
	padding-top: 0px;
	margin-left: 0px;
	padding-left: 1em;
	text-indent: -0.1em;
	margin-bottom: 0px;
}

table.theaters td p
{
	margin: 0.5em 0em 0.5em 0em;
}

table.theater-list td
{
	padding-right: 30px;
	font-size: 0.8em;
	vertical-align: top;
}

/* Logos (CGP) */

table.logos td
{
	font-size: 0.8em;
	text-align: center;
	padding-bottom: 15px;
	padding-right: 35px;
}

table.logos td img
{
	margin-bottom: 0.4em;
	border: 0px;
}

/* Films */

table.films td
{
	vertical-align: top;
	font-size: 0.9em;
	padding-bottom: 2em;
}

table.films td.image
{
	padding-right: 20px;
}

table.films td.image div
{
    margin-top: 0.2em;
    padding: 2px;
    border: solid 1px #cdccd1;
}

table.films td.description div.film-title
{
	font-size: 1.2em;
	font-weight: bold;
}

table.films td.description div.film-info
{
	font-size: 0.8em;
	color: #666;
	line-height: 1.4em;
}

table.films td.description div.film-desc
{
	margin-top: 0.2em;
}

/* *********************************************************************** */
/* Images */

div.image-inline
{
    padding: 2px;
    border: solid 1px #cdccd1;
}

div.image-glasses
{
    margin-left: 5px;
    margin-bottom: -35px !important;    
    width: 643px !important;
    height: 400px !important;
    width: 550px;
    height: 345px;
	background: url('../../products/glasses/media/img/active-glasses.png') no-repeat 30px 0px !important;
	background: url('../../products/glasses/media/img/active-glasses.jpg') no-repeat 0px 0px;
}

/* Glasses */

ul.factsheets
{
    list-style-type: none;
    margin: 2em 0px 0px 0px;
    padding: 0px;
}

ul.factsheets li
{
    font-size: 90%;
    float: left;
    margin-right: 60px;
    text-align: center;
    line-height: 1.3em;
    margin-bottom: 3em;
}

ul.factsheets li.last
{
    margin-right: 0px;
}

/* *********************************************************************** */
/* Forms */

span.form-label
{
    font-weight: bold;
}

input
{
    font-size: 90%;    
}

select
{
    font-size: 80%;
}

input[type="text"]
{
    padding: 3px;
}

label
{
    font-weight: bold;
}

table.form th
{
    font-size: 90%;
}

table.form td,
table.form th
{
    padding-bottom: 9px;
}

table.form th.label
{
    text-align: right;
    padding-right: 8px;
}

table.form td.error
{
    color: #c00;
    font-size: 80%;
}

table.form td.error ul
{
    padding-top: 10px;
    padding-left: 5px;
}

table.form td.error ul li
{
    display: inline;
}

table.form tr.separator td,
table.form tr.separator th
{
    padding-top: 20px;
}

table.form div.help-text
{
    font-size: 80%;
    color: #555;
    margin-top: 4px;
}

/* *********************************************************************** */
/* FAQ */

div.faq div.question
{
    font-weight: bold;
}

div.faq div.answer
{
    margin-top: 0.4em;
    margin-bottom: 1.8em;
}

/* *********************************************************************** */
/* Contact for sales */

div.partner-sales
{
    font-size: 9pt;
    line-height: 1.3em;
    border: solid 1px #c5c7d2;
    padding: 5px 8px 5px 8px;
}

/* *********************************************************************** */

