body {
	background: #fff;
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#959595;
	font-weight:bold;
	padding:0px;
}

#body {
	border-left: 20px solid #e31936;
	padding-left: 20px;
	min-height:100%;
	position:absolute;
	left:0px;
	top:0px;
}

#tab {
	width:43px;
	height:173px;
	position: absolute;
	position:fixed;
	right:0px;
	top:40%;
	cursor: pointer;
}

.right {
	float:right;
}

.left {
	float:left;
}

.spacer {
	clear:both;
	float:none;
	height:1px;
	overflow:hidden;
}

#head {
	padding-top: 20px;
}

#logo {
	width:171px;
	height:226px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../img/logo.jpg);
	margin-bottom: 40px;

}

#no-banner {
	height:240px;

}

#banner, #s1 {
	width:560px;
	height:390px;
	position: relative;
}

#s1 * {
	position:absolute;
	bottom: 0px;
}

#tinymce, #content {
padding-top: 10px;
	line-height: 1.5em;
	width:559px;
	min-height:175px;
}

#tinymce p, #content p {
	margin-bottom: 15px;
}

#left {
	width:200px;
	float:left;
	
}

#right {
	margin-left: 220px;
}

#navbar {
	padding-left:20px;
}

#navbar ul {

}

#navbar ul li {

}

#navbar ul ul {
	display:none;
	padding-left:10px;
}

#navbar ul li.active > ul {
	display: block;
}

#navbar ul li a {
	text-decoration: none;
	text-transform: uppercase;
	color:#c7c7c7;
	font-size: 1.2em;
	line-height: 1.1em;
}

#navbar ul li.active > a, #navbar ul li a:hover {
	color:#716656;
}

a {
	text-decoration:none;
}



#navbar ul ul {
	padding-top:5px;
	padding-bottom: 10px;
}

#navbar ul ul ul {

}

#navbar ul ul li {
	font-size:0.9em;
	
	
}

#navbar ul ul li a {
	display:block;
	padding:5px 0px;
	border-bottom:1px dashed #c7c7c7
}

#navbar > ul > li > ul > li:first-child a {
	border-top:1px dashed #c7c7c7
}


#navbar ul ul ul li a {

}


a.read-more {
	font-size: 0.9em;
	padding-bottom: 20px;
	text-decoration: none;
	background: url(../img/read-more.gif) bottom center no-repeat;
}

a.read-more:hover {
	color:#000 !important;
}

h1 {
color:#464647;
font-size: 1.5em;
padding-bottom: 10px;

}

h2 {
color:#464647;
font-size: 1.5em;
padding-bottom: 10px;
margin-top: 10px;
}

h3 {
color:#464647;
font-size: 1.2em;
padding-bottom: 10px;
margin-top: 10px;
}

#main {
	min-height: 270px;
}

#right-column {
	position:absolute;
	right:-160px;
	width:220px;
}

#basket {
	padding:10px;
	position: relative;
	background: #f1f1f2;
	margin-bottom: 40px;
}

#special-offers {
	padding:7px;
	border:3px solid #dcddde;
	
}

#main-column {
	width:480px;
}

#content ul {
	padding-left: 15px;
}

#content ul li {
	list-style: disc outside;
}

#footer {
	padding-top: 50px;
	vertical-align: middle;
}
#footer img {
	vertical-align: middle;
	margin-right: 30px;
}
#footer ul {
	display: inline;
}
#footer ul.navbar li {
	display:inline;
	margin-right: 3px;
	padding-right: 5px;
	border-right: 1px solid #959595;
}

#footer ul.navbar li a {
	text-decoration: none;
	color:#959595;
}

#foot-links {
	padding-top: 50px;
}

.foot-box {
	float:left;
	width:200px;
	padding:20px;
}

.foot-box .title {
	color:#111;	
	padding-bottom: 15px;
}

.foot-box a {
	color:#959595;
	text-decoration: none;
	line-height: 1.5em;
}

.foot-box a:hover {
	text-decoration: underline;
}

a, a.read-more, #footer ul.navbar li a.active, #footer ul.navbar li a:hover  {
	color:#e31936;
}


.slider {
	padding:10px;
	border:5px solid #959595;
	margin-bottom: 20px;
	position: relative;
}

.slider .button {
	height:35px;
	width:35px;
	overflow: hidden;
	text-indent: 999px;
	background: url(../img/popup-button.png);
	position: absolute;
	bottom: -17px;
	right: -17px;
}

.event-summary {
	padding: 10px 0px;
	background: url(../img/blue-down-arrow.png) no-repeat 10px 10px;
	padding-left: 35px;
	position: relative;
	border-bottom:1px solid #eaebec;
}

.event-summary:first-child {
	border-top:1px solid #eaebec;
}

.event-summary .price span {
	color:#20c4f4;
}

.event-summary h2 {
	padding-top: 0px;
	margin-top: 0px;
	color:#636363;
	font-size: 1em;
}

.disabled {
	opacity: .3;
	filter: alpha(opacity=30);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}

.disabled span.ti {
	visibility: hidden;
	
}

.event-summary .stage {
	vertical-align: middle;
	margin-bottom: 5px;
	display: block;
	font-size: 1.2em;
}

.event-summary .price {
	position:absolute;
	top:10px;
	right:10px;
}

.event-summary .stage span.ti {
	width:75px;
	display: block;
	float: left;
	color:#636363;	
}

.event-summary .stage.success span.ti {
	overflow: none;
	text-indent:-999px;
	background: url(../img/success-tick.jpg) no-repeat center top;
}

.event-summary .stage span.selected {
	color:#20c4f4 !important;
}

.event-summary .stage img {
	vertical-align: middle;
}

.date_finder {
	position: relative;
}

.stage .selected {
	display:none;
	padding-left:10px;
}

.stage2 .selected {
	padding-left:6px;
}

.stage.success .selected {
	display:inline;
}

label {
	display: block;
	margin-bottom:3px;
	color:#231f20;
}

input, textarea {
	border:1px solid #d7d8da;
	margin-bottom:0px;
	width:260px;
	height:20px;
	padding:3px;
}

textarea {
	height:147px;
}

.hfeed h1 {
	color:#e40e89;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.hfeed h2 {
	margin-top: 0px;
	padding-top: 0px;
	color:#dbdad9;
	font-size:1em;
	margin-bottom: 20px;
}

.entry.summary {
	margin-bottom: 20px;	
}

.entry.summary h2 {
	font-size:1.5em;
	margin-bottom: 0px;
	padding-bottom: 0px;
	text-decoration: underline;
}

.entry.summary h2 a {
	text-decoration: underline;
}

.entry.summary h3 {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 10px;
	color:#dbdad9;
}

#bakset {

}

#basket .item {
	clear:both;
	float:none;
	padding:10px 0px;
	border-bottom:1px solid #959595;
}

#basket .item h3 {
	color:#00aeef;
	padding-bottom: 5px;
}

#basket .item .info {
	padding:0px;
	margin:0px;
}

#basket .item .info span {
	display:block;
	float:left;
	width:100px;
	padding:0px;
	margin:0px;
}

#basket .total {
	padding-top:30px;
	padding-bottom: 20px;
}

#basket .total h3 {
	color:#00aeef;
	padding-bottom: 5px;
}

#basket .total span {
	font-size:2em;
}

#check-out {
	display:block;
	background:url(../img/check-out.png);
	height:33px;
	width:121px;
	overflow: hidden;
	text-indent: -999px;
}


#basket #check-out {
	position:absolute;
	bottom:-17px;
}

#checkout_stages ol {
	display:block;
	float:right;
}

#checkout_stages ol li {
	display: inline;
	padding:5px;
	margin-left:5px;
}

#checkout_stages ol li a {
color:#20C4F4
}

#checkout_stages ol li.active {
	background: #959595;
	color:#fff;

}

table.basket {
	width:100%;
	font-weight: bold;
}

table.basket td {
	padding:5px;
	color:#464647;
	font-weight: bold !important;
}

table.basket tr.subtotal td {
	border-bottom: 1px solid #959595;
}

table.basket td.a-right {
	text-align: right;
}

.edit-order {
	color:#636363;
	display: block;
	padding-left: 20px;
	background:url(../img/small-arrow-right.png) no-repeat left center;
}

#basket .edit-order {
	float:right;
}

table.edit-basket th:first-child {
	
}

table.edit-basket th:last-child {
	
}

table.edit-basket {
	width:100%;
}

table.edit-basket th {
	background-color: #eff0f0;
	color:#00aeef;
}

table.edit-basket th, table.edit-basket td {
	padding:15px 10px;
	font-weight: bold;
}

table.edit-basket tr.item td {
	color:#464647;
}

table.edit-basket tr.item td {
	border-bottom: 1px solid #eaebec;
}

table.edit-basket select {
	width:50px !important;
	height:auto;
	padding:5px;
}

table.edit-basket span {
	color:#00aeef;
	display:block;
	padding:5px 0px;
}

table.edit-basket span.total {
	color:#959595;
	font-size:2em;
	padding:0px 0px 15px 0px;
}