/* -----------------------------------------------------------------------
 Blueprint CSS Framework 0.9
 http://blueprintcss.org

   * Copyright (c) 2007-Present. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.
----------------------------------------------------------------------- */

/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;border:none;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}
/* typography.css */
html {font-size:100.01%;}
body {font-size:75%;color:#563a33;background:url(../images/bg-gray.gif) #dbdbdc;font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#563a33;display:inline;}
h1 {font-size:3em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:2em;margin-bottom:0.75em;}
h3 {font-size:1.5em;line-height:1;margin-bottom:1em;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em;line-height:2.5;}
p img.left {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
a:focus, a:hover {color:#a72022;text-decoration:none;}
a {color:#a72022;text-decoration:underline;}
a.button:focus, a.button:hover {text-decoration:none;font-size:0;line-height:0;}
a.button {text-decoration:none;font-size:0;line-height:0;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0;}
ul, ol {margin:0 1.5em 1.5em 0;padding-left:3.333em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;}
thead th {background:#c3d9ff;}
th, td, caption {padding:4px 10px 4px 5px;}
tr.even td {background:#e5ecf9;}
tfoot {font-style:italic;}
caption {background:#eee;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}
#tooltip {position:absolute;z-index:9999;border:1px solid #111;width:350px;background-color:#eee;padding:5px;}
#tooltip h3, #tooltip div { margin: 0;font-size:90%;color:#563a33;font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;}

/* forms.css */
label {font-weight:bold;}
fieldset {padding:0;margin:0;border:none;}
legend {font-weight:bold;font-size:1.2em;}
input[type=text], input[type=password], input.text, input.title, textarea, select {background-color:#fff;border:1px solid #bbb;}
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {border-color:#666;}
input[type=text], input[type=password], input.text, input.title, textarea, select {margin:0.5em 0;}
input.text, input.title {width:300px;padding:5px;}
input.title {font-size:1.5em;}
textarea {width:390px;height:250px;padding:5px;}
input[type=checkbox], input[type=radio], input.checkbox, input.radio {position:relative;top:.25em;}
form.inline {line-height:3;}
form.inline p {margin-bottom:0;}
.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}

/* grid.css */
.container {width:970px;margin:0 auto;position:relative;}
.content {width:950px;background:#fff;position:relative;margin-left:10px;}
.showgrid {background:url(src/grid.png);}
.column, div.span-1, div.span-2, div.span-3, div.span-4, div.span-5, div.span-6, div.span-7, div.span-8, div.span-9, div.span-10, div.span-11, div.span-12, div.span-13, div.span-14, div.span-15, div.span-16, div.span-17, div.span-18, div.span-19, div.span-20, div.span-21, div.span-22, div.span-23, div.span-24 {float:left;margin-right:10px;}
.last, div.last {margin-right:0;}
.span-1 {width:30px;}
.span-2 {width:70px;}
.span-3 {width:110px;}
.span-4 {width:150px;}
.span-5 {width:190px;}
.span-6 {width:230px;}
.span-7 {width:270px;}
.span-8 {width:310px;}
.span-9 {width:350px;}
.span-10 {width:390px;}
.span-11 {width:430px;}
.span-12 {width:470px;}
.span-13 {width:510px;}
.span-14 {width:550px;}
.span-15 {width:590px;}
.span-16 {width:630px;}
.span-17 {width:670px;}
.span-18 {width:710px;}
.span-19 {width:750px;}
.span-20 {width:790px;}
.span-21 {width:830px;}
.span-22 {width:870px;}
.span-23 {width:910px;}
.span-24, div.span-24 {width:950px;margin-right:0;}
input.span-1, textarea.span-1, input.span-2, textarea.span-2, input.span-3, textarea.span-3, input.span-4, textarea.span-4, input.span-5, textarea.span-5, input.span-6, textarea.span-6, input.span-7, textarea.span-7, input.span-8, textarea.span-8, input.span-9, textarea.span-9, input.span-10, textarea.span-10, input.span-11, textarea.span-11, input.span-12, textarea.span-12, input.span-13, textarea.span-13, input.span-14, textarea.span-14, input.span-15, textarea.span-15, input.span-16, textarea.span-16, input.span-17, textarea.span-17, input.span-18, textarea.span-18, input.span-19, textarea.span-19, input.span-20, textarea.span-20, input.span-21, textarea.span-21, input.span-22, textarea.span-22, input.span-23, textarea.span-23, input.span-24, textarea.span-24 {border-left-width:1px!important;border-right-width:1px!important;padding-left:5px!important;padding-right:5px!important;}
input.span-1, textarea.span-1 {width:18px!important;}
input.span-2, textarea.span-2 {width:58px!important;}
input.span-3, textarea.span-3 {width:98px!important;}
input.span-4, textarea.span-4 {width:138px!important;}
input.span-5, textarea.span-5 {width:178px!important;}
input.span-6, textarea.span-6 {width:218px!important;}
input.span-7, textarea.span-7 {width:258px!important;}
input.span-8, textarea.span-8 {width:298px!important;}
input.span-9, textarea.span-9 {width:338px!important;}
input.span-10, textarea.span-10 {width:378px!important;}
input.span-11, textarea.span-11 {width:418px!important;}
input.span-12, textarea.span-12 {width:458px!important;}
input.span-13, textarea.span-13 {width:498px!important;}
input.span-14, textarea.span-14 {width:538px!important;}
input.span-15, textarea.span-15 {width:578px!important;}
input.span-16, textarea.span-16 {width:618px!important;}
input.span-17, textarea.span-17 {width:658px!important;}
input.span-18, textarea.span-18 {width:698px!important;}
input.span-19, textarea.span-19 {width:738px!important;}
input.span-20, textarea.span-20 {width:778px!important;}
input.span-21, textarea.span-21 {width:818px!important;}
input.span-22, textarea.span-22 {width:858px!important;}
input.span-23, textarea.span-23 {width:898px!important;}
input.span-24, textarea.span-24 {width:938px!important;}
.append-1 {padding-right:40px;}
.append-2 {padding-right:80px;}
.append-3 {padding-right:120px;}
.append-4 {padding-right:160px;}
.append-5 {padding-right:200px;}
.append-6 {padding-right:240px;}
.append-7 {padding-right:280px;}
.append-8 {padding-right:320px;}
.append-9 {padding-right:360px;}
.append-10 {padding-right:400px;}
.append-11 {padding-right:440px;}
.append-12 {padding-right:480px;}
.append-13 {padding-right:520px;}
.append-14 {padding-right:560px;}
.append-15 {padding-right:600px;}
.append-16 {padding-right:640px;}
.append-17 {padding-right:680px;}
.append-18 {padding-right:720px;}
.append-19 {padding-right:760px;}
.append-20 {padding-right:800px;}
.append-21 {padding-right:840px;}
.append-22 {padding-right:880px;}
.append-23 {padding-right:920px;}
.prepend-1 {padding-left:40px;}
.prepend-2 {padding-left:80px;}
.prepend-3 {padding-left:120px;}
.prepend-4 {padding-left:160px;}
.prepend-5 {padding-left:200px;}
.prepend-6 {padding-left:240px;}
.prepend-7 {padding-left:280px;}
.prepend-8 {padding-left:320px;}
.prepend-9 {padding-left:360px;}
.prepend-10 {padding-left:400px;}
.prepend-11 {padding-left:440px;}
.prepend-12 {padding-left:480px;}
.prepend-13 {padding-left:520px;}
.prepend-14 {padding-left:560px;}
.prepend-15 {padding-left:600px;}
.prepend-16 {padding-left:640px;}
.prepend-17 {padding-left:680px;}
.prepend-18 {padding-left:720px;}
.prepend-19 {padding-left:760px;}
.prepend-20 {padding-left:800px;}
.prepend-21 {padding-left:840px;}
.prepend-22 {padding-left:880px;}
.prepend-23 {padding-left:920px;}
div.border {padding-right:4px;margin-right:5px;border-right:1px solid #eee;}
div.colborder {padding-right:24px;margin-right:25px;border-right:1px solid #eee;}
.pull-1 {margin-left:-40px;}
.pull-2 {margin-left:-80px;}
.pull-3 {margin-left:-120px;}
.pull-4 {margin-left:-160px;}
.pull-5 {margin-left:-200px;}
.pull-6 {margin-left:-240px;}
.pull-7 {margin-left:-280px;}
.pull-8 {margin-left:-320px;}
.pull-9 {margin-left:-360px;}
.pull-10 {margin-left:-400px;}
.pull-11 {margin-left:-440px;}
.pull-12 {margin-left:-480px;}
.pull-13 {margin-left:-520px;}
.pull-14 {margin-left:-560px;}
.pull-15 {margin-left:-600px;}
.pull-16 {margin-left:-640px;}
.pull-17 {margin-left:-680px;}
.pull-18 {margin-left:-720px;}
.pull-19 {margin-left:-760px;}
.pull-20 {margin-left:-800px;}
.pull-21 {margin-left:-840px;}
.pull-22 {margin-left:-880px;}
.pull-23 {margin-left:-920px;}
.pull-24 {margin-left:-960px;}
.pull-1, .pull-2, .pull-3, .pull-4, .pull-5, .pull-6, .pull-7, .pull-8, .pull-9, .pull-10, .pull-11, .pull-12, .pull-13, .pull-14, .pull-15, .pull-16, .pull-17, .pull-18, .pull-19, .pull-20, .pull-21, .pull-22, .pull-23, .pull-24 {float:left;position:relative;}
.push-1 {margin:0 -40px 1.5em 40px;}
.push-2 {margin:0 -80px 1.5em 80px;}
.push-3 {margin:0 -120px 1.5em 120px;}
.push-4 {margin:0 -160px 1.5em 160px;}
.push-5 {margin:0 -200px 1.5em 200px;}
.push-6 {margin:0 -240px 1.5em 240px;}
.push-7 {margin:0 -280px 1.5em 280px;}
.push-8 {margin:0 -320px 1.5em 320px;}
.push-9 {margin:0 -360px 1.5em 360px;}
.push-10 {margin:0 -400px 1.5em 400px;}
.push-11 {margin:0 -440px 1.5em 440px;}
.push-12 {margin:0 -480px 1.5em 480px;}
.push-13 {margin:0 -520px 1.5em 520px;}
.push-14 {margin:0 -560px 1.5em 560px;}
.push-15 {margin:0 -600px 1.5em 600px;}
.push-16 {margin:0 -640px 1.5em 640px;}
.push-17 {margin:0 -680px 1.5em 680px;}
.push-18 {margin:0 -720px 1.5em 720px;}
.push-19 {margin:0 -760px 1.5em 760px;}
.push-20 {margin:0 -800px 1.5em 800px;}
.push-21 {margin:0 -840px 1.5em 840px;}
.push-22 {margin:0 -880px 1.5em 880px;}
.push-23 {margin:0 -920px 1.5em 920px;}
.push-24 {margin:0 -960px 1.5em 960px;}
.push-1, .push-2, .push-3, .push-4, .push-5, .push-6, .push-7, .push-8, .push-9, .push-10, .push-11, .push-12, .push-13, .push-14, .push-15, .push-16, .push-17, .push-18, .push-19, .push-20, .push-21, .push-22, .push-23, .push-24 {float:right;position:relative;}
.prepend-top {margin-top:1.5em;}
.append-bottom {margin-bottom:1.5em;}
.box {padding:1.5em;margin-bottom:1.5em;background:#E5ECF9;}
hr {background:#563a33;color:#563a33;clear:both;float:none;width:100%;height:.1em;margin:0 0 1.45em;border:none;}
hr.space {background:#fff;color:#fff;visibility:hidden;}
.clearfix:after, .container:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.clearfix, .container {display:block;}
.clear {clear:both;}

/*GLOBAL: header*/
#header {height:157px;}
.logo-head {margin: 5px 0 0 40px;display:inline-block;height:116px;width:494px;}

/*GLOBAL: connect*/
#connect {height:23px;width:269px;position:absolute;top:0;right:-20px;padding:11px 0 0 40px;background:url(../images/k-connect.gif) no-repeat #a72022;}
.connect-kerasotes {height:10px;width:137px;display:block;float:left;background:url(../images/connect-kerasotes.gif) no-repeat top;}
.connect-kerasotes-over {background:url(../images/connect-kerasotes.gif) no-repeat bottom;}
a.connect-visit {height:10px;width:105px;display:block;float:left;background:url(../images/connect-visit.gif) no-repeat top;}
a.connect-visit:focus, a.connect-visit:hover {background:url(../images/connect-visit.gif) no-repeat bottom;}
.spacer {height:11px;width:1px;display:block;margin:0 6px 0 6px;background:#fff;float:left;font-size:0;line-height:0;}
.overhang {height:20px;width:20px;position:absolute;background:url(../images/overhang.gif) no-repeat;}
.t34r-20 {top:34px;right:-20px;}
#connect-menu {background:#a72022;width:152px;position:absolute;z-index:600;top:21px;right:104px;padding-top:12px;display:none;}
#connect-menu ul {list-style:none;padding:0;margin:0;border:#a72022 1px solid;}
#connect-menu ul li {border-top:#fff 1px solid;}
#connect-menu ul a {color:#fff;text-decoration:none;padding:5px 10px;width:130px;display:block;font-size:.9em;}
#connect-menu ul a:hover {color:#a72022;background:#fff;text-decoration:none;padding:5px 10px;display:block;font-size:.9em;}

/*GLOBAL: share*/
/*#share {height:16px;width:183px;padding-left:59px;position:absolute;top:41px;left:671px;background:url(../images/bg-share.gif) 0px 3px no-repeat;}*/
#share {height:16px;width:183px;padding-left:59px;position:absolute;top:41px;left:671px;}
a.share-facebook {height:16px;width:16px;display:block;float:left;background:url(../images/share-facebook.gif) top;}
a.share-facebook:focus, a.share-facebook:hover {background:url(../images/share-facebook.gif) bottom;}
a.share-twitter {height:16px;width:16px;margin-left:6px;display:block;float:left;background:url(../images/share-twitter.gif) top;}
a.share-twitter:focus, a.share-twitter:hover {background:url(../images/share-twitter.gif) bottom;}
a.share-print {height:15px;width:44px;margin: 1px 0 0 0;display:block;float:right;background:url(../images/share-print.gif) top;}
a.share-print:focus, a.share-print:hover {background:url(../images/share-print.gif) bottom;}

/*GLOBAL: navigation*/
ul.navigation {height:10px;position:absolute;left:325px;top:130px;list-style:none;width:100%;}
ul.navigation li {float:left;padding-left:25px;}
.nav-movies {height:20px;width:84px;display:block;background:url(../images/nav-movies.gif) no-repeat top;}
.nav-movies-over {background:url(../images/nav-movies.gif) no-repeat bottom;}
.nav-faq {height:20px;width:62px;display:block;background:url(../images/nav-faq.gif) no-repeat top;}
.nav-faq-over {background:url(../images/nav-faq.gif) no-repeat bottom;}
.nav-about {height:20px;width:142px;display:block;background:url(../images/nav-about.gif) no-repeat top;}
.nav-about-over {background:url(../images/nav-about.gif) no-repeat bottom;}
a.nav-showtimes {height:20px;width:100px;display:block;background:url(../images/nav-showtimes.gif) no-repeat top;}
a.nav-showtimes:focus, a.nav-showtimes:hover {background:url(../images/nav-showtimes.gif) no-repeat bottom;}
a.nav-locationsnav {height:20px;width:100px;display:block;background:url(../images/nav-locations.gif) no-repeat top;}
a.nav-locationsnav-over {background:url(../images/nav-locations.gif) no-repeat bottom;}
a.nav-locations {height:20px;width:96px;display:block;background:url(../images/nav-locations.gif) no-repeat top;}
a.nav-locations:focus, a.nav-locations:hover {background:url(../images/nav-locations.gif) no-repeat bottom;}
.nav-dine {height:20px;width:65px;display:block;background:url(../images/nav-dine.gif) no-repeat top;}
.nav-dine-over {background:url(../images/nav-dine.gif) no-repeat bottom;}
a.nav-tour {height:20px;width:82px;display:block;background:url(../images/nav-tour.gif) no-repeat top;}
a.nav-tour:focus, a.nav-tour:hover {background:url(../images/nav-tour.gif) no-repeat bottom;}
a.nav-vip {height:20px;width:66px;display:block;background:url(../images/nav-extras.gif) no-repeat top;}
a.nav-vip:focus, a.nav-vip:hover {background:url(../images/nav-extras.gif) no-repeat bottom;}
a.nav-contact {height:20px;width:120px;display:block;background:url(../images/nav-contact.gif) no-repeat top;}
a.nav-contact:focus, a.nav-contact:hover {background:url(../images/nav-contact.gif) no-repeat bottom;}
.nav-groups {height:20px;width:91px;display:block;background:url(../images/nav-groups.gif) no-repeat top;}
.nav-groups-over {background:url(../images/nav-groups.gif) no-repeat bottom;}
.brown870{width:870px;margin:30px 0 0 40px;background-color:#563a33;color:#563a33;}
.dropdown {position:absolute;z-index:555;margin:0 0 0 3px;background:#fff;}
.dd-left {float:left;background:url(../images/dd-left.png) no-repeat;height:13px;width:14px;margin:0 0 0 -10px;}
.dd-right {float:right;background:url(../images/dd-right.png) no-repeat top right;height:13px;width:100%;margin-right:-4px;}
.dd-ds {background:url(../images/dd-ds.png);padding:0 0 4px 4px;}
.dropdown ul {list-style:none;margin:10px -4px 0 0;padding:0;border-left:1px solid #a72022;border-right:1px solid #a72022;}
.dropdown a {border-top:1px solid #fff;border-bottom:1px solid #a72022;display:block;text-decoration:none;padding:5px 40px 5px 10px;background:#fff;font-size:1.25em;}
.dropdown a:hover {background:#a72022;color:#fff;}
#dd-movies {left:68px;top:150px;display:none;}
#dd-showtimes {left:393px;top:150px;display:none;}
#dd-locationsnav {left:521px;top:150px;display:none;}
#dd-faq {left:685px;top:150px;display:none;}
#dd-about {left:642px;top:150px;display:none; z-index:999; }
#dd-locations {left:273px;top:140px;display:none;width:auto;}
#dd-locations .dd-search {background:#fff;margin:10px -5px 0 0;border:1px solid #a72022;}
#dd-locations .dd-search input {width:130px;margin:10px;padding:5px 2px 5px 22px;font-size:1.25em;font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;background:url(../../images/mag.gif) no-repeat #fff 5px;color:#a72022;border:solid 1px #a72022;}
#dd-locations .dd-search input:focus {color:#563a33;}
#dd-dine {left:439px;top:140px;display:none;}
#dd-groups {left:823px;top:140px;display:none;}
/*


/*Location SUB navigation*/
ul.navigation-sub {height:29px;position:absolute;left:00px;top:157px;list-style:none;width:100%;}
ul.navigation-sub li {float:left;padding-left:25px;}
.nav-theatername {height:29px;left:50px;top:157px;font-size:1.5em;font-weight:bold;color:White;}
.nav-nowplaying {height:29px;width:95px;left:400px;top:157px;display:block;background:url(../../images/sub-nowplaying.jpg) no-repeat top;}
.nav-nowplaying-over {background:url(../../images/sub-nowplaying.jpg) no-repeat bottom;}
a.nav-nowplaying {height:29px;width:95px;display:block;background:url(../../images/sub-nowplaying.jpg) no-repeat top;}
a.nav-nowplaying:focus, a.nav-nowplaying:hover {background:url(../../images/sub-nowplaying.jpg) no-repeat bottom;}
.nav-menu {height:29px;width:42px;left:500px;top:157px;display:block;background:url(../../images/sub-menu.jpg) no-repeat top;}
.nav-menu-over {background:url(../../images/sub-menu.jpg) no-repeat bottom;}
a.nav-menu {height:29px;width:42px;left:547;display:block;background:url(../../images/sub-menu.jpg) no-repeat top;}
a.nav-menu:focus, a.nav-menu:hover {background:url(../../images/sub-menu.jpg) no-repeat bottom;}
.nav-information {height:29px;width:85px;left:637;top:157px;display:block;background:url(../../images/sub-information.jpg) no-repeat top;}
.nav-information-over {background:url(../../images/sub-information.jpg) no-repeat bottom;}
a.nav-information {height:29px;width:85px;display:block;background:url(../../images/sub-information.jpg) no-repeat top;}
a.nav-information:focus, a.nav-information:hover {background:url(../../images/sub-information.jpg) no-repeat bottom;}
.nav-showtimestickets {height:29px;width:134px;display:block;background:url(../../images/sub-showtimes.jpg) no-repeat top;}
.nav-showtimestickets-over {background:url(../../images/sub-showtimes.jpg) no-repeat bottom;}
a.nav-showtimestickets {height:29px;width:134px;display:block;background:url(../../images/sub-showtimes.jpg) no-repeat top;}
a.nav-showtimestickets:focus, a.nav-showtimestickets:hover {background:url(../../images/sub-showtimes.jpg) no-repeat bottom;}
.nav-FAQ {height:29px;width:60px;display:block;background:url(../../images/sub-faq.jpg.jpg) no-repeat top;}
.nav-FAQ-over {background:url(../../images/sub-faq.jpg.jpg) no-repeat bottom;}
a.nav-FAQ {height:29px;width:60px;display:block;background:url(../../images/sub-faq.jpg) no-repeat top;}
a.nav-FAQshowtimestickets:focus, a.nav-FAQ:hover {background:url(../../images/sub-faq.jpg) no-repeat bottom;}
/*




/*GLOBAL: footer*/
#footer {height:232px;margin-top:40px;padding:24px 40px 0 40px;background:url(../images/footer-star.gif) no-repeat;clear:both;}
#footer hr {margin-bottom:5px;}
#footer p {font-size:.9em;color:#807e83;}
#footer a {float:right;text-decoration:none;}
#footer a:focus,#footer a:hover {text-decoration:underline;}
.right {float:right;margin:0 6px;}

/*GLOBAL: showtimes toolbar*/
#showtimes_toolbar {height:129px;width:100%;min-width:950px;display:block;position:fixed;left:0;bottom:-88px;background:url(../images/showtimesToolbar/bg-showtimes_toolbar.png);}
.showtimes_header {height:33px;width:950px;padding-top:10px;margin:0 auto;}
#tb-selected {display:none;width:950px;}
#tb-select {display:block;width:810px;}
.dd-theatre {background:url(../images/showtimesToolbar/btn-dropdown.jpg) no-repeat;background-position-y:top;width:176px;height:20px;padding:3px 25px 0 5px;display:block;float:left;font-size:.9em;text-decoration:none;color:#807e83;margin-top:2px;}
ul.menu-theatre {list-style:none;display:none;background:#dbdbdc;position:absolute;padding:0;margin:-73px 0 0 510px;border:1px solid #807e83;border-bottom:none;width:204px;}
ul.menu-theatre li a {text-decoration:none;border-bottom:1px solid #807e83;color:#807e83;padding: 4px 0 4px 7px;display:block;font-size:.9em;}
ul.menu-theatre li a:focus, ul.menu-theatre li a:hover {color:#fff;background:#a72022;}
a.link-toolbar-change {float:left;font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;font-size:13px;margin-top:3px;font-weight:bold;color:#fff;text-decoration:none;}
a.link-toolbar-change:focus, a.link-toolbar-change:hover {color:#e9e9e9;}
.showtimes_header img {float:left;margin:4px 5px 0 11px;}
a.btn-toolbar-select {height:23px;width:68px;float:left;margin:1px 0 0 7px;background:url(../images/showtimesToolbar/btn-toolbar-select.jpg) top;}
a.btn-toolbar-select:focus, a.btn-toolbar-select:hover {background:url(../images/showtimesToolbar/btn-toolbar-select.jpg) center}
a.btn-toolbar-select:active {background:url(../images/showtimesToolbar/btn-toolbar-select.jpg) bottom;}
a.btn-toolbar-change {height:17px;width:132px;float:left;margin:4px 0 0 7px;background:url(../images/showtimesToolbar/btn-toolbar-change.jpg) left 0;}
a.btn-toolbar-change:focus, a.btn-toolbar-change:hover {background:url(../images/showtimesToolbar/btn-toolbar-change.jpg) left 34px;}
a.btn-toolbar-change:active {background:url(../images/showtimesToolbar/btn-toolbar-change.jpg) left 17px;}
a.btn-toolbar-info {height:23px;width:116px;float:right;margin-top:2px;background:url(../images/showtimesToolbar/btn-toolbar-info.jpg) left 0;}
a.btn-toolbar-info:focus, a.btn-toolbar-info:hover {background:url(../images/showtimesToolbar/btn-toolbar-info.jpg) left 46px;}
a.btn-toolbar-info:active {background:url(../images/showtimesToolbar/btn-toolbar-info.jpg) left 23px;}
.btn-toolbar-toggle {height:23px;width:68px;float:right;margin:2px 11px 0 6px;}
a.tb-hide {background:url(../images/showtimesToolbar/btn-toolbar-hide.jpg) left 0;}
a.tb-hide:focus, a.tb-hide:hover {background:url(../images/showtimesToolbar/btn-toolbar-hide.jpg) left 46px;}
a.tb-hide:active {background:url(../images/showtimesToolbar/btn-toolbar-hide.jpg) left 23px;}
a.tb-show {display: none;background:url(../images/showtimesToolbar/btn-toolbar-show.jpg) left 0;}
a.tb-show:focus, a.tb-show:hover {background:url(../images/showtimesToolbar/btn-toolbar-show.jpg) left 46px;}
a.tb-show:active {background:url(../images/showtimesToolbar/btn-toolbar-show.jpg) left 23px;}
.times {position:relative;height:86px;width:928px;margin:10px auto;}
#center-times {position:absolute;height:49px;width:872px;left:28px;margin:0;padding:0;overflow:hidden;}
#sliderlist {position:relative;}
.slidergroup {position:absolute;left:0;}
.slideritem {position:relative;float:left;height:49px;width:auto;margin:0 10px 0 0;}
.slideritem-last {margin-right: 10px;}
.slideritem-left {position:relative;float:left;height:49px;width:10px;background:url(../images/showtimesToolbar/bg-showtimes_toolbar_movies-left.gif);}
.slideritem-right {position:relative;float:left;height:49px;width:auto;padding:10px 10px 0 0;background:url(../images/showtimesToolbar/bg-showtimes_toolbar_movies.gif) top right no-repeat;}		
.slideritem p {font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;font-weight:bold;font-size:12px;color:#563a33;margin:0 0 4px 0;line-height:12px;white-space:nowrap;}
.slideritem a.details {font-size:11px;text-decoration:none;font-style:oblique;margin:0 5px;font-weight:normal;}
.slideritem a.details:focus, .slideritem a.details:hover {text-decoration:underline;color:#a72022;}
.slideritem a.times {font-size:12px;text-decoration:none;font-weight:normal;}
.slideritem a.times:focus, .slideritem a.times:hover {text-decoration:underline;color:#a72022;}
.grad-right {position:absolute;height:47px;width:49px;top:0;right:0;z-index:9999;display:block;background:url(../images/showtimesToolbar/grad-right.png);}
.grad-left {position:absolute;height:47px;width:49px;top:0;left:0;z-index:9999;display:block;background:url(../images/showtimesToolbar/grad-left.png);}		
a.btn-toolbar-back {position:absolute;height:49px;width:28px;background:url(../images/showtimesToolbar/btn-toolbar-back.png) left top;cursor:pointer;}
a.btn-toolbar-back:focus, a.btn-toolbar-back:hover {background:url(../images/showtimesToolbar/btn-toolbar-back.png) left center;}
a.btn-toolbar-back:active {background:url(../images/showtimesToolbar/btn-toolbar-back.png) left bottom;}		
a.btn-toolbar-next {position:absolute;height:49px;width:28px;right:0px;background:url(../images/showtimesToolbar/btn-toolbar-next.png) left top;cursor:pointer;}
a.btn-toolbar-next:focus, a.btn-toolbar-next:hover {background:url(../images/showtimesToolbar/btn-toolbar-next.png) left center;}
a.btn-toolbar-next:active {background:url(../images/showtimesToolbar/btn-toolbar-next.png) left bottom;}
.showtimes_times-hide {display:none;}
.no-shows {height:86px;width:935px;display:block;margin:0 auto;position:relative;background:url(../images/showtimesToolbar/no-shows.png) center no-repeat;}
.times-off {font-size:12px;font-weight:normal;color:#807e83;}
.fandango {font-size:11px;color:#fff;font-style:oblique;position:absolute;left:0px;bottom:-5px;}


/*HOMEPAGE: featured*/
.bubble {width:201px;height:213px;background:url(../../images/bubble.png) no-repeat;position:absolute;top:0;left:0;z-index:9000;padding:35px 48px 0 48px;overflow:hidden;margin-top:20px;display:none;}
.bubble h1 {color:#fff;font-size:1.25em;font-weight:bold;margin-right:5px;}
.bubble h2 {color:#fff;font-size:0.8em;font-weight:bold;margin-right:5px;}
.bubble p {margin-top:29px; line-height:1.2;font-size:.9em;}
a.btn-bubble-details {width:113px;height:12px;background:url(../../images/btn-bubble-details.gif) no-repeat top;display:block;margin-top:-5px;}
a.btn-bubble-tix {width:79px;height:13px;background:url(../../images/btn-bubble-tix.gif) no-repeat top;display:block;margin-top:5px;}
a.btn-bubble-details:hover, a.btn-bubble-details:focus {background:url(../../images/btn-bubble-details.gif) no-repeat bottom;}
a.btn-bubble-tix:hover, a.btn-bubble-tix:focus {background:url(../../images/btn-bubble-tix.gif) no-repeat bottom;}
#featured {height:252px;padding:40px 0 0 61px;position:relative;background:url(../../images/bg-gradient2.jpg) repeat-x;}
.t250r-20 {top:250px;right:-20px;}
.redblock-sub {height:30px;width:20px;position:absolute;top:157px;right:-20px;display:block;background:#a72022;}
.t187r-20{top:187px;right:-20px;}
.redblock {height:30px;width:20px;position:absolute;top:220px;right:-20px;display:block;background:#a72022;}
.carousel {height:200px;width:407px;position:relative;float:left;padding:0 0 0 29px;}
#carouselNowPlaying, #carouselComingSoon {width:331px;overflow:hidden;position:relative;margin:0;padding:0;}
#carouselNowPlaying ul, #carouselComingSoon ul {position: relative;padding:0;top:0;}
#carouselNowPlaying li, #carouselComingSoon li {width:105px;height:163px;float:left;list-style: none;padding-right:6px;}
#label-now_playing {height:117px;width:14px;position:absolute;left:9px;background:url(../../images/label-now_playing.gif);}
#label-coming_soon {height:127px;width:14px;position:absolute;left:9px;background:url(../../images/label-coming_soon.gif);}
a.arrow-left {height:27px;width:24px;display:block;position:absolute;top:139px;left:0;background:url(../../images/arrow-left.jpg) top;}
a.arrow-left:focus, a.arrow-left:hover {background:url(../../images/arrow-left.jpg) bottom;}
a.arrow-right {height:27px;width:24px;display:block;position:absolute;top:139px;right:47px;background:url(../../images/arrow-right.jpg) top;}
a.arrow-right:focus, a.arrow-right:hover {background:url(../../images/arrow-right.jpg) bottom;}
a.poster-now_playing {height:163px;width:100px; float:left; background:url(../../images/btn-purchase.gif) no-repeat;text-decoration:none; z-index:2000;}
/*a.poster-now_playing:focus, a.poster-now_playing:hover {top:13;background:url(../../images/btn-purchase.gif) no-repeat left 210px;text-decoration:none;}*/
a.poster-advance {height:163px;width:100px; float:left;background:url(../../images/btn-advance.gif) no-repeat;text-decoration:none; z-index:2000;}
/*a.poster-advance:focus, a.poster-advance:hover {top:13; background:url(../../images/btn-advance.gif) no-repeat left 210px;text-decoration:none;}*/
a.poster-learnmore {height:163px;width:100px; float:left; background:url(../../images/btn-lm.gif) no-repeat;text-decoration:none; z-index:2000;}
/*a.poster-learnmore:focus, a.poster-learnmore:hover {top:13; background:(../../images/btn-lm.gif) no-repeat left 210px;text-decoration:none;}*/
.poster-not-available {height:150px;text-align:center;width:100px;padding:55% 1px;margin:auto 0;display:block;background:url(../../images/movies/placeholder-no-image-sm.jpg) no-repeat;font-size:.8em; color:#807e83;text-decoration:none;font-weight:bold;}
.l21 {margin-left:21px;}


/*HOMEPAGE: about*/
#container-main{background:#fff;overflow:hidden;padding:0px 0 0 40px}
#about {width:589px;position:relative;float:left;padding:0px;}
#about-top {height:18px;width:573px;position:absolute;top:0;left:0;background:url(../../images/bg-about-top.gif);}
#about-bottom {height:18px;width:573px;position:absolute;bottom:0;left:0;background:url(../../images/bg-about-bottom.gif);}
.about-header {margin-bottom:20px;}
.diamonds {margin-left:5px;}
#tour {height:309px;width:515px;margin-top:20px;padding-top:20px;background:url(../../images/placeholder-tour.jpg) no-repeat;overflow:visible;}
a.btn-tour {height:35px;width:203px;display:block;margin-left:312px;background:url(../../images/btn-take-tour.gif) top #a72022;}
a.btn-tour:focus, a.btn-tour:hover {background:url(../../images/btn-take-tour.gif) bottom #a72022;}
.tour-overhang {height:20px;width:20px;margin-left:495px;background:url(../../images/overhang.gif) no-repeat;}
.sidebar-home{margin-top:53px;}
#wgn{height:309px;width:515px;margin-top:20px;padding-top:20px; }

/*SIDEBAR: advertisements*/
#sidebar {width:250px;float:right;padding-right:40px; z-index:0;}
#sidebar p {font-size:.75em;font-style:oblique;}
.ad-125 {margin-bottom:30px; margin-top:30px;}

/*SUBPAGE: temp*/
#subpage {width:533px;float:left;padding-left:20px;padding-right:20px;}
.placeholder {background:url(../../images/header-placeholder.gif) no-repeat 20px 0px;padding-top:70px;}
.comingsoon {background:url(../../images/header-coming-soon.gif) no-repeat 20px 0px;padding-top:70px;}
.nowshowing {background:url(../../images/header-now-showing.gif) no-repeat 20px 0px;padding-top:10px;}
.menu {background:url(../../images/menu.jpg) no-repeat 20px 0px;padding-top:70px;}
.information {background:url(../../images/information.jpg) no-repeat 20px 0px;padding-top:70px;}
.showtimes2 {background:url(../../images/showtimes.jpg) no-repeat 20px 0px;padding-top:70px;}
.tour {background:url(../../images/header-tour.gif) no-repeat 20px 0px;padding-top:70px;}
.location {background:url(../../images/header-location.gif) no-repeat 200px 0px;padding-top:70px;}
.email {background:url(../../images/header-email.gif) no-repeat 20px 0px;padding-top:70px;}
.dine {background:url(../../images/header-dine.gif) no-repeat 20px 0px;padding-top:70px;}
.groupsignup {background:url(../../images/header-sign-up.gif) no-repeat 20px 0px;padding-top:70px;}
.groupabout {background:url(../../images/header-about.gif) no-repeat 20px 0px;padding-top:70px;}
.membership {background:url(../../images/header-membership.gif) no-repeat 20px 0px;padding-top:70px;}
.sub-image {margin-bottom: 20px;}
.privacy {background:url(../../images/header-privacy.gif) no-repeat 20px 0px;padding-top:70px;}
.technology {background:url(../../images/header-technology.gif) no-repeat 20px 0px;padding-top:70px;}
.terms {background:url(../../images/header-terms.gif) no-repeat 20px 0px; padding-top: 70px;}
.newsletters {background:url(../../images/header_newsletters.gif) no-repeat 20px 0px; padding-top: 70px;}
.contact {background:url(../../images/header-contact.gif) no-repeat 20px 0px;padding-top:70px;}
.contact label {margin-right: 20px; width:100px; display: block; float:left;}
.colorred {color:#a72022;}
.note {font-size:.9em;}
a.btn-submit {background:url(../images/btn-submit.gif) top; width:83px;height:30px;display:block;margin: 10px 0 0 120px;}
a.btn-submit:hover, a.btn-submit:focus {background:url(../images/btn-submit.gif) center;}
a.btn-submit:active {background:url(../images/btn-submit.gif) bottom;}
.newsletterlabel {font-size: 1.25em;}
.newsletterparagraph {margin-left: 17px;}

/*DETAILS*/
.details-page {width:533px;float:left; }
.rating {margin-left:5px;}
.runtime {margin-top:-24px;}
hr.red {margin:0 0 50px 0;height:4px;color:#a72022;background:#a72022;display:block;clear:both;}
.movie-poster {margin:0 20px 0 20px;float:left;}
.description {margin:-5px 20px 20px 0;width:315px;float:right;}
.details-links {width:300px;float:right;margin:10px 36px 40px 0;}
.details-page hr.long {margin:40px 0 20px 0;height:1px;background:#563a33;color:#563a33;}
.details-page a.btn-purchase-tickets {height:30px;width:147px;display:block;float:left;clear:both;background:url(../../images/btn-purchase-tickets.gif) top;}
.details-page a.btn-purchase-tickets:focus, .details-page a.btn-purchase-tickets:hover {background:url(../../images/btn-purchase-tickets.gif) bottom;float:left;}
.details-page a.btn-trailer {height:11px;width:108px;display:block;float:left;background:url(../../images/btn-trailer.gif) top;margin:20px 0 0 20px;}
.details-page a.btn-trailer:focus, .details-page a.btn-trailer:hover {background:url(../../images/btn-trailer.gif) bottom;}
.details-page a.btn-website {height:11px;width:78px;display:block;float:left;background:url(../../images/btn-website.gif) top;margin:0 0 0 -108px;}
.details-page a.btn-website:focus, .details-page a.btn-website:hover {background:url(../../images/btn-website.gif) bottom;}
.ticktes-for {margin:0;}
a.datetheatre {margin:0 0 0 20px;font-size:1.2em;text-decoration:none;}
a.datetheatre:focus, a.datetheatre:hover {text-decoration:underline;}
a.change {font-size:.75em;background:#a72022;padding:2px 4px;color:#fff;text-decoration:none;float:right;margin-bottom:20px;}
a.change:focus, a.change:hover {background:#d38f90;}
.showtimes {font-size:1.3em;margin:-20px 0 0 0;}
.showtimes a {text-decoration:none;}
.showtimes a:focus, .showtimes a:hover {text-decoration:underline;}
.disclaimer {font-size:.8em;font-style:oblique;margin-top:-20px;}
.label-tickets {font-size:1.75em;font-weight:bold; margin:0;}
.tix-desc {line-height:1.2em;margin-top:-15px;}
.showtimes img {display:inline;margin:-5px 0 0 5px;vertical-align:middle;}
ul.warnings {width:auto;background:#edd2d3;border:1px solid #563a33;padding:5px 0 5px 30px;list-style:circle;margin: 10px 0 20px 0;}
ul.warnings li {font-style:oblique;font-size:.9em;}

/*NOW SHOWING*/
.wrap-links {width:412px;float:right;margin-top:10px;}
#now-showing {width:533px;padding:70px 20px 0 20px;float:left;}
#now-showing a.btn-website {float:left;margin:0 20px 20px 0;}
#now-showing a.btn-trailer {float:left;margin:0 20px 5px 0;}
#now-showing a.btn-showtimes {float:left;margin:0 20px 5px 0;}
.poster-small {float:left;margin-right:20px;}
#now-showing h1 {font-size:1.5em;font-weight:bold;color:#a72022;margin:0 5px 0 0;}
#now-showing h2 {font-size:1em;font-weight:normal;color:#563a33;}
#now-showing h3 {font-size:1em;font-weight:normal;color:#563a33;font-style:italic;}
#now-showing p {float:left;width:412px;margin:10px 0 10px 0;line-height:1.5em;}
a.btn-tickets {height:35px;width:85px;display:block;float:right;background:url(../../images/btn-tickets.gif) top;margin-bottom:10px;}
a.btn-tickets:focus, a.btn-tickets:hover {background:url(../../images/btn-tickets.gif) bottom;}
a.btn-trailer {height:11px;width:108px;display:block;float:right;background:url(../../images/btn-trailer.gif) top;margin:-70px 40px 0 0;}
a.btn-trailer:focus, a.btn-trailer:hover {background:url(../../images/btn-trailer.gif) bottom;}
a.btn-website {height:11px;width:78px;display:block;float:right;background:url(../../images/btn-website.gif) top;margin:-50px 70px 0 0;}
a.btn-website:focus, a.btn-website:hover {background:url(../../images/btn-website.gif) bottom;}
a.btn-showtimes {height:11px;width:71px;display:block;float:right;background:url(../../images/btn-showtimes.gif) top;margin:-50px 70px 0 0;}
a.btn-showtimes:focus, a.btn-showtimes:hover {background:url(../../images/btn-showtimes.gif) bottom;}
a .mt-30 {margin:20px 70px 0 0;}

#now-showing hr.short {height:1px;background:#563a33;color:#563a33;margin-right: 20px;}
.paging {width:150px;display:block;margin:0 auto;}
.page-selected {font-size:1.5em;font-weight:bold;color:#807e83;}
.paging a {text-decoration:none;}
.paging a:focus, .paging a:hover {text-decoration:underline;}
a.btn-page-previous {margin-top:10px;height:11px;width:9px;display:block;float:left;background:url(../../images/btn-page-previous.gif) top;}
a.btn-page-previous:focus, a.btn-page-previous:hover {background:url(../../images/btn-page-previous.gif) bottom;}
a.btn-page-next {margin-top:10px;height:11px;width:9px;display:block;float:right;background:url(../../images/btn-page-next.gif) top;}
a.btn-page-next:focus, a.btn-page-next:hover {background:url(../../images/btn-page-next.gif) bottom;}
.hide-me {visibility:hidden;}
.ad-468x60 {margin:40px 28px;width:468px;}
.sponsored {font-size:.75em;font-style:oblique;}

/*SHOWTIMES*/
#showtimes-sidebar {width:313px;margin:40px -20px 0 0;float:right;clear:both;}
#theatre-info {background:#fff;border:solid 1px #a72022;position:relative;}
#theatre-info p {padding:30px;margin:0;line-height:1.2;}
.hang-info {position:relative;right:0;margin:0 20px 20px 293px;}
.showtimes-page {width:533px;float:left;padding:35px 20px 0 20px;}
.showtimes-page p {line-height:1.5em;}
.push20 {margin-right:20px;}
.red-thin {width:100%;color:#a72022;background-color:#a72022;margin:0;}

.RadComboBoxDropDown {font-size:0.9em !important;font-weight:bold !important;color:#a72022 !important;}  
 /* div.RadComboBox td.rcbInputCellRight {background: #f0f0f0;} */
  .rcbArrowCell a {font-size:0px !important;}  

a.datetheatre {margin-left:0;font-size:1.2em;}
a.btn-showtimes-change {height:18px;width:131px;margin-bottom:10px;display:block;background:url(../../images/btn-showtimes-change.gif) top}
a.btn-showtimes-change:focus, a.btn-showtimes-change:hover {background:url(../../images/btn-showtimes-change.gif) center}
a.btn-showtimes-change:active {background:url(../../images/btn-showtimes-change.gif) bottom}
.showtimes-page hr.red {margin:5px 0 30px 0;}
.showtimes-page hr.brown {margin:5px 0 5px 0;}
.showtimes-page h1 {font-size:1.75em;font-weight:bold;}
.movie-info {margin-bottom: 20px;}
.movie-title {font-size:1.3em;font-weight:bold;color:#a72022;}
.showtimes-times {color:#a72022;font-size:.9em;margin:0 0 15px 0;}
.showtimes-times a {text-decoration:none;}
.showtimes-times a:focus, .showtimes-times a:hover {text-decoration:underline;}
.showtimes-times img {display:inline;vertical-align:bottom; margin-left:5px;}
.runtime {font-size:.8em;font-weight:normal;color:#807e83;margin-bottom:5px;}
ul.restrictions {padding:0 0 0 15px;margin:0;font-style:oblique;font-size:.9em;}
#showtimes-sidebar .left {font-weight:bold;margin:0;position:absolute;left:0;}
#showtimes-sidebar .right {float:none;font-weight:normal;text-align:right;}
.theatre-name {font-size:1.5em;font-weight:bold;}
a.see-map {font-size:1.2em;text-decoration:none;}
a.see-map:focus, a.see-map:hover {text-decoration:underline;}
.disclaimer2 {font-size:.9em;font-style:oblique;margin:0 0 0px 0;}
p.info {font-size:1.2em;font-weight:bold;margin:0;}
#showtimes-sidebar ul {margin: -10px 30px 30px -7px;list-style:none;}
#showtimes-sidebar li {margin-bottom:5px;}
.descriptor {margin-bottom:-5px}
.auditorium {padding: 20px 20px 0px 20px; background:#f0f0f0; border: 1px solid #e0e0e0;margin-bottom: 20px;}
#theatre-info p.message {font-size:.9em;font-style:oblique;padding:0 10px 10px 10px;margin-top: -10px;margin-bottom:-10px;}

/*FAQ*/
.faq-page {width:533px;float:left;background:url(../../images/header-faq.gif) no-repeat 20px 0px;padding:35px 20px 0 20px;}
.faq-page p {line-height:1.5em;}
.faq-page hr.red {margin:5px 0 30px 0;}
.faq-page hr.brown {margin:5px 0 5px 0;}
.faq-page h1 {font-size:1.75em;font-weight:bold;}
.group-name {font-size:1.5em;font-weight:bold;}
.faqbox {padding: 20px 20px 20px 20px; background:#f0f0f0; border: 1px solid #e0e0e0;margin-bottom: 20px;}
.faq-question {font-weight:bold; }

/*MODAL*/
#modal-container {width:100%;height:100%;position:fixed;left:0;top:0;z-index:500;display:none;background: url(../images/modal/spacer.gif);}
#modal-shadow {margin:40px auto;padding:10px;width:668px;height:auto;background:url(../images/modal/bg-modal-shadow.png);overflow:hidden;}
#modal {width:668px;height:auto;background:url(../images/modal/bg-modal.gif);padding:10px 0 40px 0;overflow:hidden;}
#modal hr {margin:60px 0 30px 0;}
#modal-header {margin: 0 auto; background: #a72022 url(../images/modal/label-change.gif) no-repeat 40px 30px; width: 648px; height:80px;}
#modal-left {float:left;width:170px;margin:30px 0 0 50px;}
#modal-right {float:left;width:auto;margin:30px 0 0 50px;border-left:1px solid #563a33;padding:0 40px}
#modal-left p {color:#807e83;font-size:1.25em;margin:0;}
a.btn-location {background:url(../images/modal/radio-button.gif) no-repeat 0 7px; padding: 0 0 10px 30px; width:auto; height:auto;display:block; color:#968580;text-decoration:none;font-size:1.3em;line-height:1em;}
a.btn-location:focus, a.btn-location:hover {background:url(../images/modal/radio-button.gif) no-repeat 0 -93px; color:#563a33;}
a.btn-location:active {background:url(../images/modal/radio-button.gif) no-repeat 0 -193px;}
a.selected-location {background:url(../images/modal/radio-button.gif) no-repeat 0 -193px; padding: 0 0 10px 30px; width:auto; height:auto;display:block; color:#563a33;text-decoration:none;font-size:1.3em;line-height:1em;cursor:default;}
a.selected-location:hover, a.selected-location:focus, a.selected-location:active {background:url(../images/modal/radio-button.gif) no-repeat 0 -193px;}
.label-selected {margin:0;}
.selected-date {font-size:1.5em;margin:-20px 0 0 0;}
a.btn-scroll-up {width:314px;height:23px;background:url(../images/modal/btn-scroll-up.jpg) top; display:block;}
a.btn-scroll-up:focus, a.btn-scroll-up:hover {background:url(../images/modal/btn-scroll-up.jpg) center;}
a.btn-scroll-up:active {background:url(../images/modal/btn-scroll-up.jpg) bottom;}		
.date-picker {list-style:none;padding:0;}
#container-dp {display:block;width:auto;height:auto;margin:20px 0;}
ul.date-picker li {width:auto;padding:2px 0;margin-bottom:5px;}
ul.date-picker li a {font-size:.9em;text-decoration:none;width:auto;padding:2px 5px;margin-bottom:5px;}
ul.date-picker li a:focus, ul.date-picker li a:hover {color:#ff7274;}		
a.btn-scroll-down {width:314px;height:23px;background:url(../images/modal/btn-scroll-down.jpg) bottom; display:block;}
a.btn-scroll-down:focus, a.btn-scroll-down:hover {background:url(../images/modal/btn-scroll-down.jpg) center;}
a.btn-scroll-down:active {background:url(../images/modal/btn-scroll-down.jpg) top;}		
ul.date-picker li a.date-selected {cursor:default;background:url(../images/modal/selected.gif) no-repeat 2px;padding-left:14px;color:#563a33;font-weight:bold;}
a.btn-modal-cancel {float:right;background:url(../images/modal/btn-modal-cancel.gif) no-repeat top;height:43px;width:146px;display:block;margin-top:20px;}
a.btn-modal-cancel:focus, a.btn-modal-cancel:hover {background:url(../images/modal/btn-modal-cancel.gif) no-repeat bottom;margin-top:20px;}			

/* NOT USED NOW
	#modal input {background: #807e83; width:96px;font-size:1.75em;color:#fff;text-transform:uppercase;height:20px;margin:0;border:none;padding-left:3px;}
	a.btn-go {width:52px;height:34px;background:url(../images/modal/btn-go.gif) top; display:block;float:left;}
	a.btn-go:focus, a.btn-go:hover {background:url(../images/modal/btn-go.gif) bottom;}			 
	.txt-border {padding:1px;border:1px solid #807e83; float:left;margin:0 10px 0 0;}
*/

/*MEMBERSHIP PAGES*/
.membership label {float:left;clear:left;font-size:1.1em;font-weight:normal;height:20px;line-height:20px;margin:0 0 9px 20px;} 
.membership label.required {font-weight:bold;}
.membership input {float:right;clear:right;font-size:1em;height:20px;width:200px;margin:0 20px 5px 0;}
.membership select {float:right;clear:right;font-size:1em;height:20px;width:204px;margin:0 20px 5px 0;}
.membership select.bday-month {width:75px;clear:none;margin-right:4px;float:none;display:inline;}
.membership select.bday-day {width:55px;clear:none;margin-right:4px;float:none;display:inline;}
.membership select.bday-year {width:60px;float:none;display:inline;}
.membership label.radio {float:right;clear:none;display:inline;width:auto; margin:0 20px 0 1px;}
.membership input.radio {float:right;clear:none;display:inline;width:auto; margin:-3px 5px 0 1px;}
.membership .rule {margin:0 0 20px 0;padding-top:10px;height:1px;border-bottom:1px solid #563a33;clear:both;display:block;}
.membership .error-msg {display:none;border:1px solid #a72022;padding:20px;margin-bottom:20px;background:#ffefef;}
.membership .error-msg p {font-weight:bold;color:#a72022;margin-bottom:0px;}
.membership .error-msg ul {color:#a72022;margin-bottom:10px;}
.hidden-field {display:none;}
.IE-GARBAGE {clear:right;float:right;margin:0 0 5px 0;}
.membership p.required-fields {font-size:.8em;margin:0px;}
.becomeamember {width:533px;padding:70px 20px 0 20px;float:left;background:url(../../images/header-join.gif) no-repeat 20px 0px;}
.home {width:533px;padding:70px 20px 0 20px;float:left;background:url(../../images/header-extras.gif) no-repeat 20px 0px;}
a.rcCalPopup {clear:both;display:block;text-align:right;width:513px;padding-right:20px;font-size:.75em;text-decoration:none;margin:0 0 20px 0;line-height:.75em;}
a.rcCalPopup:focus, a.rcCalPopup:hover {text-decoration:underline;}
.membership .signup {width:134px;height:36px;float:left;display:inline;}
.membership .cancel {width:79px;height:36px;float:left;display:inline;margin-right:20px;}
.birthdate-picker {float:right;}
.home h2 {font-size:1.5em;font-weight:normal;}
.home p {font-size:.95em;margin:0;padding:0;width:50%;font-weight:bold;line-height:1em;margin-top:10px;}
.user-data {float:right;font-weight:normal;color:#a72022;}
.home .btn-signout {float:left;width:74px;height:29px;clear:both;margin:20px 0 30px 0;}
.home .btn-extras {width:74px;height:29px;float:right;display:inline;margin-right:350px;margin-top:20px;}
.home .btn-cancel2 {float:right;width:74px;height:29px;margin:50px 0 30px 0;}
.home .btn-remove {float:left;width:74px;height:29px;clear:both;margin:50px 0 30px 0;}
.acct-info {width:493px;border:1px solid #563a33;clear:both;background:#ececed;padding:20px;}
.acct-info h3 {font-size:1.2em;font-weight:bold;}
.acct-info p {font-weight:normal;width:493px;line-height:1.5em;margin-top:5px;}
.update {background:url(../../images/header-update.gif) no-repeat 20px 0px;}
.thin-hr {height:1px;width:533px;border-bottom:1px solid black;margin:20px 0;}
.signin p {width:533px;font-weight:normal;font-size:.9em; line-height:1.5em;margin-bottom:20px;}
.signinwrap {width:60%;}
.signin h1 {font-size:1.4em;padding:0;margin:-3px 0 20px 0;display:block;}
.signin h2 {font-size:.9em;padding:0;margin:-20px 0 0 0;clear:right;display:block;}
.signin h2.inline {font-size:.9em;padding:0;margin: 0 0 0 5px;clear:right;display:block;}
.signin h3 {font-size:.9em;font-weight:bold;}
.signin ul {padding:0 0 0 20px;margin:15px 0;font-size:.9em;}
.inline {float:left;clear:right;}
.red-hr {width:533px;height:1px;border-bottom:#a72022 5px solid;display:block;clear:both;margin-bottom:20px;padding-top:20px;}
.signin label {margin-left:0;}
.signin .btn-signin {float:right;margin-top:10px;}
.signin a {float:left;font-size:.9em;margin-top:18px;}
.IE-FIX-AGAIN {clear:both;}
.radiofix {height:20px;clear:right;width:205px;float:right;margin:0 20px 5px 0;}
.membership .radiofix input {float:left;display:inline;clear:none;margin:-3px 2px 0 0;padding:0;width:20px;}
.membership .radiofix label {float:left;display:inline;clear:none;margin:0 0 0 0;padding:0;width:180px;}
.calfix {height:30px;clear:right;width:180px;float:right;margin:0 20px 5px 0;}

/*PRINT*/
.print {display:none;}

/*AMENITIES*/
#amenities-vip-seating {width:580px; height:250; background:url(../../images/amenities1.jpg) no-repeat; background-position:left top;}
#amenities-theatres {width:580px; height:250; background:url(../../images/amenities2.jpg) no-repeat; background-position:right bottom;}
#amenities-concessions {width:580px; height:250; background:url(../../images/amenities3.jpg) no-repeat; background-position:left top;}


