@import url(common.css);

html, body {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
}

* {
	padding: 0;
	margin: 0;
}

img {
	border: none;
}

a, a:visited {
	color: #000080;
}

a:hover {
	color: #6060f0;
}

#container {
	left: 50%;
/*	margin-left: -518px;
	width: 1036px;
	padding-left: 6px;
	*/
	margin-left: -512px;
	width: 1024px;

	overflow: visible;
	position: relative;
	z-index: 100;

	background: #ffffff;
	/* background: url(../img/bg.png) 0 0 repeat-y #ffffff; */
}

#container .header, #container .footer, #container .body {
	position: relative;
	width: 1024px;
}

#logo {
	display: block;
	height: 70px;
	width: 360px;
	background: url(../img/logo.png) no-repeat 50% 0 #ffffff;

	text-decoration: none;
}

.defaultLogo, .homeLogo {
	width: 100%;

}

.defaultLogo #logo, .homeLogo #logo {
	margin: 0 auto;
}

.resultsPage #logo {
	float: left;
}

#logo span {
	display: none;
}

.homeLogo {
	margin-top: 6em;
}

#container .footer {
	text-align: center;
	font-size: 11px;
}

.bottomMenu {
	padding-top: 3pt;
	text-align: center;
}

#container .bannerTop, #container .bannerBottom {
	margin: 4px 0 0 0;
	text-align: center;
	clear: both;
}

ul {
  padding-left: 1em;
}

.map .column, .map .column2 {
	display: block;
	float: left;
	width: 341px;
	clear: none;
}

.map .column2 {
	width: 510px;
}

.map .region {
	padding: 4pt 4pt 0 4pt;
	clear: left;
}

.map .region img {
	float: left;
	width: 200px;
	padding-right: 4pt;
}

.map .province {
	padding-left: 8pt;
}

.topMenu {
	width: 1024px;
}

.topMenu a {
	display: block;
	float: left;
	padding-right: 1.5em;
}

.topMenu a.map {
	float: right;
}

#home {
	text-align: center;
}

#home .values {
	width: 800px;
	text-align: left;
	margin-left: 320px;
	padding: 1em 0;
}

#home .values input, .value input {
	border: 1px solid #a0a0a0;
	padding: 2px;
}

#home .values input {
	width: 380px;
	margin-right: 0.6em;
}

#home .values label, #searchBox label {
	color: #088c52;
	font-weight: bold;
}

/* .actionButtons {
 *	margin-bottom: 1.5em;
 * }
 */

.actionButtons input {
	border: 1px solid #808080;
	padding: 1px 4pt;
}

.goback {
	width: 100%;
	text-align: center;
}

#logo-home {
	width: 100%;
	height: 190px;
	background: url(../img/homelogo.jpeg) no-repeat 50% 30px #ffffff;
}

#searchBox {
	margin-left: 364px;
	padding-top: 18px;
}

.filters ul {
	list-style: none;
}

.filters ul, .filters li, #searchBox label {
	display: block;
	margin: 0;
}

.filters li a {
   	background-color: #ffffff;
	height: 1em;
}

.filters {
	font-size: 0.9em;
	float: left;
   	z-index: 102;
	width: 20px;
	position: relative;
}

.filters .toggler {
	background: url(../img/filters.png) 0 0 no-repeat #ffffff;
	width: 20px;
	height: 280px;
	z-index: 103;
	float: left;
	display: block;
}

.filters .stars, .filters .properties, .filters .positions {
   	background-color: #ffffff;
   	margin-left: 22px;
}

.filters .activation {
	font-weight: bold;
}

.filters div {
	display: none;
}

.filtersOn {
	width: 200px;
}

.filtersOn .toggler {
	background: url(../img/filtersOn.png) 0 0 no-repeat #ffffff;
}

.filtersOn div {
	display: block;
}

.withFilters {
	width: 60% !important;
}

/*
 * hotels
 */

a.selected, a.unselected {
	display: block;
	padding: 2px 0 2px 14px;
	background: url(../img/add.png) no-repeat 2px 51% transparent;
}

a.selected, .filters a.selected {
	color: #ffff00;
	background: url(../img/sub.png) no-repeat 2px 51% #951b1a;
}

.municipality a {
	display: block;
}

.geoList {
	clear: left;
}

.geoList img {
	float: left;
	width: 200px;
}

.geoList div {
	margin-left: 200px;
	margin-right: 19%;
	padding: 0 6pt;
}

#geoList {
	display: block;
	float: right;
	width: 18%;
}

#hotelList {
	width: 78%;
}

#hotelList td {
	height: 40px;
	border-bottom: 1px dashed #d6deef;
}

#sortBySelection {
	margin-right: 20%;
	text-align: right;
	border-bottom: 1px solid #a0a0f0;
}

.hotelProperties {
	margin-top: 4pt;
	border-top: 1px solid #000090;
	padding-top: 4pt;
}

.hotelProperties ul li {
	display: block;
}

.hotelImagesLeft, .hotelImagesRight {
	float: left;
	width: 20%;
	overflow: hidden;
}

.hotelImagesRight {
	float: right;
}

.hotelImagesLeft img, .hotelImagesRight img {
	width: 205px;
	margin-bottom: 4em;
}

.hotelDetails {
	clear: none;
	margin-left: 21%;
	margin-right: 21%;
}

.hotelDetails .description {
	margin-top: 1em;
}

.resultsInfo {
	clear: left;
	width: 80%;
	line-height: 20pt;
	border-top: 1px solid #000080;
	font-weight: bold;
	background-color: #d6deef;
	color: #088c52;
	text-align: right;
	padding-right: 2pt;
}

.resultsAdv {
	position: absolute;
	right: 0;
	width: 19%;
	top: 2.2em;
	z-index: 1;
}

.error {
	color: red;
}