﻿
.tx-cargo .searchResult {

}

.tx-cargo #flashMessages {
	background-color: #f0f0f0;
	color: red;
	font-size: 1.1em;
	display: none;
	/*
	position: absolute;
	*/
	z-index: 1000;
}

.tx-cargo #flashMessages ul {
	list-style: none;
}

.tx-cargo .infoWindow .storename {
	font-weight: bold;
}

/* store list */
.tx-cargo table.tx_stores {
	border-collapse: collapse;
}

.tx-cargo table.tx_stores td {
	padding-left: 5px;
}

.tx-cargo table.tx_stores tr.odd td {
	background-color: #f0f0f0;
}

.tx-cargo div.searchResultContainer {

}

.tx-cargo .searchResultContainer ul {
	margin: 0;
	padding: 0;

}

.tx-cargo .searchResultContainer ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-right: 5px;
	float: left;
}

.tx-cargo ul.odd li {
	background-color: #f0f0f0;

}

.tx-cargo .clearer {
	clear: both;
}


/*Michal*/

#storefinder-canvas {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 740px;
}

.map-icon-text {
	color: #ffffff;
	font-weight: bold;
	font-size: 10px;
}

.autocomplete {
	left: 0;
	padding: 50px 0 0 50px;
	position: absolute;
	top: 0;
	width: 400px;
}

.autocomplete-suggestions {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #999;
	background: #FFF;
	cursor: default;
	overflow: auto;
	-webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
	-moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
	box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
}

.autocomplete-suggestion {
	padding: 2px 5px;
	white-space: nowrap;
	overflow: hidden;
}

.autocomplete-no-suggestion {
	padding: 2px 5px;
}

.autocomplete-selected {
	background: #F0F0F0;
}

.autocomplete-suggestions strong {
	font-weight: bold;
	color: #000;
}

.autocomplete-group {
	padding: 2px 5px;
	font-weight: bold;
	font-size: 16px;
	color: #000;
	display: block;
	border-bottom: 1px solid #000;
}


#storefinder-result-canvas {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 400px;
}

.map-icon-text {
	color: #ffffff;
	font-weight: bold;
	font-size: 10px;
}