/* ***************************** */
/* Reset                         */ 
/* ***************************** */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote{margin:0;padding:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
q:before,q:after{content:'';}
/* jQuery-UI Datepicker fix */
.ui-datepicker.ui-helper-hidden-accessible{display: none;}
a:focus { outline: 0; }

/* ***************************** */
/* 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%;
}

/* ********************** */
/* Body / Fonts           */
/* ********************** */
body {
	font-size:12px;
	font-family: Arial, Hevetica, Verdana, sans-serif;  
	line-height: 1.5em
}

h1 {
	font-size:1.6em;
	color: #666;
	padding: 0.4em 0 0.8em 0;
}

h2 {
	font-size:1.4em;
	color: #666;
	padding: 0.2em 0 0.8em 0;
}

h3 {
	font-size:1.2em;
	color: #666;
	padding-bottom: 0.2em;
}

a {
	color: #666;
}

h3 a{
	text-decoration: none;
}

/* ********************** */
/* General                */
/* ********************** */
div.cst-box {
	border: 1px solid #AEAEAE;
	padding: 10px;
	margin-bottom: 10px;
}

div.cst-list div.cst-teaser-text,
div.cst-job-hotel-info div.cst-description-text,
div.cst-list-voucher div.cst-description-text
div.cst-detail-voucher div.cst-description-text {
	margin-left: 180px;
} 

div.cst div.cst-box div,
div.cst div.cst-box table td,
div.cst table.roomtype-prices,
div.cst table.roomtype-prices td {  
	border-color: #AEAEAE;
}

span.cst-stays,
span.cst-price-number {
	font-weight: bold;
}

/* ********************** */
/* Input Elements Buttons */
/* ********************** */
input.inputtext,
select {
	font-size: 12px;
	line-height: 16px;
	border: 1px solid #CECECE;
	background-color: #FAFAFA;
}
textarea {
	font-size: 12px;
	line-height: 16px;
	border: 1px solid #CECECE;
	background-color: #FAFAFA;
}

body div div.cst-book-cart-container li.cst-button-alloc a.cst-button,
body div.cst-book-info-cart ul.cst-buttons li.cst-button-alloc a.cst-button,
div.cst a.cst-button,
input.inputbutton,
div#booking-replace div.cst-book-info-cart a.item-del  { 
	background:#E5E5E5 url("../../../images/themes/html5/silver/cst-button-gradient.gif") repeat-x scroll left top;
	color: #685c53;
	border:1px solid #CACACA;
	font-weight: bold;
	border-radius: 2.5px;
}

div.cst a.cst-button,
input.inputbutton {
	display: block;
	text-decoration: none;
	height: 24px;
	line-height: 24px;
	font-size: 13px;
	white-space: no-wrap;
	padding-left: 7px;
	padding-right: 7px;
}
body div div.cst-book-cart-container li.cst-button-alloc a.cst-button:hover,
body div.cst-book-info-cart ul.cst-buttons li.cst-button-alloc a.cst-button:hover,
body div.cst a.cst-button:hover,
input.inputbutton:hover,
div#booking-replace div.cst-book-info-cart a.item-del:hover {
	background:#CACACA none;
	color: #fff;
	text-shadow: #222 1px 1px 1px;
	text-decoration: none;
}

body div div.cst-book-cart-container li.cst-button-alloc a.cst-button:hover span,
body div.cst-book-info-cart ul.cst-buttons li.cst-button-alloc a.cst-button:hover span,
a.cst-button:hover span {
	color: #fff;
}

body div.cst-book-info-cart ul.cst-buttons li.cst-button-alloc a.cst-button {
	padding: 0 10px;
}

body div div.cst-book-cart-container li.cst-button-alloc a span {
    color: #685C53;
    font-size: 14px;
    padding: 1px 0 0 50px;
}
div.cst-detail ul.cst-buttons li { 
	clear: right;
	float: right;
}
div.cst-detail-voucher ul.cst-buttons li { 
	float: left;
}
div.cst-detail-voucher ul.cst-buttons {
    float: right;
}
div.cst-detail-voucher ul.cst-buttons li.cst-button-book {
    margin-right: 0px;
}
div.cst-detail ul.cst-buttons li a {
	padding-left: 0px;
	padding-right: 0px;
	min-width: 8em;
}
ul.cst-list {
	margin:10px 0px;
}
ul.cst-list li {
	background:transparent url("../../../images/themes/html5/silver/list-icon.png") no-repeat scroll left 4px;
	padding-left: 10px;
}
div.module-legal-imprint h2 {
	padding-top: 20px;
}
/* ********************** */
/* Accent                 */
/* ********************** */
.cst-accent {
	background-color: #CACACA;
	color: #685C53 !important;
}

span.cst-change {
	background:#CACACA none;
	color: #fff !important;
}
	
a.cst-request-add span.cst-change {
	background: #CACACA;
}

a.cst-change:hover
a.cst-request-add:hover span.cst-change {
	background: #C0C0C0;
	color:#D51735;
}

/* ********************** */
/* View Customize         */
/* ********************** */
div.cst-description-text {
	border-top: 1px solid;
	margin-top: 10px;
	padding-top: 10px;
}

div.cst-list-program div.cst-description-text {
	clear: left;
}

tr.cst-package-variant td{
	padding: 3px 0px;
}

.cst-detail-gallery {
	height:250px;
}

div.cst li.cst-pagina-number a{
	background:#D8C9B6 url("../../../images/themes/html5/silver/cst-button-gradient.gif") repeat-x scroll left top;
	border-color:#E2E2E2;
	width: 20px;
	height: 20px; 
	line-height: 20px;
}

/* *********************** */
/* Booking                 */
/* *********************** */
/* Progress Steps */
li.cst-book-info-progress-step div {
	border: 1px solid #CECECE;
	background-color: #FAFAFA;
}

li.cst-book-info-progress-step-active div {
	background-color:#EFEFF1;
}
/* Cart */
div.cst-book-info-cart {
	display: none;
}

/* Step 1 */
/* Step 2 */

body div.cst-book-hotel-header {
    background-color: #eee;
}

/* Step 3 */
/* Step 4 */
/* Step 5 */
