@charset "UTF-8";

a.button {
	display: table;
	min-width: 50px;
	height: 29px;
	background-repeat: repeat-x;
	text-decoration: none;
	padding: 0px 0px 0px 5px;
	margin: 0px 0px 0px 0px;
	border: 0px;
	border-spacing: 0px;
	cursor: pointer;
}

a.button span {
	display: block;
	height: 23px;
	background-image: url('/assets/img/interfaces/buttons/button-arrow.png');
	background-repeat: no-repeat;
	background-position: center right;
	padding: 3px 42px 3px 9px;
	margin: 0px 0px 0px 0px;
	line-height: 23px;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	text-decoration: none;
	color: #ffffff;
}

a.button.back {
	padding: 0px 5px 0px 0px;
}

a.button.back span {
	background-image: url('/assets/img/interfaces/buttons/button-arrow-back.png');
	background-position: center left;
	padding: 3px 9px 3px 42px;
}

a.button.small {
	height: 20px;
}

a.button.small span {
	height: 16px;
	line-height: 16px;
	padding: 2px 25px 2px 6px;
	margin: 0px 4px 0px 0px;
	background-image: url('/assets/img/interfaces/buttons/small-button-arrow.png');
	background-repeat: no-repeat;
	background-position: center right;
}

a.button.calendar, a.button.directory, a.button.map, a.button.video {
	padding: 1px 1px 1px 8px;
}

a.button.calendar span {
	background-image: url('/assets/img/interfaces/buttons/button-arrow.png'), url('/assets/img/interfaces/icons/white-calendar.png');
	background-repeat: no-repeat;
	background-position: center right, center left;	
	padding-left: 35px;
}

a.button.directory span {
	background-image: url('/assets/img/interfaces/buttons/button-arrow.png'), url('/assets/img/interfaces/icons/white-directory.png');
	background-repeat: no-repeat;
	background-position: center right, center left;	
	padding-left: 30px;	
}

a.button.map span {
	background-image: url('/assets/img/interfaces/buttons/button-arrow.png'), url('/assets/img/interfaces/icons/white-map.png');
	background-repeat: no-repeat;
	background-position: center right, center left;	
	padding-left: 30px;	
}

a.button.video span {
	background-image: url('/assets/img/interfaces/buttons/button-arrow.png'), url('/assets/img/interfaces/icons/white-video.png');
	background-repeat: no-repeat;
	background-position: center right, center left;	
	padding-left: 30px;	
}

a.button.pay-cash span {
	background-image: url('/assets/img/interfaces/buttons/button-arrow.png'), url('/assets/img/interfaces/icons/white-cash.png');
	background-repeat: no-repeat;
	background-position: center right, center left;	
	padding-left: 30px;	
}

a.button.pay-cheque span {
	background-image: url('/assets/img/interfaces/buttons/button-arrow.png'), url('/assets/img/interfaces/icons/white-cheque.png');
	background-repeat: no-repeat;
	background-position: center right, center left;	
	padding-left: 45px;	
}

a.button.pay-card span {
	background-image: url('/assets/img/interfaces/buttons/button-arrow.png'), url('/assets/img/interfaces/icons/white-creditcard.png');
	background-repeat: no-repeat;
	background-position: center right, center left;	
	padding-left: 40px;
}

a.button.pay-pal span {
	background-image: url('/assets/img/interfaces/buttons/button-arrow.png'), url('/assets/img/interfaces/icons/white-paypal.png');
	background-repeat: no-repeat;
	background-position: center right, center left;	
	padding-left: 40px;
}

a.button.adjacent {
	float: left;
	margin: 0px 10px 0px 0px;
}

a.button.lightgreen {
	background-image: url('/assets/img/interfaces/buttons/button-lightgreen-left.jpg');
}

a.button.lightgreen span {
	background-image: url('/assets/img/interfaces/buttons/button-arrow-grey.png');	
	color: #292929;
}

a.button.lightblue {
	background-image: url('/assets/img/interfaces/buttons/button-lightblue-left.jpg');
}

a.button.lightblue span {
	background-image: url('/assets/img/interfaces/buttons/button-arrow-grey.png');	
	color: #292929;
}

a.button.grey {
	background-image: url('/assets/img/interfaces/buttons/button-lightgrey-left.jpg');
}
a.button.darkgrey {
	background-image: url('/assets/img/interfaces/buttons/button-darkgrey-left.jpg');
}
a.button.blue {
	background-image: url('/assets/img/interfaces/buttons/button-blue-left.jpg');
}
a.button.green {
	background-image: url('/assets/img/interfaces/buttons/button-green-left.jpg');
}
a.button.red {
	background-image: url('/assets/img/interfaces/buttons/button-red-left.jpg');
}
a.button.orange {
	background-image: url('/assets/img/interfaces/buttons/button-orange-left.jpg');
}

a.button.inline {
	display: inline-block;
}

a.button.right-top-inline {
	display: inline-block;
	float: right;
	margin-top: -4px;
	margin-right: -40px;
}

/* Buy or Book Button */

a.buy-button {
	display: block;
	width: 162px;
	height: 34px;
	background: url('/assets/img/interfaces/buttons/button-buy.png');
	background-repeat: no-repeat;
	margin: 10px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
}
a.buy-button span {
	display: block;
	width: 108px;
	height: 19px;
	line-height: 19px;
	padding: 9px 11px 6px 44px;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
	text-transform: uppercase;
}

/* Text Links */

a.textlink1 {
	display: block;
	padding: 0px 0px 5px 25px;
	background-image: url('/assets/img/interfaces/icons/next.png');
	background-repeat: no-repeat;
	background-position: top left;
}

a.textlink1 span {
	line-height: 20px;
}

a.textlink2 {
	display: block;
	padding: 0px 0px 5px 25px;
	margin: 0px 0px 0px 30px;
	background-image: url('/assets/img/interfaces/icons/next.png');
	background-repeat: no-repeat;
	background-position: top left;
}

a.textlink2 span {
	line-height: 20px;
}

a.up-link {
	display: block;
	padding: 0px 0px 5px 25px;
	margin: 0px 0px 0px 30px;
	background-image: url('/assets/img/interfaces/icons/top.png');
	background-repeat: no-repeat;
	background-position: top left;
}

a.up-link span {
	line-height: 20px;
}

a.textlink10 {
	display: block;
	padding: 0px 0px 5px 25px;
	background-image: url('/assets/img/interfaces/icons/download.png');
	background-repeat: no-repeat;
	background-position: top left;
}

a.textlink10 span {
	line-height: 20px;
}

/* Bookings Wizard */

div.wizard-nav-left {
	display: inline;
	position: absolute;
	bottom: 8px;
	left: 8px;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

div.wizard-nav-right {
	display: inline;
	position: absolute;
	bottom: 8px;
	right: 8px;	
	text-align: right;
	margin: 0px;
	padding: 0px;
}
