﻿/* Table of contents
-----------------------------------------------------
    1.      Constants                                        For reference purposes only
    2.      Reset                                           Equalising all browsers
    3.      Defaults                                      Standard sitewide definitions
        A.    Links
        B.    Typography
        C.    Tables
        D.    Forms
        E.    Lists
    4.      Structure/Layout                              Template building blocks
    5.      Navigation                                    All site navigation
        A.    Main menu
        B.    Secondary menu
    6.      Furniture                                       Template look and feel
        A.    Header
        B.    Wrapper
        C.    Footer
    7.      Page Content                                  All content within wrapper
        A.    Primary content
        B.    Secondary content
        C.    Modules
        D.    Page/Section specific
        E.    Panel system: home and what's on pages
    8.    Misc
    
1. Constants
-----------------------------------------------------
    Colours
    -------------------------------------------------
    #f2f4f3 = Off-white (main background colour)
    #a70c00 = Red (main link colour)
    #?????? = Colour (link hover/focus colour)
    #616161 = Light grey (secondary link colour)
    #454545 = Dark grey (Productions block link colour)
    #1b1b1b = Off-black (What's on block link colour)
    #ffffff = White (Book tickets block link colour )
    Font sizes
    -------------------------------------------------
    all =      1.2em (12px)
2. Reset
----------------------------------------------------- */
html, body, div, span, ul, ol, li, h1, h2, h3, h4, h5, h6, p, a, img, dl, dt, dd, em, strong, object,
form, fieldset, input, select, textarea, label, legend, button, table, tr, th, td, tbody, tfoot, thead,
caption, blockquote, abbr, acronym, address, big, cite, code, del, dfn, ins, kbd, q, samp, small, sub,
sup, tt, var, pre, b, u, i, center, font, applet, strike, s, iframe, embed, form
{
    padding: 0;
    margin: 0;
    border: 0;
    font-size: 1em;
    background: transparent;
    vertical-align: baseline;
}
address, abbr, caption, cite, code, dfn, em, strong, th, var, h1, h2, h3, h4, h5, h6
{
    font-weight: normal;
    font-style: normal;
}
ul, dir, menu
{
    list-style: none;
}
table
{
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th
{
    text-align: left;
}
blockquote, q
{
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after
{
    content: '';
    content: none;
}
acronym
{
    cursor: help;
}
nobr
{
    white-space: normal;
}
hr
{
    display: none;
}
body {
    margin: 0;
    font-size: 62.5%;
}

.background {
    background: url(img/bkgrnd.png) top left no-repeat;
    background-size: 100% auto;
    width: 950px;
    height: 100%;
    margin: 0 auto;
    padding: 95px 0 0;
}
ul {
    list-style: none;
}
a {
    text-decoration: none;
}
.dynamicMenu {
    border: 1px solid #cccccc;
}
/* */
/* = 3. Defaults
----------------------------------------------------- */
body
{
    background-color: #ffffff;
    font-size: 62.5%;
    font-family: Verdana, Helvetica, sans-serif;
    line-height: 1;
}
/* Text included for non-visual users, hide content for screen */
.context
{
    height: 1px;
    left: 0px;
    overflow: hidden;
    position: absolute;
    top: -500px;
    width: 1px;
}
/* Hides contents but leaves structure in place */
.context-flow
{
    /* Hides contents off-left */
    text-indent: -20000px;
}
/* text that is 'replaced' by an image (via a span) */
.replaced
{
    position: relative;
}
.replaced span
{
    background: transparent no-repeat left top;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
/* clearfix - fixes float clearing issues */
.clearfix:after
{
    clear: both;
    content: ".";
    display: block;
    height: 0px;
    visibility: hidden;
}
/* horizontal rules (hr) - allows universal control */
.hr
{
    background: #000; /* Gecko/Opera */
    border: 0px solid #000; /* necessary to ensure hr is only 1px high in all browsers */
    clear: both;
    color: #000; /* IE */
    height: 1px;
    margin: 1.5em 0px 1.5em 0px;
    padding: 0px;
}
.hr hr
{
    display: none;
}
/* Used to mark up content that needs attention */
.edit-me
{
    color: red;
}
/* & 3A. Links
    ---------------------------- */
a, a:link
{
    color: #a70c00;
    font-style: inherit;
    font-weight: inherit;
    text-decoration: none;
}
a:hover, a:active, a:focus
{
    /*background-color: #a70c00;*/
    /*color: #fff;*/
    color: #000000;
}
a:active
{
    outline: none;
}
/* links - extra classes */
/* arrow links */
ul.arrow a, p.arrow a, .buy-tickets-block a, .whats-on-support a
{
    background-image: url(/images/structure/arrow_grey.png);
    background-repeat: no-repeat;
    background-position: center right;
    display: inline;
    font-weight: bold;
    padding-right: 10px;
}
ul.arrow
{
    margin-left: 0;
}
ul.arrow li
{
    background: none;
    padding-left: 0;
}
a.yellow-links {
    color: #FFD504 !important;
}
a.i-cinna
{
    width: 166px !important;
    height: 24px !important;
    margin-left: 20px;
    display: block;
    color: transparent;
    background: url(/images/buttons/SignUpSchoolbtn.png) top left no-repeat;
    background-color: transparent !important;
}
a.i-cinna:hover
{
    display: block;
    background: url(/images/buttons/SignUpSchoolRolloverbtn.png) top left no-repeat !important;
}
a.join-online
{
    width: 166px !important;
    height: 24px !important;
    margin-left: 20px;
    display: block;
    color: transparent;
    background: url(/images/buttons/join-online-button-off.png) top left no-repeat;
    background-color: transparent !important;
}
a.join-online:hover
{
    display: block;
    background: url(/images/buttons/join-online-button-on.png) top left no-repeat !important;
}
/* & 3B. Typography
    ---------------------------- */
p, address, li, dt, dd, td, th
{
    color: #454545;
    font-size: 1.2em;
    line-height: 1.5;
}
h1, h2, h3, h4, h5, h6
{
    color: #1c1c1c;
    font-weight: bold;
    font-family: Tahoma, Verdana, Geneva;
    line-height: 1.5;
    margin-bottom: 1em;
}
h1
{
    font-size: 3.1em;
}
h2
{
    font-size: 1.3em;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.2em;
}
h5
{
    font-size: 1.2em;
}
h6
{
    font-size: 1.2em;
}
h1
{
    color: #cbcbcb;
    text-transform: uppercase;
    margin-top: 3px;
    margin-left: 3px;
    margin-bottom: 0;
    word-spacing: .2em;
}
.home h1
{
    margin-bottom: 0;
}
h2
{
    border-bottom: 4px solid #b8b4b4;
    line-height: 1.5em; /* controls distance between heading and underline */
    text-transform: uppercase;
}
/* h2 link arrow style */
h2 a
{
    background: url(/images/structure/arrow_grey.png) no-repeat center right;
    display: inline;
    padding-right: 10px;
}
input, select, textarea
{
    font-size: inherit;
}
p
{
    margin-bottom: 1em;
}
address
{
    font-style: normal;
}
em
{
    font-style: italic;
}
strong
{
    font-weight: bold;
}
/* typography - extra classes */
/* & 3C. Tables
    ---------------------------- */
table
{
    margin-bottom: 1em;
    width: 100%;
}
thead
{
    text-align: center;
}
td, th
{
    padding: 5px;
}
th
{
    font-weight: bold;
}
/* tables - extra classes */
tr.alt td
{
    background: #f5f5f5;
}
.sub
{
    font-size:0.75em;
}
/* & 3D. Forms
    ---------------------------- */
form
{
    margin-bottom: 1em;
    text-align: left;
}
fieldset
{
    text-align: left;
}
legend
{
    display: none;
}
label
{
    cursor: pointer;
    font-size: 1.1em;
}
input, textarea
{
    font-family: Verdana, Helvetica, sans-serif;
}
/* forms - extra classes */
input.text, textarea, select
{
    background: #f2f4f3;
    border: 1px solid #b8b4b4;
    padding: 2px 2px;
}
input.checkbox
{
}
input.radio
{
}
input.button
{
}
input.quarter-width
{
    width: 20px;
}
.buttons
{
    margin-top: 10px;
    text-align: right;
}
.buttons input.button_change_membership
{
    float: right;
}
/* validation - required field */
input.required
{
    border-color: #a70c00;
    background: #ffdfdc;
}
p.required
{
    color: #a70c00;
    font-weight: bold;
}
p.message
{
    width: 270px;
    float: right;
}
p.reminder
{
    position: absolute;
    top: 27px;
    right: 30px;
    text-align: right;
}
/* & 3E. Lists
    ---------------------------- */
dt
{
    font-weight: bold;
}
dd
{
    margin-bottom: 1.5em;
}
ul
{
    margin: 0 0 1em 20px;
}
ol
{
    margin: 0 0 1em 40px;
}
ol
{
    list-style: decimal;
}
ul
{
    list-style: none;
}
ul li
{
    background: transparent url(/images/structure/global_bullet.png) no-repeat 0 4px;
    padding-left: 11px;
}
/* nested lists */
li ol, li ul
{
    margin: 0 2em;
}
li li
{
    font-size: 1em;
}
/* lists - extra classes */
/* */
/* = 4. Structure/Layout
----------------------------------------------------- */
html
{
    overflow-y: scroll;
}
html, body
{
    text-align: center;
}
#container
{
    margin: 0 auto;
    text-align: left;
    width: 950px;
}

#wrapper
{
    width: 950px;
}
#content-frame
{
    float: right;
    width: 950px;
    /*margin-bottom: 40px;*/
    margin-bottom: 20px;
    margin-top: 5px;
}
/* 1 column layout */
#primary-content
{
    margin-bottom: 1em;
    width: 952px; /* default primary content has full width */
}
#primary-content:after
{
    /* clearfix */
    clear: both;
    content: ".";
    display: block;
    height: 0px;
    visibility: hidden;
}
/* 3 column layout */
#content-frame.standard
{
    width: 754px;
}
#content-frame.standard #primary-content
{
    float: left;
    width: 570px;
}
#content-frame.standard #secondary-content
{
    float: right;
    width: 146px;
    margin-top: 4px;
}
#nav-secondary
{
    float: left;
    width: 196px;
}
/* 2 column layout */
#content-frame.wide
{
    width: 952px;
}
#content-frame.wide #primary-content
{
    float: left;
    width: 791px;
}
#content-frame.wide #secondary-content
{
    float: right;
    width: 146px;
    margin-top: 4px; /*min-height:800px;*/
}
/* 1 column layout */
#content-frame.full
{
    width: 950px;
}
#content-frame.full #primary-content
{
    float: left;
    width: 902px;
}
#carousel,
#page-hero
{
    height: 413px;    
    margin-bottom: 15px;
    background: #eae9e9;
}
#page-hero
{
    margin-bottom: 0;
}
#carousel.jcarousel
{
    position: relative;
    overflow: hidden;
    width: 100%;
}
#carousel.jcarousel .slides
{
    position: relative;
    width: 20000em;
}
#carousel .slides div,
#page-hero #hero div
{
    width: 950px;
    float: left;
}
#carousel .slide #info,
#page-hero .slide #info
{
    width: 300px;
    height: 413px;
    background: #464646;
}
#carousel .slide #info #copy,
#page-hero .slide #info #copy
{
    height: 292px;
    width: 211px;
    padding: 37px;    
    color: #ffffff;
    background: #464646;
}
#carousel .slide #info #copy h1,
#page-hero .slide #info #copy h1
{
    padding: 0;
    margin: 0 0 25px 0;
    font-size: 2em;
    color: #ffffff;
    line-height: 0.5;
}
#carousel .slide #info #copy h1 p,
#page-hero .slide #info #copy h1 p
{
    line-height: 0.5;
}
#carousel .slide #info #copy p,
#carousel .slide #info #copy p strong,
#page-hero .slide #info #copy p,
#page-hero .slide #info #copy p strong
{
    color: #ffffff;
    padding: 0;
    /*margin: 0;*/
}
.slide #info #copy a,
.slide #info #copy a:link
{
    color: #ecc700;
    font-style: inherit;
    font-weight: inherit;
    text-decoration: none;
}
.slide #info #copy a:hover,
.slide #info #copy a:active,
.slide #info #copy a:focus
{
    color: #cc9933;
}
.slide #info #copy a:active
{
    outline: none;
}
#carousel .slide #info #copy ul li,
#page-hero .slide #info #copy ul li
{
    color: #ffffff;
}
#carousel .slide #info #buttons,
#page-hero .slide #info #buttons
{
    height: 47px;
    width: 300px;
    background: transparent;
}
#carousel .slide #info #buttons a,
#page-hero .slide #info #buttons a
{
    height: 29px;
    margin: 0;
    padding: 9px 12px;
    float: left;
    display: block;
}
#carousel .slide #info #buttons a.red,
#carousel .slide #info #buttons a.blue,
#carousel .slide #info #buttons a.yellow,
#page-hero .slide #info #buttons a.red,
#page-hero .slide #info #buttons a.blue,
#page-hero .slide #info #buttons a.yellow
{
    width: 173px;
    float: right;
}
#carousel .slide #info #buttons a.grey,
#page-hero .slide #info #buttons a.grey
{
    width: 76px;
    margin-right: 3px;
}
#carousel .slide #info #buttons a p,
#page-hero .slide #info #buttons a p
{
    color: #ffffff;
    font-size: 1.4em;
    text-transform: uppercase;
    line-height: 1;
    margin: 0;
}
#carousel .slide #info #buttons a.grey p,
#page-hero .slide #info #buttons a.grey p
{
    color: #353434;
}
#carousel .slide #info #buttons a.red p,
#carousel .slide #info #buttons a.blue p,
#carousel .slide #info #buttons a.yellow p,
#page-hero .slide #info #buttons a.red p,
#page-hero .slide #info #buttons a.blue p,
#page-hero .slide #info #buttons a.yellow p
{
    width: 30px;
}
#carousel .slide #image,
#carousel .slide #media,
#page-hero .slide #image
{
    width: 650px;
    height: 413px;
}
#main-content { position:relative; }
#carousel-pagination
{
    height: 12px;
    width: 358px;    
    position: absolute;
    top: 390px;
    /*margin-left: 307px;*/
    margin-left: 455px;
    z-index: 9999;
}
.jcarousel-pagination
{
    /*width: 950px;
    margin: auto;*/
    text-align: center;
}
.jcarousel-pagination a 
{
    text-decoration: none;
    display: inline-block;
    font-size: 11px;
    height: 10px;
    width: 10px;
    line-height: 10px;
    background: #999999;
    color: #ffffff;
    border-radius: 10px;
    text-indent: -9999px;
    margin-right: 7px;
    border: 1px solid #ffffff;    
}
.jcarousel-pagination a.active 
{
    background: #666666;
    color: #fff;
    opacity: 1;
}

#quick-links
{
    height: 46px; 
    /*width: 753px;	*/
    width: 950px;
    background: #cbc9c9;
}
#quick-links div
{
    float: left;
    font-size: 1.2em;
}
#quick-links #title
{
    height: 20px;
    width: 129px;
    padding: 13px 0 13px 30px;
    text-transform: uppercase;    
    background: #767474;
}
#quick-links #title p
{
    color: #ffffff;
}
#quick-links #css-arrow
{
    width: 0;
    height: 0;
    border-top: 23px solid transparent;
    border-bottom: 23px solid transparent;
    border-left: 10px solid #767474;
}
#quick-links #links
{
    height: 20px;
    padding: 13px 0;  
    text-transform: uppercase;  
}
#quick-links #links ul
{
    height: 21px;       
}
#quick-links #links ul li
{
    float: left;    
    padding: 0 20px;
    border-right: 1px solid #c43321;
    background: none;
}
#quick-links #links ul li:last-child
{
	border: none;
}
#quick-links #links ul li a
{
    color: #454545;
}
#quick-links #links ul li a:hover
{
    color: #000000;
}
#box-office
{
	height: 37px;
	width: 185px;
	padding-top: 9px;
	/*margin-top: -46px;*/
	/*background: #cbc9c9;*/
	background: #949393;
	text-align: center;
	float: right;
}
#box-office p
{
	font-size: 1.4em;
	line-height: 1;
	color: #ffffff;
	text-transform: uppercase;
}
#panels.home
{
    height: 639px; 
    margin-top: 17px;   
}
#panels
{
    height: 639px;
    /*height: 965px;*/
    margin-top: 17px;
}
#panels.home #promos,
#panels.home #calendar
{
    float: left;
}
#panels.home #promos
{
    height: 639px;
    width: 765px;
}
#panels #promos
{
    height: 965px;    
    width: 950px;
}
#panels.home #promos .promo
{
    height: 312px;
    width: 180px;
    margin: 0 11px 14px 0;
    float: left;
    background: #ebebeb;
}
#panels #promos .promo
{
    height: 312px;
    width: 180px;
    margin: 0 12.5px 14px 0;
    float: left;
    background: #ebebeb;
}
#panels.hub #promos .promo:nth-child(5n+0)
{
    margin-right: 0;
}
#panels #promos .promo a.image-link
{
    display: block;
    height: 196px;
    width: 180px;
}
#panels #promos .promo a img
{
    height: 196px;
    width: 180px;
    background: #c2c1c1;
}
#panels #promos .promo .copy
{
    height: 59px;
    padding: 13px 11px;
}
#panels #promos .promo .copy p.title,
#panels #promos .promo .copy span.teaser
{
    height: 15px;
    padding: 0;
    margin: 0;
    color: #454545;
    line-height: 1;
    clear:both;
}
#panels #promos .promo .copy p.title
{
    font-size: 1.3em;
    text-transform: uppercase; 
}
#panels #promos .promo .copy span.teaser,
#panels #promos .promo .copy span.teaser p
{
    font-size: 1.1em;    
    line-height: 1;
}
#panels #promos .promo .buttons
{
    height: 35px;
    margin-top: 0;
    background: #ffffff;
}
#panels #promos .promo .buttons a,
#panels #promos .promo .buttons input,
.buttons input
{
    height: 23px;
    padding: 4px; 
    display: block;
    float: left;
}
.buttons input
{
	color: #ffffff;
	text-transform: uppercase;
}
#panels #promos .promo .buttons a p
{
    width: 59px;
    color: #ffffff;
    line-height: 0;
    text-align: left;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    font-size: 1.1em;
}
#panels #promos .promo .buttons a.grey p
{
    color: #353434;
}
#panels #promos .promo .buttons a.blue p,
#panels #promos .promo .buttons a.yellow p
{
    /*width: 47px;*/
    width: 90px;
}
#panels #promos .promo .buttons a.red,
#panels #promos .promo .buttons a.blue,
#panels #promos .promo .buttons a.yellow
{
    width: 106px;
    float: right;
}
#panels #promos .promo .buttons a.grey
{
    width: 57px;
    margin-right: 1px;    
}
#panels #promos .promo .buttons a.grey,
#carousel .slide #info #buttons a.grey,
#page-hero .slide #info #buttons a.grey
{
    color: #353434;
    background: #c2c1c1;
}
#panels #promos .promo .buttons a.grey:hover,
#carousel .slide #info #buttons a.grey:hover,
#page-hero .slide #info #buttons a.grey:hover
{
    background: #999999;
}
#panels #promos .promo .buttons a.red,
#carousel .slide #info #buttons a.red,
#page-hero .slide #info #buttons a.red
{
    background: #e00000;
}
#panels #promos .promo .buttons a.red:hover,
#carousel .slide #info #buttons a.red:hover,
#page-hero .slide #info #buttons a.red:hover
{
    background: #993333;
}
#panels #promos .promo .buttons a.yellow,
#carousel .slide #info #buttons a.yellow,
#page-hero .slide #info #buttons a.yellow
{
    background: #ecc700;
}
#panels #promos .promo .buttons a.yellow:hover,
#carousel .slide #info #buttons a.yellow:hover,
#page-hero .slide #info #buttons a.yellow:hover
{
    background: #cc9933;
}
#panels #promos .promo .buttons a.blue,
#carousel .slide #info #buttons a.blue,
#page-hero .slide #info #buttons a.blue
{
    background: #032790;
}
#panels #promos .promo .buttons a.blue:hover,
#carousel .slide #info #buttons a.blue:hover,
#page-hero .slide #info #buttons a.blue:hover
{
    background: #000066;
}
#panels #promos .promo .buttons a.purple,
#carousel .slide #info #buttons a.purple,
#page-hero .slide #info #buttons a.purple,
.buttons a.purple,
.buttons input.purple
{
    background: #8d11d5;
}
#panels #promos .promo .buttons a.green,
#carousel .slide #info #buttons a.green,
#page-hero .slide #info #buttons a.green
{
    background: #66CC33;
}
#panels #promos .promo .buttons a.purple:hover,
#carousel .slide #info #buttons a.purple:hover,
#page-hero .slide #info #buttons a.purple:hover
{
    background: #8d11d5;
}
#panels #promos .promo .buttons a.green:hover,
#carousel .slide #info #buttons a.green:hover,
#page-hero .slide #info #buttons a.green:hover
{
    background: #66CC33;
}
#panels #calendar
{
    width: 185px;
    height: 426px;	
    background: #616161;
}
#social-media
{
    height: 39px;
    padding: 20px 0 0;  
    /*background: #f6f6f6;*/
}
#icons
{
    margin: auto;
    width: 282px;
}
#icons a
{
    float:left;
    margin-right: 7px;
    background:none;
}
#icons img
{
    height: 40px;
    width: 40px;
}
#signup
{
	width: 186px;
	height: 137px;
    float: right;	
	font-size: 1em;
	background: #949393;
}
#footer
{
    clear: both;
    background: #b7b7b7;
    padding: 23px;
    /*margin: 24px 0 40px 2px;*/
    width: 904px;
    height: 342px;
}
#footer:after
{
    /* clearfix */
    clear: both;
    content: ".";
    display: block;
    height: 0px;
    visibility: hidden;
}
/* PHOENIX */
#footer-top
{
    height: 242px;
    border-bottom: 2px solid #ffffff;
    /*background: #cccccc;*/
}
#footer-top dl
{   
    margin-right: 50px;
    font-size: 1.1em;
    text-transform: uppercase;
    padding: 0 8px;
    float: left;    
    /*background: #cccccc;*/
}
#footer-top dl:last-child
{
    margin-right:0;
}
#footer-top dl dt
{    
    line-height: 1.9;    
}
#footer-top dl dt,
#footer-top dl dt a
{
    color: #353434;
}
#footer-top dl dt a:hover
{
    color: #000000;
}
#footer-btm
{
    height: 80px;
    padding-top: 20px;
    /*background: #cccccc;*/
}
#footer-btm div
{
    float: left;
    width: 301px;
    /*height: 61px;
    background: #ccc;*/ 
}

/* = 4a. Microfooter
----------------------------------------------------- */
#microfooter
{
    width: 523px;
    height: 40px !important;
    padding: 5px 10px;
    background: #F2F4F3;
}
#microfooter > div
{
    float: left;
}
#microfooter .productionInfo
{
    width: 175px;
    margin-right: 5px;
}
#microfooter .productionInfo > h2
{
    text-transform: uppercase;
    font-size: 1em !important;
    line-height: 1.2 !important;    
    border-bottom: none !important;
    margin-bottom: 0;
}
#microfooter .productionInfo > p
{
    font-size: 1em;
    margin-bottom: 0;
    line-height: 1.2 !important; 
    color: #666666;
}
.location-dates
{
    width: 222px;
    height: 40px;
    /*padding-top: 2px;*/
    padding-left: 10px;
    border-left: 1px solid #999999;
}
.LocationItem
{
    position: absolute;
    /*display: none;*/
    opacity:0;
    width: 220px;
    top: 1;
    z-index: 1;
    background: #f2f3f4;
    
}
.LocationItem.active
{
    position: absolute;
    /*display: block;*/
    opacity:1;
    top: 1;
    z-index: 3;
}
.LocationItem.two
{
}
.LocationItem.three
{
}
.LocationItem.three p
{
}
.LocationItem p
{
    line-height: 1;
    font-size: 1em;
    margin-bottom: 0;
    /*vertical-align: top !important;*/
    color: #666666;
}
#microfooter .buy-tickets
{
    float: right;
    width: 104px;
    height: 33px;
    padding-top: 7px !important;
    border-left: 1px solid #999999;
}
#microfooter .buy-tickets > a
{
    float: right;
    display:none;
}
#microfooter .buy-tickets > a.activeLink
{
    display: block;
}
.fb_iframe_widget_lift
{
    z-index: 4 !important;
}
/* & 2/3 column page - stan/* & 2/3 column page - standard setting
    ---------------------------- */
#content-frame.wide #primary-content
{
}
#content-frame.wide #secondary-content
{
}
/* */
/* = 5. Navigation
----------------------------------------------------- */
/* & 5A Primary navigation
    ---------------------------- */
ul#nav-primary
{
}
ul#nav-primary li
{
}
ul#nav-primary li a
{
}
ul#nav-primary li a:hover
{
}
/* & 5B Secondary navigation
    ---------------------------- */
#nav-secondary ul
{
    margin-left: 0;
    margin-bottom: 0;
}
#nav-secondary .nav-secondary-first
{
    background: url(/images/structure/bg_secondary-nav_top.png) no-repeat top left;
    padding: 21px 8px 20px 10px;
}
#nav-secondary .nav-secondary-first li
{
    /* T */
    background: url(/images/structure/bg_secondary-nav_link.png) no-repeat 8px bottom;
    padding-left: 0;
    padding-top: 4px;
    padding-bottom: 5px;
    min-height: 21px;
    margin-bottom: 0;
}
#nav-secondary .nav-secondary-first li:hover
{
    background: url(/images/structure/bg_secondary-nav_selected.png) no-repeat 0px 0;
}
#nav-secondary .nav-secondary-first li.last
{
    padding-bottom: 12px;
}
#nav-secondary .nav-secondary-first li.selected
{
    padding-top: 0;
}
#nav-secondary .nav-secondary-first li.selected a
{
    background: url(/images/structure/bg_secondary-nav_selected.png) no-repeat;
    padding-top: 4px;
    padding-bottom: 8px;
}
#nav-secondary .nav-secondary-first a
{
    /* T */
    color: #000;
    display: block;
    font-size: 1.1em;
    padding-left: 12px;
    padding-right: 12px;
}
#nav-secondary .nav-secondary-first a:hover,
#nav-secondary .nav-secondary-first a:focus,
#nav-secondary .nav-secondary-first a:active
{
    background: none;
}
/* second level */
/* modifications to open state - use open class to trigger */
#nav-secondary .open li.selected
{
    background: none;
    padding-bottom: 0px;
}
#nav-secondary .open li.selected a
{
    background-image: url(/images/structure/bg_secondary-nav_open.png);
    padding-top: 7px;
    margin-top: -3px;
}
#nav-secondary .nav-secondary-first ul
{
    background: #fff;
    width: 180px;
    margin-right: 0;
}
#nav-secondary .nav-secondary-first ul li
{
    background: none;
    width: 180px;
    padding-top: 0px !important;
    padding-bottom: 4px !important;
}
#nav-secondary .nav-secondary-first ul li:hover
{
    background: none;
}
#nav-secondary .nav-secondary-first ul li a
{
    color: #a70c00;
    font-size: .9em;
}
#nav-secondary .nav-secondary-first li.selected ul a
{
    background: url(/images/structure/arrow_grey.png) no-repeat 3px 7px;
    padding: 3px 3px 3px 11px;
    margin-left: 11px;
    display: block;
    width: 144px;
    min-height: 0;
}
#nav-secondary .nav-secondary-first li.selected ul li.selected a,
#nav-secondary .nav-secondary-first li.selected ul li a:hover
{
    background: #a70c00 url(/images/structure/arrow_grey.png) no-repeat 3px 7px;
    color: #fff;
    display: block;
    min-height: 0;
    padding: 3px 3px 3px 11px;
    width: 144px;
    margin-left: 11px;
}
/* closing div */
#nav-secondary .nav-secondary-close
{
    /*background: url(/images/structure/bg_secondary-nav_bottom.png) no-repeat bottom left;*/
    padding-bottom: 18px;
    height: 100%;
}
#nav-secondary .nav-secondary-close div
{
    background: #918f8f;
    margin-left: 8px;
    margin-right: 8px;
}
#nav-secondary .nav-secondary-close div h2
{
    color: #fff;
    border-bottom: none;
    text-transform: uppercase;
    padding: 10px 10px 0;
    font-size: 1.2em;
    margin-bottom: 8px;
}
#nav-secondary .nav-secondary-close ul
{
    padding-bottom: 17px;
    margin-left: 10px;
}
#nav-secondary .nav-secondary-close li
{
    background: none;
}
#nav-secondary .nav-secondary-close a
{
    color: #fff;
    font-weight: bold;
    font-size: .9em;
}
#nav-secondary .nav-secondary-close a:hover
{
    color: #918F8F;
    background: #fff;
}
.nav-secondary-other
{
    margin-bottom: 20px;
}
#nav-secondary .x-promo
{
    position: relative;
    min-height: 105px;
    width: 182px;
    margin: 5px auto 10px;
    /*padding-top: 60px;*/
    background: transparent !important;
}
.x-promo a:link
{
    display: block;
    margin-top: 0px;
    padding-top: 80px;
    /*height: 110px;*/
    width: 182px;
}
#nav-secondary .x-promo img
{
    z-index: -1;
}
#nav-secondary .x-promo-copy-container
{
    width: 182px;
    /*position: absolute;*/
    margin: 0px 0 0 0;
    /*bottom: 0;*/
    padding: 0;
    /*opacity: 0.7;*/
    background:red;
    z-index: 1;
}
#nav-secondary .x-promo-copy
{
    /*min-height: 38px;*/
    width: 172px;
    margin: 0px auto;
    padding-top: 5px !important;
    padding-left: 5px;
    position: absolute;
    background: transparent;
    top: 80px;
    z-index: 2;
}
#nav-secondary .x-promo-copy p
{
    color: white;
    line-height: 1;
    margin-bottom: 9px;
}/* */
/* = 6. Furniture
----------------------------------------------------- */
/* Raka Sharma 15/03/2013 - Added googlplus */
#container
{
}
.socialmedia
{
    min-height: 24px;
    margin-top: 10px;
    margin-bottom: 30px;
}
.sm_facebook, .sm_twitter, .sm_pin, .sm_googleplus
{
    float:right;
}
.sm_pin
{
    width: 64px;
}
.sm_googleplus
{
    width: 80px;
}
.sm_twitter
{
    width: 110px;
}
.sm_facebook
{
    width: 90px;
}
/* & 6A Header
    ---------------------------- */
#header li
{
    background: none;
}
#header-main
{
    /*background: #dcdcdc url(/images/structure/bg_header-main.png) repeat-x;*/
    background: #eae9e9;
    float: right;
    /*padding-right: 11px;*/	
    height: 95px; /* T */
    width: 950px;
    /*border-bottom: 2px solid #dcdcdc;
    border-bottom: 1px solid #cccccc;*/
}
#header-main #header-left,
#header-main #header-right
{
    float: left;
}
#header-main #header-left
{
    height: 95px;
    width: 128px;
}
#header-main #header-right
{
    height: 95px;
    width: 822px;
    padding-top: 11px;
}
/* override default li backgrounds */
#brand
{
    /*border-left: 1px solid #a7a8a7;
    float: left;
    width: 128px;*/
}
#brand img
{
    /*margin-left: -2px;*/
    display: block;
}
#tools
{
    /* T */
    border-bottom: 1px solid #eceeed;
    float: left;
    margin: 10px 0 10px 20px;
    width: 791px;
}
#tools a
{
    color: #616161;
    font-weight: bold;
}
#tools a:hover, #tools a:active, #tools a:focus
{
    color: #DCDCDC;
    background: #616161;
}
#tools-my-rsc
{
    float: left; /*width:192px;*/
    min-height: 30px;
}
#tools-my-rsc p, #tools-my-rsc ul, #tools-my-rsc li
{
    display: inline;
}
#tools-my-rsc ul
{
    margin: 0;
}
#tools-my-rsc li
{
    padding: 0;
}
#tools-shop
{
    float: left;
    width: 300px;
}
#site-search
{
    float: left;
    text-align: right;
    width: 245px;
}
#site-search fieldset
{
    text-align: right;
}
#site-search div
{
    display: inline;
    vertical-align: top;
}
#site-search input.button
{
    vertical-align: bottom;
}
#site-search input.text
{
    background: #fff;
    color: #454545;
    font-size: 1.1em;
    padding: 5px 3px 4px 3px;
}

/* Main Navigation */
#nav-main
{    
    position: relative;
    z-index: 10;
    height: 37px;
    width: 821px;
    float: right;    
    margin-top: 14px;
    background: #cbc9c9;
}
#nav-main ul
{    
    margin: 0;
}
#nav-main li
{
    padding: 0;
    float: left;
}
#nav-main li a
{
    height: 19px;
    padding: 7px 17.4px 11px;	
    border-right: 1px solid #eae9e9;
    font-size: 1.3em;	
    color: #454545;	
    display: block;	
}
#nav-main li a:hover,
#nav-main li a.open,
#nav-main li a:active,
#nav-main li a:focus
{    
    color: #ffffff;
    background: #767474 !important;
}
#nav-main li:last-child a
{
	border: none;
}

#small-links
{
    height: 23px;
    width: 572px;
    font-size: 1em;    
    float: left;    
}
#small-links ul
{
    height: 23px;
    margin: 0;
    padding: 0;
    /*width: 304px;*/
    /*margin: auto;*/
    float: right;
}
#small-links ul li
{
    float: left;
    padding: 3px 10px;
    border-right: 1px solid #c43321;
}
#small-links ul li:last-child
{
    border: none;
}
#small-links ul li a
{
    color: #454545; 
}
#small-links ul li a:hover
{
    color: #000000;
}

/* DYNAMIC MENU */
/* WOBT DYNAMIC MENU - RECONSTRUCTION - LOW HANGING FRUIT */
/* DYNAMIC MENU */
#dynamic-menu
{
    display: none;
    z-index: -1;
    border: 1px solid #cccccc;    
}

#dynamic-menu form
{
  margin-bottom: 0;
}

#Menu
{
    min-height: 360px;
}

#MenuColumn1,
#MenuColumn2,
#MenuColumn3,
#MenuColumn4,
#MenuColumn5
{
    min-height: 360px;
}

#MenuColumn1
{
    width: 200px;
    font-size: 1.2em;
    font-weight: bold;
    position: relative;
}

#MenuColumn2
{
    width: 747px;
    border: none;
    padding-right: 0;
    overflow-y:scroll;
    overflow-x: hidden;
    height: 360px;
}

.menu-column
{   
    float: left;
    border-right: 1px solid #cccccc;
    min-height: 360px;
    font-family: DINProLight;
}

.menu-column h1
{
    font-size: 1.3em;
    color: #454545;
    padding: 0;
    margin: 0;
}

.menu-column ul
{
    margin: 0;
    padding: 0;   
}

.menu-column li
{   
    /* height: 30px; */    
    cursor: pointer;  
    margin:0;
    padding:0;  
    background: none;
}

.menu-column li.selected a
{
    background: #757575;
    color: #ffffff;
}

.menu-column li a:hover,
.menu-column a:hover
{    
    background: #757575;
    color: #ffffff;
}

.menu-column li a.selected
{ 
    background: #a70c00 !important;
    color: #FFFFFF; 
}

.menu-column li a,
.menu-column a
{
    /* height: 18px; */
    padding: 6px 5px;
    display: block;
    color: #353434;
}
.menu-column li a {
    padding: 4px 5px;
}
.menu-column a.view-all
{    
    font-size: 1.2em;
    vertical-align: -50px;
    width: 190px;
    /* text-align: right; */
    padding: 6px 5px 3px;
    display: block;
    position: absolute;
    bottom: 0px;
    border-top: 1px solid #cccccc;
}

.menu-column ul
{
    
}

.menu-column .year-panel
{
    margin-top: 3px;
}

.menu-column .year-title
{
    margin: 0;    
}

.menu-column .year-panel ul 
{
    margin: 0 0 10px 0;
}

.results
{
    
}

#results-header
{
    padding-left: 4px;
    background: #EAE9E9;
    border-bottom: 1px solid #FFFFFF;
    position: relative;
    z-index: 5;
}
#results-header .header {
    text-transform: uppercase;
}
#results-header div
{
    padding: 9px 0px 7px 5px;
    display: inline-block;
    font-weight: bold;
    border-right: 1px solid #ffffff;
    font-size: 1.2em;
    color: #454545;
}
#results-header .filler {
    border-right: none;
}

.results-row 
{
    width: 747px;
    font-size: 1.3em;
    background: #ffffff;
}

.results-row:hover 
{
    background: #EAE9E9;
    margin-top: -2px;
    border-top: 2px solid #EAE9E9;
    cursor: pointer;    
}
.results-row:hover > .results-row-inner > .title {
    color: #FE1000;
}
.results-row-inner {
    border-bottom: 1px solid #EAE9E9;
    margin: 0 7px;
    width: 719px;
}
.results-row-inner div, .results-row-inner a {
    display: inline-block;
    vertical-align: middle;
}
.results-row-inner a:hover {
    color: #FE1000;
    background: #EAE9E9;
}
.results-row-inner a.location:hover, .results-row-inner a.dates:hover{
    color: #353434;
}

.results-row .title,
.results-row .location,
.results-row .dates
{    
    padding: 12px 0 12px 7px;
    color: #353434;
}

#results-header .title,
.results-row .title
{
    width: 180px;
}

.results-row .title
{
    font-size: 1em;
    font-family: DINProMedium;
    padding: 12px 0;
}

#results-header .location,
.results-row .location
{
    width: 140px;
    color: #353434;
}

#results-header .dates
{
    width: 131px;
}

.results-row .dates
{
    width: 135px;
    color: #353434;
}

.results-row .buy-tickets,
.results-row .read-more
{    
    width: 115px;
    text-align: center;
    line-height: normal;
}
.results-row .read-more {
    background: #f5d606;
}
.results-row .buy-tickets {
    background: #e00000;
}
.results-row .read-more:hover {
    color: white;
    background: #cc9933;
}
.results-row .buy-tickets:hover {
    background: #993333;
}
.results-row .buy-tickets a,
.results-row .read-more a
{
    /* height: 14px; */    
    padding: 6px 9px 4px;
    display: inline-block;
    font-family: DINProBlack;
    font-size: 0.95em;
    vertical-align: middle;
}

.results-row .read-more a
{
    color: #353434;
}

.results-row .read-more a:hover
{
    color: white;
    background: #cc9933;
}

.results-row .buy-tickets a
{
    color: #ffffff;
    width: 76px;
}

.results-row .buy-tickets a:hover
{
    background: #993333;
}


/* breadcrumb */
#breadcrumb
{
    background: #fff;
    clear: both;
    padding: 12px 40px 12px 13px;
    font-size: .9em;
    overflow: hidden;
}
#breadcrumb p, #breadcrumb ul, #breadcrumb li
{
    display: inline;
}
#breadcrumb ul
{
    margin: 0;
}
#breadcrumb li
{
    color: #454545;
    padding-left: 3px;
    background: none;
}
/* & 6B Wrapper
    ---------------------------- */
#wrapper
{
}
/* & 6C Footer
    ---------------------------- */
#footer li
{
    background: none;
}
/* override default li backgrounds */
#footer a
{
    /*color: #353434;*/
    color: #000000;
}
/* Raka 15/01/13 - commented out below block
#footer a:hover, #footer a:focus, #footer a:active
{
    background-color: #616161;
    color: #cdcdcd;
}
#/
/* Raka 15/01/13 - added below */
#footer a:hover, #footer a:focus, #footer a:active
{
    background: none;
    color: #782900
}
/* -------------------------------- */
/* What's On block */
#footer-whats-on
{
    float: left;
    width: 930px;
}
#footer-whats-on h2
{
    margin-bottom: 1em;
    margin-right: 23px;
}
#footer-whats-on h2 a
{
    background-image: url(/images/structure/arrow_white.png);
}
#footer-whats-on h3
{
    font-size: 1.1em;
    margin: 0;
}
#footer-whats-on p
{
    font-size: 1em;
    margin: 0;
}
#footer-whats-on div.row
{
    float: left;
    margin-bottom: 10px;
    width: 930px;
    clear: left;
}
#footer-whats-on div.row div
{
    float: left;
    width: 170px;
    padding-left: 0;
    margin-right: 15px;
}
#footer-whats-on img
{
    border: 1px solid #b8b4b4;
    float: left;
    margin: 3px 5px 30px 0;
}
#footer-whats-on a:hover img, #footer-whats-on a:focus img, #footer-whats-on a:active img
{
    border-color: #a70c00;
}
/* secondary footer block: visit us, shop etc */
#footer-secondary
{
    float: left;
    width: 930px;
}
#footer-secondary div
{
    float: left;
    margin-right: 20px;
    width: 212px;
}
#footer-secondary div.last
{
    margin-right: 0;
}
#footer-secondary h2
{
    margin-bottom: .5em;
}
#footer-secondary p
{
    margin-bottom: 0;
    font-size: 1em;
}
/* Divider below the penultimate footer block */
#footer-divider
{
    background: url(/images/structure/bg_footer-divider.png) no-repeat bottom left;
    clear: both;
    height: 1px;
    width: 910px;
    margin-bottom: 14px;
    padding-bottom: 19px;
}
/* Footer colophon links and copyright */
#nav-tertiary
{
    font-family: Arial, Geneva, Verdana;
    font-size: 0.9em;
    overflow: hidden;
    height: 100%;
}
#nav-tertiary ul
{
    float: left;
    margin: 0;
    width: 600px;
}
#nav-tertiary li
{
    color: #353434;
    line-height: 180%;
    padding-left: 0;
}
#nav-tertiary a
{
    color: #353434;
    font-weight: normal;
}
/* Raka 15/01/13 - commented out below block
#nav-tertiary .selected a
{
    color: #dcdcdc;
    background-color: #616161;
}
*/
#nav-tertiary p
{
    color: #050509;
    text-align: right;
    float: right;
    padding-right: 23px;
    width: 300px;
}
#logo-support
{
    clear: both;
    float: right;
    margin: 2em 0;
    text-align: right;
}



/* = 7. Content elements
----------------------------------------------------- */
/* & 7A. Primary content
    ---------------------------- */
.dropshadow
{
    width: 541px; /* original 600px */
    padding-left: 30px;
    padding-right: 29px;
}
.dropshadow-start
{
    background: url(/images/structure/bg_module_dropshadow-start.png);
    height: 8px;
    clear: both;
}
.dropshadow-content
{
    padding-top: 16px;
    background: url(/images/structure/bg_module_dropshadow-content.png) repeat-y;
    padding-bottom: 1em;
    position: relative;
}
.dropshadow-content:after
{
    /* make dropshadow boxes self-clearing */
    clear: both;
    content: ".";
    display: block;
    height: 0px;
    visibility: hidden;
}
.dropshadow-end
{
    background: url(/images/structure/bg_module_dropshadow-end.png) no-repeat;
    height: 20px;
}
/* dropshadow modifications for wide pages */
#content-frame.wide .dropshadow
{
    margin-left: -6px;
    width: 741px;
}
#content-frame.wide .dropshadow-start
{
    background-image: url(/images/structure/bg_module_dropshadow-start_wide.png);
}
#content-frame.wide .dropshadow-content
{
    background-image: url(/images/structure/bg_module_dropshadow-content_wide.png);
}
#content-frame.wide .dropshadow-end
{
    background-image: url(/images/structure/bg_module_dropshadow-end_wide.png);
}
#primary-content.rightWide
{
    width:755px;
}
#primary-content.rightWide .dropshadow
{
    margin-left:-6px;
    width:695px;
}
#primary-content.rightWide .dropshadow-start
{
    background-image: url(/images/structure/dropshadow_760_top.png);
}
#primary-content.rightWide .dropshadow-content
{
    background-image: url(/images/structure/dropshadow_760_content.png);
}
#primary-content.rightWide .dropshadow-end
{
    background-image: url(/images/structure/dropshadow_760_end.png);
}
#content-frame.full .dropshadow
{
    margin-left: -6px;
    width: 908px;
}
#content-frame.full .dropshadow-start
{
    background-image: url(/images/structure/bg_module_dropshadow-start_full.png);
}
#content-frame.full .dropshadow-content
{
    background-image: url(/images/structure/bg_module_dropshadow-content_full.png);
}
#content-frame.full .dropshadow-end
{
    background-image: url(/images/structure/bg_module_dropshadow-end_full.png);
}
/* & 7B. Secondary content
    ---------------------------- */
#secondary-content
{
}
#signup .module
{
	padding: 10px 7px 0;
}
#signup .buttons
{
	margin: 0;
	width: 186px;
	height: 35px;
}
.module
{
	margin-bottom: 14px;
}
.module h2
{
	color: #ffffff;
    margin-bottom: 7px;
	border-bottom: none;
}
.module h2 a
{
    color: #1b1b1b;
}
.module h2 a
{
    color: #1b1b1b;
    font-weight: bold;
}
.module h2 a:hover, .module h2 a:focus, .module h2 a:active
{
    background-color: #1b1b1b;
    color: #F2F4F3 !important;
}
.module h3
{
    font-size: 1.2em;
    margin-bottom: 0;
}
.module a
{
    font-weight: bold;
}
.module img
{
    display: block;
}
.module p
{
    /*color: #1b1b1b;*/
	color: #ffffff;
    margin-bottom: .1em;
    font-size: 1.1em;
}
/* STW THIS FF CONDITION IS IRRITATING */
@-moz-document url-prefix() {
  .module
  {
    margin-bottom: 12px;
  }
}
.module ul
{
    margin-left: 0;
}
.module li
{
    background: none;
    padding-left: 0;
}
.module input.text
{
    background: #fff;
    width: 163px; /* col width of 146px minus padding and border */
	height: 17px;
}
.module .button
{
    margin-top: 1em;
}
.module select
{
    margin-bottom: 1em;
    width: 100%;
}


/* promo module */
.promo-image p a
{
    color: #1c1c1c;
    text-transform: uppercase;
    font-family: Tahoma, Verdana, Geneva;
}
.promo-image p a:hover
{
    background: #1c1c1c;
    color: #FFD504;
}
.promo-image div
{
    background: #ffd504;
    padding: 10px;
}
.promo-image div img
{
    margin-top: .5em;
}
.share-this
{
    margin-top: 1em;
    height: 24px;
}
.share-this p
{
    margin: 0;
}
.email-newsletter .button_sign_up
{
    margin-top: 10px;
}
/* & 7D. Page/Area specific styles
    ---------------------------- */
/* home page */
/* production image */
.production-asset
{
    position: relative;
}
.production-asset a
{
    /*display:block;*/
    padding: 5px;
}
.production-asset a:hover, .production-asset a:focus, .production-asset a:active
{
    background: none;
}
.production-asset ul
{
    margin-bottom: 0;
}
.production-asset li
{
    background: none;
}
.production-asset li.next
{
    position: absolute;
    top: 177px;
    right: -19px; /* T */
}
.production-asset li.prev
{
    position: absolute;
    top: 177px;
    left: -30px;
}
#galImage
{
    background: url(/images/structure/ajax-loader.gif) no-repeat center 50px;
    text-align:center;
}
.image .advance-link
{
    padding: 0;
}
/* production image information: appears directly underneath production image */
.production-asset-information
{
    background: #f2f4f3;
    padding: 1em 10px;
    font-size: .9em;
    margin-bottom: 10px;
}
.production-asset-information .quote q
{
    color: #1b1b1b;
    display: block;
    font-weight: bold;
}
/* production image thumbnail block */
.production-asset-thumbs
{
}
.production-asset-thumbs:after
{
    /* clearfix */
    clear: both;
    content: ".";
    display: block;
    height: 0px;
    visibility: hidden;
}
.production-asset-thumbs ul
{
    float: left;
    margin-left: 0;
    width: 560px; /* T */
}
.production-asset-thumbs li
{
    background: none;
    padding-left: 0;
    margin-bottom: 2em;
    width: 80px;
    float: left;
}
.production-asset-thumbs li img
{
    border: 3px solid #fff;
    display: block;
}
.production-asset-thumbs li.selected img, .production-asset-thumbs li a:hover img
{
    background: none;
    border: 3px solid #a70c00;
}
/* production 3 images thumbnail block */
#smallGallery
{
    width:243px;
    height:420px;
    padding: 0 0 5px 5px;
    float:right;
    background: #F2F4F3;
}
#singleGallery
{
    width:243px;
    height:317px;
    padding: 0 0 5px 5px;
    float:right;
    background: #F2F4F3;
}
.three-images
{
    position: absolute;
    width: 243px;
    height: 430px;
    right: 41px;    
}
.three-thumbs
{
    position: absolute;
    width: 243px;
    height: 96px;
    right: 5px;
    bottom: 0px;
}
.three-thumbs:after
{
    /* clearfix */
    clear: both;
    content: " ";
    display: block;
    height: 0px;
    visibility: hidden;
}
.three-thumbs > ul
{
    /*float: left;*/
    /*margin-left: -5px;*/
    height: 96px;
    right: 0px;
    margin: 0px;
    width: 243px; /* T */
}
.three-thumbs li
{
    background: none;
    padding-left: 0;
    margin-left: 20px;
    width: 60px;
    float: left;
}
.three-thumbs li img
{
    border: 3px solid #F2F4F3;
    display: block;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
}
.three-thumbs li.selected img, .three-thumbs li a:hover img
{
    background: none;
    border: 3px solid #a70c00;
}
#three-overlay
{
    position: absolute;
    width: 213px;
    margin-left:10px;
    vertical-align: bottom;
    padding: 5px;
    bottom: 10px;
    opacity: 0.8;    
    filter: alpha(opacity=100);
    background: black;
}
#mainImage
{
    position: absolute;
    width: 243px;
    height: 317px;
}
#mainImage > img
{
    padding: 0px;
    /*display: block !important;*/
}
    
#mainImage .copy
{
    position: absolute;
    bottom: 15px;
}
#mainImage .copy > p
{
    margin: 0px 0 0 15px;
    padding: 0px;
    width: 213px;
    font-size: 1.1em !important;    
    color: white!important;
    text-align: left;
}
/* thumbnail selector for the video page */
.video-thumbs li
{
    width: 106px;
    padding-right:5px;
    font-size: 1em;
    margin-bottom: 0;
}
.video-thumbs li a:focus
{
    background: none;
    color: #A70C00;
}
.video-thumbs li img
{
    margin-bottom: 4px;
}
.video-thumbs li span
{
    font-weight: bold;
    padding-right: 10px;
}
/* production support blocks */
.production-support
{
    margin-top: 1em;
    width: 600px;
    background-repeat: no-repeat;
    background-position: 0 28px;
    padding-bottom: 18px;
    clear: both;
}
.production-support:after
{
    clear: both;
    content: ".";
    display: block;
    height: 0px;
    visibility: hidden;
}
/*.more-productions {background-image:url(/images/structure/bg_productions-support_more-productions.png);}*/
.production-support-one
{
    background: url(/images/structure/bg_productions_more_block1.png);
    background-position: top left !important;
    padding: 16px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.production-support-two
{
    background: url(/images/structure/bg_productions_more_block2.png);
    background-position: top left !important;
    padding: 16px !important;
    margin-left: 5px !important;
}
.production-support-three
{
    background: url(/images/structure/bg_productions_more_block3.png);
    background-position: top left !important;
    padding: 18px !important;
    margin-left: -5px !important;
}
.production-support-main h2
{
    width: 378px;
}
.behind-the-scenes
{
    background-image: url(/images/structure/bg_productions-support_behind-the-scenes.png);
}
.production-support-main
{
    float: left;
    width: 390px;
}
.production-support-main h2
{
    margin-left: 6px;
}
.production-support-secondary
{
    float: left;
    width: 180px;
    margin-left: 20px;
}
.production-support div div
{
    float: left;
    width: 94px; /* original 114px */
    height: 116px;
    overflow: hidden;
    margin-left: 7px;
    padding: 10px 10px;
}
.production-support div div.production-support-wide
{
    width: 227px; /* original 247px */
    margin-right: 14px;
}
.production-support div div.production-support-wide img
{
    float: left;
    margin-right: 10px;
}
.production-support .production-support-secondary div
{
    margin-left: 0px;
}
/* content type background image overlays */
.production-support div
{
    background-position: 86px 10px;
    background-repeat: no-repeat;
}
.production-support .production-support-wide
{
    background-position: 218px 10px;
}
/* production support background image content types */
.production-support .audio
{
    background-image: url(/images/structure/bg_production-support_audio.png);
}
.production-support .video
{
    background-image: url(/images/structure/bg_production-support_video.png);
}
.production-support .photo
{
    background-image: url(/images/structure/bg_production-support_photo.png);
}
.production-support h3
{
    text-transform: uppercase;
    line-height: 1.1em;
}
.production-support h3 a
{
    color: #1c1c1c;
}
.behind-the-scenes h3 a:hover
{
    background: #1c1c1c;
    color: #cecece;
}
.more-productions h3 a:hover
{
    background: #1c1c1c;
    color: #ffd504;
}
.production-support h4
{
    color: #454545;
    margin-bottom: 0;
    font-size: 1.1em;
}
.production-support p
{
    font-size: 1em;
    line-height: 1.1em;
    margin-bottom: 0;
}
.production-support p.arrow
{
    font-size: 1.1em;
    margin-top: 3px;
}
.behind-the-scenes p.arrow a:hover
{
    color: #D1D1D1;
}
.more-productions p.arrow a:hover
{
    color: #E7BB0B;
}
.behind-the-scenes .production-support-secondary p.arrow a:hover
{
    color: #FFD504;
}
.more-productions .production-support-secondary p.arrow a:hover
{
    color: #fff;
}
/* production synopsis content block */
.production-synopsis
{
    background: #f2f4f3;
    padding: 10px;
    min-height: 326px;
}
/* .production-synopsis p a
{
    background-image: url(/images/structure/arrow_grey.png);
    background-repeat: no-repeat;
    background-position: center right;
    display: inline;
    font-weight: bold;
    padding-right: 10px;
} */
.production-synopsis-image
{
}
.production-synopsis img,
.production-synopsis p img,
.press-release img
{
    display: inline;
    float: right;
    padding-left: 15px;
    padding-bottom: 10px;
}
.production-synopsis img.left,
.production-synopsis p img.left,
.press-release img.left
{
    display: block;
    float: none;
    margin-left: -11px;
}
/* production synopsis support block: should only appear under the dropshadow box containing .production-synopsis */
.production-synopsis-support
{
    margin-top: -7px;
    width: 500px;
}
.production-synopsis-support:after
{
    /* clearfix */
    clear: both;
    content: ".";
    display: block;
    height: 0px;
    visibility: hidden;
}
.production-synopsis-support h2, .production-synopsis-support h3
{
    border-bottom: none;
}
.production-synopsis-support a:hover
{
    background: none;
}
.production-synopsis-support-cast
{
    background: url(/images/structure/bg_production-synopsis-support-cast.png) no-repeat left bottom;
    float: left;
    padding: 10px 10px 18px 18px;
    width: 92px;
    position: relative;
    z-index: 2;
}
.production-synopsis-support-buzz
{
    background: url(/images/structure/bg_production-synopsis-support-buzz.png) no-repeat right bottom;
    float: left;
    padding: 10px 8px 18px 18px;
    width: 236px;
    /* margin-left: -8px; */
}
/* production landing block */
.production-landing
{
    background: #dcdcdc;
    width: 558px;
    margin-left: 8px;
    margin-top: 8px;
    padding: 0 13px 10px 13px;
}
.production-intro
{
    font-size: 1.1em;
    float: left;
    width: 470px;
}
.production-description
{
    clear: both;
}
.production-description img
{
    float: left;
    padding-right: 20px;
    padding-bottom: 10px;
}
/* production showing block: should only appear under the dropshadow box containing production-landing */
.production-showing
{
    background: url(/images/structure/bg_production-showing.png) no-repeat bottom left;
    float: left;
    width: 580px;
    padding: 2px 10px 10px 10px;
}
.production-showing div
{
    margin: 0 10px;
    float: right;
    font-size: .95em;
    width: 195px;
    overflow: hidden;
}
.production-showing div h2
{
    background: url(/images/structure/bg_heading_torn_short.png) no-repeat;
    border: none;
    color: #fff;
    font-size: 1.5em;
    margin: 0 -10px 5px -10px;
    padding: 8px 10px 23px 10px;
    text-transform: none;
}
.production-showing div h3
{
    font-size: 1.3em;
    margin-bottom: 0;
}
.production-showing div p
{
    margin-bottom: 5px;
}
.production-showing .production-showing-venues
{
    border-top: 1px solid #eceae6;
    padding: 5px 0 0 0;
    margin: 0;
}
.production-showing .production-showing-image
{
    float: left;
    margin: 0;
    width: 363px;
}
/* press release parts */
.dropshadow-content p.date
{
    font-size: 1.1em;
    position: absolute;
    top: 19px;
    right: 30px;
}
/* highlight block */
.press-highlight
{
    float: left;
    width: 210px;
}
.press-highlight div
{
    margin-bottom: 10px;
}
.press-highlight #pullquote
{
    background: url(/images/structure/bg_press-pullquote.png) no-repeat;
    padding: 10px;
    height: 238px;
    width: 170px;
}
.press-highlight #pullquote p
{
    color: #fff;
    font-size: 5em;
    font-family: Tahoma, Verdana, Geneva;
    line-height: 1em;
    text-transform: uppercase;
}
/* standard content forms */
.dropshadow-content fieldset div
{
    margin-bottom: 10px;
}
.dropshadow-content fieldset label
{
    display: inline;
    float: left;
    margin-right: 10px;
    vertical-align: middle;
    width: 115px;
}
/* contact us page */
.accordion
{
    margin-top: 8px;
}
.contact-section
{
    background: url(/images/structure/bg_contact-section.png) repeat-y; /* faux column [white - yellow] */
    width: 952px;
}
.hasJS .contact-section
{
    background: none;
}
.contact-faq
{
    background: #ffd504;
    overflow: hidden;
    padding: 0;
    width: 416px;
}
.contact-info
{
    background: #fff;
    overflow: hidden;
}
.contact-section
{
    overflow: hidden;
}
.contact-heading
{
    cursor: pointer;
}
.contact-section.closed
{
    background: none;
}
.contact-info
{
    float: left;
    width: 536px;
}
.contact-heading
{
    background: url(/images/structure/bg_heading_torn_medium.png) no-repeat;
    position: relative;
    padding: 10px 10px 1px 10px;
    overflow: hidden;
}
.contact-heading h2
{
    border: none;
    color: #fff;
}
.contact-heading p
{
    color: #f2f4f3;
    font-size: 1em;
    position: absolute;
    padding-top: 12px;
    padding-bottom: 12px;
    top: 0px;
    right: 5px;
}
.contact-section.open .contact-heading p, .contact-section.closed .contact-heading p
{
    padding-right: 49px;
}
.contact-section.open .contact-heading p
{
    background: url(/images/structure/bg_close.png) no-repeat top right;
}
.contact-section.closed .contact-heading p
{
    background: url(/images/structure/bg_open.png) no-repeat top right;
}
.contact-content
{
    padding: 20px;
}
.contact-content h3
{
    margin-bottom: 0;
}
.contact-content fieldset div
{
    float: left;
    margin-right: 38px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.contact-content fieldset div.last
{
    margin-right: 0;
}
.contact-content fieldset input.text, .contact-content fieldset select
{
    width: 135px;
}
.contact-content fieldset textarea
{
    width: 493px;
}
.contact-faq
{
    float: right;
}
.contact-faq-inner
{
    margin: 10px;
    font-size: 90%;
}
.contact-faq h2
{
    border-color: #616161;
}
.contact-faq h3
{
    margin-bottom: .2em;
}
.contact-faq p
{
    color: #1b1b1b;
}
.contact-faq a:hover
{
    color: #FFD504;
}
.contact-faq p.arrow
{
    margin-top: -1em;
}
/* basket */
.basket
{
    background: #fff;
    clear: both;
    margin-top: 8px;
    margin-bottom: 20px;
    width: 785px;
}
.basket h2
{
    background: url(/images/structure/bg_title_torn-large.png) no-repeat;
    border-bottom: none;
    color: #fff;
    text-transform: none;
    padding: 15px 0 20px 10px;
}
.basket table
{
    border-collapse: separate;
    border-spacing: 20px 4px;
    width: 743px;
    font-size: .9em;
}
.basket th, .basket td
{
    vertical-align: top;
}
.basket th
{
    padding-bottom: 0;
    width: 113px;
}
/* set table column widths */
.basket th.item-description
{
    width: 295px;
}
.basket th.quantity
{
    width: 46px;
}
.basket th.remove
{
    width: 93px;
}
.basket .tickets th.item-description
{
    width: 161px;
}
.basket td
{
    border-top: 1px solid #eceae6;
    padding-top: 10px;
}
.basket td img
{
    float: left;
    padding: 0 10px 5px 0;
}
.basket-tools
{
    margin-top: -10px;
    padding-top: 20px;
}
.basket-tools .continue
{
    float: left;
    width: 537px;
}
.basket-tools .subtotal
{
    float: left;
    width: 140px;
    font-size: 1.4em;
    font-weight: bold;
}
.basket-tools .subtotal .price
{
    font-weight: normal;
}
.basket-tools .checkout
{
    float: right; /*text-align:right;*/
    width: 90px;
}
.basket-tools #transaction-note
{
    clear: both;
}
/* refine filter block - used on search results and tickets */
.refine-filter
{
    background: #616161 url(/images/structure/bg_refine-filter_gradient.png) repeat-x bottom left;
    float: left;
    clear: both;
    width: 785px;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-top: 8px;
    margin-bottom: 20px;
}
.refine-filter h2
{
    border: none;
    color: #fff;
    text-transform: none;
    margin-bottom: 0;
    margin-left: 10px;
    width: 120px;
    float: left;
}
.refine-filter fieldset
{
    float: left;
    padding-top: 5px;
    width: 480px;
}
.refine-filter fieldset div
{
    float: left;
    width: 159px;
}
.refine-filter fieldset select
{
    width: 147px;
}
.refine-filter .view-by
{
    float: right;
    width: 145px;
    text-align: left;
    margin-right: 13px;
}
.refine-filter .view-by p
{
    color: #fff;
    margin: 0;
}
.refine-filter .view-by ul
{
    margin: 0;
}
.refine-filter .view-by li
{
    background: none;
    display: inline;
    padding: 0;
}
.refine-filter .view-by a
{
    color: #fff;
}
.refine-filter .view-by a:hover, .refine-filter .view-by li.selected a
{
    background: #fff;
    color: #666;
}
.refine-filter .results-summary
{
    border-top: 1px solid #808080;
    clear: both;
    float: left;
    width: 765px;
    color: #fff;
    padding-top: 10px;
    margin: 10px 10px 0 10px;
}
.search-tools
{
    clear: both;
    margin-bottom: 10px;
    float: left;
    width: 785px;
}
.search-tools li
{
    background: none;
    display: inline;
}
.search-tools .search-results-count
{
    float: left;
    width: 200px;
}
.search-tools .pagination
{
    float: left;
    width: 400px;
    text-align: center;
}
.search-tools .pagination ul
{
    margin: 0;
}
.search-tools .search-sort-by
{
    float: right;
    width: 180px;
    text-align: right;
}
.search-tools .search-sort-by ul
{
    display: inline;
    margin: 0;
}
.search-tools .search-sort-by li
{
    padding: 0;
}
.search-tools .search-sort-by p
{
    display: inline;
    margin: 0;
}
.search-tools .search-again
{
    float: right;
    width: 180px;
    text-align: right;
}
.search-tools .search-again div
{
    display: inline;
}
.search-tools .search-again input.text
{
    background: #fff;
    width: 100px;
    padding: 5px 3px 4px;
    vertical-align: top;
}
.search-result
{
    background: #fff;
    clear: both;
    margin-bottom: 10px;
    padding: 10px;
}
.search-result .search-location
{
    display: inline;
    font-size: 1.1em;
}
.search-result ul
{
    display: inline;
    margin: 0;
}
.search-result li
{
    color: #929090;
    font-size: 1.1em;
    display: inline;
    background: none;
    padding-left: 0;
    padding-right: 10px;
}
.search-result li a
{
    color: #929090;
}
.search-result h3
{
    border-bottom: 1px solid #eceae6;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.search-result div a
{
    font-weight: bold;
    color: #454545;
}
.whats-on-support
{
    margin-bottom: 20px; /* need clearfix for this to kick in */
}
.whats-on-support h2
{
    margin-bottom: 10px;
}
.whats-on-productions
{
    width: 517px; /* without dropshadow */
    float: left;
}
.whats-on-events
{
    width: 248px;
    float: right;
}
.whats-on-support ul
{
    margin-left: 0;
    padding-left: 10px;
    background: #fff;
    float: left;
}
.whats-on-support li
{
    background: none;
    width: 105px;
    float: left;
    padding: 10px 14px 0 0;
    border-bottom: 1px solid #eceae6;
    height: 3.5em;
}
.whats-on-support li.last
{
    border: none;
}
.whats-on-support a
{
    color: #454545;
    font-weight: bold;
    font-size: .9em;
}
.whats-on-support a:hover
{
    color: #fff;
    background: #454545;
}
/* what's on reduced promo blocks */
.whats-on-reduced
{
    margin-left: -8px;
    float: left;
}
.whats-on-reduced .row
{
    clear: both;
    margin-bottom: 4px;
}
/* production block */
.whats-on-reduced .production
{
    background: url(/images/structure/bg_whats-on_reduced_production.png) no-repeat left top;
    width: 129px; /* pre-padding width:149px */
    padding: 10px;
    float: left;
    margin-right: 5px;
}
.whats-on-reduced .production-inner
{
    background-repeat: no-repeat;
    padding: 145px 6px 0 9px;
    min-height: 57px;
}
.whats-on-reduced .production p
{
    margin-bottom: 0;
}
.whats-on-reduced .production .date
{
    background: #000;
    color: #fff;
    font-size: .9em;
    padding: 7px;
    opacity: .7;
}
.whats-on-reduced .production .date span
{
    font-weight: bold;
}
/* event block */
.whats-on-reduced .event
{
    background: url(/images/structure/bg_whats-on_reduced_event.png) no-repeat left top;
    width: 113px; /* pre-padding width: 149px */
    height: 186px; /* pre-padding height:222px */
    float: left;
    padding: 18px;
    margin-right: 5px;
    position: relative;
}
.whats-on-reduced .event h2
{
    border-bottom: none;
    margin-bottom: 7px;
}
.whats-on-reduced .event h2 a:hover
{
    background: #B8B4B4;
}
.whats-on-reduced .event p
{
    font-size: 1em;
}
.whats-on-reduced .event .date
{
    font-weight: bold;
    margin-bottom: 0;
}
.whats-on-reduced .event .more
{
    position: absolute;
    bottom: 3px;
    left: 18px;
}
/* Panel system: home and what's on pages */
.panels
{
    position: relative;
    width: 783px; /* height: 820px; */
    margin-top: 8px;
    clear: both;
}
.home-featured
{
    height: 949px;
}
.panels h2
{
    border-bottom: 0;
    margin: 5px 10px 6px 10px;
    line-height: 1.2em;
}
.panels p
{
    margin-bottom: 0;
    font-size: 1.1em;
    color: #1b1b1b;
}
.panels p a
{
    font-weight: bold;
}
.panels .mainpromo
{
    position: absolute;
    top: 0;
    left: 0;
}
.panels .main
{
    position: absolute;
    background: #fff;
    width: 247px;
    overflow: hidden;
    border: 1px solid #e0e2df;
}
.home-featured #promo1 .main
{
    width: 363px;
}
.panels .main .promo
{
    overflow: hidden;
}
.panels .promo
{
    background-repeat: no-repeat;
    position: absolute;
}
.panels a.button_buy_tickets_sml_sq
{
    display: block;
    float: right;
    width: 66px;
}
.panels a.button_buy_tickets_lrg_sq
{
    float: right;
}
.panels .info
{
    background: url(/images/structure/bg_grad_black_80.png);
    position: absolute;
    bottom: 9px;
    left: 7px;
    width: 229px;
    z-index: 4;
}
.panels .readmore
{
    position: absolute;
    bottom: 9px;
    left: 7px;
    width: 229px;
    z-index: 4;
}
.home-featured #promo1 .info
{
    width: 342px;
    bottom: 18px;
}
.panels .child
{
    overflow: hidden;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    height: 137px;
    width: 113px;
}
.panels .child .promo
{
    width: auto;
    height: 80px;
    margin: 0 0 0 10px;
    position: relative;
}
.panels img
{
    display: block;
}
.panels .textwrap
{
    margin: 0 10px;
}
.panels .textwrap img
{
    margin-bottom: 5px;
}
.panels .close
{
    background: url(/images/buttons/icon_remove.png) no-repeat right top;
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.panels .close:hover
{
    background-position: right -24px;
}
.panels h2 span
{
    padding-right: 10px;
}
/*background: url(/images/structure/arrow_grey.png) no-repeat right center;} */
.panels .childwrap
{
    overflow: hidden;
    position: absolute;
}
/*AJK*/
.whats-on h2 span a
{
    color: black;
}
.whats-on h2 span a:hover
{
    color: white;
    background-color: black;
}
.panels .reveal
{
    position: absolute;
    cursor: pointer;
}
.panels .revealdown
{
    background: url(/images/buttons/arrow-reveal-down.gif) no-repeat 0 0;
    width: 113px;
    height: 48px;
    top: 0;
}
.panels .revealdown:hover
{
    background-position: -113px 0;
}
.panels .revealup
{
    background: url(/images/buttons/arrow-reveal-up.gif) no-repeat 0 0;
    width: 113px;
    height: 48px;
    bottom: 0;
}
.panels .revealup:hover
{
    background-position: -113px 0;
}
.panels .revealleft
{
    background: url(/images/buttons/arrow-reveal-left.gif) no-repeat 0 0;
    width: 48px;
    height: 113px;
    right: 0;
}
.panels .revealleft:hover
{
    background-position: 0 -113px;
}
.panels .revealright
{
    background: url(/images/buttons/arrow-reveal-right.gif) no-repeat 0 0;
    width: 48px;
    height: 113px;
    top: 0;
}
.panels .revealright:hover
{
    background-position: 0 -113px;
}
.panels .mainpromo .child2wrap .reveal
{
    display: none;
}
.panels .moreinfo
{
    position: absolute;
    width: 100%;
    z-index: 1;
}
.panels .moreinfo p
{
    margin: 10px;
}
.panels .info-inner h3, .panels .info-inner p
{
    color: #fff;
}
.panels .info-inner
{
    float: left;
    width: 143px;
    margin: 10px;
    display: inline;
}
.home-featured #promo1 .info-inner
{
    width: 250px;
}
.home-featured #promo1 .info-inner p
{
    margin-bottom: 1em;
}
.panels .reveal
{
    display: none;
}
.hasJS .panels .reveal
{
    display: block;
}
/* AJK: Additional styles to make sprogs into clickable links on homepage, what's on page, etc. */
.sprogLink, .sprogLink:active, .sprogLink:hover, .sprogLink:focus
{
    display: block;
    background-color: none;
    background: transparent;
}
.titleWrap
{
    overflow: hidden;
    width: 100%;
}
.titleWrap h1
{
    float: left;
}
.js ul.hideReveal
{
    display: block;
}
ul.hideReveal
{
    display: none;
    float: right;
    width: 370px;
    margin: 18px 0 0 0;
}
/*background: url(/images/structure/list-divider.gif) no-repeat 91px 7px*/
ul.hideReveal li
{
    color: #1b1b1b;
    font-size: 1.3em;
    float: left;
    background: url(/images/buttons/icon_hide-reveal.png) no-repeat right 7px;
    padding-right: 27px;
    text-transform: uppercase;
    cursor: pointer;
    padding-left: 2px;
}
ul.hideReveal li span
{
    display: block;
    padding: 1px 3px;
}
ul.hideReveal li:hover span
{
    background-color: #b8b4b4;
}
ul.hideReveal li.reveal
{
    background-position: right -42px;
}
#promo1 .main
{
    left: 114px;
    background-color: #aeebff;
    height: 345px;
}
.home-featured #promo1 .main
{
    left: 0;
    height: 484px;
}
#promo1 .main .promo
{
    height: 317px;
    width: 243px;
    left: 2px;
    top: 26px;
}
.home-featured #promo1 .main .promo
{
    height: 455px;
    width: 359px;
}
#promo1 .child1wrap
{
    height: 137px;
    width: 113px;
    left: 0;
    top: 208px;
}
.home-featured #promo1 .child1wrap
{
    top: 485px;
    height: 137px;
    width: 247px;
}
.home-featured #promo1 .reveal
{
    left: 36px;
}
#promo1 .child2wrap
{
    left: 0;
    top: 346px;
    height: 137px;
    width: 247px;
}
#promo1 .child2wrap p
{
    margin: 0 10px 6px;
}
.home-featured #promo1 .child1wrap p
{
    margin: 0 10px 6px;
}
#promo1 .child1wrap .child
{
    left: 0;
    top: 0;
    height: 137px;
    width: 100%;
    background-color: #aeebff;
}
#promo1 .child2wrap .child
{
    background-color: #aeebff;
    height: 137px;
    width: 247px;
    top: 0;
}
#promo1 .reveal
{
    bottom: 0;
}
/*#promo1 .hitArea {height: 317px; width: 247px; position: relative; z-index: 3; top:0}*/
#promo1 .moreinfo
{
    top: 120px;
    margin-top: 200px;
    height: 225px;
    background-color: #aeebff;
}
.home-featured #promo1 .moreinfo
{
    margin-top: 375px;
    height: 361px;
}
#promo1_1 .moreinfo
{
    margin-top: 97px;
    top: 40px;
    height: 137px;
}
#promo1_2 .moreinfo
{
    margin-top: 97px;
    top: 43px;
}
.hasJS #promo1 .child1wrap .child
{
    left: 113px;
}
.hasJS #promo1 .child2wrap .child
{
    top: -137px;
}
.hasJS .home-featured #promo1 .child1wrap .child
{
    left: 0;
    top: -137px;
}
#promo2
{
    left: 382px;
}
#promo2 .main
{
    height: 345px;
}
#promo2 .main .promo
{
    height: 317px;
    width: 243px;
    left: 2px;
    top: 26px;
}
#promo2 .child1wrap
{
    left: 248px;
    top: 0;
    height: 137px;
    width: 113px;
}
#promo2 .child
{
    left: 0;
    border: 1px solid #E0E2DF;
}
#promo2 .moreinfo
{
    margin-top: 200px;
    top: 120px;
    height: 225px;
    background-color: #fff;
}
#promo2 .childwrap .moreinfo
{
    margin-top: 137px;
    top: 38px;
    height: 99px;
}
.hasJS #promo2 .child
{
    left: -114px;
}
#promomatilda
{
    width:133px;
    height:185px;
    left:650px;
}
#promomatilda .button_buytickets_supersmall
{
    position:absolute;
    bottom:4px;
    left:4px;
}
#promomatilda .button_readmore_supersmall
{
    position:absolute;
    bottom:4px;
    right:4px;
}
#promo3
{
    left: 650px;
    top: 195px;
}
#promo3 .main
{
    width: 133px;
    height: 369px;
    background-color: #ffd504;
}
#promo3 .promo
{
    width: 113px;
    height: 309px;
    left: 10px;
    top: 50px;
}
#promo3 .childwrap
{
    left: 0;
    top: 370px;
    width: 133px;
    height: 138px;
}
#promo3 .child
{
    background-color: #ffd504;
    width: 100%;
    top: 0;
}
#promo3 .reveal
{
    left: 10px;
}
#promo3 .main h2
{
    margin-bottom: 14px;
}
#promo3 .moreinfo
{
    margin-top: 326px;
    top: 43px;
    height: 326px;
    background-color: #ffd504;
}
.hasJS #promo3 .child
{
    top: -137px;
}
#promo3_Rooftop
{
    height: 246px;
    padding-top: 1px;
    margin-bottom: 10px;
}
#promo3_Rooftop .promoWrap
{
    margin-left:10px;
}
#promo3_Tours
{
    height: 214px;
    padding-top: 1px;
}
#promo3_random
{
    margin-left: 10px;
}
.Promo3Array
{
    display:none;
}
.Promo3Array h2
{
    margin-left: 0px !important;
}
#promo4
{
    left: 420px;
    top: 367px;
}
#promo4 .main
{
    width: 208px;
    height: 159px;
    background-color: #aeebff;
}
#promo4 .promo
{
    width: 204px;
    height: 155px;
    left: 2px;
    top: 2px;
}
#promo4 .childwrap
{
    height: 138px;
    left: 0;
    top: 160px;
    width: 208px;
}
#promo4 .child
{
    top: 0;
    height: 138px;
    left: 0;
    width: 100%;
    background-color: #aeebff;
}
#promo4 .reveal
{
    left: 45px;
}
#promo4 .info-inner
{
    width: 107px;
}
#promo4 .info
{
    width: 193px;
}
#promo4 .moreinfo
{
    margin-top: 116px;
    top: 43px;
    height: 114px;
    background-color: #aeebff;
}
#promo4_random
{
    margin-top: 2px;
    margin-left: 2px;
}
.Promo4Array
{
    display:none;
}
.hasJS #promo4 .child
{
    top: -138px;
}
.home-featured #promo4
{
    top: 505px;
}
#promo5
{
    left: 0;
    top: 505px;
}
#promo5 .main
{
    width: 247px;
    height: 110px;
    background-color: #ffd504;
}
#promo5 .promo
{
    position: static;
}
#promo5 h2
{
    width: 200px;
}
#promo5_1
{
    background: #616161;
    height: 43px;
    width: 249px;
    position: absolute;
    top: 113px;
    left: 0px;
    padding-top: 2px;
}
#promo5_1 h2
{
    color: white;
    float: left;
    margin: 4px 7px 0;
    width: 56px;
}
#promo5_1 img
{
    float: left;
    height: 35px;
    margin-top: 3px;
    width: 35px;
}
.home-featured #promo5
{
    top: 643px;
}
#promo6
{
    left: 267px;
    top: 367px;
}
#promo6 .main
{
    width: 133px;
    height: 206px;
}
#promo6 .main1 h2
{
    margin-bottom: 12px;
}
#promo6 .promo
{
    width: 133px;
    height: 206px;
    position: static;
    top: 0;
}
#promo6 .main2
{
    top: 207px;
    height: 206px;
}
.home-featured #promo6
{
    top: 505px;
}
.panels fieldset
{
    margin-top: 10px;
}
.panels input
{
    background: #fff;
    padding: 2px;
    color: #454545;
}
.panels .formitem
{
    float: left;
    width: 159px;
    height: 24px;
}
.panels input
{
    height: 23px;
    padding: 1px 4px 0;
    display: block;
    width: 150px;
}
.panels .submit
{
    float: left;
    width: 68px;
}
#promo7
{
    left: 655px;
    top: 653px;
}
#promo7 a
{
    text-indent: -9999px;
    display: block;
    width: 123px;
    height: 118px;
}
#promo7 a:hover
{
    background-color: transparent;
    background-position: 0 -118px;
}
.home-featured #promo7
{
    top: 748px;
}
#promo8
{
    top: 82px;
    left: 0;
}
#promo8 a
{
    text-indent: -9999px;
    display: block;
    width: 109px;
    height: 109px;
}
#promo8 a:hover
{
    background-color: transparent;
    background-position: 0 -109px;
}
#promo9
{
    top: 356px;
    left: 382px;
    height: 127px;
    width: 247px;
}
#promo9 .child
{
    height: 127px;
    width: 247px;
}
#promo9 .moreinfo
{
    margin-top: 97px;
    top: 43px;
    background: #fff;
}
#promo9 p
{
    margin: 0 10px 6px;
}
.takeover
{
    height: 888px;
}
.takeover #promo1 .main
{
    left: 0;
    width: 785px;
    height: 408px;
    background-color: #fff;
}
.takeover #promo1 .main .promo
{
    width: 779px;
    height: 378px;
    left: 3px;
    top: 27px;
    position: absolute;
}
.takeover #promo1 .child1wrap
{
    top: 409px;
    left: 0;
    width: 785px;
    height: 464px;
}
.takeover #promo1 .child1wrap .child
{
    left: 0;
    background-color: #fff;
}
.takeover #promo1 .reveal
{
    top: 0;
    left: 326px;
}
.takeover #promo1 .child
{
    height: 464px;
    top: 0;
}
.takeover #promo1 .child .promo
{
    height: 434px;
    margin-left: 2px;
}
.takeover #promo1 .info
{
    right: auto;
    top: 10px;
    left: 335px;
    width: 434px;
    height: 138px;
}
.takeover #promo1 .info-inner
{
    width: 272px;
}
.takeover a.button_buy_tickets_lrg_sq
{
    float: right;
}
.hasJS .takeover #promo1 .child1wrap .child
{
    top: -464px;
}
.panelsProd
{
    clear: both;
    width: 580px;
    height: 395px;
    margin-top: 10px;
}
.panelsProd #promo2
{
    left: 254px;
}
.panelsProd #promo2 .main
{
    width: 133px;
    background-color: #aeebfe;
    height: 370px;
}
.panelsProd #promo2 .main .promo
{
    width: 113px;
    left: 10px;
    position: absolute;
    top: 47px;
    height: 311px;
}
.panelsProd #promo2 .childwrap
{
    left: 134px;
    width: 199px;
    top: 233px;
}
.panelsProd #promo2 .child
{
    left: 0;
    width: 199px;
    top: 0;
    height: 136px;
}
.panelsProd #promo2 .child .promo
{
    width: 199px;
    left: 0;
    height: 136px;
    margin: 0;
    background-color: #aeebfe;
}
.panelsProd #promo2 .reveal
{
    bottom: 0;
    top: auto;
}
.hasJS .panelsProd #promo2 .child
{
    left: -200px;
}
.panelsProd #promo2 .moreinfo
{
    margin-top: 329px;
    top: 41px;
    background-color: #aeebfe;
    height: 329px;
}
.panelsProd #promo2 .child .moreinfo
{
    margin-top: 116px;
    top: 20px;
    height: 136px;
}
.panelsProd #promo3
{
    left: 408px;
    top: 0;
    width: 113px;
    height: 206px;
}
.panelsProd #promo3 .main
{
    height: 206px;
    background-color: #aeebfe;
}
.panelsProd #promo3 .promo
{
    height: 149px;
    width: 113px;
    top: 47px;
}
.panelsProd #promo3 .moreinfo
{
    margin-top: 165px;
    top: 41px;
    width: 133px;
    background-color: #aeebfe;
    height: 165px;
}
.panelsProd #promo8
{
    top: 0;
}
.panelsProd #promo4
{
    top: 0;
    left: 115px;
}
.panelsProd #promo4 .main
{
    width: 113px;
    height: 137px;
}
.panelsProd #promo4 .promo
{
    height: 80px;
    width: 93px;
    left: 10px;
    top: 47px;
}
.panelsProd #promo4 .childwrap
{
    top: 138px;
    width: 133px;
    left: -19px;
    height: 206px;
}
.panelsProd #promo4 .reveal
{
    left: 20px;
}
.panelsProd #promo4 .child
{
    height: 206px;
}
.hasJS .panelsProd #promo4 .child
{
    top: -206px;
}
.panelsProd #promo4 .textwrap
{
    top: 40px;
    position: absolute;
}
#promoProd4_1 .textwrap p
{
    width: 118px;
}
.panelsProd #promo4 .moreinfo
{
    margin-top: 97px;
    top: 41px;
}
.panelsProd #promo4 .childwrap .moreinfo
{
    margin-top: 172px;
    top: 34px;
    height: 172px;
}
#primary-content .promotype2 .main
{
    height: 206px;
    width: 133px;
}
#primary-content .promotype2 .main .promo
{
    top: 2px;
    left: 2px;
    width: 129px;
    height: 202px;
}
#primary-content .promotype2 .moreinfo
{
    margin-top: 172px;
    top: 52px;
    height: 154px;
}
.whats-on #promo1
{
    left: 154px;
}
.whats-on #promo1 .main
{
    height: 346px;
    left: 0;
    background-color: #ffd504;
}
.whats-on #promo1 .main .promo
{
    top: 2px;
    height: 342px;
}
.whats-on #promo1 .moreinfo
{
    top: 121px;
    margin-top: 227px;
    background-color: #ffd504;
}
.whats-on #promo2
{
    top: 227px;
    left: 421px;
}
.whats-on #promo2 .main
{
    height: 321px;
    background-color: #ffd504;
}
.whats-on #promo2 .main .promo
{
    top: 2px;
}
.whats-on #promo2 .child2wrap
{
    top: 138px;
    left: 248px;
    height: 137px;
    width: 113px;
}
.whats-on #promo2 .child2wrap .child
{
    left: 0;
    top: 0;
}
.whats-on #promo2 .child
{
    background-color: #ffd504;
}
.whats-on #promo2 .moreinfo
{
    margin-top: 321px;
    top: 121px;
    background-color: #ffd504;
}
.hasJS .whats-on #promo2 .child2wrap .child
{
    top: -139px;
}
.whats-on #promo3
{
    top: 0;
    left: 421px;
}
.whats-on #promo3 .main
{
    background-color: #AEEBFF;
}
.whats-on #promo3 .moreinfo
{
    margin-top: 155px;
    background-color: #AEEBFF;
}
.whats-on #promo4
{
    top: 0;
    left: 574px;
}
.whats-on #promo4 .main
{
    background-color: #d1d1d1;
}
.whats-on #promo4 .moreinfo
{
    margin-top: 155px;
    background-color: #d1d1d1;
}
.whats-on #promo5
{
    top: 0;
    left: 0px;
}
.whats-on #promo5 .main
{
    top: 140px;
    background-color: #fff;
}
.whats-on #promo5 .promo
{
    position: absolute;
    top: 100px;
}
.whats-on #promo5 .childwrap
{
    height: 139px;
    width: 133px;
    top: 1px;
    left: 20px;
}
.whats-on #promo5 .child
{
    background: #fff;
    border: 1px solid #DFDFDF;
    top: 0;
    width: 113px;
    height: 139px;
}
.whats-on #promo5 .reveal
{
    left: 0;
}
.whats-on #promo5 .moreinfo
{
    margin-top: 155px;
    background-color: #fff;
}
.hasJS .whats-on #promo5 .child
{
    top: 139px;
}
.whats-on #promo6
{
    top: 365px;
    left: 0;
    width: 401px;
    height: 206px;
}
.whats-on #promo6 .main
{
    background-color: #aeebfe;
    left: 268px;
    top: 0;
}
.whats-on #promo6 .promo
{
    position: absolute;
}
.whats-on #promo6 .childwrap
{
    top: 0;
    left: 155px;
    width: 113px;
    height: 206px;
}
.whats-on #promo6 .child2wrap
{
    top: 0;
    left: 40px;
}
.whats-on #promo6 .child
{
    left: 0;
    height: 137px;
    background-color: #aeebfe;
}
.whats-on #promo6 .child1wrap .reveal
{
    top: auto;
    bottom: 0;
}
.whats-on #promo6 .moreinfo
{
    background-color: #aeebfe;
}
.hasJS .whats-on #promo6 .child
{
    left: 113px;
}
#primary-content .whats-on .infoWide
{
    width: 114px;
}
.whats-on .infoWide .info-inner
{
    float: none;
    width: auto;
    margin: 5px 7px;
}
.whats-on .infoWide a.button_buy_tickets_sml_sq
{
    float: none;
}
.whats-on .infoWide .info-inner
{
    margin: 0px !important;
}
.whats-on .infoWide .info-inner p
{
    margin: 5px !important;
}
#primary-content .edu
{
    height: 588px;
}
.edu #promo1
{
    top: 0;
    left: 0;
    width: 401px;
    height: 206px;
}
.edu #promo1 .main
{
    background-color: #ffd504;
    left: 0;
    top: 0;
    width: 361px;
    height: 433px;
}
.edu #promo1 .feature
{
    position: absolute;
    bottom: 0;
}
#primary-content .edu #promo1 .promo
{
    top: 11px;
    width: 323px;
    height: 404px;
    left: 19px;
}
.edu #promo1 .childwrap
{
    top: 435px;
    left: 250px;
    width: 113px;
    height: 137px;
}
.edu #promo_edu_1_0 h2
{
    margin-left: 0;
    border-bottom: 4px solid #000;
    margin-bottom: 8px;
}
.edu #promo1 h3
{
    margin-bottom: 0;
}
.edu #promo1 p
{
    margin-bottom: 10px;
}
.edu #promo1 .child2wrap
{
    left: 136px;
}
.edu #promo1 .child
{
    left: 0;
    top: 0;
    height: 137px;
    background-color: #ffd504;
}
.edu #promo1 .child2wrap p, .edu #promo1 .moreinfo p
{
    margin-left: 0;
    margin-right: 0;
}
.edu #promo1 .child2wrap .reveal
{
    display: block;
}
.edu #promo1 .child2wrap .child
{
    left: 0;
    top: 0;
    width: 113px;
    height: 137px;
}
.edu #promo1 .moreinfo
{
    top: 30px;
    background-color: #ffd504;
    margin-top: 395px;
    height: 454px;
}
.hasJS .edu #promo1 .child
{
    left: 0;
}
.hasJS .edu #promo1 .child2wrap .child
{
    left: 113px;
}
.hasJS .edu #promo_edu_1_1 .child
{
    top: -139px;
}
.edu #promo2
{
    left: 383px;
}
.edu #promo2 .main
{
    height: 346px;
    left: 0;
    background-color: #ffd504;
}
.edu #promo2 .main .promo
{
    top: 2px;
    height: 342px;
}
.edu #promo2 .moreinfo
{
    top: 121px;
    margin-top: 226px;
    background-color: #ffd504;
}
.edu #promo3
{
    top: 0;
    left: 648px;
}
.edu #promo3 .main
{
    top: 140px;
    background-color: #aeebfe;
}
.edu #promo3 .promo
{
    position: absolute;
    top: 100px;
}
.edu #promo3 .childwrap
{
    height: 139px;
    width: 133px;
    top: 1px;
    left: 0;
}
.edu #promo3 .child
{
    background: #aeebfe;
    border: 1px solid #DFDFDF;
    top: 0;
    width: 113px;
    height: 139px;
}
.edu #promo3 .reveal
{
    left: 0;
}
.edu #promo3 .moreinfo
{
    background-color: #aeebfe;
    margin-top: 154px;
}
.hasJS .edu #promo3 .child
{
    top: 139px;
}
.edu #promo4
{
    top: 365px;
    left: 384px;
}
.edu #promo4 .main
{
    top: 0;
    left: 0;
    background-color: #fff;
}
.edu #promo4 .promo
{
    position: absolute;
    top: 100px;
}
.edu #promo4 .childwrap
{
    height: 139px;
    width: 115px;
    top: 0;
    left: 134px;
}
.edu #promo4 .child
{
    background: #fff;
    border: 1px solid #DFDFDF;
    top: 0;
    width: 113px;
    height: 139px;
}
.edu #promo4 .reveal
{
    left: 0;
}
.edu #promo4 .moreinfo
{
    background-color: #fff;
    margin-top: 154px;
}
.hasJS .edu #promo4 .child2wrap .child
{
    left: -115px;
}
.edu #promo4 .child2wrap .reveal
{
    display: block;
}
.edu #promo4 .child2wrap
{
    left: 248px;
}
img.polonsky
{
    float:right;
}
#wrapper .boxtwo-col
{
    width: 785px;
    position: relative;
}
#wrapper .boxtwo-col .dropshadow
{
    padding: 0;
}
#wrapper .boxtwo-col h2
{
    margin-bottom: 2px;
}
#wrapper .box_516
{
    width: 517px;
    top: 0;
    left: 0;
}
/* position:absolute; */
#wrapper .box_516 .dropshadow
{
    width: 532px;
}
#wrapper .box_516 .dropshadow-start
{
    background: url(/images/structure/bg_module_516_dropshadow-start.png) no-repeat;
}
#wrapper .box_516 .dropshadow-content
{
    padding: 6px 20px;
    width: 492px;
    background: url(/images/structure/bg_module_516_dropshadow-content.png) repeat-y;
}
#wrapper .box_516 .dropshadow-end
{
    background: url(/images/structure/bg_module_516_dropshadow-end.png) no-repeat;
}
#wrapper .box_248
{
    position: absolute;
    top: 0;
    left: 537px;
    width: 248px;
}
#wrapper .box_248 .dropshadow
{
    width: 264px;
}
#wrapper .box_248 .dropshadow-start
{
    background: url(/images/structure/bg_module_248_dropshadow-start.png) no-repeat;
}
#wrapper .box_248 .dropshadow-content
{
    padding: 6px 20px;
    width: 224px;
    background: url(/images/structure/bg_module_248_dropshadow-content.png) repeat-y;
}
#wrapper .box_248 .dropshadow-end
{
    background: url(/images/structure/bg_module_248_dropshadow-end.png) no-repeat;
}
.news
{
    margin: 0;
}
.news li
{
    margin: 0 0 7px 0;
    padding: 0;
    background: 0;
    border-bottom: 1px solid #ede9e6;
}
.news li.last
{
    border-bottom: 0;
}
.news h3
{
    margin: 0;
    font-size: 0.9em;
    font-family: Verdana,Helvetica,sans-serif;
}
.news h3 a
{
    color: #454545;
}
.news h3 a:hover
{
    color: #ccc;
    background: black;
}
.news h3 span
{
    background: transparent url(/images/structure/arrow_grey.png) no-repeat scroll right center;
    padding-right: 10px;
}
.news p
{
    margin-bottom: 6px;
    font-size: 0.9em;
}
.edu-links
{
    margin: 0;
}
.edu-links li
{
    float: left;
    width: 80px;
    margin: 0 37px 7px 0;
    padding: 0;
    background: 0;
    font-size: 1em;
}
.edu-links a
{
    color: #454545;
    font-weight: bold;
}
.edu-links a:hover
{
    color: #ccc;
    background: black;
}
.edu-links a span
{
    background: transparent url(/images/structure/arrow_grey.png) no-repeat scroll right center;
    padding-right: 10px;
}
.edu-links li.ourLearn
{
    width: 88px;
}
.edu-links li.arts
{
    width: 60px;
}
.edu-links li.planning
{
    width: 60px;
}
/* = Misc
----------------------------------------------------- */
/* Buttons */
a.button_buy_tickets_lrg_sq
{
    text-indent: -9999em;
    display: block;
    width: 132px;
    height: 137px;
    background: url(/images/buttons/button_buy_tickets_lrg_sq.png) no-repeat left top;
}
a.button_buy_tickets_lrg_sq:hover
{
    background-position: 0 -138px;
}
a.button_resource_bank
{
    text-indent: -9999em;
    display: block;
    width: 67px;
    height: 70px;
    background: url(/images/buttons/button_resource_bank.jpg) no-repeat left top;
    float: right;
}
a.button_resource_bank:hover
{
    background-position: 0 -70px;
}
a.button_buytickets_supersmall
{
    text-indent: -9999em;
    display: block;
    width: 61px;
    height: 16px;
    background: url(/images/buttons/buy-tickets-button-supersmall.png) no-repeat left top;
}
a.button_buytickets_supersmall:hover
{
    background-position: 0 -16px;
}
a.button_readmore_supersmall
{
    text-indent: -9999em;
    display: block;
    width: 61px;
    height: 16px;
    background: url(/images/buttons/read-more-button-supersmall.png) no-repeat left top;
}
a.button_readmore_supersmall:hover
{
    background-position: 0 -16px;
}
a.button_romeo_baghdad
{
    text-indent: -9999em;
    display: block;
    width: 66px;
    height: 66px;
    background: url(/images/buttons/button_romeo_baghdad.png) no-repeat left top;
    float: right;
}
a.button_roses_richard
{
    text-indent: -9999em;
    display: block;
    width: 66px;
    height: 66px;
    background: url(/images/buttons/button_roses_richard.png) no-repeat left top;
    float: right;
}
a.button_romeo_baghdad:hover,
a.button_roses_richard:hover
{
    background-position: 0 -66px;
}
a.button_buy_tickets_sml_sq
{
    text-indent: -9999em;
    display: block;
    width: 66px;
    height: 66px;
    background: url(/images/buttons/button_buy_tickets_sml_sq.png) no-repeat left top;
    float: right;
}
a.button_buy_tickets_sml_sq:hover
{
    background-position: 0 -66px;
}


/* 02/09/14 RS Inserted code below */


a.button_live_cinema
{
    text-indent: -9999em;
    display: block;
    width: 66px;
    height: 66px;
    background: url(/images/buttons/LiveCinemaBroadcastsButton.jpg) no-repeat left top;
    float: right;
}
a.button_live_cinema:hover
{
    background-position: 0 -66px;
}



a.button_buy_tickets_sml_newyork
{
    text-indent: -9999em;
    display: block;
    width: 66px;
    height: 66px;
    background: url(/images/buttons/buy_tickets_new_york.png) no-repeat left top;
    float: right;
}
a.button_buy_tickets_sml_newyork:hover
{
    background-position: 0 -66px;
}
a.button_buy_tickets, input.button_buy_tickets
{
    text-indent: -9999em;
    display: block;
    width: 92px;
    height: 24px;
    background: url(/images/buttons/button_buy_tickets.png) no-repeat left top;
}
a.button_buy_tickets:hover, input.button_buy_tickets:hover
{
    background-position: 0 -24px;
}
a.button_watch_trailer
{
    text-indent: -9999em;
    display: block;
    width: 67px;
    height: 70px;
    background: url(/images/buttons/watch_trailer.png) no-repeat left top;
    float: right;
}
a.button_watch_trailer:hover
{
    background-position: 0 -70px;
}
a.button_video_feature
{
    text-indent: -9999em;
    display: block;
    width: 66px;
    height: 69px;
    background: url(/images/buttons/button_video_feature.png) no-repeat left top;
    float: right;
}
a.button_video_feature:hover
{
    background-position: 0 -69px;
}
a.button_new_trailer
{
    text-indent: -9999em;
    display: block;
    width: 67px;
    height: 69px;
    background: url(/images/buttons/button_new_trailer.png) no-repeat left top;
    float: right;
}
a.button_new_trailer:hover
{
    background-position: 0 -69px;
}
a.button_watch_trailer_grey
{
    text-indent: -9999em;
    display: block;
    width: 66px;
    height: 65px;
    background: url(/images/buttons/watch_trailer_grey.png) no-repeat left top;
    float: right;
}
a.button_watch_trailer_grey:hover
{
    background-position: 0 -65px;
}
a.btn_buy-tickets_reduced
{
    background: url(/images/buttons/button_buy-tickets_reduced.png) no-repeat;
    display: block;
    text-indent: -9999px;
    height: 24px;
}
a.btn_buy-tickets_reduced:hover
{
    background-position: 0 -24px;
}
a.button_read_more_sml_sq
{
    text-indent: -9999em;
    display: block;
    width: 66px;
    height: 66px;
    background: url(/images/buttons/button_read_more_sml_sq.png) no-repeat left top;
    float: right;
    z-index: 2;
}
a.button_read_more_sml_sq:hover
{
    background-position: 0 -66px;
}
a.button_become_member
{
    text-indent: -9999em;
    display: block;
    width: 66px;
    height: 66px;
    background: url(/images/buttons/button_become_member.png) no-repeat left top;
    float: right;
    z-index: 2;
}
a.button_become_member:hover
{
    background-position: 0 -66px;
}
a.button_read_reviews
{
    text-indent: -9999em;
    display: block;
    width: 66px;
    height: 67px;
    background: url(/images/buttons/button_read_reviews.png) no-repeat left top;
    float: right;
    z-index: 2;
}
a.button_read_reviews:hover
{
    background-position: 0 -67px;
}
a.interview_boyd
{
    text-indent: -9999em;
    display: block;
    width: 66px;
    height: 66px;
    background: url(/images/buttons/interview_boyd_button.png) no-repeat left top;
    float: right;
    z-index: 2;
}
a.interview_boyd:hover
{
    background-position: 0 -66px;
}
a.button_signup_for_news
{
    text-indent: -9999em;
    display: block;
    width: 66px;
    height: 66px;
    background: url(/images/buttons/signup_for_news.png) no-repeat left top;
    float: right;
    z-index: 2;
}
a.button_signup_for_news:hover
{
    background-position: 0 -66px;
}
a.btn_read_more_reduced
{
    background: url(/images/buttons/button_read_more_reduced.png) no-repeat;
    display: block;
    text-indent: -9999px;
    width: 93px;
    height: 24px;
}
a.button_priority_booking 
{
    background: url("/images/buttons/button-priority-booking.png") no-repeat scroll left top transparent;
    display: block;
    float: right;
    height: 24px;
    text-indent: -9999em;
    width: 131px;
}
a.button_priority_booking:hover
{
    background-position: 0 -24px;
}

/* 05092014 RS Added code below */

a.button_priority_booking_left 
{
    background: url("/images/buttons/button-priority-booking.png") no-repeat scroll left top transparent;
    display: block;
    float: left;
    height: 24px;
    text-indent: -9999em;
    width: 131px;
}
a.button_priority_booking_left:hover
{
    background-position: 0 -24px;
}





a.button_priority_booking_sq
{
    background: url("/images/buttons/priority-booking-sq-btn.png") no-repeat scroll left top transparent;
    display: block;
    float: right;
    height: 66px;
    text-indent: -9999em;
    width: 66px;
}
a.button_priority_booking_sq:hover
{
    background-position: 0 -66px;
}
.wobt-priority
{
    height: 58px;
    width: 122px;
    display:block !important;
    background: url(/assets/winter-13/priority-booking.png) left top no-repeat;
}
.wobt-priority:hover
{
    background-position: 0 -58px;
}
.button_renew_upgrade
{
    background: url("/images/buttons/button-renew-upgrade.png") no-repeat scroll left top transparent;
    display: block;
    height: 24px;
    margin-left: 20px;
    text-indent: -9999em;
    width: 160px;
}
.button_renew_upgrade:hover
{
    background-position:0 -24px;
}
.button_renew
{
    background: url("/images/buttons/button-renew.png") no-repeat scroll left top transparent;
    display: block;
    height: 24px;
    margin-left: 20px;
    text-indent: -9999em;
    width: 64px;
}
.button_renew:hover
{
    background-position:0 -24px;
}
.button_add
{
    background: url("/images/buttons/button-add.png") no-repeat scroll left top transparent;
    display: block;
    height: 24px;
    text-indent: -9999em;
    width: 107px;
    border:0;
}
.button_add:hover
{
    background-position:0 -24px;
}
.button-yes-please
{
    background: url("/images/buttons/button-yes-please.png") no-repeat scroll left top transparent;
    display: block;
    height: 24px;
    text-indent: -9999em;
    width: 93px;
    border:0;
}
.button-no-thanks
{
    background: url("/images/buttons/button-no-thanks.png") no-repeat scroll left top transparent;
    display: block;
    height: 24px;
    text-indent: -9999em;
    width: 106px;
    border:0;
}
a.gsc-search-button,
input.gsc-search-button
{
    display: block;
    cursor:pointer;
    text-indent:-9999em;
    width:35px; 
    height:23px;    
    background-color:none;
    background:url(/images/buttons/button_gsc_go.png) no-repeat left top;
    vertical-align:top;    
    text-transform: uppercase !important;
    margin-top: 1px !important;
}
a.gsc-search-button:hover,
input.gsc-search-button:hover
{
    background-position:0 -23px;
}
#nav-main ul li div dt a.button-rsc-key
{
    height:80px;
    width:134px;
    display: block !important;
    background: url(/images/buttons/rsc-key.png) left top no-repeat;
}
#nav-main ul li div dt a.button-rsc-key:hover
{
    background-position: 0 -80px;
}

/* 08/09/14  33231  RS   Added below button */

#nav-main ul li div dt a.button-nav-priority
{
    height:32px;
    width:122px;
    display: block !important;
    background: url(/images/buttons/PriorityButton-nav1.jpg) left top no-repeat;
}


/* 08/09/14  33798  RS   Added below button */
#nav-main ul li div dt a.button-nav-vu
{
    height:60px;
    width:134px;
    display: block !important;
    background: url(/images/buttons/vu_mdd.jpg) left top no-repeat;
}



#nav-main ul li div dt a.button-nav-priority:hover
{
    background-position: 0 -32px;
}

a.btn_read_more_reduced:hover
{
    background-position: 0 -24px;
}
#nav-main ul li div dt a.btn_rsca_mdd
{
    width: 135px;
    height: 26px;
    display: block !important;
    text-indent:-9999px;
    background: url(/images/buttons/rsca-mdd-button.png) top left no-repeat;
}
#nav-main ul li div dt a.btn_rsca_mdd:hover
{
    background-position: 0 -26px;
}
a.btn_buy_the_cd
{
    background: url(/images/structure/button_buy_the_cd.png) no-repeat;
    display: block;
    text-indent: -9999px;
    width: 92px;
    height: 24px;
}
a.btn_buy_the_cd:hover
{
    background-position: 0 -24px;
}
a.btn_read_more_reduced_yellow
{
    background: url(/images/buttons/button_read_more_yellow.png) no-repeat;
    display: block;
    text-indent: -9999px;
    width: 80px;
    height: 24px;
}
a.btn_read_more_reduced_yellow:hover
{
    background-position: 0 -24px;
}
a.btn_gift_voucher
{
    background: url(/images/buttons/buy-gift-voucher-button.png) no-repeat;
    display: block;
    width: 177px;
    height: 24px;
    text-indent: -9999px;
    margin: 15px 0 15px 20px;
}
a.btn_gift_voucher:hover
{
    background-position: 0 -24px;
}
a.btn_membership
{
    background: url(/images/buttons/buy-membership-button.png) no-repeat;
    display: block;
    width: 177px;
    height: 24px;
    text-indent: -9999px;
    margin: 15px 0 15px 20px;
}
a.btn_membership:hover
{
    background-position: 0 -24px;
}
a.button_find_table
{
    text-indent: -9999em;
    display: block;
    width: 97px;
    height: 24px;
    background: url(/images/buttons/button_find_table.png) no-repeat left top;
    margin-top:12px;
}
a.button_find_table:hover
{
    background-position: 0 -24px;
}
a.button_checkout, input.button_checkout
{
    text-indent: -9999em;
    display: block;
    width: 81px;
    height: 24px;
    background: url(/images/buttons/button_checkout.png) no-repeat left top;
}
a.button_checkout:hover, input.button_checkout:hover
{
    background-position: 0 -24px;
}
a.button_click_here
{
    text-indent: -9999em;
    display: block;
    width: 90px;
    height: 24px;
    background: url(/images/buttons/click_here.png) no-repeat left top;
}
a.button_click_here:hover
{
    background-position: 0 -24px;
}
a.button_participant_map
{
    text-indent: -9999em;
    display: block;
    width: 118px;
    height: 24px;
    background: url(/images/buttons/participants-map.png) no-repeat left top;
}
a.button_participant_map:hover
{
    background-position: 0 -24px;
}
a.button_launch_webapp
{
    text-indent: -9999em;
    display: block;
    width: 143px;
    height: 24px;
    background: url(/images/buttons/button_launch_webapp.jpg) no-repeat left top;
}
a.button_launch_webapp:hover
{
    background-position: 0 -24px;
}
a.button_download_iphoneapp
{
    text-indent: -9999em;
    display: block;
    width: 152px;
    height: 24px;
    background: url(/images/buttons/button_download_iphoneapp.jpg) no-repeat left top;
}
a.button_download_iphoneapp:hover
{
    background-position: 0 -24px;
}
a.button_large_find_out_more
{
    text-indent: -9999em;
    display: block;
    width: 132px;
    height: 138px;
    background: url(/images/buttons/button_find_out_more.png) no-repeat left top;
}
a.button_large_find_out_more:hover
{
    background-position: 0 -138px;
}
a.button_go, input.button_go
{
    text-indent: -9999em;
    width: 39px;
    height: 23px;
    background: url(/images/buttons/button_go.png) no-repeat left top;
    vertical-align: top;
}
a.button_go
{
    display: block;
}
a.button_go:hover, input.button_go:hover
{
    background-position: 0 -23px;
}
a.button_hidedates
{
    text-indent: -9999em;
    display: block;
    width: 95px;
    height: 24px;
    background: url(/images/buttons/button_hidedates.png) no-repeat left top;
}
a.button_hidedates:hover
{
    background-position: 0 -24px;
}
a.button_minus
{
    text-indent: -9999em;
    display: block;
    width: 34px;
    height: 34px;
    background: url(/images/buttons/button_minus.png) no-repeat left top;
}
a.button_minus:hover
{
    background-position: 0 -36px;
}
a.button_plus
{
    text-indent: -9999em;
    display: block;
    width: 34px;
    height: 34px;
    background: url(/images/buttons/button_plus.png) no-repeat left top;
}
a.button_plus:hover
{
    background-position: 0 -35px;
}
a.button_send_message, input.button_send_message
{
    text-indent: -9999em;
    display: block;
    width: 108px;
    height: 24px;
    background: url(/images/buttons/button_send_message.png) no-repeat left top;
}
a.button_send_message:hover, input.button_send_message:hover
{
    background-position: 0 -24px;
}
a.button_share_this
{
    text-indent: -9999em;
    display: block;
    width: 78px;
    height: 24px;
    float: right;
    background: url(/images/buttons/button_share_this.png) no-repeat left top;
}
a.button_share_this:hover
{
    background-position: 0 -24px;
}
a.button_show_dates
{
    text-indent: -9999em;
    display: block;
    width: 152px;
    height: 24px;
    background: url(/images/buttons/button_show_dates.png) no-repeat left top;
}
a.button_show_dates:hover
{
    background-position: 0 -24px;
}
a.button_sign_up, input.button_sign_up
{
    text-indent: -9999em;
    display: block;
    width: 69px;
    height: 31px;
    background: url(/images/buttons/button-signup-blue.png) no-repeat left top;
}
a.button_sign_up:hover, input.button_sign_up:hover
{
    background-position: 0 -31px;
}
a.button_support_rsc
{
    text-indent: -9999em;
    display: block;
    width: 97px;
    height: 24px;
    background: url(/images/buttons/button_support_rsc.png) no-repeat left top;
}
a.button_support_rsc:hover
{
    background-position: 0 -24px;
}
a.icon_remove
{
    text-indent: -9999em;
    display: block;
    width: 12px;
    height: 11px;
    background: url(/images/buttons/icon_remove.png) no-repeat left top;
}
a.button_apply, input.button_apply
{
    text-indent: -9999em;
    display: block;
    width: 60px;
    height: 24px;
    background: url(/images/buttons/button_apply.png) no-repeat left top;
}
a.button_apply:hover, input.button_apply:hover
{
    background-position: 0 -24px;
}
a.button_create_account, input.button_create_account
{
    text-indent: -9999em;
    display: block;
    width: 118px;
    height: 24px;
    background: url(/images/buttons/button_create_account.png) no-repeat left top;
}
a.button_create_account:hover, input.button_create_account:hover
{
    background-position: 0 -24px;
}
a.button_login, input.button_login
{
    text-indent: -9999em;
    display: block;
    width: 57px;
    height: 24px;
    background: url(/images/buttons/button_login.png) no-repeat left top;
}
a.button_login:hover, input.button_login:hover
{
    background-position: 0 -24px;
}
a.button_buy_the_cd_square
{
    text-indent: -9999em;
    display: block;
    width: 66px;
    height: 66px;
    background: url(/images/buttons/button_buy_the_cd_square.png) no-repeat left top;
}
a.button_buy_the_cd_square:hover
{
    background-position: 0 -66px;
}
a.button_submit, input.button_submit
{
    text-indent: -9999em;
    display: block;
    width: 66px;
    height: 24px;
    background: url(/images/buttons/button_submit.png) no-repeat left top;
}
a.button_submit:hover, input.button_submit:hover
{
    background-position: 0 -24px;
}
a.button_join_us_small
{
    text-indent: -9999em;
    display: block;
    width: 64px;
    height: 24px;
    background: url(/images/buttons/join_us_small.png) no-repeat left top;
}
a.button_join_us_small:hover
{
    background-position: 0 -24px;
}
a.button_continue, input.button_continue
{
    text-indent: -9999em;
    display: block;
    width: 80px;
    height: 24px;
    background: url(/images/buttons/button_continue.png) no-repeat left top;
}
a.button_continue:hover, input.button_continue:hover
{
    background-position: 0 -24px;
}
a.button_complete_purchase, input.button_complete_purchase
{
    text-indent: -9999em;
    display: block;
    width: 140px;
    height: 24px;
    background: url(/images/buttons/button_complete_purchase.png) no-repeat left top;
}
a.button_complete_purchase:hover, input.button_complete_purchase:hover
{
    background-position: 0 -24px;
}
input.button_go, input.button_checkout, input.button_sign_up, input.button_apply, input.button_login,
input.button_send_message, input.button_buy_tickets, input.button_submit, input.button_create_account
{
    font-size: 0.01px;
    line-height: 0;
}
.button_print
{
    text-indent: -9999em;
    display: block;
    width: 162px;
    height: 24px;
    background: url(/images/buttons/button_print_records.png) no-repeat left top;
}
.button_print:hover
{
    background-position: 0 -24px;
}
.button_confirm
{
    text-indent: -9999em;
    display: block;
    width: 69px;
    height: 24px;
    background: url(/images/buttons/button_confirm.png) no-repeat left top;
}
.button_confirm:hover
{
    background-position: 0 -24px;
}
.button_pdd
{
    height: 24px;
    width: 135px;
    display:block;
    text-indent: -9999px;
    margin-top: 14px;
    background: url(/images/buttons/button_pdd.png) top left no-repeat;
}
.button_pdd:hover
{
    background-position: 0 -24px;
}
.button_find_out_more_rect
{
    height: 24px;
    width: 107px;
    display:block;
    text-indent: -9999px;
    float: left;
    margin-top: 1px;
    background: url(/images/buttons/button_find_out_more_rect.png) top left no-repeat;
    clear:both;
}
.button_find_out_more_rect:hover
{
    background-position: 0 -24px;
}
.button_homepage
{
    height: 24px;
    width: 145px;
    display:block;
    text-indent: -9999px;
    background: url(/images/buttons/button_homepage.png) top left no-repeat;
    clear:both;
}
.button_homepage:hover
{
    background-position: 0 -24px;
}
/* 18/06/14 RS */ 
 
a.button_henry_part1
{
    text-indent: -9999em;
    display: block;
    width: 141px;
    height: 24px;
    background: url(/images/buttons/buy-tickets-henry4-p1.png) no-repeat left top;
}
a.button_henry_part1:hover
{
    background-position: 0 -24px;
}

a.button_henry_part2
{
    text-indent: -9999em;
    display: block;
    width: 141px;
    height: 24px;
    background: url(/images/buttons/buy-tickets-henry4-p2.png) no-repeat left top;
}
a.button_henry_part2:hover
{
    background-position: 0 -24px;
}
a.button_register_now
{
    text-indent: -9999em;
    display: block;
    width: 108px;
    height: 24px;
    background: url(/images/buttons/button-register-now.png) no-repeat left top;
}
a.button_register_now:hover
{
    background-position: 0 -24px;
}
/* Sponsor boxes on homepage */
#sponsors a, #sponsors a:hover
{
    background: none;
}
/* Maximum size of photo gallery images */
#galImage .image-wrapper img
{
    max-width:541px;
    max-height:541px;
}
/* SLIDESHOW STYLING, HOMEPAGE AND SECTION HUBS */
.slideShowPromoPanel .animating { z-index:6; }
.slideShowPromoPanel .slideControl { background:none!important; z-index:7; position:absolute; padding:8px; outline:none; }
.slideShowPromoPanel .info-inner { margin: 7px 10px 10px 10px; }
.home .slideShowPromoPanel .prev { top:215px; left:-35px; }
.home .slideShowPromoPanel .next { top:215px; right:-35px; }
.home .slideShowPromoPanel .button_buy_tickets_sml_sq { z-index: 5; }
.edu .slideShowPromoPanel .prev { top:130px; left:-35px; }
.edu .slideShowPromoPanel .next { top:130px; right:-35px; }
.edu .slideShowPromoPanel .info-inner { height: 49px; }
.edu .slideShowPromoPanel .button_read_more_sml_sq { position:absolute; bottom:0px; right:0px; z-index: 5; }
/* NEWS ITEMS ON HOMEPAGE */
#homepage-news-promo
{
    background-color:#ccc;
    height:360px;
    width:335px;
    
    border:1px solid #bbb;
    
    left:59px;
    top:505px;
    
    padding: 0px 3px;
}
#homepage-news-promo h2
{
    margin-left:0px;
    margin-bottom:7px;
}
#news-frame
{
    height:276px;
    background-color:#aaa;
    overflow:hidden;
    position:relative;
}
#news-frame-inner
{
    height:999px;
}
.news-control
{
    width:24px;
    height:24px;
    position:absolute;
    text-indent:-9999px;
    outline:none;
}
.news-control:hover, .news-control:focus, .news-control:active
{
    background-position: 0px -24px;
}
.news-control.control-up
{
    background-image:url(/images/structure/arrow-up.png);
    right:0px;
    top:0px;
}
.news-control.control-down
{
    background-image:url(/images/structure/arrow-down.png);
    right:0px;
    top:252px;
}
.news-item
{
    height:80px;
    position:relative;
    top:0px;
    padding: 6px 20px 6px 6px;
}
.news-item.col1
{
    background-color:#aeebff;
}
.news-item.col2
{
    background-color:#defeff;
}
.news-item.col3
{
    background-color:#99A6E4;
}
.news-item a.img
{
    float:left;
    margin-right:7px;
    margin-top:0px;
}
.news-item > h3
{
    font-size:1.1em;
    margin-bottom:2px;
}
.news-item > p
{
    font-size:1em;
    padding-right:5px;
}
.news-item > p.arrow
{
    position:absolute;
    bottom:5px;
    left:106px;
}
.news-item.no-image > p.arrow
{
    left:6px;
}
#news-separator
{
    clear:both;
    height:5px;
}
#news-keepintouch
{
    background-color:#ffd504;
    height:35px;
    padding: 6px 0px 6px 6px;
}
#news-keepintouch h2
{
    float:left;
    color:black;
    margin-top:0px;
}
#content-list
{
    margin: 20px 0 0 0;
}
#content-list a
{
    background-image: url(/images/structure/arrow_grey.png);
    background-repeat: no-repeat;
    background-position: center right;
    font-weight: bold;
    padding-right: 10px;
}
.content-listitem
{
    font-size:100%;
    background:white;
    min-height:80px;
    padding:10px;
    margin-bottom:10px;
    cursor:pointer;
    position:relative;
}
.content-listitem.no-image
{
    min-height:0;
}
.content-listitem:hover
{
    background:#AEEBFF;
    box-shadow: 3px 3px 3px 1px #999;
}
.content-listitem img
{
    float:left;
    margin-right:10px;
    padding:0;
}
.content-listitem > h4
{
    font-size:110%;
    margin-top: -2px;
    margin-left: 103px;
    margin-bottom: 0.2em;
}
.content-listitem.no-image > h4
{
    margin-left:0px;
}
.content-listitem > .date
{
    font-size:90%;
    position:absolute;
    top:10px;
    right:8px;
}
.content-listitem > p
{
    font-size:110%;
    margin-left:103px;
}
.content-listitem.no-image > p
{
    margin-left:0px;
}
.content-listitem &gt; p:last-child
{
    margin-bottom:0;
}
#contentv2-header > .headertext
{
    padding:1px;
    margin-left:150px;
}
#contentv2-header > .headertext > p
{
    font-size:1.1em;
}
#contentv2-gallery
{
    position:relative;
    padding:10px;
    text-align:center;
}
#contentv2-gallery > ul > li
{
    background:none;
    padding:0;
    position:absolute;
    top:155px;
}
#contentv2-gallery .prev { left:10px; }
#contentv2-gallery .next { right:10px; }
#contentv2-gallery > ul > li a
{
    background:none!important;
}
#contentv2-gallery > ul > li img
{
    padding:5px;
}
#contentv2-gallery .overlay { background:black; opacity:0.7; filter:alpha(opacity=70); height:289px; width:180px; position:absolute; top:30px; right:49px; }
#contentv2-gallery .galitem
{
    height:310px;
}
#contentv2-gallery .galitem > img
{
    width:463px;
    height:309px;
}
#contentv2-gallery .overlayheader
{
    font-size:1.8em;
    color:#c4e9ff;
    font-weight:bold;
    display:block;
    margin-bottom:10px;
}
#contentv2-gallery .galitem > div
{
    padding:15px 9px;
    height:259px;
    width:160px;
    position:absolute;
    top:30px;
    right:49px;
}
#contentv2-gallery .galitem ul
{
    margin: 5px 0 10px 0;
}
#contentv2-gallery .galitem li
{
    text-align:left;
    color:white;
    position:relative;
    top:auto;
    padding-left:15px;
}
#contentv2-gallery .galitem > div > p
{
    text-align:left;
    color:white;
    font-size:1.2em;
}
#contentv2-gallery .galitem > div > p a
{
    color:#FFD504;
    font-weight:bold;
}
#contentv2-gallery .galitem > div > p a:active,
#contentv2-gallery .galitem > div > p a:hover,
#contentv2-gallery .galitem > div > p a:focus
{
    background:#FFD504;
    color:#555657;
}
/* Special Pop Up */
.PopupBody
{
    background: #c00f00 url(/images/special-popup/bg.png) top left no-repeat;
}
.PopupBody .Top
{
    width: 923px;
    height: 279px;
    /*background: blue;*/
}
.PopupBody .Btm
{
    width: 923px;
    height: 293px;
}
.PopupBody .Btm .Left
{
    width: 452px;
    height: 289px;
    padding-left: 17px;
    /*background: red;*/
}
.PopupBody .Btm .Right
{
    width: 367px;
    height: 289px;
    float: right;
    margin-right: 15px;
    margin-top: -289px;
    /*background: yellow;*/
}
.PopupBody .Btm .Right ul
{
    margin: 0;
    padding: 0;
}
.PopupBody .Btm .Right ul li
{
    margin: 0 0 9px 0;
    padding: 0;
    background: none !important;
}
.PopupBody .Btm .Right ul li a.btn1
{
    display: block;
    height: 101px;
    width: 366px;
    background: url(/images/special-popup/btn1.png) top left no-repeat;
}
.PopupBody .Btm .Right ul li a.btn1:hover
{
    background: url(/images/special-popup/btn1_hover.png) top left no-repeat;
}
.PopupBody .Btm .Right ul li a.btn2
{
    display: block;
    height: 65px;
    width: 366px;
    background: url(/images/special-popup/btn2.png) top left no-repeat;
}
.PopupBody .Btm .Right ul li a.btn2:hover
{
    background: url(/images/special-popup/btn2_hover.png) top left no-repeat;
}
.PopupBody .Btm .Right ul li a.btn3
{
    display: block;
    height: 101px;
    width: 366px;
    background: url(/images/special-popup/btn3.png) top left no-repeat;
}
.PopupBody .Btm .Right ul li a.btn3:hover
{
    background: url(/images/special-popup/btn3_hover.png) top left no-repeat;
}
/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/
/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }
/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }
/* Icons
----------------------------------*/
/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial,sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=6px&bgColorHeader=cc0000&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=15&borderColorHeader=e3a1a1&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=eeeeee&fcContent=333333&iconColorContent=cc0000&bgColorDefault=eeeeee&bgTextureDefault=04_highlight_hard.png&bgImgOpacityDefault=100&borderColorDefault=d8dcdf&fcDefault=004276&iconColorDefault=cc0000&bgColorHover=f6f6f6&bgTextureHover=04_highlight_hard.png&bgImgOpacityHover=100&borderColorHover=cdd5da&fcHover=111111&iconColorHover=cc0000&bgColorActive=ffffff&bgTextureActive=01_flat.png&bgImgOpacityActive=65&borderColorActive=eeeeee&fcActive=cc0000&iconColorActive=cc0000&bgColorHighlight=fbf8ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcd3a1&fcHighlight=444444&iconColorHighlight=004276&bgColorError=f3d8d8&bgTextureError=08_diagonals_thick.png&bgImgOpacityError=75&borderColorError=cc0000&fcError=2e2e2e&iconColorError=cc0000&bgColorOverlay=a6a6a6&bgTextureOverlay=09_dots_small.png&bgImgOpacityOverlay=65&opacityOverlay=40&bgColorShadow=333333&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=10&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
*/
/* Component containers
----------------------------------*/
.ui-widget { font-family: Arial,sans-serif; font-size: 1.1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Arial,sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #eeeeee; background: #ffffff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #333333; }
.ui-widget-content a { color: #333333; }
.ui-widget-header { border: 1px solid #e3a1a1; background: #cc0000 url(images/ui-bg_highlight-soft_15_cc0000_1x100.png) 50% 50% repeat-x; color: #ffffff; font-weight: bold; }
.ui-widget-header a { color: #ffffff; }
/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #d8dcdf; background: #eeeeee url(images/ui-bg_highlight-hard_100_eeeeee_1x100.png) 50% 50% repeat-x; font-weight: bold; color: #004276; outline: none; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #004276; text-decoration: none; outline: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid #cdd5da; background: #f6f6f6 url(images/ui-bg_highlight-hard_100_f6f6f6_1x100.png) 50% 50% repeat-x; font-weight: bold; color: #111111; outline: none; }
.ui-state-hover a, .ui-state-hover a:hover { color: #111111; text-decoration: none; outline: none; }
.ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid #eeeeee; background: #ffffff url(images/ui-bg_flat_65_ffffff_40x100.png) 50% 50% repeat-x; font-weight: bold; color: #cc0000; outline: none; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #cc0000; outline: none; text-decoration: none; }
/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight {border: 1px solid #fcd3a1; background: #fbf8ee url(images/ui-bg_glass_55_fbf8ee_1x400.png) 50% 50% repeat-x; color: #444444; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a { color: #444444; }
.ui-state-error, .ui-widget-content .ui-state-error {border: 1px solid #cc0000; background: #f3d8d8 url(images/ui-bg_diagonals-thick_75_f3d8d8_40x40.png) 50% 50% repeat; color: #2e2e2e; }
.ui-state-error a, .ui-widget-content .ui-state-error a { color: #2e2e2e; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text { color: #2e2e2e; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
/* Icons
----------------------------------*/
/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_cc0000_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(images/ui-icons_cc0000_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(images/ui-icons_ffffff_256x240.png); }
.ui-state-default .ui-icon { background-image: url(images/ui-icons_cc0000_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_cc0000_256x240.png); }
.ui-state-active .ui-icon {background-image: url(images/ui-icons_cc0000_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(images/ui-icons_004276_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_cc0000_256x240.png); }
/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }
/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 6px; -webkit-border-top-left-radius: 6px; }
.ui-corner-tr { -moz-border-radius-topright: 6px; -webkit-border-top-right-radius: 6px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px; }
.ui-corner-br { -moz-border-radius-bottomright: 6px; -webkit-border-bottom-right-radius: 6px; }
.ui-corner-top { -moz-border-radius-topleft: 6px; -webkit-border-top-left-radius: 6px; -moz-border-radius-topright: 6px; -webkit-border-top-right-radius: 6px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px; -moz-border-radius-bottomright: 6px; -webkit-border-bottom-right-radius: 6px; }
.ui-corner-right {  -moz-border-radius-topright: 6px; -webkit-border-top-right-radius: 6px; -moz-border-radius-bottomright: 6px; -webkit-border-bottom-right-radius: 6px; }
.ui-corner-left { -moz-border-radius-topleft: 6px; -webkit-border-top-left-radius: 6px; -moz-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px; }
.ui-corner-all { -moz-border-radius: 6px; -webkit-border-radius: 6px; }
/* Overlays */
.ui-widget-overlay { background: #a6a6a6 url(images/ui-bg_dots-small_65_a6a6a6_2x2.png) 50% 50% repeat; opacity: .40;filter:Alpha(Opacity=40); }
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #333333 url(images/ui-bg_flat_0_333333_40x100.png) 50% 50% repeat-x; opacity: .10;filter:Alpha(Opacity=10); -moz-border-radius: 8px; -webkit-border-radius: 8px; }/* Accordion
----------------------------------*/
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; }
.ui-accordion .ui-accordion-content-active { display: block; }/* Datepicker
----------------------------------*/
.ui-datepicker { width: 17em; padding: .2em .2em 0; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { float:left; font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker .ui-datepicker-title select.ui-datepicker-year { float: right; }
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }
/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; }
/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}/* Dialog
----------------------------------*/
.ui-dialog { position: relative; padding: .2em; width: 300px; }
.ui-dialog .ui-dialog-titlebar { padding: .5em .3em .3em 1em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 0 .2em; } 
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane button { float: right; margin: .5em .4em .5em 0; cursor: pointer; padding: .2em .6em .3em .6em; line-height: 1.4em; width:auto; overflow:visible; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
/* Progressbar
----------------------------------*/
.ui-progressbar { height:2em; text-align: left; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }/* Resizable
----------------------------------*/
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0px; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0px; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0px; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0px; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/* Slider
----------------------------------*/
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; }
.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }
.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }/* Tabs
----------------------------------*/
.ui-tabs { padding: .2em; zoom: 1; }
.ui-tabs .ui-tabs-nav { list-style: none; position: relative; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { position: relative; float: left; border-bottom-width: 0 !important; margin: 0 .2em -1px 0; padding: 0; }
.ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; padding: .5em 1em; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { padding-bottom: 1px; border-bottom-width: 0; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { padding: 1em 1.4em; display: block; border-width: 0; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }