html, body {height:100%;}
body {margin:0;background-color:#6a93ff;font:12px Helvetica, Trebuchet, Verdana, Arial, sans-serif;color:#ffffff;}
a {color:#ffffff;text-decoration:none;}
a:hover {text-decoration:none;}

.logo {background: url(../assets/logo.png) no-repeat 50% 50%;width:231px;height:50px;}
.logo2 {background: url(../assets/logo2.png) no-repeat 50% 50%;width:130px;height:108px;}
.logo2-big {background: url(../assets/logo2_big.png) no-repeat 50% 50%;width:253px;height:211px;}

.legal {width:600px;margin:10px auto 10px auto;border-bottom:1px solid white;padding-bottom:10px;text-align:justify;}

/* ALTERNATE CONTENT */

#wrap {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-user-select: none;
	height: 100%;
	padding-top: 60px;
}

#toolbar {
	position:absolute;
	top: 0px;
	width: 100%;
	height: 60px;
	background: url(../assets/logo_small.png) no-repeat 50% 10px #6a93ff;
	z-index:1000;
}

#toolbar > .language {
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 13px;
}

#backButton {
	position: relative;
	display: block;
	padding: 2px 0px;
	top: 42px;
	height: 14px;
	width: 100%;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
}
#backButton:hover {
	background: #fff;
	color: #9cf;
	text-decoration: none;
}

#alternate {
	height: 100%;
	overflow: auto;
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-o-background-size: auto 100%;
	-khtml-background-size: auto 100%;
	background-position: 50% 100%;
	background-repeat: no-repeat;
}

ul {
	padding: 0;
	margin: 0;
}

ul > li {
    position: relative;
    margin: 0;
	padding: 0;
    padding: 8px 0 8px 0px;
    font-size: 20px;
    font-weight: bold;
    list-style: none;
	border-bottom: 1px solid white;
}

ul > li > a {
    display: block;
    margin: -8px 0 -8px 0px;
    padding: 8px 32px 8px 10px;
    text-decoration: none;
    color: inherit;
}

.title {
	width: 90%;
	margin:20px auto 10px auto;
	font-size: 14px;
	font-weight: bold;
	color: #6a93ff;
	text-shadow: 1px 1px 1px #fff;
}

.accordion {
	width: 90%;
	margin: auto;
}

.accordion > .acc-title {
	display: block;
	background: #6a93ff;
	opacity: 0.8;
	font-size: 16px;
	color: white;
	margin: 2px 0px;
	padding: 1px 4px;
	cursor: pointer;
}

.accordion > .acc-content {
	display: none;
	background: #6a93ff;
	opacity: 0.8;
	color: white;
	padding: 2px 4px;
	height: 120px;
	overflow: auto;
}

.accordion > a:hover, .accordion > a:active {
	color: white !important;
	text-decoration: none;
}

.accordion > .green {
	background: #70D06F !important;
	color: #fff !important;
}

.green-text {
	color: #70D06F !important;
	text-shadow: 0px 0px 0px !important;
}

.item {
	position: relative;
	width: 90%;
	margin: auto;
}

.item-cat {
	position: relative;
	width: 80%;
	margin: auto;
	background-color: #9cf;
	color: #fff;
	text-align: right;
	padding: 40% 5%;
	font-size: 20px;
	margin-top: 5px;
}

.item > div {
	position: absolute;
	z-index: 1000;
	top: 40%;
	right: 0px;
	color: #fff;
	background-color: #9cf;
	text-align: right;
	font-size: 12px;
	padding: 10px;
	opacity: 0.7;
}
.item > div > span {
	font-size: 14px;
}

.item > img {
	width: 100%;
	min-height: 200px;
}

.news {
	position: absolute;
	color: #fff;
	background-color: #9cf;
	text-align: justify;
	font-size: 12px;
	padding: 0;
	opacity: 0.7;
	bottom: 0px;
	height: 100px;
}
.news > span {
	display: block;
	height: 64px;
	overflow: auto;
	padding: 0 10px 0 10px;
}

.news > h1 {
	display: block;
	font-size: 14px;
	margin: 10px;
}

a.spring {
	display: block;
	position: relative;
	width: 90%;
	margin: 10px auto 5px auto;
	border: 0;
	outline: 0;
}
a.spring:hover {
	text-decoration: none;
}

.spring > img {
	width: 100%;
	min-height: 200px;
}

.spring > h1 {
	position: absolute;
	z-index: 1000;
	bottom: 5px;
	margin: 0;
	color: #fff;
	font-size: 14px;
	width: 100%;
	text-align: center;
}

table.vendors {
	width: 320px;
	border-bottom: 1px solid white;
	padding:0;
	margin:auto;
}

.vendors td {
	padding: 1px;
}

.vendors td.search {
	padding:0;
}

.vendors #address {
	border: 1px solid white;
	padding: 2px;
	margin: 0;
	width: 230px;
	outline: 0;
}

.vendors .button {
	background-color: #fff;
	color: #6a93ff;
	border: 0px solid white;
	font-weight: bold;
	padding: 3px;
	margin: 0;
	width: 80px;
}

.vendors .button:hover {
	color: #fff;
	background-color: #6a93ff;
}

#detail a {
	text-decoration: underline;
}

#map_canvas {
	margin: auto;
	width: 310px;
}

.vendor-box {
	margin: 5px auto;
	padding: 5px 0px;
	border-bottom:1px solid white;
	width: 320px;
	min-height: 50px;
}

.vendor-box .result {
	padding: 5px 2px;
}

.vendor-box .result:hover {
	color: #6a93ff;
	background-color: #fff;
}

#detail {
	padding: 2px;
}

#results-box, #detail-box, #map_canvas { display: none;}
