#side
{
	position: absolute;
	left: 0;
	width: 300px;
}

#results
{
	position: relative;
	width: 723px;
	margin-left: 327px;
	min-height: 1300px;
}

#search-form
{
	position: relative;
	width: 300px;
	min-height: 330px;
	background-color: #6296c8;
	border: 1px solid #5c8ab7;
	padding: 24px;
	box-shadow: 2px 4px 5px #ddd;
}

#search-form input[type="text"]
{
	width: 100%;
	height: 37px;
	font-size: 13px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	padding: 0 38px 0 19px;
	border: 1px solid #2e6ba5;
}

#search-form input[type="submit"]
{
	position: relative;
	background-color: #f38c06;
	width: 100%;
	height: 37px;
	border: 1px solid #e26703;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	margin-top: 25px;
}

#search-form #icon
{
	position: absolute;
	top: 38px;
	right: 40px;
	width: 15px;
	height: 15px;
	background-image: url(/images/search-form-icon.png);
}

#search-form p
{
	color: #2a4b6b;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 12px;
	margin-bottom: 5px;
}

#search-region
{
	margin-top: 13px;
}

.dropdown-group
{
	display: inline-block;
	width: 109px;
	height: 58px;
	margin-top: 6px;
}

.dropdown-group:first-child
{
	margin-right: 28px;
}

/*
.dropdown-group select
{
	cursor: pointer;
	padding: 0 9px;
	-webkit-appearance: none;
	width: 100%;
	height: 37px;
	border: 1px solid #2e6ba5;
	background: url(/images/dropdown.png) #fff no-repeat right;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 12px;
}
*/

.checkbox-group
{
	display: inline-block;
	margin-bottom: 6px;
	margin-right: 12px;
}

#search-form .dropdown-group input[type="text"]
{
	padding: 0 9px;
}

input[type=checkbox].css-checkbox
{
	position: absolute; 
	overflow: hidden; 
	clip: rect(0 0 0 0); 
	height: 1px; 
	width: 1px; 
	margin: -1px; 
	padding: 0;
	border: 0;
}

input[type=checkbox].css-checkbox + label.css-label
{
	padding-left:20px;
	height:15px; 
	display:inline-block;
	line-height:15px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:13px;
	vertical-align:middle;
	cursor:pointer;
}

input[type=checkbox].css-checkbox:checked + label.css-label
{
	background-position: 0 -15px;
}

.css-label
{
	background-image:url(/images/checkbox.png);
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 13px;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #000;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #000;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #000;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #000;
}

#map
{
	position: relative;
	margin-top: 20px;
	height: 200px;
	width: 300px;
	box-shadow: 2px 4px 5px #ddd;
}

#options
{
	margin-top: 20px;
	position: relative;
	width: 300px;
	border: 1px solid #5c8ab7;
	box-shadow: 2px 4px 5px #ddd;
}

#options .header
{
	cursor: pointer;
	position: relative;
	width: 300px;
	height: 36px;
	font-size: 12px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color: #fff;
	background-color: #3174b4;
	padding: 9px 5px 8px 50px;
	border-bottom: 1px solid #5c8ab7;
}

#options .header span
{
	position: absolute;
	display: block;
	width: 12px;
	height: 8px;
	background-image: url(/images/check.png);
	left: 0;
	top: 50%;
	margin-top: -4px;
	left: 25px;
	transform:rotate(270deg);
	-ms-transform:rotate(270deg); /* IE 9 */
	-webkit-transform:rotate(270deg); /* Safari and Chrome */
}

#options .options.active .header
{
	background-color: #6296c8;
}

#options .options.active .header span
{
	transform:rotate(0deg);
	-ms-transform:rotate(0deg); /* IE 9 */
	-webkit-transform:rotate(0deg); /* Safari and Chrome */
}

#options .content
{
	background-color: #6296c8;
	padding: 15px 5px 7px 25px;
}

#options .content .checkbox-group
{
	display: block;
}

#options .header:last-child
{
	border: 0;
}

#options .options .content
{
	display: none;
}

#options .options.active .content
{
	display: block;
}

#bath-types
{
	position: relative;
	margin-top: 20px;
	width: 300px;
	height: 294px;
	border: 1px solid #e2e2e2;
	background-color: #eee;
}

#bath-types .type
{
	position: relative;
	height: 49px;
	width: 100%;
	border-bottom: 1px solid #e2e2e2;
	color: #a5a5a5;
	padding: 15px 10px 15px 70px;
	font-size: 13px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	cursor: pointer;
	background-position: left;
	background-repeat: no-repeat;
}

#bath-types .type:last-child
{
	border: 0;
}

#bath-types .type span
{
	position: absolute;
	display: block;
	width: 70px;
	height: 49px;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	background-position: center;
}

#bath-types .type.bath span
{
	background-image: url(/images/type-bath.png);
}

#bath-types .type.castle span
{
	background-image: url(/images/type-castle.png);
}

#bath-types .type.medicinal span
{
	background-image: url(/images/type-medicinal.png);
}

#bath-types .type.public span
{
	background-image: url(/images/type-public.png);
}

#bath-types .type.camping span
{
	background-image: url(/images/type-camping.png);
}

#bath-types .type.spa span
{
	background-image: url(/images/type-spa.png);
}

#search-bar
{
	position: relative;
	height: 43px;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	border-bottom: 1px solid #e2e2e2;
	border-top: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
	padding: 11px 0;
	color: #bbbbbb;
}

#search-bar .view
{
	cursor: pointer;
	position: relative;
	display: block;
	float: right;
	margin-top: -11px;
	height: 41px;
	width: 43px;
	border-left: 1px solid #e2e2e2;
	background-color: #eee;
}

#search-bar .view span
{
	position: absolute;
	display: block;
	width: 14px;
	top: 50%;
	left: 50%;
	margin-left: -7px;
}

#search-bar .view.list span
{
	position: absolute;
	display: block;
	width: 14px;
	height: 13px;
	top: 50%;
	margin-top: -6.5px;
	left: 50%;
	margin-left: -7px;
	background-image: url(/images/view-list.png);
}

#search-bar .view.list.active span
{
	background-position: 0 -13px;
}

#search-bar .view.grid span
{
	height: 14px;
	margin-top: -7px;
	background-image: url(/images/view-grid.png);
}

#search-bar .view.grid.active span
{
	background-position: 0 -14px;
}

#baths .bath
{
	margin-top: 20px;
	position: relative;
	width: 100%;
	height: 170px;
	border-bottom: 1px solid #e2e2e2;
	padding-left: 220px;
	padding-bottom: 18px;
}

#baths .bath img
{
	position: absolute;
	left: 0;
	box-shadow: 2px 4px 5px #ddd;
}

#baths .bath .name
{
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	color: #6296c8;
	width: 100%;
}

#baths .bath .address
{
	margin-top: 5px;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	color: #545e67;
	width: 100%;
}

#baths .bath .more
{
	display: block;
	width: 168px;
	height: 37px;
	background: url(/images/dropdown.png) #3174b4 no-repeat right;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	color: #fff;
	text-align: center;
	text-decoration: none;
	padding: 8px 0;
	position: absolute;
	right: 0;
	bottom: 18px;
	box-shadow: 2px 4px 5px #ddd;
	padding-right: 15px;
}

#baths .bath .other
{
	margin-top: 25px;
	font-size: 12px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	color: #545e67;
	width: 100%;
}

#baths .bath .other .orange
{
	color: #f38c06;
	font-weight: 400;
	margin-right: 20px;
}

#baths .bath .map-calendar
{
	position: absolute;
	bottom: 20px;
	font-size: 11px;
	font-family: 'Roboto', sans-serif;
	color: #545e67;
}

#baths .bath .view-map
{
	padding-left: 16px;
	cursor: pointer;
	background: url(/images/bath-view-map.png) no-repeat left;
	float: left;
	margin-right: 20px;
}

#baths .bath .view-calendar
{
	padding-left: 16px;
	cursor: pointer;
	background: url(/images/bath-view-calendar.png) no-repeat left;
	float: left;
	font-size: 11px;
	font-family: 'Roboto', sans-serif;
	color: #545e67;
	text-decoration: none;
}

#baths .bath.grid
{
	float: left;
	width: 220px;
	height: 405px;
	padding-left: 0;
	margin-right: 21px;
	padding-top: 150px;
}

#baths .bath.grid img
{
	position: absolute;
	top: 0;
}

#baths .bath.grid .name
{
	margin-top: 15px;
	display: block;
}

#baths .bath.grid .more
{
	width: 100%;
}

#baths .bath.grid .other
{
	margin-top: 5px;
	line-height: 1.7;
}

#baths .bath.grid  .map-calendar
{
	bottom: 65px;
}

#baths .bath.grid .counts
{
	display: block;
}

#baths .bath.not-paying
{
	height: 95px;
	border-bottom: 0;
	margin-top: 5px;
}

#baths .bath.not-paying:first-child
{
	margin-top: 30px;
}

#baths .bath.not-paying img
{
	width: 100px;
	float: left;
}

#baths .bath.not-paying img.secondary-img
{
	margin-left: 105px;
}

#baths .bath.not-paying .name
{
	font-size: 13px;
}

#baths .bath.not-paying .address
{
	font-size: 13px;
	margin-top: 0;
}

#baths .bath.not-paying .other
{
	font-size: 11px;
	margin-top: 3px;
}

#baths .bath.not-paying .other div
{
	float: left;
}

#baths .bath.not-paying .more
{
	display: none;
}

#baths .bath.not-paying.grid
{
	height: 220px;
	width: 100px;
	padding: 82px 0 0 0;
	margin: 20px 20px 10px 0;
}

#baths .bath.not-paying.grid .name
{
	margin-top: 0;
}

#baths .bath.not-paying.grid .address
{
	margin-top: 2px;
	font-size: 11px;
}

#baths .bath.not-paying.grid img.secondary-img
{
	display: none;
}

#baths .bath.not-paying.grid .view-map
{
	bottom: 0;
}

#baths .bath.not-paying.grid .other
{
	line-height: 1.2;
}

#baths .bath.not-paying.grid .counts
{
	display: none;
}