@charset "utf-8";
/* CSS Document */

#tx-kind-storefinder-container {
	width: 800px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#tx-kind-storefinder-container h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #fff;
	margin: 0;
	padding: 0;
}

#tx-kind-storefinder-container h2 {
	font-size: 13px;
	font-weight: bold;
	color: #083376;
	margin: 0;
	padding: 0;
}

#tx-kind-storefinder-search-container {
	width: 245px;
	margin: 0 10px 0 0;
	float: left;
}

#tx-kind-storefinder-result-container {
	width: 545px;
	margin: 0;
	float: left;
}

#tx-kind-storefinder-search-header {
	height: 30px;
	width: 225px;
	line-height: 30px;
	padding: 5px 0 0 20px;
	margin-bottom: 5px;
	background: url(pixel/bg-search-header.gif) top left no-repeat;
}

#tx-kind-storefinder-result-header {
	height: 30px;
	width: 525px;
	line-height: 30px;
	padding: 5px 0 0 20px;
	margin-bottom: 5px;
	background: url(pixel/bg-result-header.gif) top left no-repeat;
}

/*
#tx-kind-storefinder-quicksearch-container, #tx-kind-storefinder-fullsearch-container {
	width: 235px;
	height: 349px;
	padding: 5px;
	padding-bottom: 10px;
	
	background: #ccc url(pixel/bg-search.jpg) top left no-repeat;
}

#tx-kind-storefinder-fullsearch-container {
	display: none;
}
*/
#tx-kind-storefinder-search-forms {
	width: 235px;
	height: 349px;
	padding: 5px;
	padding-bottom: 10px;
	background: #ccc url(pixel/bg-search.jpg) top left no-repeat;
}

#tx-kind-storefinder-search-nav {
	height: 25px;
	margin: 0;
	padding: 0;
}
#tx-kind-storefinder-result {
	padding: 10px 20px 15px 20px;
	height: 339px;
	background: #ccc url(pixel/bg-result.jpg) bottom left no-repeat;
}



#tx-kind-storefinder-result p {
	line-height: 18px;
	margin-top: 25px;
}

#tx-kind-storefinder-result-count {
	height: 25px;
}

#tx-kind-storefinder-result-listing{
	height: 315px;
	overflow: auto;
}

#tx-kind-storefinder-result-listing td {
	padding: 15px 0;
	color: #000;
	border-bottom: 1px solid #cccccc;
	font-size: 12px;
}

.tx-kind-storefinder-moreinfo a {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #083376;
	background: url(pixel/btn-info.gif) top left  no-repeat;
	padding-left: 15px;
	margin-left: 15px;
}

.tx-kind-storefinder-moreinfo a:hover {
	text-decoration: underline;
}

a.tx-kind-storefinder-quicksearch {
	width: 102px;
	height: 25px;
	display: block;
	float: left;
	line-height: 25px;
	padding-left: 10px;
	background: url(pixel/btn-quicksearch.gif) top left;
	color: #fff;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

a.tx-kind-storefinder-quicksearch:hover {
	background-position: bottom left;
	color: #083376;
}

a.tx-kind-storefinder-fullsearch {
	width: 116px;
	height: 25px;
	display: block;
	float: left;
	line-height: 25px;
	padding-left: 7px;
	background: url(pixel/btn-fullsearch.gif) top left;
	color: #fff;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

a.tx-kind-storefinder-fullsearch:hover {
	background-position: bottom left;
	color: #083376;
}

a.tx-kind-storefinder-active {
	/*background: url(pixel/btn-quicksearch.gif) bottom left !important;*/
	background-position: bottom left !important;
	color: #083376 !important;
}

#tx-kind-storefinder-form-container {
	height: 300px;
	background: url(pixel/bg-form-container.gif) top left repeat-y;
	clear: both;
	padding: 20px 10px 5px 10px;
}

#tx-kind-storefinder-container input, select {
	border: 1px solid #c3c3c3;
	color: #555;
	width: 120px;
	margin-bottom: 10px;
	float: left;
}

.tx-kind-storefinder-submit {
	width: 60px !important;
	float: right !important;
	margin-top: 20px;
}

#tx-kind-storefinder-form-container #radius {
	width: 70px !important;
}

#tx-kind-storefinder-form-container label {
	font-weight: bold;
	line-height: 25px;
	float: left;
	width: 70px;
}

#tx-kind-storefinder-form-container br {
	clear: both;
}

.tx-kind-storefinder-distance-container {
	margin: 10px 0 0 0;
	padding: 0;
}

#tx-kind-storefinder-moreinfo-container {
	display: none;
}

.tx-kind-storefinder-moreinfo-box {
	width: 800px;
	/*height: 650px;*/
}

.tx-kind-storefinder-detail {
	background: url(pixel/bg-detail.jpg) top left no-repeat;
	height: 370px;
	width: 185px;
	float: left;
	padding: 15px 50px 15px 20px;
}

.tx-kind-storefinder-detail h2 {
	font-size: 13px;
	color: #003475;
	padding: 0;
	margin: 0;
	line-height: 13px;
}

.tx-kind-storefinder-detail img {
	margin: -10px 0 25px 0;
}

.tx-kind-storefinder-detail p {
	margin: 0 0 15px 0;
}

.tx-kind-storefinder-map {
	background: url(pixel/bg-map.jpg) top left no-repeat;
	height: 400px;
	width: 545px;
	float: left;
}

.tx-kind-storefinder-close {
	clear: both;
	height: 20px;
	padding: 7px 5px 0 0 !important;
	width: 795px;
	text-align: right;
}

/*
Thickbox Navigation
*/

.tx-kind-storefinder-map-menu {
	height: 35px;
	width: 534px;
	padding: 5px 5px 0 5px;
}

.tx-kind-storefinder-map-menu a {
	height: 27px;
	padding: 8px 15px 0 15px;
	color: #083376 !important;
	font-size: 13px;
	font-weight: bold;
	display: block;
	background: url(pixel/bg-map-overview.gif) top left no-repeat;
}

/*
Thickbox Map
*/

.tx-kind-storefinder-googlemap {
	width: 524px;
	height: 345px;
	padding: 5px 10px 10px 10px;
}


.mapswindow a {
	background: url(http://www.kind.de/fileadmin/pixel/storefinder/maps-route-pfeil.png) center left no-repeat;
	padding-left: 10px;
}

.mapswindow {
	background: url(http://www.kind.de/fileadmin/pixel/storefinder/kind-logo-maps-uk.png) top right no-repeat;
}


/* 
IE6 FIXES - START
*/

* html #tx-kind-storefinder-search-header {
	width: 245px;
}

* html #tx-kind-storefinder-result-header {
	width: 545px;
}

* html #tx-kind-storefinder-search-forms {
	width: 245px;
	height: 364px;
}

* html #tx-kind-storefinder-result {
	height: 364px;
}

* html a.tx-kind-storefinder-quicksearch {
	width: 112px;
}

* html a.tx-kind-storefinder-fullsearch {
	width: 123px;
}

* html .tx-kind-storefinder-detail {
	width: 255px;
	height: 400px;
	
}

* html #TB_ajaxContent {
	height: 460px !important;
	width: 830px !important;
}

* html .tx-kind-storefinder-map-menu a {
	height: 35px;
}

* html .tx-kind-storefinder-googlemap {
	width: 544px;
	height: 360px;
}

/* 
IE6 FIXES - END
*/

/*
Safari Fix
*/

/*\*/
html>body*#TB_ajaxContent {height: 460px !important; width: 830px !important; }
/**/