/**
 * Warenkrob
 */
.pi4-cart-line {
	clear:both;
}
.pi4-cart-sumText {
	clear:both;
	float: left;
	width: 500px;
	text-align:right;
	font-weight: bold;
}
.pi4-cart-sum {
	float: left;
	font-weight: bold;
	float: right;
	width: 120px;
	text-align: right;
	margin-right: 25px;
}
.pi4-cart-buttons {
	clear: both;
	text-align: center;
	margin: 40px 0px 10px 0px;
	padding: 0px 10px;;
}
.pi4-cart-redPrice {
	margin: 20px;
}
/**
 * ROUNDTRIP im CART
 */
.pi4-cart-rt-head {
	clear:both;
	font-size: medium;
	font-weight: bold;
	color: #ab280b;
	padding: 15px 0px 10px 0px;
}
* html .pi4-cart-rt-head {
	font-size: small;
}
.pi4-cart-rt-checkbox {
	float: left;
	width: 30px;
}
.pi4-cart-rt-date {
	float: left;
	width: 180px;
}
.pi4-cart-rt-header {
	float: left;
	width: 340px;
	font-style: italic;
}
.pi4-cart-rt-price,
.pi4-cart-rt-price-changed {
	float: right;
	width: 75px;
	text-align: right;
	margin-right: 25px;
}
.pi4-cart-rt-price-changed {
	color: #FF0000;
}
.pi4-cart-rt-descr {
	clear: both;
	margin-left: 30px;
}
.pi4-cart-roundtrip-row {
	clear: both;
}
/**
 * HOTEL im CART
 */
.pi4-cart-hotel-head {
	clear:both;
	font-size: medium;
	font-weight: bold;
	color: #ab280b;
	padding: 15px 0px 10px 0px;
}
* html .pi4-cart-hotel-head {
	font-size: small;
}
.pi4-cart-hotel-checkbox {
	float: left;
	width: 30px;
}
.pi4-cart-hotel-date {
	float: left;
	width: 180px;
}
.pi4-cart-hotel-header {
	float: left;
	width: 340px;
	font-style: italic;
}
.pi4-cart-hotel-price,
.pi4-cart-hotel-price-changed {
	float: right;
	width: 75px;
	text-align: right;
	margin-right: 25px;
}
.pi4-cart-hotel-price-changed {
	color: #FF0000;
}
.pi4-cart-hotel-descr {
	clear: both;
	margin-left: 30px;
}
.pi4-cart-hotel-row {
	clear: both;
}
/**
 * MODULE im CART
 */
.pi4-cart-module-head {
	clear:both;
	font-size: medium;
	font-weight: bold;
	color: #ab280b;
	padding: 15px 0px 10px 0px;
}
* html .pi4-cart-module-head {
	font-size: small;
}
.pi4-cart-module-checkbox {
	float: left;
	width: 30px;
}
.pi4-cart-module-date {
	float: left;
	width: 180px;
}
.pi4-cart-module-header {
	float: left;
	width: 340px;
	font-style: italic;
}
.pi4-cart-module-price,
.pi4-cart-module-price-changed {
	float: right;
	width: 75px;
	text-align: right;
	margin-right: 25px;
}
.pi4-cart-module-price-changed {
	color: #FF0000;
}
.pi4-cart-module-descr {
	clear: both;
	margin-left: 30px;
}
.pi4-cart-module-row {
	clear: both;
}
/**
 * INSURANCE im CART
 */
.pi4-cart-insur-head {
	clear:both;
	font-size: medium;
	font-weight: bold;
	color: #ab280b;
	padding: 15px 0px 10px 0px;
}
* html .pi4-cart-insur-head {
	font-size: small;
}
.pi4-cart-insur-checkbox {
	float: left;
	width: 30px;
}
.pi4-cart-insur-header {
	float: left;
	width: 340px;
	font-style: italic;
}
.pi4-cart-insur-price,
.pi4-cart-insur-price-changed {
	float: right;
	width: 75px;
	text-align: right;
	margin-right: 25px;
}
.pi4-cart-insur-price-changed {
	color: #FF0000;
}
.pi4-cart-insur-descr {
	float: left;
	width: 180px;
}
.pi4-cart-insurance-row {
	clear: both;
	margin-bottom: 10px;
}
/*
 *
 * BOOKING-FORM RENDERING
 *
 */
.pi4-form-head {
	clear:both;
	font-size: medium;
	font-weight: bold;
	color: #ab280b;
	padding: 15px 0px 10px 0px;
}
* html .pi4-form-head {
	font-size: small;
}
.pi4-form-roundtrip,
.pi4-form-hotel,
.pi4-form-module,
.pi4-form-insurance {
	clear: both;
}
#c-data {
	padding: 20px 0px;
}
#c-select {
	clear:both;
	padding: 20px 20px 0px 20px;
}
.pi4-form-date {
	float: left;
	width: 180px;
}
.pi4-form-header {
	float: left;
	width: 360px;
}
.pi4-form-price,
.pi4-form-price-changed {
	float: right;
	width: 75px;
	text-align: right;
	margin-right: 25px;
}
.pi4-form-price-changed {
	color: #FF0000;
}
.pi4-form-description {
	clear:both;
	padding-left: 180px;
}
.pi4-form-buttons {
	clear: both;
	text-align: center;
	padding: 30px 10px 10px 10px;
}
