body {
	background: #c5ccd3 url(img/pinstripes.png);
}

body.fixed div.main {
	max-height: 100%;
	width: 320px;
	overflow: scroll;
}
@media screen and (orientation:landscape) {
	body.fixed div.main {
		width: 480px;
		height: 300px;
		border: 2px solid red;
	}
}

body.fixed.android div.main {
	-webkit-overflow-scrolling:touch;
}

body.fixed div#book {
	overflow: visible;
}

body.unsupported .mobile {
	display: none;
}

#background {
	visibiliy: hidden;
}

h1, h2 {
	font: bold 18px Helvetica;
	text-shadow: rgba(255,255,255,.2) 0 1px 1px;
	color: rgb(76, 86, 108);
	margin: 10px 20px 6px;
}

a, a img {
	color: #327c9d;
	border: none;
}

.hidden {
	display: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

/* standalone */
.standalone .toolbar a {
	display: none !important;
}

/* @group Toolbar */

.toolbar {
	-webkit-box-sizing: border-box;
	border-bottom: 1px solid #2d3642;
	padding: 10px;
	height: 44px;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#cdd5df), color-stop(0.023, #cdd5df), color-stop(0.023, #b0bccd), color-stop(0.523, #889bb3), color-stop(0.523, #8195af), to(#6d84a2));
	position: relative;
}

body.fixed .toolbar {
	position: static;
}

.info span.custom,
.toolbar span.custom,
.toolbar span.custom2 {
	display: none;
}

div.info > p.left ~ p.right ~ p.right {
	float: none;
}

.black-translucent .toolbar {
	margin-top: 20px;
}

.toolbar > h1 {
	position: absolute;
	overflow: hidden;
	left: 50%;
	top: 10px;
	line-height: 1em;
	margin: 1px 0 0 -100px;
	height: 40px;
	font-size: 20px;
	width: 200px;
	font-weight: bold;
	text-shadow: rgba(0, 0, 0, 0.4) 0px -1px 0;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #fff;
}

body.landscape .toolbar > h1 {
	margin-left: -125px;
	width: 250px;
}

.button, .back, .cancel, .add {
	position: absolute;
	overflow: hidden;
	top: 8px;
	right: 6px;
	margin: 0;
	border-width: 0 5px;
	padding: 0 3px;
	width: auto;
	height: 30px;
	line-height: 30px;
	font-family: inherit;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-shadow: rgba(0, 0, 0, 0.5) 0px -1px 0;
	text-overflow: ellipsis;
	text-decoration: none;
	white-space: nowrap;
	background: none;
	-webkit-border-image: url(img/toolButton.png) 0 5 0 5;
}

.button.active, .cancel.active, .add.active {
	-webkit-border-image: url(img/toolButton.png) 0 5 0 5;	
}

.blueButton {
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4378e3), color-stop(0.5, #225fda), color-stop(0.5, #1f55c3), to(#1f57c6));
	border-width: 0 5px;
}

.back {
	left: 6px;
	right: auto;
	padding: 0;
	max-width: 55px;
	border-width: 0 8px 0 14px;
	-webkit-border-image: url(img/backButton.png) 0 8 0 14;
}

body.msie .back {
	-webkit-border-image: none;
	height: 31px;
	width: 43px;
	text-align: right;
	color: #fff;
	text-decoration: underline;
	padding: 0 8px 0 0;
	border: none;
	background: none;
}

.leftButton, .cancel {
	left: 6px;
	right: auto;
}

.add {
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
}

.whiteButton,
.grayButton {
	display: block;
	border-width: 0 12px;
	padding: 10px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	text-decoration: inherit;
	color: inherit;
	margin: 15px 10px 17px 10px;
}

.whiteButton {
	-webkit-border-image: url(img/whiteButton.png) 0 12 0 12;
}

.grayButton {
	-webkit-border-image: url(img/grayButton.png) 0 12 0 12;
	color: #FFFFFF;
}
/* ie9+ border-image workaround */
body.msie .whiteButton,
body.msie .grayButton {
	height: 26px;
	margin: 5px 12px;
}

body.msie .whiteButton,
body.msie .grayButton {
	position: relative;
	background: url("img/whiteButton.png") center repeat-x;
	-moz-background-size: 300% 100%;
	-webkit-background-size: 300% 100%;
	background-size: 300% 100%;
}

body.msie .whiteButton:after,
body.msie .whiteButton:before,
body.msie .grayButton:after,
body.msie .grayButton:before {
	content: " ";
	top: 0;
	display: block;
	position: absolute;
	width: 12px;
	height: 46px;
	background: url("img/whiteButton.png") no-repeat;
}

body.msie .whiteButton:before,
body.msie .grayButton:before {
	left: -12px;
	background-position: top left;
}

body.msie .whiteButton:after,
body.msie .grayButton:after {
	right: -12px;
	background-position: top right;
}

body.msie .grayButton {
	background-image: url("img/grayButton.png");
}

body.msie .grayButton:after,
body.msie .grayButton:before {
	background-image: url("img/grayButton.png");
}

/* ie9+ border-image workaround end */

/* @end */

/* @group Lists */

h1 + ul, h2 + ul, h3 + ul, h4 + ul, h5 + ul, h6 + ul {
	margin-top: 0;
}

ul, .box {
	color: black;
	background: #fff;
	border: 1px solid #B4B4B4;
	font: bold 17px Helvetica;
	padding: 0;
	margin: 15px 10px 17px 10px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

ul li, .box {
	position: relative;
	color: #666;
	border-top: 1px solid #B4B4B4;
	list-style-type: none;
	padding: 10px 10px 10px 10px;
}

body.fixed .box {
	position: static;
}

/* when you have a first LI item on any list */

li:first-child, li:first-child a {
	border-top: 0;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
}

li:last-child, li:last-child a {
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
}

/* universal arrows */

ul li.arrow a {
	padding-right: 25px;
	background-image: url(img/chevron.png);
	background-position: right center;
	background-repeat: no-repeat;
}

ul li.arrow.active a {
	background-image: none;
}

#plastic ul li.arrow, #metal ul li.arrow {
	background-image: url(../images/chevron_dg.png);
	background-position: right center;
	background-repeat: no-repeat;
}

/* universal links on list */

ul li a, li.img a + a {
	color: #000;
	text-decoration: none;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	padding: 12px 10px 12px 10px;
	margin: -10px;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

ul.list-packages li a,
ul.list-packages li.img a + a {
	padding-top: 4px;
}

ul li.image,
ul li.image-empty {
	height: 57px;
	padding: 0;
}

ul li.image a,
ul li.image-empty a {
	height: 33px;
	padding-left: 60px;
	margin: 0;
}

ul li.image b,
ul li.image-empty b {
	font-size: 14px;
}

ul li.image span,
ul li.image-empty span {
	font-size: 11px;
}

ul.list-packages li.image a {
	height: 41px;
}

ul li.image a img {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 61px;
	width: 55px;
	background: url(img/loading.gif) center no-repeat #fff;
}

ul li.image:first-child a img {
	-webkit-border-top-left-radius: 8px;
}

ul li.image:last-child a img {
	height: 57px;
	-webkit-border-bottom-left-radius: 8px;
}

ul li.active {
	background: url(img/selection.png) repeat-x #194fdb;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4378e3), to(#1f57c6));
}

ul li .site_loading {
	display: none;
	position: absolute;
	top: 15%;
	right: 0px;
	width: 35px;
	height: 38px;
	display: block;
}

ul li.load  {
	-webkit-animation-name: site_loading_animation;
	-webkit-animation-delay: .25s;
 	-webkit-animation-duration: 1.5s;
 	-webkit-animation-iteration-count: infinite;
 	-webkit-animation-direction: linear;
}

ul li.load .site_loading div {
	width: 2px;
	height: 5px;
	background: #fff;
	position: absolute;
	left: 44.5%;
	top: 37%;
	opacity: 0;
	-webkit-animation: fade 1s linear infinite;
	-webkit-border-radius: 50px;
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.2);
}

ul li.load .site_loading div.bar1 {-webkit-transform:rotate(0deg) translate(0, -142%); -webkit-animation-delay: 0s;}    
ul li.load div.bar2 {-webkit-transform:rotate(30deg) translate(0, -142%); -webkit-animation-delay: -0.9167s;}
ul li.load div.bar3 {-webkit-transform:rotate(60deg) translate(0, -142%); -webkit-animation-delay: -0.833s;}
ul li.load div.bar4 {-webkit-transform:rotate(90deg) translate(0, -142%); -webkit-animation-delay: -0.75s;}
ul li.load div.bar5 {-webkit-transform:rotate(120deg) translate(0, -142%); -webkit-animation-delay: -0.667s;}
ul li.load div.bar6 {-webkit-transform:rotate(150deg) translate(0, -142%); -webkit-animation-delay: -0.5833s;}
ul li.load div.bar7 {-webkit-transform:rotate(180deg) translate(0, -142%); -webkit-animation-delay: -0.5s;}
ul li.load div.bar8 {-webkit-transform:rotate(210deg) translate(0, -142%); -webkit-animation-delay: -0.41667s;}
ul li.load div.bar9 {-webkit-transform:rotate(240deg) translate(0, -142%); -webkit-animation-delay: -0.333s;}
ul li.load div.bar10 {-webkit-transform:rotate(270deg) translate(0, -142%); -webkit-animation-delay: -0.25s;}
ul li.load div.bar11 {-webkit-transform:rotate(300deg) translate(0, -142%); -webkit-animation-delay: -0.1667s;}
ul li.load div.bar12 {-webkit-transform:rotate(330deg) translate(0, -142%); -webkit-animation-delay: -0.0833s;}

@-webkit-keyframes fade {
	from {
		opacity: 1;
	}
	to {
		opacity: 0.25;
	}
}

@-webkit-keyframes site_loading_animation {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0.7;
	}
	75% {
		opacity: 0.95;
	}
}

ul li.active a,
ul li.active a > * {
	color: #fff;
}

ul li a.button {
	background-color: #194fdb;
	color: #fff;
}

ul li.img a + a {
	margin: -10px 10px -20px -5px;
	font-size: 17px;
	font-weight: bold;
}

ul li.img a + a + a {
	font-size: 14px;
	font-weight: normal;
	margin-left: -10px;
	margin-bottom: -10px;
	margin-top: 0;
}

ul li.img a + small + a {
	margin-left: -5px;
}

ul li.img a + small + a + a {
	margin-left: -10px;
	margin-top: -20px;
	margin-bottom: -10px;
	font-size: 14px;
	font-weight: normal;
}

ul li.img a + small + a + a + a {
	margin-left: 0px !important;
	margin-bottom: 0;
}

ul li a + a {
	color: #000;
	font: 14px Helvetica;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

ul li a + a + a, ul li.img a + a + a + a, ul li.img a + small + a + a + a {
	color: #666;
	font: 13px Helvetica;
	margin: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	padding: 0;
}

ul.striped li{
	opacity: 0.875;
}

ul.striped li:nth-child(2n+1) {
	opacity: 1;
}

/*
@end */

/* @group Forms */

ul.form li {
	padding: 7px 10px;
}

ul.form li.error {
	border: 2px solid red;
}

ul.form li.error + li.error {
	border-top: 0;
}

ul.form li:hover {
	background: #fff;
}

ul li input[type="text"], ul li input[type="password"], ul li textarea, ul li select {
	color: #777;
	background: #fff url(../.png);
	border: 0;
	font: normal 17px Helvetica;
	padding: 0;
	display: inline-block;
	margin-left: 0px;
	width: 100%;
	-webkit-appearance: textarea;
}

ul li textarea {
	height: 120px;
	padding: 0;
	text-indent: -2px;
}

ul li select {
	text-indent: 0px;
	-webkit-appearance: textfield;
	margin-left: -6px;
	width: 104%;
}

ul li input[type="checkbox"], ul li input[type="radio"] {
	margin: 0;
	color: rgb(50,79,133);
	padding: 10px 10px;
}

ul li input[type="checkbox"]:after, ul li input[type="radio"]:after {
	content: attr(title);
	font: 17px Helvetica;
	display: block;
	width: 246px;
	margin: -12px 0 0 17px;
}

/* @end */

/* @group Edge to edge */

.edgetoedge h4 {
	color: #fff;
	background: rgb(154,159,170) url(img/listGroup.png) top left repeat-x;
	border-top: 1px solid rgb(165,177,186);
	text-shadow: #666 0 1px 0;
	margin: 0;
	padding: 2px 10px;
}

.edgetoedge, .metal {
	margin: 0;
	padding: 0;
	background-color: rgb(255,255,255);
}

.edgetoedge ul, .metal ul, .plastic ul {
	-webkit-border-radius: 0;
	margin: 0;
	border-left: 0;
	border-right: 0;
	border-top: 0;
}

.metal ul {
	border-top: 0;
	border-bottom: 0;
	background: rgb(180,180,180);
}

.edgetoedge ul li:first-child, .edgetoedge ul li:first-child a, .edgetoedge ul li:last-child, .edgetoedge ul li:last-child a, .metal ul li:first-child a, .metal ul li:last-child a {
	-webkit-border-radius: 0;
}

.edgetoedge ul li > small {
	font-size: 16px;
	line-height: 28px;
}

.edgetoedge li, .metal li {
	-webkit-border-radius: 0;
}

.edgetoedge li em {
	font-weight: normal;
	font-style: normal;
}

.edgetoedge h4 + ul {
	border-top: 1px solid rgb(152,158,164);
	border-bottom: 1px solid rgb(113,125,133);
}

/* @end */

/* @group Mini Label */

ul li > small {
	color: #369;
	font: 17px Helvetica;
	text-align: right;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	width: 23%;
	float: right;
	padding: 3px 0px;
}

ul li.arrow > small {
	padding: 0 15px;
}

ul li small.counter {
	font-size: 17px !important;
	line-height: 13px !important;
	font-weight: bold;
	background: rgb(154,159,170);
	color: #fff;
	-webkit-border-radius: 11px;
	padding: 4px 10px 5px 10px;
	display: inline !important;
	width: auto;
	margin-top: -22px;
}

ul li.arrow small.counter {
	margin-right: 15px;
}

/* @end */

/* @group Plastic */

#plastic ul li.arrow, #metal ul li.arrow {
	background-image: url(img/listArrow.png);
	background-position: right center;
	background-repeat: no-repeat;
}

.edgetoedge ul, .metal ul, .plastic ul {
	-webkit-border-radius: 0;
	margin: 0;
	border-left: 0;
	border-right: 0;
	border-top: 0;
}

.metal ul li {
	border-top: 1px solid rgb(238,238,238);
	border-bottom: 1px solid rgb(156,158,165);
	background: url(../images/bgMetal.png) top left repeat-x;
	font-size: 26px;
	text-shadow: #fff 0 1px 0;
}

.metal ul li a {
	line-height: 26px;
	margin: 0;
	padding: 13px 0;
}

.metal ul li a:hover {
	color: rgb(0,0,0);
}

.metal ul li:hover > small {
	color: inherit;
}

.metal ul li a em {
	display: block;
	font-size: 14px;
	font-style: normal;
	color: #444;
	width: 50%;
	line-height: 14px;
}

.metal ul li > small {
	float: right;
	margin-top: 10px;
	font-weight: bold;
}

.metal ul li.arrow a > small {
	padding-right: 0;
	line-height: 17px;
}

.metal ul li.arrow {
	background: url(../images/bgMetal.png) top left repeat-x,
	url(../images/chevron_dg.png) right center no-repeat;
}

.plastic {
	margin: 0;
	padding: 0;
	background: rgb(173,173,173);
}

.plastic ul {
	-webkit-border-radius: 0;
	margin: 0;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	background-color: rgb(173,173,173);
}

.plastic ul li {
	-webkit-border-radius: 0;
	border-top: 1px solid rgb(191,191,191);
	border-bottom: 1px solid rgb(157,157,157);
}

.plastic ul li:nth-child(odd) {
	background-color: rgb(152,152,152);
	border-top: 1px solid rgb(181,181,181);
	border-bottom: 1px solid rgb(138,138,138);
}

.plastic ul + p {
	font-size: 11px;
	color: #2f3237;
	text-shadow: none;
	padding: 10px 10px;
}

.plastic ul + p strong {
	font-size: 14px;
	line-height: 18px;
	text-shadow: #fff 0 1px 0;
}

.plastic ul li a {
	text-shadow: rgb(211,211,211) 0 1px 0;
}

.plastic ul li:nth-child(odd) a {
	text-shadow: rgb(191,191,191) 0 1px 0;
}

.plastic ul li > small {
	color: #3C3C3C;
	text-shadow: rgb(211,211,211) 0 1px 0;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 24px;
}

#plastic ul.minibanner, #plastic ul.bigbanner {
	margin: 10px;
	border: 0;
	height: 81px;
	clear: both;
}

#plastic ul.bigbanner {
	height: 140px !important;
}

#plastic ul.minibanner li {
	border: 1px solid rgb(138,138,138);
	background-color: rgb(152,152,152);
	width: 145px;
	height: 81px;
	float: left;
	-webkit-border-radius: 5px;
	padding: 0;
}

#plastic ul.bigbanner li {
	border: 1px solid rgb(138,138,138);
	background-color: rgb(152,152,152);
	width: 296px;
	height: 140px;
	float: left;
	-webkit-border-radius: 5px;
	padding: 0;
	margin-bottom: 4px;
}

#plastic ul.minibanner li:first-child {
	margin-right: 6px;
}

#plastic ul.minibanner li a {
	color: transparent;
	text-shadow: none;
	display: block;
	width: 145px;
	height: 81px;
}

#plastic ul.bigbanner li a {
	color: transparent;
	text-shadow: none;
	display: block;
	width: 296px;
	height: 145px;
}

/* @end */

/* @group Individual */

ul.individual {
	border: 0;
	background: none;
	clear: both;
	overflow: hidden;
}

ul.individual li {
	color: rgb(183,190,205);
	font-size: 14px;
	text-align: center;
	-webkit-border-radius: 8px;
	-webkit-box-sizing: border-box;
	width: 48%;
	float: left;
	display: block;
	padding: 11px 10px 14px 10px;
	border-width: 1;
	background: #fff;
}

ul.individual li + li {
	float: right;
}

ul.individual li a {
	line-height: 16px;
	margin: -11px -10px -14px -10px;
	padding: 11px 10px 14px 10px;
	-webkit-border-radius: 8px;
}

/* @end */

/* @group Toggle */


.toggle {
	width: 94px;
	position: relative;
	height: 27px;
	display: block;
	overflow: hidden;
	float: right;
}

.toggle input[type="checkbox"]:checked {
	left: 0px;
}

.toggle input[type="checkbox"] {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	margin: 0;
	-webkit-border-radius: 5px;
	background: #fff url(img/on_off.png) 0 0 no-repeat;
	height: 27px;
	overflow: hidden;
	width: 149px;
	border: 0;
	-webkit-appearance: textarea;
	background-color: transparent;
	-webkit-transition: left .15s;
	position: absolute;
	top: 0;
	left: -55px;
}
/* @end */

.info {
	background: #dce1eb;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	text-shadow: rgba(255,255,255,.8) 0 1px 0;
	color: rgb(76, 86, 108);
	padding: 15px;
	border-top: 1px solid rgba(76, 86, 108, .3);
	font-weight: bold;
}

.languages {
	float: right;
}

.languages a {
	text-transform: lowercase;
}

.main {
	background: #c5ccd3 url(img/pinstripes.png);
}

.main:first-child .info {
	display: block;
}

.standalone .main .info {
	display: block;
}

.main.first .back {
	display: none !important;
}

ul > li a > * {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

ul > li > a > span {
	color: #666;
	font-size: 13px;
	margin: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	padding: 0;
}

.box {
	font-weight: normal;
}

.box h1,
.box h2 {
	margin: 7px 0 2px;
}

.box ul {
	margin: 5px 0px 0px;
	border: none;
	font-weight: normal;
}

.box ol {
	margin-left: 23px;
}

.box ul li {
	padding: 3px 10px 3px 18px;
	margin: 0px;
	border: none;
	background: url(img/listArrow.png) no-repeat 0px 10px;
}

div > div, div > h1, div > h2 {
	margin-top: 0px;
}

div + h1, div + h2, p + h1, p + h2 {
	margin-top: 15px;
}

.box h1, .box h2 {
	margin-left: 0px;
	padding-left: 0px;
}

.box .whiteButton,
.box .grayButton {
	margin: 0px;
}

.box table {
	width: 100%;
}

.box table td:first-child {
	width: 55%;
}

.big {
	font-size: 17px;
}

.small {
	font-size: 14px;
}

div.buttons {
	height: 50px;
	margin: 15px 10px 17px 10px;
}

div.buttons a {
	margin: 0;
	width: 35%;
	float: left;
}

.buttons a:nth-child(1n+2) {
	float: right;
}

.gallery-list-row {
	margin: 0px 0px 5px;
}

.gallery-list-item {
	width: 132px;
}

.clearfix {
	height: 0px;
	border: 0;
	background: none;
	clear: both;
	overflow: hidden;
}

.cst-request-errors {
	color: darkred;
}



.loading {
	background: url(img/loading.gif) center no-repeat #fff;
}

div.cst-request-user-data {
	clear: both;
	height: 23px;
}
div.cst-request-user-data > div {
	float: right;
}
div.cst-request-user-data div:first-child {
	float: left;
}

div.cst-request-user-data-hotelselect div {
	clear: both;
}
div.cst-request-user-data-hotelselect input[type="checkbox"] {
	margin: 4px 4px 4px 0;
}
div.cst-request-user-data-countries {
	margin-left: 0;
}
div.cst-request-user-data-states,
div.cst-request-user-data-hotels {
	margin-left: 15px;
	clear: both;
}

div.module-legal-privacy {
	margin-top: 0px !important;
}

div.cms-module-legal-imprint > h2.legal-realization {
	margin-top: 10px !important;
}

.gallery {
	background: white;
}

.gallery-item {
	display: inline-block;
	margin: 7px 3px 7px 0px;
	-webkit-box-shadow: 5px 5px 5px #888;
}

#gallery-image-holder {
	display: none;
	border-bottom: 10px solid transparent;
}

#gallery-image-holder img {
	width: 280px !important;
}

.landscape #gallery-image-holder img {
	width: 440px !important;
}

#map_canvas {
	height: 350px;
}

body.landscape #map_canvas {
	height: 230px;
}

body.ipad #map_canvas {
	height: 600px;
}

body.ipad.landscape #map_canvas {
	height: 850px;
}

#bookmark_info_wrapper {
	z-index: 90;
	position: absolute;
	top: 252px;
	left: 18px;
	height: 175px;
	width: 235px;
	color: #000;
	padding: 25px;
	background: transparent url(img/bookmarkInfo.png) top left no-repeat;
}

#bookmark_info_wrapper img {
	float: left;
	margin: 0 5px 5px 0;
}

#bookmark_info_wrapper span {
	position: relative;
	display: block;
	margin: 0 0 0 65px;
	font-size: 15px;
}

#bookmark_info_wrapper div.icon,
#bookmark_info_wrapper div.icon_overlay {
	z-index: 4;
	position: absolute;
	top: 28px;
	left: 29px;
	height: 60px;
	width: 60px;
	bookmarkIconOverlay.png
}

#bookmark_info_wrapper div.icon_overlay {
	z-index: 5;
	background: url(img/bookmarkIconOverlay.png) top left;
}

#bookmark_info_wrapper img.bookmark_symbol {
	float: none;
	position: absolute;
	top: 38px;
	left: 38px;
	height: 20px;
	width: 25px;
}

body.de #bookmark_info_wrapper img.bookmark_symbol {
	left: 29px;
}

body.fr #bookmark_info_wrapper img.bookmark_symbol {
	left: 78px;
}

body.it #bookmark_info_wrapper img.bookmark_symbol {
	left: 61px;
}

body.ru #bookmark_info_wrapper img.bookmark_symbol {
	top: 19px;
	left: 90px;
}

body.pl #bookmark_info_wrapper img.bookmark_symbol {
	left: 64px;
}

body.es #bookmark_info_wrapper img.bookmark_symbol {
	left: 114px;
}

body.landscape #bookmark_info_wrapper {
	top: 104px;
	left: 98px;
}

body.ipad #bookmark_info_wrapper {
	top: -10px;
	left: 65px;
	padding-top: 40px;
	background-image: url(img/bookmarkInfoIpad.png);
}

#bookmark_info_close {
	position: absolute;
	top: 0px;
	left: 150px;
	height: 15px;
	width: 20px;
}

div.social-media-layout-list h2 {
	min-height: 40px;
	padding-left: 40px;
	line-height: 35px;
	background: no-repeat left top;
}

body div.social-media-layout-list div.social-media-item {
	padding: 0 0 20px
}

div.social-media-item-title a {
	font-weight: bold;
}

div.social-media-item-meta {
	float: right;
}

.clearfix {
	clear: both;
	overflow: hidden;
	height: 0;
	border: 0;
}

.highslide-thumbstrip-horizontal-overlay {
	min-height: 45px;
}

.cst-geo-location-insert a:hover {
	color: #ccc;
}

.cst-roomtype-prices{
	clear:left;
}

.cst-routing-bing,
body.msie .cst-routing-google,
body.msie .cst-hotel-routing-head,
body.msie .cst-hotel-routing-hint {
	display: none;
}

body.msie .cst-routing-bing {
	display: block;
}

span.icon{
	display: none;
}

div.cst-detail-gallery-container {
	height: 160px;
	width: 270px;
}

div.cst-detail-gallery-container-scroller {
	height: 50px;
	width: 270px;
	margin-top: 1px;
}

div.cst-detail-gallery-container-scroller table {
	width: auto;
}

div.cst-detail-gallery-container-scroller div.vjg2_item,
div.cst-detail-gallery-container-scroller div.vjg2_item a {
	display: inline-block;
	width: 50px;
	height: 50px;
}

div.cst-detail-gallery-container-scroller div.vjg2_item {
	border-right: 1px solid white;
}