/* Containers
----------------------------------------------------------------------------------------------------*/

.container {
	margin-left: auto;
	margin-right: auto;
	width: 946px;
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_sidebar,
.grid_content,
.grid_full {
	display: inline;
	float: left;
	position: relative;
}

/* Grid >> 2 Columns
----------------------------------------------------------------------------------------------------*/

.container .grid_sidebar {
	width: 264px;
}

.container .grid_content {
	width: 682px;
}

.container .grid_full {
	width: 946px;
}


/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

#language_selection {
	display: block;
	position: relative;
	float: right;
	margin-top: -42px;
	margin-right: 0px;
}

#qr-error {
	border: 2px solid #ED1C24;
	margin: 10px 20px 0px 20px;
	padding: 0 2px 10px 0px;
}

.qr-hotel-error {
	border: 2px solid #ED1C24 !important;
	display: block;
	position: relative;
}
