/* $0 - General  ///////////////////////////////////////////////////////////// */

a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

/* $1 - Clearfix  ///////////////////////////////////////////////////////////// */

.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	overflow: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	clear: both;
	overflow: hidden;
	line-height: 0;
	height: 0;
	font-size: 0px;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}


/* voucher ///////////////////////////////////////////////////////////// */

table.cst-voucher div.cst-voucher-stays,
table.cst-voucher div.cst-package-variant-timeframes {
	display:none;
}

table.cst-voucher span.cst-price-from {
	margin-right:8px;
}

body h2 {
    font-size: 1em;
}

body h1 {
    font-size: 1.2em;
}

td.cst-voucher-detail-image {
	width: 180px;
}

div.cst-voucher-detail-programs a h3{
	padding-left:15px;
	background:url("../i/voucher-arrow.png") 3px 4px no-repeat;
}

div.cst-voucher-detail-programs div.indicator-hidden {
	padding-left:15px;
}

div.cst-voucher-detail-programs div.indicator-hidden a h4{
	padding-left:12px;
	background:url("../i/voucher-arrow-small.png") 3px 4px no-repeat;
}