﻿html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-style:inherit;
	/*font-size:100%;*/
	vertical-align:baseline;
}
html {
	height:100%;
	margin-bottom: 0px;
}
body {
	text-align:right;
	/*height:100%;*/
	margin-bottom: 0px;
	font-family: Arial;
	direction:rtl;
	background-color:#d2d6d7;
	background-attachment:fixed;
	background-position:center top;
	font-family:alef;
}
iframe {

	overflow-x:hidden;
	position:relative;
}
.top_tools {
    text-align: center;
}
.top_tools {
    height: 40px;
    background-color: lightgray;

}
.top_tools
{
    text-align:center;
}

.top_tools ul
{
    list-style:none;
}

.top_tools ul li
{
    display:inline-block;
}

.top_tools ul li a
{
    color:#CD1C24;
    text-decoration:none;
    padding:10px 10px;
    display:inline-block;
    font-size:13px;
}
.feat_one{
    top:90px;left: 105px;color: #FFFFFF; font-size: 18px; height: 27px;
    padding: 7px 15px 0px 15px; position: absolute; text-decoration: none; text-shadow: 1px 1px #CD1C24; width: 110px;
}
.feat_two{
    color: #f5f5f5; background-color: #CD1C24; padding: 10px 10px 10px 10px; top: 136px; left: 121px; font-size: 16px; font-weight: bold;
    height: 22px; width: 73px;  position: absolute;  text-shadow: 1px 1px #CD1C24;  text-align: center;
}
.feat_three{
    width: 72px;  height: 60px;  color: #f5f5f5;  background-color: #CD1C24;  padding: 10px 10px 10px 10px;  top: 181px;  left: 122px;
    font-size: 51px;  position: absolute;  text-shadow: 1px 1px #CD1C24;  text-align: center;
}
.feat_four{
    top: 283px;  left: 73px;  color: #FFFFFF;  font-size: 21px;  height: 27px;  padding: 7px 15px 0px 0px;  position: absolute;  text-shadow: 1px 1px #CD1C24;
    width: 200px;  text-align: center;
}
.buytickets {
    text-align: left;
}
.buytickets a{
    background-color: #CD1C24;
    color: #FFFFFF !important;
    padding: 3px 5px 3px 5px;
    position: relative;
    top: 6px;
    left: 14px;
}
input.presentationSelect {
    /*border-top: 1px solid #40292c;*/
    width: 99%;
    height: 40px;
    background: #cd1c25;
    padding: 1px 1px 1px 1px;
    /*-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;*/
    /*-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;*/
    /*box-shadow: rgba(0,0,0,1) 0 1px 0;*/
    /*text-shadow: rgba(0,0,0,.4) 0 1px 0;*/
    color: #ffffff;
    font-size: 14px;
    vertical-align: text-top;
}
input.presentationSelect:hover {
    /*border-top-color: #40292c;*/
    background: #ffffff;
    color: #910e15;
}
input.presentationSelect:active {
    /*border-top-color: #ffffff;*/
    background: #ffffff;
    color:#910e15;
}
input.presentationSelect.soldOut{

background: #dddddd;
    color: black;
}


.clear {
	clear:both;
}

.siteHeader
{
	background-color:white;
	position:absolute;
	top:0;
	z-index:90;
	width:100%;
	box-shadow:0px 10px 20px rgba(0,0,0,0.2);
}

.container
{
	width:1200px;
	margin:0 auto;
}

.logo
{
	position:absolute;
	right:0px;
}

.module_menu
{
	width:100%
}

.header-actions
{
	position:absolute;
	left:0px;
	top:30px;
}

a.member_login
{
	display:inline-block;
	border-radius:3px;
	background-color:#CD1C24;
	padding:4px 10px;
	text-decoration:none;
	color:white;
	float:left;
	margin-left:20px;
	font-size:13px;
}

input.search
{
	color:white;
	background-color:#999;
	text-indent:5px;
	width:200px;
	line-height:25px;
	height:25px;
	border:none;
	float:right;
}

.mainPart
{
	padding-top:40px;
	padding-bottom:40px;
	background-color:white;
}

.showing
{
	float:right;
	width:50%;
	background-color:white;
	font-size:14px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	background-color:#eee;
	
}

.showing h2
{
	font-size:22px;
	margin-bottom:20px;
	font-weight:bold;
}

.showing .showing-filter
{
	background-color:#ccc;
}

.showing .showing-filter a
{
	display:inline-block;
	padding:20px 20px;
	color:black;
	text-decoration:none;
	font-size:18px;
	font-weight:bold;
	border-left:1px solid #999;
}

.showing .showing-filter a.selected
{
	background-color:#eee;
}

.showing ul
{
	padding:0px 20px 20px 20px;
}

.showing li
{
	list-style:none;
	padding:10px 0px;
	border-bottom:1px solid lightgray;
}

.banners
{
	float:left;
	width:50%;
	padding-right:20px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
    overflow: hidden;
}

.banners .banner1 img
{
	width:100%;
}

.banner1
{
	padding-bottom:20px;
}

.banner2
{
	float:right;
}

.banner3
{
	float:left;
}

.banner2 img, .banner3 img
{
	width:100%;
}

.news 
{
	text-align:center;
	padding-top:40px;
	padding-bottom:40px;
}

.news  h2
{
	font-size:22px;
	margin-bottom:20px;
	font-weight:bold;
}

.search .items .item,
.offers .items .item,
.news .items .item
{
	display:inline-block;
	width:270px;
	background-color:white;
	box-shadow:2px 2px 2px rgba(0,0,0,0.1);
	text-align:right;
	margin:10px;
}

.search .items .item {
    height:430px;
    overflow:hidden;
}

.search .items .item:hover {
    cursor: pointer;
    opacity: 0.5;
}



.search .items .item img,
.offers .items .item img,
.news .items .item img
{
	width:100%;
	height:205px;
}

.search .items .item p,
.offers .items .item p,
.news .items .item p
{
	font-size:13px;
	color:gray;
	padding:10px;
	height:50px;
	overflow:hidden;
}

.search .items .item p {
    height:auto!important;
}

.search .items .item h3,
.offers .items .item h3,
.news .items .item h3
{
	font-size:18px;
	color:black;
	padding:10px;
	height:40px;
	overflow:hidden;
	font-weight:bold;
}

.search .items .item h3 {
    height:50px;
}
.offers .items .item a.posMessageItemLink,
.news .items .item a,.posMessageItemLink 
{
	display:block;
	padding:10px;
	color:#CD1C24;
	text-decoration:none;
}

.news a.moreNews
{
	display:inline-block;
	padding-top:20px;
	color:gray;
	text-decoration:none;
}

a.tickets
{
	background-color:#CD1C24;
	text-decoration:none;
	display:inline-block;
	padding:5px 10px;
	color:white;
}

.showbiz
{
	direction:ltr;
}

.header-seperator
{
	height:97px;
}

.detailholder
{
	direction:rtl;
}

.showing .presentationTime
{
	display:block;
	font-size:48px;
	color:#CD1C24;

}

.showing .featureName
{

	font-size:26px;
	color:black;
	display:block;
	
}

.showing .featureVenue
{
	font-size:18px;
	color:gray;
	display:block;
	
}

.quotes
{
	padding-top:40px;
	padding-bottom:40px;
	background-color:white;
	background-image:url(../images/press.jpg);
	background-attachment:fixed;
	background-position:center;
	background-size:100% 100%;
	color:white;
	text-align:center;
}

.quotes h2
{
	font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
	
}

.quotes .title
{
	font-size:36px;
	font-weight:bold;
	text-shadow:5px 5px 0px rgba(0,0,0,0.3);
}

.quotes .text
{
	font-size:22px;
	opacity:0.6;
	font-weight:bold;
	padding-bottom:20px;
	height: 100px;
overflow: hidden;
}

.quotes .navigation a
{
	display:inline-block;
	width:10px;
	height:10px;
	color:white;
	border-radius:100%;
	margin:0 5px;
	background-color:white;
	opacity:0.4;
	cursor: pointer;
}

.quotes .navigation a.selected
{
	opacity:1;
}

.quotes a.morenews
{
	color:white;
	text-decoration:none;
	display:block;
	margin-top:30px;
}

.video
{
	padding-top:40px;
	padding-bottom:40px;
	background-color:#444;
	text-align:center;
}

.video h2
{
	font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
	color:lightgray;
}

iframe.youtube-player,
.video .video-frame
{
	width:650px;
	height:350px;
	margin:0 auto;
	display:block;
}

.video .navigation
{
	padding:30px 0px;
}

.video .navigation img
{
	height:80px;
	width:110px;
}

.video .navigation a
{
	display:inline-block;
	margin:0 5px;
	border:3px solid black;
}

.video .moreNews
{
	color:white;
	text-decoration:none;
}

.newsletter
{
	padding-top:50px;
	padding-bottom:50px;
	background-color:white;
	text-align:center;
}

.newsletter input
{
	padding:10px;
	font-size:18px;
	border:1px solid lightgray;
	border-radius:3px;
	text-align:right;
	width:200px;
	margin:0 5px;
}

.newsletter h2
{
font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
}

.newsletter input.signup
{
	width:100px;
	background-color:#CD1C24;
	color:white;
	text-align:center;
	cursor:pointer;
	font-family:alef;
	border:1px solid #CD1C24;
	padding:7px 10px;
}

.newsletter .moreNews
{
	color:#1a53a0;
	text-decoration:none;
	display:block;
	padding-top:30px;
}

.partners
{
	padding-top:40px;
	padding-bottom:40px;
	background-color:white;
	text-align:center;
}

.partners h2
{
	font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
}

.footer
{
	padding-top:40px;
	padding-bottom:40px;
	border-top:1px solid lightgray;
}

.footer .column
{
	float:right;
	width:16.6%;
}

.footer .column h3
{
	font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
}

.footer .column ul li
{
	list-style:none;
}

.footer .column ul li a
{
	display:block;
	text-decoration:none;
	color:black;
	padding-bottom:4px;
}

.disclaimer
{
	background-color:white;
	padding:40px 0px;
	border-top:1px solid lightgray;
	text-align:center;
}

.header-container
{
	height:97px;
	position:relative;
}

.module_mobile_top_menu
{
	display:none;
}

.trailers
{
	padding-bottom:30px;
}

.articleMain
{
	width:700px;
	background-color:white;
	padding:20px;
	float:right;
	box-shadow: -1px 1px 4px #aaaaaa;
	overflow:hidden;
}

.articleMain h1
{
	font-size:36px;
	margin-bottom:15px;
}

.articleSide
{
	width:430px;
	float:left;
}

.article
{
	padding-top:50px;
	padding-bottom:50px;
}

.shadow
{	box-shadow: -1px 1px 4px #aaaaaa;
}

.breadcrumbs
{
	background-color:#eee;
	padding:20px;
	border-bottom:1px solid #aaa;
}

.fullWidth
{
	background-color:white;
	padding:10px;
	box-shadow: -1px 1px 4px #aaaaaa;
	overflow:hidden;
}

.fullWidth h1
{
	font-size:36px;
	margin-bottom:15px;
}

.showTimes ul
{
	padding:10px;
}

.showTimes ul li
{
	list-style:none;
	border-bottom:1px solid lightgray;
	background-color:#f9f9f9;
	margin-bottom:7px;
	padding:10px;
}

.featureMain
{
	width:700px;
	background-color:white;
	padding:20px;
	float:left;
	box-shadow: -1px 1px 4px #aaaaaa;
}

.offers .items .item h3
{
	padding-top:10px;
	padding-right:10px;
}


.featureSide
{
	width:430px;
	background-color:white;
	float:right;
	box-shadow: -1px 1px 4px #aaaaaa;
}

.featureMain h1
{
	font-size:36px;
	margin-bottom:15px;
}

.featureMain div.role
{
	padding-bottom:10px;
	border-bottom:1px solid lightgray;
	padding-top:10px;
}

.featureMain div.role span.header
{
	display:inline-block;
	padding-left:10px;
	color:gray;
}

.featureMain div.role span.detail a
{
	color:black;
	text-decoration:none;
}

.synopsis h2
{
	text-align: right;
    font-size:22px;
    color:#000000;
    font-weight:bold;
	margin-bottom:10px;
	margin-top:20px;
}

.fullWdith
{
	width:100%;
	background-color:white;
	box-shadow: -1px 1px 4px #aaaaaa;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

.gallery .mediasContainer
{
	margin-top:20px;
	margin-left:-20px;
}

.gallery .mediasContainer li
{
	display:inline-block;
	list-style:none;
	padding-left:8px;
}

div.cta_buttons a
{
	display:inline-block;
	color:white;
	background-color: #cd1c24;
    border-radius: 3px;
	padding:10px 30px;
	text-decoration:none;
}

div.reviews li
{
	list-style:none;
	background-color:#f9f9f9;
	padding:10px;
	border-bottom:1px solid lightgray;
	margin-bottom:7px;
	color:gray;
}

.showbiz-container
{
	padding:0 !important;
}



.htmlContent .contentPage table h3 {
    background: none repeat scroll 0 0 #ce1028;
    border: 0 none;
    color: #ffffff;
    font-size: 16px;
    line-height: 16px;
    padding: 5px;
}

.contentPage table tr td {
    border-bottom: 1px solid #e0e0e0;
    font-size: 14px;
    padding: 5px 10px 5px 5px;
	background-color:#f9f9f9;
}

.contentPage table h3
{
	background: none repeat scroll 0 0 #ce1028;
    border: 0 none;
    color: #ffffff;
    font-size: 16px;
    line-height: 16px;
    padding: 5px;
}

.articleSide.oneplustwo img.two {
	position: relative;
width: 48%;
float: left;
}


.articleSide.oneplustwo img.three {
	position: relative;
width: 48%;
float: right;
}

.roles
{
	padding:20px;
}

.roles div p
{
	padding:10px;
	background-color:#eee;
	border-bottom:1px solid lightgray;
}

.roles div ul li 
{
	list-style:none;
	padding:10px;
	background-color:#f9f9f9;
	border-bottom:2px solid white;
	cursor:pointer;
}

.roles h2 
{
	padding-bottom:15px;
}



div.login
{
	float:left;
	margin-left:10px;
}

a
{
	color:#cd1c24;
	text-decoration:none;
}

.articleSide div.form
{
	padding:20px;
	background-color:#fff;
}

.articleSide div.form h2
{
	margin-bottom:10px;
}

.articleSide div.form label
{
	display:block;
	margin-bottom:2px;
}

.articleSide div.form input
{
	height:40px;
	background-color:#f9f9f9;
	border:1px solid lightgray;
	line-height:40px;
	width:100%;
	text-indent:5px;
	margin-bottom:10px;
}

.articleSide div.form input[type="submit"]
{
	background-color:#cd1c24;
	border-radius:3px;
	cursor:pointer;
	border:none;
	font-size:18px;
	border-radius:3px;
	color:white;
}

.contact_side
{
	padding:10px;
}


.contact_side .section
{
	margin-bottom:20px;
}

.contact_side .section h2
{
	background-color:#f9f9f9;
	padding:10px;
	font-size:22px; 
}



.articleMain div.contactForm
{
}

.articleMain div.contactForm h2
{
	margin-bottom:10px;
}

.articleMain div.contactForm label
{
	display:block;
	margin-bottom:2px;
}

.articleMain div.contactForm input
{
	height:40px;
	background-color:#f9f9f9;
	border:1px solid lightgray;
	line-height:40px;
	width:50%;
	text-indent:5px;
	margin-bottom:10px;
}

.articleMain div.contactForm select
{
    height:40px;
    background-color:#f9f9f9;
    border:1px solid lightgray;
    line-height:40px;
    width:50%;
    text-indent:5px;
    margin-bottom:10px;
}

.articleMain div.contactForm textarea
{
	height:100px;
	background-color:#f9f9f9;
	border:1px solid lightgray;
	padding:5px;
	box-sizing:border-box;
	width:100%;
	margin-bottom:10px;
}

.articleMain div.contactForm input[type="submit"]
{
	background-color:#cd1c24;
	border-radius:3px;
	cursor:pointer;
	border:none;
	font-size:18px;
	border-radius:3px;
	color:white;
	width:100px;
}

.news .items h3, .offers .items h3 
{
	overflow:hidden;
	height:26px;
	padding-right:10px; 
}

.medias img {
	width:100%;
	overflow: hidden;
}

.mediaText
{
	padding:10px;
	color:gray;
	font-size:13px;
	background-color:#f9f9f9;
	display:block;
	margin-bottom:20px;
}

.memberPerfs
{
	background-color:#f9f9f9;
	border:1px solid lightgray;
	overflow:hidden;
	border-radius:3px;
}

.memberPerfs .items
{
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
}

.memberPerfs .items .item
{
	display:inline-block;
	width:120px;
	margin:7px;
	height:200px;
	overflow: hidden;
}

.memberPerfs .items .item img
{
	 background-color: #f9f9f9;
    border: 1px solid gray;
    height: 160px;
    margin-top: 10px;
    width: 100%;
}
.memberPerfs .items .item a {
text-decoration: none;
color: #000;
}


.membershipPrivateArea  .membershipActions
{
	padding:10px 0px;
}

.membershipPrivateArea  .membershipActions a
{
	display:inline-block;
	color:white;
	font-size:18px;
	padding:5px 10px;
	border-radius:3px;
	margin-left:10px;
	background-color:#D80019;
	text-decoration:none;
	margin-bottom:5px;
}

.membershipPrivateArea .filters
{
	background-color:#ddd;
}
.membershipPrivateArea .filters a
{
	display:inline-block;
	padding:10px 20px;
	text-decoration:none;
	color:gray;
}

.membershipPrivateArea .filters a.current
{
	background-color:#f9f9f9;
}

.contact_side
{
	background-color:white;
}

table.prize{	background-color:#F8F7F9;	width:100%;	font-weight:18px;	text-align:center;}
table.prize tr td{	padding:5px;	border-bottom:3px solid white;}

table.prize tr:nth-child(odd) td    { background-color:#F8F7F9; }
table.prize tr:nth-child(even) td    { background-color:#ffffff; }

table.prize tr.header td{	background-color:#cd1c24 !important;	font-weight:bold;	font-size:18px;	color:white;}

.tools
{
	padding:45px 0 8px 0;
	background-color:#333;
}

.languageSwitcher
{
	float:left;
	padding-top:8px;
	padding-left:10px;
}

.languageSwitcher img
{
	margin-right:5px;
}

.socialLinks
{
	float:left;
	padding-left:20px;
	padding-top:8px;
}

.siteSearch
{
	float:right;
	padding-top:5px;
	padding-right:10px;
}

.fontSize
{
	float:left;
	padding-top:10px;
	padding-left:20px;
}

.fontSize a
{
	display:inline-block;
	line-height:20px;
	height:20px;
	margin-right:5px;
}

.siteSearch .cta
{
	background-color:#666;
	color:white;
	border:none;
	height:25px;
	line-height:20px;
	cursor:pointer;
	float:left;
}

.membersMessage
{
	background-color:#f9f9f9;
	border:1px solid lightgray;
	padding:10px;
}

#example10
{
	direction:ltr;
}

.search .header {
    color:#444;
    font-size:28px;
    font-weight: bold;
    padding:10px;

}

.fb-comments, .fb-comments iframe[style] {width: 100% !important;}

ul.mobileSub li
{
	list-style:none;
}

ul.mobileSub li a
{
	text-align:center;
	display:block;
	padding:15px 0;
	background-color:#cd1c24;
	color:white;
	text-decoration:none;
	border-radius:5px;
	margin-bottom:10px;
}

.featuresTalentsTable  input
{
	padding:10px;
	border:1px solid lightgray;
	background-image:url(../images/searchIcon.png);
	background-repeat:no-repeat;
	background-position:center left 5px;
}

.articleSide iframe.youtube-player
{
	width:100% !important;
	height:250px;
	margin-bottom:20px;
}

.socialLinks a
{
	display:inline-block;
	height:20px;
	background-repeat:no-repeat;
	background-position:top;
}

.socialLinks a:hover
{
	background-position:bottom;
}

.socialLinks a.facebook
{
	background-image:url(../images/facebook-top.png);
	width:20px;
}

.socialLinks a.twitter
{
	background-image:url(../images/twitter-top.png);
	width:25px;
}
.socialLinks a.youtube
{
	background-image:url(../images/youtube-top.png);
	width:43px;
}

.showbiz-navigation
{
	padding-top:20px;
}
.history table {
width:100%;
}
.history tbody {
font-size:12px;
}
.history thead {
font-size:12px;
font-weight:bold;
}

.history td.amount,
.history td.memamount {
	display:none;
}

.languageSwitcher a{
    text-decoration: underline !important;
	color:#cccccc;
}

h1.butTicketsHeader{
    background-image: url("/xmedia-cameri/css/images/arrow_back3.jpg");
    color: white;
    font-size: 14pt;
    height: 29px;
    padding-left: 12px;
    padding-right: 57px;
    padding-top: 20px;
    line-height: 9px;
    background-position: 433px;

}

 .banner1 .quickPurchasePerformingArts .sbHolder:first-of-type{
    background-image: url("/xmedia-cameri/css/images/Botton01On.png");

}

.banner1 .quickPurchasePerformingArts .sbHolder{
    background-image: url("/xmedia-cameri/css/images/botton02On.png");
    background-repeat: no-repeat;
    float: right;
    height: 109px;
    width: 143px;
    position: relative;
    margin-right: -6px;

}

.banner1 .quickPurchasePerformingArts .sbHolder a.sbSelector{
    color: #000 ;
    font-family: "Alef";
    font-size: 26px;
    width: 59px;
    line-height: 22px;
    display: block;
    position: relative;
    top:11px;
    right: 37px;
    height: 87px;

}

 .banner1 .quickPurchasePerformingArts .sbHolder.sbHolderDisabled a.sbSelector{
    color: #a9a9a9;
    font-family: "Alef";
    font-size: 26px;

}

.banner1 .quickPurchasePerformingArts .sbHolder.sbHolderDisabled{
    background-image: url("/xmedia-cameri/css/images/botton02Off.png");
}

 .banner1 .quickPurchasePerformingArts .sbHolder.sbHolderDisabled:last-of-type{
    background-image: url("/xmedia-cameri/css/images/botton04Off.png");

}

.banner1 .quickPurchasePerformingArts .sbHolder:last-of-type{
    background-image: url("/xmedia-cameri/css/images/botton04On.png");
    width:128px;

}

.quickPurchasePerformingArts input.scheduleDropBox_submit.disabled{
    background-image: url("/xmedia-cameri/css/images/submitButtOff.png");
    color: #a9a9a9;
    font-family: "Alef";
    height: 43px;
    width:100px;
    line-height: 20px;
}

.quickPurchasePerformingArts input.scheduleDropBox_submit:not(.disabled){
    background-image: url("/xmedia-cameri/css/images/submitButtOn.png");
    height: 43px;
    width:100px;
    color: white;
    font-family: "Alef";
    cursor: pointer;
    line-height: 20px;
}
.banner1 .quickPurchasePerformingArts input.scheduleDropBox_submit{
    color: #fff;
    font-family: "Alef";
    font-size: 30px;
    font-weight: bold;
}

.banner1 .quickPurchasePerformingArts input.scheduleDropBox_reset{
    display: none;

}

 .banner1 .quickPurchasePerformingArts{
    width: 100%;
    margin-right: 28px;
    margin-top: 19px;

}

.banner1 h1{
color: #CD1C24;
font-family: "Alef";
font-size: 44px;
text-align: center;
font-weight: 100;
background-color: #ccc;
height: 60px;
}

.banner1{
    background-color: #F2F2F2;
    margin-bottom: 17px;
}


.banner1 .quickPurchasePerformingArts select.containsValue + .sbHolder a.sbSelector {
    font-size: 19px;
    overflow: hidden;
    right: 11px;
    width: 110px;
    top:4px;
    line-height: 14px;
}

.banner1 .quickPurchasePerformingArts .sbHolder .jspContainer{
    background-color: #E3E3E3;
}

.banner1 .quickPurchasePerformingArts .sbHolder  .jspContainer .jspPane li:nth-child(2n) {
    background-color: #DBDBDB;

}

 .banner1 .quickPurchasePerformingArts .sbHolder  .jspContainer .jspPane li a{
    color: black;
    /*font-size: 16px;*/
}

 .banner1 .quickPurchasePerformingArts .sbHolder  .jspContainer .jspPane li {
padding-right: 7px;
    /*line-height: 30px;*/
    /*padding:7px;*/

}

.banner1 .quickPurchasePerformingArts .sbHolder ul.sbOptions{
    margin-top: 10px;
    
}

/*.banners .banner1 .quickPurchasePerformingArts .sbHolder  .jspContainer{*/
    /*margin-top: 12px;*/
/*}*/
.jspVerticalBar
{
    right: 0px;
}


.quickBuy {
    background-color: #EDEBEB;
    padding-top: 20px;
    padding-bottom: 30px;
    margin-bottom: 20px;
    text-align: center;
    vertical-align: middle;
}

.innerBuy{
    display: inline-block;

}
 body.theatre_page div#ui-datepicker-div.ui-datepicker{
     background-color: #DFDFDF;

}

 .quickPurchasePerformingArts select{
     width: 140px;
     float: right;
     margin-left: 10px;
     height:36px;

}

 .quickPurchasePerformingArts select.scheduleDropBox_feature{
     width: 250px;
 }

.quickPurchasePerformingArts .scheduleDropBox_submit{
     background-color: #cd1c24;
     border: 1px solid #cd1c24;
     color: white;
     cursor: pointer;
     font-family: alef;
     padding: 7px 10px;
     text-align: center;
     width: 100px;
    border-radius:3px;
    /*margin-top:10px;*/
 }


.quickPurchasePerformingArts .scheduleDropBox_reset{
    display: none;
}

.quickPurchasePerformingArts .scheduleDropBox_submit.disabled{
    background-color: #cccccc;
    border: none;

}
.quickBuy  h1{
    font-size: 24px;

}

 .quickBuy .innerBuy .scheduleDropBox_venue{
     display: none;
}

.quickBuy  .sbOptions a {

    padding: 7px 17px 7px 9px;
}

.soldOut {
	/*text-decoration: line-through;*/
}
