/**
 * ### eSKY - Hotels print
 * @author lkieres
 * @date 31.01.2011
 */

html {
	overflow-y: scroll;
}

body,html {
	margin:0;
	padding:0;
	color: #000;
	background: #fff none;
}

body.pdf {
	margin: 8px;
}

#tx {
	page-break-inside: always;
	overflow: visible !important;
}


h1 {
	border-bottom: 3px solid #F06405;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 12px;
	padding: 6px 0;
}

.printable {
	display:block;
}

a {
	color: blue;
	text-decoration: none;
}

img {
	border: 0;
}

#tx, #esky-wrapper,#esky-header,#esky-content,#esky-footer {
	width: auto;
	margin: 0;
}

#esky-menu,#esky-recommended,#esky-footer {
	display: none;

}
#esky-content, #esky-wrapper {
	overflow: visible;
}

#tx.summary {
	padding: 29px 0 29px 42px;
}
#tx .summary-header {
	width: 90%;
}

.important {
	color: #000 !important;
} 

body.tx div#esky-header img {
    float: left;
    margin: 30px 0 0;
}

#tx .summary-box {
  border: 2px solid #000;
  width: 92%;
  margin-top: 60px;
  /*page-break-inside: avoid;*/
}

#tx .summary-box .content-info {
  /*page-break-inside: avoid;*/
}

.summary-box h4 {
  page-break-inside: avoid;
  background-image: none;
  background-color: #fff;
  border: 2px solid #000;
}
.summary-box h4 span {
	background-image: none;
	background-color: #fff;
	color: #000;
}

.summary-box .with-faq .content-info {
	width: 90%;
}
.summary-box h4 em {
	color: #000;
}

.summary-box h5 { 
	font-size: 14px;
	font-weight: bold;
	margin: 12px 0;
}

.summary-box .content-faq {
	display: none;
}

.print-actions {
	display: none;
}

#report-data-error {
	display: none;
}

.final-things {
	margin: 0;
	padding: 24px 24px 0 12px;
}

.final-things a {
	display: none;
}

#wire-form {
	display: block;
	overflow: hidden;
}
#wire-form-link {
	display: none;
}

.print-map {
	padding: 3px;
	border: 1px solid #C0C0C0;
}

.boxed {
	margin: 0 0 0 42px;
}

.page-break {
	page-break-before: always;
	padding-top: 12px;
}

#results-map,#column-side,.paging-container,.hotel-price-box button,.show-map,.pin-show-map,.photo ins,.photo span {
	display: none;
}

.searchresult_action #column-main, .hotels-result-list {
	overflow: visible;
}
#column-main {
	width: auto !important;
	clear: both;
	float: none;
	display: block;
}

ul.offer-tabs,
#hotel-data iframe,
#availability-asf,
small.debug-fixed,
#hotel-social,
#hotel-footer,
span.map-trigger,
.hotel-book-now,
ul.breadcrumbs, 
#back-to-search,
td.hotel-room-book button,
#change-search-params,
.room-extra-options a,
#esky-footer {
	display: none;
}

.esky-hotel-rooms {
	display: block !important;
}

body.print-popup #esky-wrapper,
body.print-popup #popup-qsf,
body.print-popup #popup-map {
	display: none;
}

body.print-popup #shadow {
	display: none;
}

body.print-popup #info-popup {
	width: auto;
	height: auto;
	position: relative;
	margin: 0;
	-moz-box-shadow: 0 0 0 #fff;
	-webkit-box-shadow: 0 0 0 #fff;
	box-shadow: 0 0 0 #fff;
	top: 0;
	left: 0;
}

body.print-popup #info-popup * {
	overflow: visible;
}

.info-links {
	display: none;
}

body.print-popup #info-popup .panel-content {
	height: auto;
}
body.print-popup #info-popup .info-header {
	position: relative;
	height: auto;
}

