/* Globals */
html{
	background-color:#DBD7CB;
	width:100%;
	height:100%;
	padding:0;
	margin:0;	
}
body{
	font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 1.4em;	
	width:100%;
	padding:0;
	margin:0;
	padding-bottom:30px;
}
.page{
	background-color:#FFFFFF;
	width:80%;
	padding-left:2.5%;
	padding-right:2.5%;
	margin:20px auto;
	padding-top:20px;
	padding-bottom:20px;
	width:960px;	
}
a{
	color:#675541;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;	
}
.category{
	background-color:#fbfbfa;
}
.categoryProducts .name, .categoryProducts .price, .price, .name, .description{
	color:#001D39;
	font-family:Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-size:11px;
}
.description{
	font-weight:normal;
	font-style:italic;	
}
table{
	width:90%;
	text-align:center;
	border-collapse:collapse;	
	background-color:#fbfbfa;
	padding:10px;
	padding:5%;
	margin:0 auto;

}
table table{
	padding:0;	
}
table th, table td{
	border-collapse:collapse;
	border-spacing: 0;
	border:0;
	padding:10px;	
	font-family:Trebuchet MS,"Lucida Grande",Lucida,Verdana,sans-serif;
	color:#555555;
	text-align:left;
	padding-top:20px;
	padding-bottom:20px;
}
table table th, table table td{
	padding:0px;	
}
table th{
	background-color:#FBFBFA;
	font-family:Helvetica, Arial, sans-serif;
	font-weight:bold;
	color:#BB9B5D;
	font-size:12px;
	border-bottom:1px solid #BB9B5D;
}
table tr{
	border-bottom: 1px solid #bc9c5e;
}
table table tr{
	border:none;	
}
.back{
	float:right;	
}
/* Login Page */
input[type="text"], input[type="password"], textarea{
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;  	
}
input[type="text"], input[type="password"], textarea{
	font-family:Trebuchet MS,"Lucida Grande",Lucida,Verdana,sans-serif;
	background: none repeat scroll 0 0 #FBFBFB;
    border: 1px solid #E5E5E5;
    box-shadow: 1px 1px 2px rgba(200, 200, 200, 0.2) inset;
    color: #555555;
    font-size: 14px;
    font-weight: 200;
    line-height: 1;
    margin-right: 6px;
    margin-top: 2px;
    outline: 0 none;
    padding: 3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius: 3px;
	text-align:center;
}
#login-form{
width:264px;
margin:0 auto;
margin-top:154px;
	
}
#login-form img{
	margin-bottom:80px;
}
img{
	width:100%;	
}
label{
	color:#675541;
	font-size: 14px;
	cursor:pointer;	
	vertical-align: middle;
}
input[type="submit"], .button{
	background-image:url('images/button.png');
    border:  2px solid #e4e1d9;
	height: 30px;
    line-height: 28px;
    padding: 0 12px 2px;
    color: #FFFFFF;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
	float:right;
	height:26px;
	-moz-box-shadow: 0 0 2px 2px #aca29b;
	-webkit-box-shadow: 0 0 2px 2px #aca29b;
	box-shadow: 0 0 2px 2px #aca29b;
}
.button{
	color:#fff !important;
}
.button:hover{
	text-decoration:none;
}
.remember_me{
	font-size: 12px;
    line-height: 19px;	
}
.errors{
	background-color:#FFF;
	color:#F00;
	padding:5px;
	-moz-border-radius: 3px;
  	-webkit-border-radius: 3px;
    border-radius: 3px;
	margin-bottom:16px;
	text-align:center;
}
#toolbar{
	padding:10px;
	background-color:#054D6E;
	color:#FFF;
}
#toolbar a{
	color:#FFF;	
	text-decoration:none;
}
#toolbar a:hover{
	text-decoration:underline;
}
.leftAlign{
	text-align:left;
	float:left;	
}
.rightAlign{
	text-align:right;	
}
.field-error{
	background-color:#FF6E6E !important;	
}
.clearBoth{
	clear:both;	
}
.group:after {
	content: '';
	display: table;
	clear: both;
}

/* DateTimePicker Style */
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { float: left; clear:left; padding: 0 0 0 5px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 40%; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; padding: 0 5px 0 0; }
.ui-timepicker-rtl dl dt{ float: right; clear: right; }
.ui-timepicker-rtl dl dd { margin: 0 40% 10px 10px; }

/* Event Single Styles */
.event_single form, .event_category_single form, .page_form form, .product-attribute{
	width:500px;
	margin:0 auto;	
}
.product-attribute form{
	width:auto;
	margin:0;
}
.attribute_value{
	padding-bottom:10px;	
}
.value-label{
	float:left;	
}
.attribute-form{
	padding-bottom:50px;	
}
.event_single input[type="text"]{
	display:block;	
}
.product-attribute h2{
	font-size:20px;	
}
.an-attribute{
	padding-bottom:20px;	
}
.attribute_value h3{
	float:left;	
}
/* Shop Front */
.total{
	font-weight:bold;
	font-size:14px;	
}
.product{
	width:21%;
	float:left;	
	padding:1%;
	margin:1%;
	font-size:12px;
	color:#7D7D7D;
	font-family:'Droid Sans',serif;
	outline:1px solid #CCCCCC;
}
.product .price{
	font-weight:bold;	
}
h1{
	color: #29516C;
    font-family: Droid Sans;
    font-size: 18px;
    font-weight: normal;
	text-transform:uppercase;
	letter-spacing:1px;
}
h2{
	font-size:14px; 
	font-family:'Droid Sans',serif;
	color: #29516C;
	font-weight: normal;
}
#shopProducts{
	background-color:#FBFBFA;
	width:80%;
	padding-left:2.5%;
	padding-right:2.5%;
	margin:20px auto;
	padding-top:20px;
	padding-bottom:20px;
	width:960px;	
}

.product input[type="submit"]{
	background-image:url('button.png');
}
.breadcrumb{
	float:right;	
}
.message, .error{
	font-family:Trebuchet MS,"Lucida Grande",Lucida,Verdana,sans-serif;
	color:#555555;
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#9F9;
	font-size:14px;
}
.error{
	background-color:#dd0815;
	color:#FFF;
	-moz-box-shadow: inset 0px -8px 8px #91050d;
	-webkit-box-shadow: inset 0px -8px 8px #91050d;
	box-shadow: inset 0px -8px 8px #91050d;
}
.category{
	background-color:#fbfbfa;
	border:2px solid #c7c0ba;	
}
#header{
	background-color:#001e3a;
	width:100%;
	padding-top:50px;
	padding-bottom:50px;
}
#header h1{
	color:#FFF;	
	font-family:Helvetica, Arial, sans-serif;
	font-weight:bold;
}
#header h2{
	color:#4dafe0;
	font-style:italic;	
}
.container{
	max-width:1200px;
	width:100%;
	margin:0 auto;
}
.product_holder .ui-widget-header{
	background:none;
	background:#DBD7CB;
	border:none;
	padding:0;	
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
}
.product_holder.ui-tabs .ui-tabs-nav, .ui-tabs{
	padding:0;	
}
.product_holder .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
	background:none;
	border:none;
}
.product_holder .ui-widget-header .ui-state-active, .form_holder{
	border:4px solid #C7C0BA;
	background:none;
	background-color:#FBFBFA;
}
.product_holder.ui-tabs .ui-tabs-panel, .basket_holder, .checkout_form, .page_holder{
	background-color:#fbfbfa;
	border:4px solid #c7c0ba;
	-moz-box-shadow: 0 0 3px 3px #9E9387;
	-webkit-box-shadow: 0 0 3px 3px #9E9387;
	box-shadow: 0 0 3px 3px #9E9387;	
}
.page_holder{
	margin-top:20px
}	
.product_holder.ui-tabs .ui-tabs-nav li.ui-tabs-active{
	margin-bottom:-4px;	
}
.product_holder.ui-widget-content{
	border:none;
}
.product_holder.ui-tabs .ui-tabs-nav li.ui-tabs-active{
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-top-left: 0px;
	border-top-left-radius: 0px;
	-moz-box-shadow: 0 0 3px 3px #9E9387;
	-webkit-box-shadow: 0 0 3px 3px #9E9387;
	box-shadow: 0 0 3px 3px #9E9387;
	border-bottom:none;
}
.product_holder .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited{
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	color:#BB9B5D;
	font-weight:normal;
}
.product_holder .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited{
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	color:#001D39;
	font-weight:bold;
}
.categoryProducts input[type="text"].datepicker{
	width:100px;	
}
.meeting-form input.datepicker[type="text"]{
	width:60%;	
}
.categoryProducts input[type='text'], .basket_holder input[type='text']{
	width:30px;
	background-color:#4dafe0;
	color:#FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	border:none;
	-moz-box-shadow: inset 5px 5px 5px #4398c2;
	-webkit-box-shadow: inset 5px -px 5px #4398c2;
	box-shadow: inset 5px 5px 5px #4398c2;
}
.attribute-page table form{
	width:auto;	
}
.item-column{
	width:60%;	
}
.remove_bottom_shadow{
	height:10px; display:none;  position:absolute; bottom:-6px; width:100%; background-color:#FBFBFA; left:0;	
}
.product_holder .ui-state-active .remove_bottom_shadow{
	display:block;
	padding-left:10px;	
	padding-right:10px;	
	margin-left: -10px;
}
.product_holder ul.ui-tabs-nav li:first-child .remove_bottom_shadow{
	padding-right:0px;	
	margin-left: 0px;
}
.product_holder{
	margin-top:30px;
	margin-bottom:30px;	
}
td > * {
    vertical-align : middle;
}
.basket_header{
	background-color:#71bfe6;
	overflow:hidden;
	border-bottom:none;
}
.basket_icon{
	width:80px;
	float:left;	
}
.basket_icon img{
	display:block;	
}
.basket_text{
	float:left;
}
.basket_header h2{
	margin-left:20px;
	font-size:20px;
	margin-top:23px;
	margin-bottom:5px;
	font-family:Helvetica, Arial, sans-serif;
	color:#001e3a;
}
.number_items{
	color:#FFF;
	font-style:oblique;
	margin-left:20px;
	font-family:Helvetica, Arial, sans-serif;	
	font-size:12px;
}
.basket_total{
	text-align:right;	
}
#mobile_basket{
		display:none;	
}
.no_items{
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;	
}
.basket_holder{
	padding-bottom:20px;	
}
#mobile_basket .basket_item{
	width:90%;
	margin:0 auto;
}
.basket_item .option, .basket_holder .option, .option{
	font-size:10px;	
}
input[type="submit"].blue_button{
	background-image: url(images/blue_button.png);	
	border-color:#4dafe0;
}
.checkout_form{
	width:50%;
}
.form_holder{
	padding:2.5%;	
}
.checkout_form input[type="text"], .checkout_form input[type="password"], .checkout_form textarea, .page_form input[type="text"], .page_form input[type="password"],  .page_form input[type="number"]{
	width:60%;
	padding:0;
	margin:0;
	float:left;
}
.page_form input[type="number"]{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;	
}
.checkout_form input[type="text"], .page_form input[type="text"], .page_form input[type="password"], .page_form input[type="number"]{
	height: 27px;
	line-height:27px;
	background-color:#e8e8e7;
	border:none;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	-moz-box-shadow: inset 0px 5px 5px #c2c2c1;
	-webkit-box-shadow: inset 0px 5px 5px #c2c2c1;
	box-shadow: inset 0px 5px 5px #c2c2c1;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	text-align:left;
	padding-left:10px;

}
.page_form input[type="text"].datepicker{
	color:#000;	
}
.page_form select{
	width:60%;
	height:27px;	
}
.checkout_form label, .page_holder label, .page_form label{
	width:37.5%;
	padding-left:2.5%;
	float:left;	
	background-color:#4dafe0;
	padding-top:5px;
	padding-bottom:5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	color:#fff;
	-moz-box-shadow: inset 5px 5px 5px #4092bb;
	-webkit-box-shadow: inset 5px 5px 5px #4092bb;
	box-shadow: inset 5px 5px 5px #4092bb;
	font-size:12px;
	font-family:Helvetica, Arial, sans-serif;
	text-align:left;
	
}
.field_info{
	background-color:#e8e8e7;
	color:#555555;
	line-height:26px;
	text-align:center;
	border:none;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	-moz-box-shadow: inset 0px 5px 5px #c2c2c1;
	-webkit-box-shadow: inset 0px 5px 5px #c2c2c1;
	box-shadow: inset 0px 5px 5px #c2c2c1;
}
::-webkit-input-placeholder, ::-moz-placeholder, :-ms-input-placeholder, input:-moz-placeholder{ 	
	font-style: italic;
	color:#958e89;
	text-align:left;
}
::-webkit-input-placeholder { font-style: italic; }
::-moz-placeholder { font-style: italic; }
::-ms-input-placeholder { font-style: italic; }
.field{
	overflow:hidden;
	margin-bottom:20px;
	position:relative;
}
.checkout_form{
	float:left;	
}
.checkout_page #basket{
	width:35%;
	float:right;
	margin-top:30px;
	margin-bottom:20px;	
}
.breadcrumb{
	margin-top:10px;
	margin-bottom:10px;	
}
.button{
	margin:10px;
}
label.field_error{
	background-color:#d10d1a;
	-moz-box-shadow: inset 5px 5px 5px #a4131d;
	-webkit-box-shadow: inset 5px 5px 5px #a4131d;
	box-shadow: inset 5px 5px 5px #a4131d;
}
.product_holder ul.ui-tabs-nav li .remove_bottom_shadow .border_left_fix{
	height:4px;
	width:14px;
	background-color:#C7C0BA;
	position:absolute;
	left:-4px;
	top:0;
}
.product_holder ul.ui-tabs-nav li:first-child .remove_bottom_shadow .border_left_fix{
	height:10px;
	width:4px;
	background-color:#C7C0BA;
	position:absolute;
	left:-4px;
	top:0;
}
.border_right_fix{
	height:4px;
	width:10px;
	background-color:#C7C0BA;
	position:absolute;
	right:0;
	top:0;
}
.ui-accordion .ui-state-default, .ui-accordion .ui-widget-content .ui-state-default, .ui-accordion .ui-widget-header .ui-state-default{
	background:none;
	background-color:#C7C0BA;
	color: #FFF;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: normal;
}
.ui-accordion .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active{
	background:none;
	background-color:#FBFBFA;
	color: #001D39;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: bold;
}
.ui-accordion .ui-accordion-content{
	border: 4px solid #C7C0BA;
	border-top:none;	
}
.accordion_slide{
	background-color:#FBFBFA;	
}
.ui-accordion .ui-accordion-header{
	border: 4px solid #C7C0BA;
}
.mobile_product_holder{
	margin-bottom:30px;	
	margin-top:30px;	
}
.mobile_product_holder{
	display:none;	
}
.leftAlign a{
	margin-right:10px;
	margin-left:10px;
}
#footerbar{
	left: 0;
	position:absolute; bottom:0; width:90%; padding-left:5%; padding-right:5%; height:70px; padding-top:30px; background-color:#001E3A;
}
#footerbar a{
	color:#FFF;	
	margin-right:20px;
	white-space: nowrap;
}
body{
	position:relative;	
	min-height:100%;
}
#footerPadding{
	height:100px;	
}
#header img{
	position:absolute; width:120px; right:0px; top:-30px;	
}
#header .container{
	position:relative;	
}
.event_product_single textarea, .product_add textarea{
	width:100%;
	height:450px;	
}
.page_form label.fullLabel{
	width:97.5%;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius: 5px;
}
#lightbox_overlay{
	position:fixed;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background:rgba(0,0,0,0.5);
	z-index:500;	
}
#lightbox_content{
	position:fixed;
	width:900px;
	z-index:600;
	background-color:#FFF;
	top:50%;
	left:50%;
	margin-left:-450px;
	margin-top:-350px;
	cursor:pointer;
}
#lightbox_content  img{
	display:block;	
}
#lightbox_content p{
	 color: #001D39;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 13px;	
}
#lightbox_content a{
	color: #001D39;
	text-decoration:underline;	
	font-weight:bold;
}
#lightbox_footer{
	position:absolute;
	width:100%;
	bottom:0;
	text-align:center;	
}
#lightbox_footer p{
	font-weight:bold;	
}
#right_lightbox_close{
	position:absolute;
	right:20px;
	top:20px;
	z-index:650;
}
#right_lightbox_close a{
	color:#FFF;
	font-size:20px;
	text-decoration:none;
	cursor:pointer;
}
.close_lightbox{
	cursor:pointer;	
}
form{
	margin-bottom:20px;
}
.categoryProducts form{
	margin-bottom:0px;	
}
.attribute-cell{
	text-align:center;	
}
.submit-cell{
	text-align:right;	
}
.submit-cell {
	vertical-align:bottom;	
}
.submit-cell input[type="submit"], .submit-cell .button{
	float:none;	
}
.product_holder #ui-datepicker-div .ui-state-default, #ui-datepicker-div.ui-widget-content .ui-state-default, #ui-datepicker-div .ui-widget-header .ui-state-default{
	background:url("redmond/images/ui-bg_glass_85_dfeffc_1x400.png") repeat-x scroll 50% 50% #DFEFFC
}
.page_form input[disabled='disabled'], textarea[disabled='disabled']{
	background-color:#999;	
}
#terms h2{
	color: #222222;
	font-size:16px;
	font-weight:bold;
	margin-bottom:25px;
	margin-top:25px;
}
#terms h3{
	color: #222222;
	font-size:14px;
	font-weight:bold;
}
#terms a{
	color:#29516C;	
}
#demo img{
	width:auto;
	max-width:100%;	
	margin:0 auto;
	display:block;
}
#demo p{
	color:#001D39;
	font-size:14px;	
}
#demo h2{
	color:#4CAEDF;
	font-size:16px;	
	margin-bottom:30px;
}
#demo p.step_links{
	text-align:center;
	color:#DAD6CA;
	font-size:18px;	
}
.step_links a{
	color:#948D88;	
}
#rooms form{
	width:auto;
}
#rooms form input[type='number']{
	width:50px;
}
#rooms form textarea{
	height:100px;	
}
#rooms td{
	vertical-align:top;	
}
.meeting-details-form label{
	background-color:transparent;
	width:auto;
	float:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;	
	padding:0;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	color:#222222;
}
.meeting-details-form h2{
	font-size:22px;	
}
.meeting-details-form h2 a{
	font-size:12px;	
}
.meeting-details-form form{
	width:auto;	
}
.meeting-details-form input[type='submit']{
	margin-top:15px;	
}
#alternative_dates{
	padding-top:60px;	
}
@media (max-width:1200px){
	.container{
		max-width:960px;	
	}
	.item-column{
		width:40%;	
	}
	.ui-tabs .ui-tabs-nav li a{
		font-size:12px;	
	}
}
@media (max-width:960px){
	.container{
		max-width:500px;	
	}
	.item-column{
		width:20%;	
	}
	.checkout_page #basket{
		width:100%;
		float:none;	
	}
	.checkout_form{
		width:100%;
		float:none;	
	}
	.mobile_product_holder{
		display:block;	
	}
	.shop_front .product_holder{
		display:none;	
	}
	#lightbox_content{
		margin-top:-280px;
		margin-left:-360px;
		width:720px;
	}
	.mobile_product_holder input[type="submit"], .mobile_product_holder .button{
		float:none;
		margin-top:20px;
	}
	.categoryProducts form{
		text-align:center;	
	}
}
@media (max-width:720px){
	html, body{
		min-width:320px;
	}
	.container{
		width:90%;
		margin-left:5%;
		margin-right:5%;
		min-width:288px;
	}
	.item-column{
		width:auto;	
	}
	.categoryProducts input[type="text"], .basket_holder input[type="text"]{
		width:90px;
		margin-bottom:20px;
		padding:35px;
			
	}
	.categoryProducts form, #normal_basket form{
		text-align:center;	
	}
	.categoryProducts input[type="submit"], .categoryProducts .button{
		float:none;	
	}
	#normal_basket input[type="submit"]{
		float:none;	
	}
	#lightbox_content {
   	 margin-left: -250px;
   	 margin-top: -197px;
     width: 500px;
	}

}
@media (max-width:500px){
	#mobile_basket .basket_item{	
		text-align:center;
		border-bottom: 1px solid #BC9C5E;
		padding-top:20px;
		padding-bottom:20px;
		
	}
	form{
		text-align:center;
	}
	.price{
		font-size:12px;	
	}
	.name{
		font-size:14px;
		margin-bottom:20px;
	}
	.categoryProducts input[type="text"], .basket_holder input[type="text"]{
		width:50px;
		height:50px;
		margin-right:0;
		font-size:14px;	
		padding:15px;
	}
	input[type="submit"]{
		float:none;
		margin-top:20px;
		margin-bottom:20px;	
		font-size:14px;
	}
	.cart_total{
		text-align:center;
		margin-top:20px;
		font-size:14px;	
	}
	.cart_total .price{
		font-size:14px;	
	}
	#normal_basket{
		display:none;	
	}
	#mobile_basket{
		display:block;	
	}
	#lightbox_overlay{
		position:relative;
		width:100%;	
		margin-top:20px;
	}
	#lightbox_content{
		position:relative;	
		margin-left:0;
		margin-top:0;
		left:0;
		top:0;
		width:100%;
		padding:0;
		height:auto;
	}
	#lightbox_content p{
		padding-left:10px;
		padding-right:10px;
	}
	#lightbox_footer{
		position:relative;
		padding-bottom:20px;
	}
	#header .container{
		text-align:center;	
	}
	#header img{
		position:relative;
		top:0;
	}
	.checkout_form textarea, .page_form input[type="text"]{
		height:200px;	 
	}
	#footerbar{
		height:180px;	
	}
	#footerPadding{
		height:210px;	
	}
	#footerbar a{
		white-space:normal;
		margin-top:10px;
		display:block;	
	}
	#toolbar a {
		display: block;
		padding: 10px;
		text-align: center;
	}
	#toolbar .leftAlign, #toolbar .rightAlign{
		margin-top:20px;
		background-color:#4398C2;
		margin-top:10px;
		float:none;
	}
	#toolbar .rightAlign a{
		display:inline;
	}
	#toolbar .rightAlign{
		padding:20px;
	}
	table th, table td{
		padding-left:4px;
		padding-right:4px;	
	}
}

.welcome-meetings-simplified {
	text-align: center;
}

.all-packages-include {
	border-bottom: 1px solid #bc9c5e;
	margin-bottom: 2em;
}

.all-packages-include ul {
	margin: 2em 0;
}

@media (min-width: 961px) {
	
	.meeting-intro {
		width: 80%;
		margin: 3em auto;
	}
	
	.meeting-intro-image,
	.meeting-intro-text {
		float: left;
	}

	.meeting-intro-image {
		width: 40%;
	}
	
	.meeting-intro-text {
		width: 57%;
		margin-left: 3%;
	}
	
}