/*Main style#######################################################################################*/

#container{
	max-width:1100px;
	max-width:1100px;
	margin:0 auto;
	padding:0 8px;
	}
#contentHolder{
	min-height:300px;
	}
#pageContent{margin:18px 0;}
header{
	padding:15px 0;
	/*border-bottom:1px solid #fff;*/
	}
/*header a#logo{
	display:block;
	background:url(../../img/logo.gif)  no-repeat;
	height:75px;
	width:311px;
	text-indent:-10000px;
	float:left;
	}*/
nav{
	float:right;
	margin-top:28px
	}
nav ul li{
	float:left; 
	text-transform:uppercase;
	font-weight:bold;
	padding:0 15px; 
	font-size:14px;font-size:1.4rem;
}
nav ul li a{color:#b6bbbd;}
nav ul li a:hover, nav ul li.active a{text-decoration:none;color:#3f322a;}
footer{
		padding:15px 0;
		font-size:12px;font-size:1.2rem;
		border-top:1px solid #3f322a;
		}
	a.poweredBy{
		background:url(../../img/occ_footer_light.png) 0 0 no-repeat;/*toggle light and dark*/
		/*background:url(/images/template/occ_footer_light.png); toggle light and dark*/
		width:182px;
		display:block;
		height:25px;
		text-indent:-100000px;
	}
a, a.presaleTxt{color:#9e2e2e;}
a:hover{text-decoration:none;color:#850101;}


/*event table page*/
#eventList{}
.tourRow{clear:both;border-bottom:1px dotted #3F322A;}
#rowHeader{
		background:#620000;
		color:#fff;
		width:100%;
		margin:0 0 12px 0;
		text-transform: uppercase;
		font-weight: bold;
		}
		#rowHeader span{border-left:1px solid #fff;display:block;float:left;padding:1%;}
		#rowHeader span.noBorder{border:0;}
		.eventDate,.eventVenue,.eventDetails, .eventVip,.eventNote,.eventRsvp{
			display:block;float:left;padding:1%;
			}
.eventDate{width:10%;}
.eventVenue{width:25%;}

/*.eventVip{width:10%;}
if no VIP then give eventNote 22% width*/
.eventNote{width:15%;display:block;float:left;padding:1%;}
.eventDetails{width:15%;text-align:center;}
.eventVip{width:20%;text-align:center;}
.eventRsvp{width:10%;display:block;float:right; padding:1%;}

span.dateLine1{display:block; font-size:18px;font-size:1.8rem;line-height:1.0;position:relative;top:-2px;}
span.dateLine2{display:block;font-size:12px;font-size:1.2rem;}
/*==buttons=======================================================================================================*/

.internalBtn{
	background-color: #620000;
    background-image: linear-gradient(to bottom, #620000, #851313);
    background-repeat: repeat-x;
    transition: background-color 0.15s ease-in-out 0s;
	}
.internalBtn:hover{background-color:#fc0280;}

.vipButton{
	background-color: #620000;
    background-image: linear-gradient(to bottom, #620000, #851313);
    background-repeat: repeat-x;
    transition: background-color 0.15s ease-in-out 0s;
	}
}
.vipButton:hover{
	background: #3385ea; /* Old browsers */
}

 .rsvp_True{
	display:block;
	background:#E1E4EC url(../../img/rsvp.png) center center no-repeat;
	width:80px;
	height:32px;
	padding: 0px 10px;
	margin:0 auto;
	-webkit-border-radius: 4px;
 	-moz-border-radius: 4px;
  	 border-radius: 4px;
	  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-image: none;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 2px rgba(0, 0, 0, 0.15);
	}
.rsvp_True:hover{
	background:#E1E4EC url(../../img/rsvp.png) center center no-repeat;
	}
#placeOrderButton{
	width:160px;
    margin: 0 20px 0 0px;
	float:left;
  }
#cancelNowButton{
	width:auto;
    margin: 0 20px 0 0px;
  	float:left;
	background: #ddd;
	color:#333;
	}
#cancelNowButton:hover{
		background:#E6E6E6;
		color:#333;
	}	
.helpForm{margin:18px 0 18px 156px;}


/*event item page*/
img.eventPic{
	display:block;
	padding:5px;
	border:1px solid #ccc;
	width:100%;
	}
#tourIntro .fb-like {margin: 4px 0 12px; background:none repeat scroll 0 0 #e9e9e9; width:300px; border-radius: 5px}
#tourIntro .fb-like span,#tourIntro .fb-like iframe {color:#fff;}
#eventDescription{margin:0 0 18px 0;}
#eventDetail{
	background: none repeat scroll 0 0 #e9e9e9;
    clear: both;
    margin:0 0 18px 0;
    padding: 10px;
	border: 1px solid #eee;
   border: 1px solid rgba(0, 0, 0, 0.05);
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
   -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
   box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
   color:#000;
	}	
h3 > p{clear:both;}
	p.showInfo{clear:both;}
	p.showAvail{
		background: none repeat scroll 0 0 #0C7EBF;
  	 	color: #FFFFFF;
   	 	font-size: 14px;font-size:1.4rem;
  		font-style: italic;
		line-height: 2em;
   	    margin: 8px 0;
   	 	padding: 0 6px;
		}
	#ticketDetails{
		border: 0 none;
		border-left: 1px dotted #333333;
  		margin: 0;
   		text-align: left;
   		color:#000;
   	
	}
	#ticketDetails p {
		color:#000;
	}
	#ticketQuantityPlaceholder{margin:9px 0 0 0;}
	p.price{font-size:120%;}
	a#purchaseButton{
		width:150px;
  	    margin: 6px 0 ;
   	}
	span#reservingButton {
		background: url("../../img/loading.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
   		color: #858585;
    		padding-left: 20px;
		width: 150px;
		font-size:16px;
		margin: 0 25px;
		position: relative;
		top: 4px;
	}
	.fb-like{margin:12px 0 0 0;}

/*error view #####################################################################*/
 #errorView{
	 background: none repeat scroll 0 0 #e9e9e9;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    clear: both;
    margin: 0 0 18px;
    padding: 10px;
 }

 #orderComments textarea,div.viewComments{width:640px;}
.optional{
	display:inline-block;
	font-style:italic;
	padding:0 8px;
	}
#contactUsThanks{margin:24px 0;font-size:120%;font-weight:bold;}

label.securityCode span{font-size:90%;font-style:italic;}

.control-group.warning > label,.control-group.warning .help-block,.control-group.warning .help-inline {
  	color: #c09853;
}
.control-group.warning input,.control-group.warning select,.control-group.warning textarea {
  color: #c09853;
  border-color: #c09853;
}
.control-group.warning input:focus,.control-group.warning select:focus,.control-group.warning textarea:focus {
  border-color: #a47e3c;

}
.control-group.warning .input-prepend .add-on,.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}
.control-group.error > label,.control-group.error .help-block,.control-group.error .help-inline {
  color: #9e2e2e;
}

.control-group.error input,.control-group.error select,.control-group.error textarea {
  color: #b94a48;
  border-color: #b94a48;
}
.control-group.error input:focus,.control-group.error select:focus,.control-group.error textarea:focus {
  border-color: #953b39;
}
.control-group.error .input-prepend .add-on,.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}
.control-group.success > label,.control-group.success .help-block,.control-group.success .help-inline {
  color: #9e2e2e;
}
.control-group.success input,.control-group.success select,.control-group.success textarea {
  color: #468847;
  border-color: #468847;
}
.control-group.success input:focus,.control-group.success select:focus,.control-group.success textarea:focus {
  border-color: #356635;
}
.control-group.success .input-prepend .add-on,.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}
input:focus,textarea:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
}
input:focus:required:invalid,textarea:focus:required:invalid,select:focus:required:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
input:focus:required:invalid:focus,textarea:focus:required:invalid:focus,select:focus:required:invalid:focus {
  border-color: #e9322d;
}	
.help-block, .help-inline {
    color: #c00;
	padding:5px 7px;
	font-size:90%;
}	


.form-actions {
  padding: 9px 20px 18px;
  margin-top: 18px;
  margin-bottom: 18px;
  *zoom: 1;
  border:0;
  padding-left:166px
}

/*order page ######################################################################*/	
#purchaseItems{
	padding:0px 12px 18px; 
	margin:12px 0 0 0;
	background:#e9e9e9; overflow:hidden;
	border: 1px solid #eee;
	  border: 1px solid rgba(0, 0, 0, 0.05);
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
   -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
   color:#000;
	}
	#purchaseItems p {color:#000;}
	#purchaseItems h3{padding:0;}
	#purchaseItems hr{
		clear:both;
		margin:6px 0;
		border:0;
		border-bottom:1px dotted #272727;
		}
	 .purchaseItemsDetails{
		 margin:0 0 6px 0;
		  }
	 .purchaseItemsDetails label{
		width: auto;
		font-weight:bold;
		margin:0;
		float:left;
		padding:3px 0;
		text-align:left;
		}
	.purchaseItemsDetails label.heading{float:none;}
	.purchaseItemsDetails .purchaseBreakdown li{
			float:left;
			width:auto;
			margin:4px 0 0 25px;
		}
	
	 span.lineItems{
		 padding: 3px;
		 display:block;
		 width:auto;
		 float:right;
		 text-align: right;
		 margin:0 0px 0 8px;
		 }
	.totPrice{
		font-size:120%;font-weight:bold;margin:15px 0 0 0;padding:4px 0;
		border-top:1px solid #3F322A;
		border-bottom:1px solid #3F322A;
	}
	.totPrice label{
		text-transform:uppercase;
		padding: 5px 0;
		display:block;
		float:right;
		width:auto;
		margin:0;
		text-align: right;
		 }
	.totPrice .lineItems{
		
		background:#fff;
		}
#purchaseEntry{padding:20px;}
span.cards img{float:right;}

.billingAddressPanel h3{float:left;}
/* modal=======================*/
.hide {
    display: none;
}
.modal-open .dropdown-menu {
  z-index: 2050;
}
.modal-open .dropdown.open {
  *z-index: 2050;
}
.modal-open .popover {
  z-index: 2060;
}
.modal-open .tooltip {
  z-index: 2070;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1050;
  overflow: auto;
  width: 560px;
  margin: -250px 0 0 -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */

  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.modal.fade {
  -webkit-transition: opacity .3s linear, top .3s ease-out;
  -moz-transition: opacity .3s linear, top .3s ease-out;
  -ms-transition: opacity .3s linear, top .3s ease-out;
  -o-transition: opacity .3s linear, top .3s ease-out;
  transition: opacity .3s linear, top .3s ease-out;
  top: -25%;
}
.modal.fade.in {
  top: 50%;
}
.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
.modal-header .close {
  margin-top: 2px;
}
.modal-body {
  max-height: 350px; 
  padding: 15px; 
  overflow-y: auto; 
  -webkit-overflow-scrolling: touch; 
  color:#000;
}
.modal-body p {color:#000;}

.modal-form {
  margin-bottom: 0;
}
.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  *zoom: 1;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.close {
    color: #000000;
    float: right;
    font-size: 20px;font-size:2rem;
    font-weight: bold;
    line-height: 18px;
    opacity: 0.2;
    text-shadow: 0 1px 0 #FFFFFF;
}
a.closeBut{
	-webkit-border-radius: 4px;
 	-moz-border-radius: 4px;
  	border-radius: 4px;
	background:#3f322a;
	color:#fff;
	height:20px;
	line-height: 20px;
	width:auto;
	border: none;
    cursor: pointer;
    display:block;
	font-weight:bold;
 	float:right;
    text-align: center;
    width: 50px;
    padding: 6px 10px;
	background: #4c4c4c; /* Old browsers */
background: -moz-linear-gradient(top,  #4c4c4c 0%, #111111 49%, #2b2b2b 76%, #131313 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c4c4c), color-stop(49%,#111111), color-stop(76%,#2b2b2b), color-stop(100%,#131313)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #4c4c4c 0%,#111111 49%,#2b2b2b 76%,#131313 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #4c4c4c 0%,#111111 49%,#2b2b2b 76%,#131313 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #4c4c4c 0%,#111111 49%,#2b2b2b 76%,#131313 100%); /* IE10+ */
background: linear-gradient(to bottom,  #4c4c4c 0%,#111111 49%,#2b2b2b 76%,#131313 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 ); /* IE6-9 */
}
	a.closeBut:hover{
		background: #131313; /* Old browsers */
background: -moz-linear-gradient(top,  #131313 0%, #595959 62%, #4c4c4c 98%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#131313), color-stop(62%,#595959), color-stop(98%,#4c4c4c)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #131313 0%,#595959 62%,#4c4c4c 98%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #131313 0%,#595959 62%,#4c4c4c 98%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #131313 0%,#595959 62%,#4c4c4c 98%); /* IE10+ */
background: linear-gradient(to bottom,  #131313 0%,#595959 62%,#4c4c4c 98%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#131313', endColorstr='#4c4c4c',GradientType=0 ); /* IE6-9 */
}

/*confirmation#####################################################*/
#orderNumber{background:#620000;padding:6px;font-size:120%;}
textarea#orderComments{width:650px;float:none;display:block;margin:0 0 18px 0;}
.confirmationShare{margin:0 0 18px 0;}
#confirmationLinks{
	margin:24px 0 0 0;
	}
#confirmationLinks a{
	font-size:16px;font-size:1.6rem;
	display:inline-block;
	margin:0 18px 12px 0;
	}


a#facebookShareButton, a#eventButton{
	background: none repeat scroll 0 0 #5F78AB !important;
    border: 1px solid #29447E;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    float: left;
    font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
    font-style: normal;
    font-weight: bold;
    height: 28px;
    letter-spacing: 0;
    line-height: 28px;
    margin: 0 5px 0 0;
    padding: 0 8px;
    text-align: center;
    width: auto;
	}
#twitterShareContainer{
	/*background: #C0DEED; 
	border: 1px solid #a4cce5;*/
    padding: 0px;
    float: left;
    width: 120px !important;
    overflow: hidden;
    margin: 0;
    padding: 3px;
	height:24px;
	}
#twitterShareIframe	{
	width: 100px !important;
	}
.description{
    padding:0 0px 20px 0;
}
.ticketInfoBar a{display:inline-block;  vertical-align:top; margin:0;}
a.deliveryTooltip{
    color: #000000;
    display: inline-block;
    height: 30px;
    overflow: hidden;
    text-align: left;
    text-decoration: none !important;
    width: 160px;
    padding: 0;
}
a.deliveryTooltip div, a.AccessibleTooltip div{
    clear: both;
    display: none;
    background: url(../../img/tooltipArrow.png) 126px 46px no-repeat;
    padding: 0 0 10px 0;
    width: 300px;
	color: #000;
    margin: -84px 0px 0 -8px;
    position: absolute;
}

	 a.AccessibleTooltip div{
	  background: url(../../img/tooltipArrow.png) 96px 46px no-repeat;
		margin: -77px 0 0 -95px;
		width: 220px;
	}
	a.deliveryTooltip div.delveryTipMail{
		 margin: -70px 0px 0 -28px;
	}	
	.ie8 a.deliveryTooltip div, .ie8 a.AccessibleTooltip div, .ie8 a.deliveryTooltip div.delveryTipMail{
		
		background:none;
		}
a.deliveryTooltip p , a.AccessibleTooltip p{
     font-size: 11px;font-size:1.1rem;
	 border-radius:4px;
	 background:#fff;
	 padding:8px;
	 -webkit-box-shadow: 0px 0px 2px 0px #666;
	 box-shadow: 0px 0px 2px 0px #666;
	 color:#000;
}
a.deliveryTooltip:hover div{
    display: block;
}

.ie8 a.venueInfo{width:120px;}


a.venueInfo img{display:inline-block; margin:0 5px;}
input.ccTextbox{
   width:auto;
   display:inline-block;
}
input.cvTextbox{
   width:auto;
   display:inline-block;
}
span.cvTextboxValidator{
   display:inline-block;
}
a.cvTooltip{
    color: #000000;
    display:inline;
	margin:6px 0px 0 6px;
 	overflow: hidden;
    text-align: left;
    text-decoration: none !important;
    padding: 0;	
}
#card_cvNumberValidationMessage{
	position:absolute;
	top:38px;
	}
a.cvTooltip div{
    clear: both;
    display: none;
    background-color: #ffffff;
    padding: 5px 10px;
     font-size: 11px;font-size:1.1rem;
    width: 440px;
    height: 300px;
    color: #000;
    margin: 0px 0px 0 0px;
    position: absolute;
	margin-top:-330px;
	 -webkit-box-shadow: 0px 0px 2px 0px #666;
	 box-shadow: 0px 0px 2px 0px #666;	
}
a.cvTooltip span.tooltipArrow {
  	background:url(../../img/tooltipArrow.png) 210px 0px no-repeat;
	height:20px;
	position:relative;
	top:7px;
	display:block;
}
a.cvTooltip p{
    font-size: 11px;font-size:1.1rem;
}
a.cvTooltip:hover div{
    display: block;
}
a.AccessibleTooltip{
    color: #000000;
    display: inline-block;
    margin-left: 5px;
    margin-top: 6px;
    overflow: hidden;
    padding: 0;
    text-align: left;
    text-decoration: none !important;
    width: 30px;
}
a.venueInfo{margin:5px 0px 0 12px;}
a.AccessibleTooltip div p span{
    color: #346D95;
}
a.AccessibleTooltip:hover div{
    display: block;
}

a.ShowInfoTooltip{
    color: #000000;
    display: block;
    float: left;
    height: 30px;
    margin-left: 25px;
    margin-top: 4px;
    overflow: hidden;
    padding: 0;
    text-align: left;
    text-decoration: none !important;
    width: 30px;
}
a.ShowInfoTooltip div{
    background: url("../../img/tooltip_sm.png") no-repeat scroll 0 0 transparent;
    clear: both;
    color: #000000;
    display: none;
     font-size: 11px;font-size:1.1rem;
    height: 67px;
    margin: -90px 0 0 -95px;
    padding: 5px 20px 5px 10px;
    position: absolute;
    width: 220px;
}
a.ShowInfoTooltip p{
    font-size: 11px;font-size:1.1rem;
}
a.ShowInfoTooltip div p span{
    color: #346D95;
}
a.ShowInfoTooltip:hover div{
    display: block;
}
a.confirmationLinkFirst{
    float: left;
}
a.confirmationLink{
    float: left;
    padding-left: 90px;
}
p.ticketBreakdown{
    padding: 0;
}
a.ticketBreakdown{
    text-decoration: none;
     font-size: 11px;font-size:1.1rem;
    display: inline;
    padding: 2px 4px;
    width: 100px;
    left: 1px;
    border-bottom: none;
    position: relative;
    z-index: 101;
    margin: 2px 0;
    display: block;
}
div#priceDetails{
    background: #d6d6d6;
    display: none;
    position: absolute;
    z-index: 100;
    width: 292px;
    border-top: none;
    margin-top: -22px;
     font-size: 11px;font-size:1.1rem;
}
a.ticketBreakdown:hover{
    border-bottom: none;
}
div#priceDetails ul{
    display: block;
    padding: 20px 0 8px 0;
    margin: 5px 0px 5px 30px;
    list-style: square;
}
div#priceDetails ul li{
    padding: 0;
    margin: 0;
   font-size: 11px;font-size:1.1rem;
    line-height: 14px;
}
#countdown {   
	font-weight:bold;
    font-size: 16px;font-size:1.6rem;
    text-align: center;
    margin: 0 0 5px 0;
   border-radius: 4px 4px 4px 4px;
   margin:0 20px 18px 20px;
   padding: 12px 35px 12px 14px;
 border:0;line-height:1.5;
   font-size:117%;
    background-color: #AD0404;
    border-color: #EED3D7;
    color: #fff;
}
#errorContent {   }
	#errorContent  ul{
	  font-weight:bold;
	 text-align: center;
	  margin: 6px 0 18px 0;
	  border-radius: 4px 4px 4px 4px;
	  margin-bottom: 18px;
	  padding: 12px 35px 12px 14px;
 	border:0;line-height:1.5;
   font-size:117%;
    background-color: #AD0404;
    border-color: #EED3D7;
    color: #fff;
	  list-style:none;
	}
#processing {
     font-size: 16px;font-size:1.6rem;
    text-align: center;
}
div.viewComments {
    background-color: #e9e9e9;
    font-weight: normal;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 16px;
	padding:9px;
    margin: 0 0 9px 0;
}
#saveCommentsThanks{font-weight:bold;}

/* jQuery Countdown styles 1.6.1. */
.hasCountdown {
	border: 1px solid #ccc;
	background-color: #eee;
}
.countdown_rtl {
	direction: rtl;
}
.countdown_holding span {
	color: #888;
}
.countdown_row {
	clear: both;
	width: 100%;
	padding: 0px 2px;
	text-align: center;
}
.countdown_show1 .countdown_section {
	width: 98%;
}
.countdown_show2 .countdown_section {
	width: 48%;
}
.countdown_show3 .countdown_section {
	width: 32.5%;
}
.countdown_show4 .countdown_section {
	width: 24.5%;
}
.countdown_show5 .countdown_section {
	width: 19.5%;
}
.countdown_show6 .countdown_section {
	width: 16.25%;
}
.countdown_show7 .countdown_section {
	width: 14%;
}
.countdown_section {
	display: block;
	float: left;
	font-size: 75%;
	text-align: center;
}
.countdown_amount {
	font-size: 200%;
}
.countdown_descr {
	display: block;
	width: 100%;
}
/*FORM FIXES===============================================*/
.control-group{}
.control-group label{float:left;}
.control-group input{float:left; margin-bottom:3px;}
.controls{display:inline-block; float:left; padding:6px 0 0 0;position:relative;}
.controls select.shortField{width:auto!important;}
#orderComments fieldset{border:0; margin:0 0 12px 0;padding:0;}
.controls.cvCard{height:40px;margin:0 0 22px;}

/*HELP FORM===================================*/
#helpForm{display:none;}
#helpQuestions{
	clear:both;
	background:#f1f1f1;
	position:relative;
	}
	#helpQuestions label{
		display:inline-block;
		padding:0px 15px;
		width:70px;
	}
	#helpQuestions a{
		width:82%;
		font-size:90%;
		display:inline-block;
		color:#444;
		padding:4px;
		-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; 
		}
	#helpQuestions a#introQ{
		border:1px solid #ddd;
		background:#fff;
		 padding: 4px 8px;
    	vertical-align: middle;
		line-height:2;
		}
		#helpQuestions a#introQ i {
    		line-height: 1;
			 position: relative;
   			 top: 2px;
			}
#helpDrop{
	background:#f1f1f1;
	border:1px solid #ddd;
	position:absolute;
	z-index:3;
	display:none;
	width:82%;
	padding:4px;
	left:85px;
	top:34px;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; 
	}
	#helpDrop a{width:100%;border-bottom:1px solid #fff;}
	#helpDrop a:hover{color:#111;background:#ececec;}

.hideForm, .helpClose{display:block;float:right;padding:4px;font-weight:bold;text-transform:uppercase;font-style:normal; padding:0 90px 0 0;}
.helpClose{padding:0;}
#helpAnswers{
	background:#f1f1f1;
	border-top:2px solid #fff;
	padding:0 0 6px 0;
	display:none;
	margin:12px 0 0 90px;
	width:82%;
	}
#helpAnswers > div{
	display:none;
	padding:2px 12px;
	font-size:90%;
	font-style:italic;
	margin:6px auto;
	background:#fff;
	-webkit-border-radius:4px;
	border-radius: 4px; 
	}
.contactForm{display:none;background:#f1f1f1;padding:0 0 6px 0; width:82%; margin:12px 0 0 90px;}	
.contactForm div.contactHolder{
	padding:2px 12px 12px;
	margin:0px auto;
	background:#fff;
	-webkit-border-radius:4px;
	border-radius: 4px; 
	}

.contactForm .inputs span{color:#c00;font-size:90%; padding:0 9px}
.contactForm .inputs span.opt{color:#444;}

.help-block, .help-inline{display:block;padding:0;}


/**** Addon Products *********/

.addonProductContainer{
	margin:15px 0;
	padding:5px 15px;
	background:#fff;
	}

.productaddon{
	margin:5px 0;
	clear:both;
	border-bottom: 1px solid #E9E9E9;
	padding-bottom:5px;
	}

.productaddon img{
	margin-right:10px;
	display:block;
	float:left;
	border:5px solid #fff;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.21);
-moz-box-shadow:    0px 1px 2px 0px rgba(50, 50, 50, 0.21);
box-shadow:         0px 1px 2px 0px rgba(50, 50, 50, 0.21);
	}

.productaddon input{
	display:block;
	float:left;
	}

.productaddon input[type="checkbox"]{
  margin: 4px 6px 0 0;
   
}
.addonInput{
	padding-top:5%;
		}

fieldset.termsField{position:relative; padding:0px 12px 24px;}
label#termsAndConditionsLabel{display:inline-block; width:70%}
span#termsAndConditionsValidationMessage{position:absolute;bottom:0px; padding:0px 22px;color:#f1d65f;}
fieldset.termsField input[type="checkbox"]{margin:0px 2px 0 0; position:relative;top:17px;vertical-align:top;}

