/**
 * Stylesheet for Wellness-Hotel Post
 *
 * Screen/Projection Stylesheet
 *
 * @author		akanai web technologies
 * @link			http://www.post-tolderhof.com
 * @copyright	Copyright 2009, akanai web technologies
 */
 
@font-face {
	/* This declaration targets Internet Explorer */
	font-family: 'TrebuchetMSRegular';
	src: url('../fonts/trebuc-webfont.eot');
}

@font-face {
	/* This declaration targets everything else */
	font-family: 'TrebuchetMSRegular';
	src: url(//:) format('no404'), url('../fonts/trebuc-webfont.woff') format('woff'), url('../fonts/trebuc-webfont.ttf') format('truetype'), url('../fonts/trebuc-webfont.svg#webfont7avkA9Fs') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	/* This declaration targets Internet Explorer */
	font-family: 'TrebuchetMSBoldItalic';
	src: url('../fonts/trebucbi-webfont.eot');
}

@font-face {
	/* This declaration targets everything else */
	font-family: 'TrebuchetMSBoldItalic';
	src: url(//:) format('no404'), url('../fonts/trebucbi-webfont.woff') format('woff'), url('../fonts/trebucbi-webfont.ttf') format('truetype'), url('../fonts/trebucbi-webfont.svg#webfontkFppI11j') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	/* This declaration targets Internet Explorer */
	font-family: 'TrebuchetMSBold';
	src: url('../fonts/trebucbd-webfont.eot');
}

@font-face {
	/* This declaration targets everything else */
	font-family: 'TrebuchetMSBold';
	src: url(//:) format('no404'), url('../fonts/trebucbd-webfont.woff') format('woff'), url('../fonts/trebucbd-webfont.ttf') format('truetype'), url('../fonts/trebucbd-webfont.svg#webfontZprHoa3D') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	/* This declaration targets Internet Explorer */
	font-family: 'TrebuchetMSItalic';
	src: url('../fonts/trebucit-webfont.eot');
}

@font-face {
	/* This declaration targets everything else */
	font-family: 'TrebuchetMSItalic';
	src: url(//:) format('no404'), url('../fonts/trebucit-webfont.woff') format('woff'), url('../fonts/trebucit-webfont.ttf') format('truetype'), url('../fonts/trebucit-webfont.svg#webfontZYsPxFHq') format('svg');
	font-weight: normal;
	font-style: normal;
}

/**
 * Global properties and bugfixes
 */

/* set global values */
* {
	padding: 0;
	margin: 0;
}

body, html {
}

fieldset, img {
	border: none;
}

body {
	position: relative;
	background-color: #191919;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3a3a3a;
}

.address {
	position: relative;
	color: #6e655b;
}

.address a {
	color: #6e655b;
	text-decoration: none;
}

.address a:hover {
	text-decoration: underline;
}

.back {
	position: relative;
	float: left;
	width: 30%;
	padding-top: 15px;
}

.button {
	float: right;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #362f2d;
	background: url('../img/button.bkg.gif') no-repeat right top;
	border: 1px solid #bbbbb4;
	padding: 2px 20px 2px 10px;
}

.button:hover {
	color: #000;
}

.clicktopay {
	margin: 20px auto;
}

.clicktopay input[type=text] {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3a3a3a;
	vertical-align: middle;
	background: url('../img/input-bkg.png') repeat-x;
	border: 1px solid #ccc;
	padding: 2px 3px;
}

.clicktopay input[type=text]:focus {
	border: 1px solid #666;
}

.clicktopay td {
	padding: 2px 3px;
}

.clicktopay th {
	padding: 2px 3px;
	text-align: right;
}

.clr-both {
	clear: both;
	visibility: hidden;
}

.clr-left {
	clear: left;
	visibility: hidden;
}

.clr-left-spc10 {
	clear: left;
	height: 10px;
}

.clr-left-spc5 {
	clear: left;
	height: 5px;
}

.clr-right {
	clear: right;
	visibility: hidden;
}

.col-left {
	position: relative;
	float: left;
	width: 250px;
	margin-top: 1px;
}

.col-left h1 {
	font-family: 'TrebuchetMSRegular', Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #362f2d;
	background: url('../img/col.left.title.gif') #f4b770 no-repeat 0px 10px;
	padding: 55px 0 10px 11px;
}

.col-right {
	position: relative;
	float: right;
	width: 688px;
	margin: 1px 10px 0 0;
}

.col-right a {
	color: #3a3a3a;
	font-weight: bold;
	text-decoration: underline;
}

.col-right a:hover {
	color: #f4b770;
	text-decoration: none;
}

.col-right h1 {
	padding-bottom: 10px;
}

.col-right h1 span, .col-right h2 span {
	display: none;
}

.col-right h2 {
	padding-bottom: 15px;
}

.col-right h3 {
	font-family: 'TrebuchetMSRegular', Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 20px;
	padding-bottom: 15px;
}

.col-right h4 {
	font-size: 14px;
	line-height: 20px;
	padding: 10px 0 10px 0;
}

.col-right h5 {
	font-size: 12px;
	line-height: 20px;
	padding-top: 5px;
}

.col-right ol {
	font-size: 12px;
	line-height: 20px;
	padding: 5px 0 10px 30px;
}

.col-right p {
	font-size: 12px;
	line-height: 20px;
	padding-bottom: 10px;
}

.col-right ul {
	font-size: 12px;
	line-height: 20px;
	padding: 5px 0 10px 5px;
	list-style-type: none;
}

.col-right ul li {
	background: url('../img/bullet.gif') no-repeat 0px 10px;
	padding-left: 10px;
}

.detail-img {
	position: relative;
	float: right;
	width: 215px;
}

.detail-img img {
	padding: 1px !important;
	border: 1px solid #f4b770 !important;
	margin-left: 15px;
}

.footer {
	padding: 5px 0;
	margin-top: 15px;
	border-top: 1px solid #c8c7bb;
}

.footer .left {
	position: relative;
	float: left;
	width: 640px;
	border-right: 1px solid #c8c7bb;
}

.footer .right {
	position: relative;
	float: right;
	width: 318px;
}

.footer .right .logo1 {
	position: absolute;
	width: 59px;
	height: 31px;
	margin: 0 0 0 26px;
}

.footer .right .logo2 {
	position: absolute;
	width: 110px;
	height: 33px;
	margin: 44px 0 0 120px;
}

.footer .right .logo3 {
	position: absolute;
	width: 36px;
	height: 40px;
	margin: 0 0 0 129px;
}

.footer .right .logo4 {
	position: absolute;
	width: 110px;
	height: 40px;
	margin: 0 0 0 208px;
}

.footer .right .logo5 {
	position: absolute;
	width: 79px;
	height: 29px;
	margin: 45px 0 0 241px;
}

.footer .right .logo6 {
	position: absolute;
	width: 59px;
	height: 31px;
	margin: 44px 0 0 0;
}

.header-right {
	position: relative;
	float: right;
	width: 317px;
}

.holidaycheck {
	padding-top: 20px;
	text-align: center;
}

.horse-tbl {
	margin-bottom: 10px;
	border-spacing: 0;
}

.horse-tbl th {
	font-size: 12px;
	line-height: 20px;
	text-align: left;
}

.horse-tbl td {
	font-size: 12px;
	line-height: 20px;
	padding-right: 50px;
}

.horse-tbl ul {
	padding: 0 0 0 5px !important;
}

.inquiry {
	position: relative;
	float: right;
	width: 50%;
	padding-top: 15px;
}

.inquiry a {
	color: #fff;
	background-color: #e77f29;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 3px 5px;
}

.inquiry a:hover {
	color: #e77f29;
	background-color: #fff;
}

.language {
	position: relative;
	float: right;
	width: 200px;
	color: #6e655b;
	word-spacing: 5px;
	padding-top: 5px;
	height: 21px;
	text-transform: lowercase;
	text-align: right;
}

.language a {
	color: #6e655b;
	text-decoration: none;
}

.language a:hover {
	text-decoration: underline;
}

.list-tbl {
	margin-bottom: 10px;
	border-spacing: 0;
	border-top: 1px solid #f5f5f1;
	border-right: 1px solid #f5f5f1;
}

.list-tbl td {
	font-size: 12px;
	line-height: 20px;
	padding: 0px 5px;
	border-bottom: 1px solid #f5f5f1;
	border-left: 1px solid #f5f5f1;
}

.logo {
	position: relative;
	height: 171px;
	text-align: center;
}

.logo img {
	margin-top: 46px;
}

.mainnav {
	padding-top: 14px;
	text-transform: uppercase;
}

.mainnav a {
	display: block;
	padding: 0 8px;
	color: #212121;
	text-decoration: none;
}

.mainnav a.active {
	color: #ffc954;
}

.mainnav a:hover {
	color: #ffc954;
}

.mainnav dt {
	float: left;
	font-family: 'TrebuchetMSRegular', Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 29px;
	background: url('../img/mainnav.bkg.gif') no-repeat right top;
}

.mainnav dt.first a {
	padding-left: 0;
}

.mainnav dt.last {
	background: none;
}

.metanav {
	position: relative;
	border-top: 1px solid #ffc954;
	padding-top: 5px;
}

.metanav a {
	position: relative;
	color: #3a3a3a;
	text-decoration: none;
}

.metanav a.active {
	color: #ffc954;
}

.metanav a:hover {
	color: #ffc954;
}

.metanav dt {
	position: relative;
	float: left;
	font-family: 'TrebuchetMSRegular', Arial, Helvetica, sans-serif;
	width: 141px;
	line-height: 24px;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: url('../img/metanav.dt.gif') no-repeat 0px 8px;
	padding-left: 9px;
}

.offer-box {
	border-top: 1px solid #c8c7bb;
	padding-top: 15px;
	margin-top: 15px;
}

.offer-box .dates, .tx-akpackagesv2-pi1 .dates {
	position: relative;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 10px;
}

.offer-box .offer-img {
	position: relative;
	float: right;
	width: 214px;
}

.offer-box .offer-img img {
	padding: 1px !important;
	border: 1px solid #f4b770 !important;
	margin-left: 10px;
}

.offer-box .small, .tx-akpackagesv2-pi1 .small {
	font-size: 11px;
}

.offer-box h2 {
	padding-bottom: 5px !important;
}

.offer-box h2 img {
	vertical-align: middle;
	margin-right: 5px;
}

.offer-box p a {
	font-weight: normal;
	text-decoration: none;
}

.offer-box p a:hover {
	color: #3a3a3a;
}

.offer-prices {
	border-spacing: 1px;
	margin: 10px auto;
}

.offer-prices th {
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	background-color: #f4b770;
	padding: 7px 10px;
}

.offer-prices td {
	font-size: 12px;
	text-align: center;
	padding: 5px 30px;
}

.offer-prices td.offer-small {
	font-size: 11px;
	text-align: left;
	padding: 5px 10px;
}

.offer-prices tr.offer-dark {
	background-color: #f7cb97;
}

.offer-prices tr.offer-light {
	background-color: #f9dcb9;
}

#outer {
	position: relative;
	margin: 50px auto;
	padding: 7px 14px;
	width: 972px;
	background-color: #fff;
}

.overlay-nav {
	position: absolute;
	width: 62px;
	height: 25px;
	margin: 242px 0 0 16px;
}

.overlay-nav a {
	margin-right: 6px;
}

.overview {
	margin-top: 50px;
}

.overview .box-left {
	position: relative;
	float: left;
}

.overview .box-left, .overview .box-right {
	position: relative;
	width: 323px;
}

.overview .box-right {
	position: relative;
	float: right;
}

.overview .content {
	position: relative;
	float: right;
	width: 170px;
}

.overview .content h1 {
	font-family: 'TrebuchetMSRegular', Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	padding: 3px 0 0 0;
}

.overview .content p {
	padding: 5px 0 0 0;
	line-height: 16px;
}

.overview .image {
	position: relative;
	float: left;
	width: 143px;
}

.overview .seperator {
	margin-top: 20px;
	height: 20px;
	border-top: 1px solid #d0d0c3;
}

.pathfinder {
	color: #bcbbaf;
	padding: 5px 0 30px 0;
}

.pathfinder a {
	color: #bcbbaf;
	text-decoration: none;
}

.pathfinder a.active {
	color: #f4b770;
}

.pathfinder a.active:hover {
	text-decoration: none;
}

.pathfinder a:hover {
	text-decoration: underline;
}

.presse-link {
	font-size: 35px;
	font-weight: bold;
	cursor: default;
}

.presse-link a {
	color: #f4b770;
	text-decoration: none;
}

.presse-link a:hover {
	color: #999;
}

.presse-pdf {
	padding-top: 15px;
}

.price-small-tbl {
	background-color: #f5f5f1;
	margin-bottom: 10px;
	border-spacing: 1px;
}

.price-small-tbl td {
	font-size: 11px;
	font-weight: bold;
	padding: 3px 5px;
	text-align: center;
	background-color: #eaeaea;
	white-space: nowrap;
}

.price-small-tbl td.pdark {
	font-weight: bold;
	background-color: #f4b770;
	color: #fff;
	text-align: center;
}

.price-small-tbl td.pleft {
	font-weight: normal;
	background-color: #fff;
	text-align: left;
}

.price-small-tbl th {
	font-size: 11px;
	font-weight: normal;
	padding: 3px 5px;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
	background-color: #fff;
}

.price-tbl {
	border: 1px solid #f5f5f1;
	margin-bottom: 10px;
	border-spacing: 1px;
}

.price-tbl td {
	font-size: 12px;
	padding: 3px 20px;
	background-color: #f5f5f1;
}

.price-tbl td.center-td {
	text-align: center !important;
}

.price-tbl th {
	font-size: 12px;
	padding: 3px 5px;
	background-color: #f4b770;
	color: #fff;
	text-align: left;
}

.price-tbl th.center-th {
	text-align: center !important;
}

.price-tbl tr.dark td {
	background-color: #e8e8e3;
}

.prx-tbl {
	margin-bottom: 10px;
	border-spacing: 1px;
}

.prx-tbl td {
	padding: 3px 5px;
}

.prx-tbl td, .prx-tbl th {
	font-size: 11px;
	white-space: nowrap;
}

.prx-tbl td.prd {
	color: #fff;
	text-align: center;
	background-color: #f4b770;
}

.prx-tbl td.prl {
	text-align: center;
	background-color: #f9dcb9;
}

.prx-tbl td.prm {
	text-align: center;
	background-color: #f7cb97;
}

.prx-tbl th {
	font-weight: normal;
	padding: 3px;
	border-left: 1px solid #f4b770;
}

.prx-tbl .small {
	font-size: 10px;
}

.quicklinks {
	position: relative;
	float: left;
	width: 500px;
	color: #6e655b;
	word-spacing: 5px;
	padding-top: 5px;
	height: 21px;
	text-transform: lowercase;
}

.quicklinks a {
	position: relative;
	color: #6e655b;
	text-decoration: none;
}

.quicklinks a:hover {
	text-decoration: underline;
}

.rotation {
	position: relative;
	float: left;
	width: 641px;
	height: 280px;
}

.standard-tbl {
	margin-bottom: 10px;
	border-spacing: 0;
}

.standard-tbl th {
	font-size: 12px;
	line-height: 20px;
	text-align: left;
	padding-right: 10px;
	vertical-align: top;
}

.standard-tbl td {
	font-size: 12px;
	line-height: 20px;
	padding-right: 10px;
	vertical-align: top;
}

.submenu {
	font-family: 'TrebuchetMSRegular', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 10px 0 10px 10px;
}

.submenu a {
	position: relative;
	color: #3a3a3a;
	text-decoration: none;
}

.submenu a.active {
	color: #f4b770;
}

.submenu a:hover {
	color: #f4b770;
}

.submenu dd {
	position: relative;
	font-size: 10px;
	padding-left: 19px;
}

.submenu dt {
	position: relative;
	background: url('../img/metanav.dt.gif') no-repeat 0px 12px;
	padding: 8px 0 0 9px;
}

/* Form */
.form {
	font-size: 12px;
	line-height: 20px;
}

.form a {
	font-size: 11px;
}

.form div {
	padding-bottom: 5px;
}

.form .form-label {
	position: relative;
	padding-left: 155px;
}

.form .form-label label {
	position: relative;
	width: auto !important;
	float: none !important;
	padding: 0 5px 5px 20px;
}

.form h1 {
	font-family: 'TrebuchetMSRegular', Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 20px;
	padding: 20px 0 10px 0;
}

.form input, .form select, .voucher-tbl input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3a3a3a;
	vertical-align: middle;
}

.form input[type=button], .form input[type=reset], .form input[type=submit], .voucher-tbl input[type=submit] {
	font-weight: bold;
	color: #ca003a;
	background: none;
	border: none;
	padding: 2px 3px;
	text-transform: uppercase;
}

.form input[type=button]:hover, .form input[type=reset]:hover, .form input[type=submit]:hover, .voucher-tbl input[type=submit]:hover {
	color: #000;
	cursor: pointer;
}

.form input[type=button].disabled, .form input[type=reset].disabled, .form input[type=submit].disabled {
	color: #999 !important;
}

.form input[type=button].disabled:hover, .form input[type=reset].disabled:hover, .form input[type=submit].disabled:hover {
	color: #999 !important;
	cursor: default !important;
}

.form input[type=text], .form input[type=password], .form select, .voucher-tbl input[type=text] {
	background: url('../img/input-bkg.png') repeat-x;
}

.form input[type=text], .form input[type=password], .form select, .form textarea, .voucher-tbl input[type=text], .voucher-tbl textarea {
	border: 1px solid #ccc;
	padding: 2px 3px;
}

.form input[type=text]:focus, .form input[type=password]:focus, .form select:focus, .form textarea:focus, .voucher-tbl input[type=text]:focus, .voucher-tbl textarea:focus {
	border: 1px solid #666;
}

.form input.loc {
	width: 243px;
}

.form input.long {
	width: 292px;
}

.form input.middle {
	width: 162px;
}

.form input.zip {
	width: 38px;
}

.form label {
	position: relative;
	float: left;
	width: 175px;
	font-size: 12px;
	line-height: 20px;
	padding-bottom: 5px;
	margin-left: 20px;
}

.form label.spc {
	color: #fff;
}

.form optgroup {
	background-color: #fff;
	padding: 0 3px;
}

.form option {
	background-color: #fff;
	padding: 0 3px 0 10px;
}

.form select {
	padding: 2px 0;
}

.form select.adults {
	width: 37px;
}

.form select.age {
	width: 75px;
}

.form select.dd {
	width: 43px;
}

.form select.long {
	width: 300px;
}

.form select.middle {
	width: 170px;
}

.form select.mm {
	width: 90px;
}

.form select.sal {
	width: 70px;
}

.form select.yyyy {
	width: 55px;
}

.form textarea, .voucher-tbl textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3a3a3a;
	background: url('../img/textarea-bkg.png') repeat-x;
	width: 350px;
}

.form textarea.privacy {
	font-size: 10px;
	color: #999;
}

.form textarea.privacy:focus {
	border: 1px solid #ccc;
}

.form #privacy-layer {
	clear: left;
}

.form #privacy-layer li {
	font-size: 11px;
	line-height: 17px;
	background: url('../img/bullet.gif') no-repeat 0px 8px;
}

.form #privacy-layer p {
	font-size: 11px;
	line-height: 17px;
}

.form .submit {
	padding: 10px 0 0 325px;
}

/* Wheater */
.tx-rolstweather-pi1 {
	position: relative;
}

.tx-rolstweather-pi1 hr {
	border: none;
	border-top: 1px solid #f4b770;
	height: 1px;
	margin: 10px 0;
}

.weather-links {
	margin: 12px 0;
}

.weather-links td {
	white-space: nowrap;
	padding-right: 20px;
	line-height: 20px;
}

.WeatherBox {
	position: absolute;
	width: 44px;
	height: 58px;
}

.WeatherBox img {
	width: 36px;
}

#WeatherBox-Bozen {
	top: 145px;
	left: 134px;
}

#WeatherBox-Brixen {
	top: 91px;
	left: 189px;
}

#WeatherBox-Bruneck {
	top: 80px;
	left: 257px;
}

#WeatherBox-Meran {
	top: 38px;
	left: 94px;
}

#WeatherBox-Schlanders {
	top: 43px;
	left: 26px;
}

#WeatherBox-Sterzing {
	top: 10px;
	left: 199px;
}

.WeatherDegreesminBox {
	position: absolute;
	width: 26px;
	background-color: #d3daed;
	text-align: center;
	padding: 2px 0;
	color: #000;
	font-size: 10px;
	top: 42px;
	left: 0px;
}
			
.WeatherDegreesmaxBox {
	position: absolute;
	width: 26px;
	background-color: #e77f29;
	text-align: center;
	padding: 2px 0;
	color: #000;
	font-size: 10px;
	top: 42px;
	left: 26px;
}

.WeatherIconBox {
	width: 46px;
	background-color: #fff;
	border: 1px solid #e5e4d8;
	text-align: center;
	padding: 2px;
}

#WeatherMap {
	position: relative;
	width: 350px;
	height: 215px;
	margin: 25px auto;
	background-repeat: no-repeat;
}

.weather-date {
	font-size: 11px;
	font-weight: normal;
}

.weather-link img {
	vertical-align: top;
}

/* Images */
.csc-textpic-image img {
	padding: 1px !important;
	border: 1px solid #f4b770 !important;
}

/* Newsletter */
.tx-sremailsubscribe-pi1 dd, .tx-sremailsubscribe-pi1 dt {
	font-size: 12px;
}

.tx-sremailsubscribe-pi1 input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3a3a3a;
	vertical-align: middle;
}

.tx-sremailsubscribe-pi1 input[type=button], .tx-sremailsubscribe-pi1 input[type=submit] {
	font-weight: bold;
	color: #ca003a;
	background: none;
	border: none;
	padding: 2px 3px;
	text-transform: uppercase;
}

.tx-sremailsubscribe-pi1 input[type=button]:hover, .tx-sremailsubscribe-pi1 input[type=submit]:hover {
	color: #000;
	cursor: pointer;
}

.tx-sremailsubscribe-pi1 input[type=text] {
	background: url('../img/input-bkg.png') repeat-x;
}

.tx-sremailsubscribe-pi1 input[type=text] {
	border: 1px solid #ccc;
	padding: 2px 3px;
}

#tx-sremailsubscribe-pi1-tt_address_form input[type=text]:focus {
	border: 1px solid #666;
}

.tx-sremailsubscribe-pi1-error {
	font-size: 11px;
}

/* ASA */
.asa-booking {
	position: relative;
	margin-top: 30px;
	padding: 10px;
	background-color: #f5f5f1;
}

.asa-booking h2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: 1px;
	color: #3a3a3a;
	padding-left: 11px;
	background: url('../img/online.booking.gif') no-repeat 0px 3px;
}

.asa-booking dd {
	padding-bottom: 5px;
}

.asa-booking div {
	padding-top: 5px;
	text-align: right;
}

.asa-booking dt {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 3px 0 2px 0;
}

.asa-booking input {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #362f2d;
	background: url('../img/button.bkg.gif') no-repeat right top;
	border: 1px solid #bbbbb4;
	padding: 2px 20px 2px 10px;
}

.asa-booking input:hover {
	color: #000;
	cursor: pointer;
}

.asa-booking select {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3a3a3a;
	vertical-align: middle;
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 2px 0;
}

.asa-booking select option {
	padding: 0 2px;
}

.asa-booking select:focus {
	border: 1px solid #666;
}

/* Offers */
.offer-container .saving, .offer-container-olive .saving {
	height: 55px;
}

.offer-container .saving div {
	position: absolute;
	width: 100px;
	height: 87px;
	margin-left: 350px;
	z-index: 2;
	background: url('../img/saving-bkg.png') no-repeat top left;
	font-size: 13px;
	line-height: 18px;
	color: #fff;
	text-align: center;
	padding-top: 13px;
}

.offer-container .saving div .saving-price, .offer-container-olive .saving div .saving-price {
	font-size: 22px;
	font-weight: bold;
	line-height: 35px;
}

.offer-container-olive .saving div {
	position: absolute;
	width: 100px;
	height: 87px;
	margin-left: 350px;
	z-index: 2;
	background: url('../img/saving-bkg-olive.png') no-repeat top left;
	font-size: 13px;
	line-height: 18px;
	color: #000;
	text-align: center;
	padding-top: 13px;
}

.offer-container .offer-footer {
	background-color: #5d463a;
	padding: 10px;
	border-top: 1px solid #fff;
}

.offer-footer div {
	width: auto;
	color: #fff;
	font-size: 16px;
	line-height: 20px;
}

.offer-footer div a, .offer-footer div a:hover {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}

.offer-footer div.backward {
	float: left;
}

.offer-footer div.backward a {
	background: url('../img/offer-back.gif') no-repeat 0px 3px;
	padding-left: 20px;
}

.offer-footer div.forward {
	margin-left: 50px;
	float: left;
}

.offer-footer div.forward a, .offer-footer div.forward_d a {
	background: url('../img/offer-forward.gif') no-repeat 0px 3px;
	padding-left: 20px;
}

.offer-footer div.forward_d {
	float: left;
}

.offer-footer div.price {
	float: right;
}

.offer-footer div.price span {
	font-size: 22px;
	font-weight: bold;
}

.offer-footer .offer-content {
	border-bottom: 1px solid #fff;
	padding: 10px 39px;
	margin-bottom: 10px;
}

.offer-footer .offer-content a {
	text-decoration: underline !important;
}

.offer-footer .offer-content a:hover {
	text-decoration: none !important;
}

.offer-footer .offer-content ul li {
	background: url('../img/bullet-white.gif') no-repeat 0px 10px;
}

.offer-container-olive .offer-footer {
	background-color: #a4aa55;
	padding: 10px;
	border-top: 1px solid #fff;
}

.offer-container .offer-header {
	background: url('../img/offer-bkg.gif') #5d463a no-repeat 0px 23px;
	padding: 20px;
}

.offer-container .offer-header table td.period {
	border-right: 1px solid #b8ada8;
}

.offer-header h4 {
	font-family: 'TrebuchetMSRegular', Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #fff;
	padding: 9px 0 0 29px;
	height: 40px;
}

.offer-header img {
	float: right;
	border: 1px solid #fff;
}
	
.offer-header table {
	border-spacing: 0;
}

.offer-header table td {
	font-size: 14px;
	color: #fff;
	padding: 0 29px;
}

.offer-header table td h3 {
	font-size: 14px !important;
	font-weight: normal !important;
	padding: 0 !important;
}

.offer-header table td.dates {
	font-size: 15px;
	padding: 0 15px 0 0 !important;
	font-weight: normal !important;
	white-space: nowrap;
}

.offer-container-olive .offer-header {
	background: url('../img/offer-bkg.gif') #a4aa55 no-repeat 0px 23px;
	padding: 20px;
}

.offer-container-olive .offer-header td {
	color: #000 !important;
}

.offer-container-olive .offer-header table td.period {
	border-right: 1px solid #000;
}

.offer-inner-container {
	border: 1px solid #f4b770;
	padding: 1px;
	z-index: 1;
	margin-bottom: 20px;
}

.tx-akpackagesv2-pi1 .contenttable p {
	padding: 0 !important;
}

.tx-akpackagesv2-pi1 .contenttable td {
	padding-right: 20px;
}

/* Voucher */
.voucher-tbl {
	width: 500px;
	margin-top: 15px;
}

.voucher-tbl td {
	font-size: 12px;
	line-height: 20px;
	padding: 0 0 5px 5px;
	white-space: nowrap;
	vertical-align: top;
}

.voucher-tbl td .small {
	font-size: 10px;
	line-height: 14px;
	padding-bottom: 5px;
}

.voucher-tbl th {
	font-family: 'TrebuchetMSRegular', Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #f4b770;
	line-height: 20px;
	padding: 15px 0 5px 0;
	text-align: left;
}

.voucher-tbl .preview {
	padding-top: 15px;
}

.voucher-tbl .preview a {
	color: #f4b770 !important;
	border: 1px solid #f4b770;
	text-decoration: none !important;
	padding: 5px;
}

.voucher-tbl .preview a:hover {
	color: #fff !important;
	background-color: #f4b770;
	border: 1px solid #f4b770;
}

.voucher-tbl .value {
	width: 38px;
	text-align: right;
}
