/**
* Css
*
* @author			Lars Wolff <lars.wolff@tsitrone.de>
* @author			Boris Feldmann <boris.feldmann@tsitrone.de>
* @copyright		&copy; 2006 - Tsitrone medien GmbH & Co. KG
* @link				http://www.tsitrone.de
* @package			googlemapslocator (Typo3 Extension)
* @revision			$Revision: 1298 $
* @version			1.0
* @modifiedby		$LastChangedBy: lars $
* @lastmodified	$Date: 2006-11-30 12:57:38 +0100 (Do, 30 Nov 2006) $
* 
* SVN FILE: $Id: tx_googlemapslocator_pi1.css 1298 2007-06-21 16:05:56Z thorsten $
*
*/
/* CSS for tx_googlemapslocator_pi1 */
.tx-googlemapslocator-pi1 .clearboth {
	clear: both;
}
.tx-googlemapslocator-pi1 dd {margin:0;}
/* Google Map */
.tx-googlemapslocator-pi1 .google-map {
	float: left;
	width: 533px;
	padding: 1px 0 0 8px;
}
.tx-googlemapslocator-pi1 .google-map .map {
	border: 1px solid #c4c4c4;
	background: url(/typo3conf/ext/googlemapslocator/pi1/images/loading.gif) no-repeat 50% 50%;
}
/* Search form */
.tx-googlemapslocator-pi1 dt{
	font-weight:normal;
}

.tx-googlemapslocator-pi1 dl {
	margin:0;
}
.tx-googlemapslocator-pi1 .searchform {
	float: left; 
	width: 170px;
	background: white;
	margin-left: 1px;
}
.tx-googlemapslocator-pi1 .searchform form {
	margin: 0;
	padding: 0;
}
.tx-googlemapslocator-pi1 .searchform .border {
	border: 1px solid #c4c4c4;
	float:left;
	padding: .5em;
	width:155px;
}
.tx-googlemapslocator-pi1 .searchform dt {
	margin-bottom: .5em;
}
.tx-googlemapslocator-pi1 .searchform label {
	display: block;
	font-weight: bold;
}
.tx-googlemapslocator-pi1 .searchform dd input {
	width: 150px;
	margin:0;
}
.tx-googlemapslocator-pi1 .searchform dd select {
	width: 212px;
}
.tx-googlemapslocator-pi1 .searchform dd.zipCity input.zip {
	float: left;
	width: 40px;
	margin-right: 5px;
	*margin-right: 2px;
}
.tx-googlemapslocator-pi1 .searchform dd.zipCity input.city {
	width: 98px;
	*width: 96px;
}
.tx-googlemapslocator-pi1 .searchform dd.country select {
	width:152px;
}
.tx-googlemapslocator-pi1 .searchform hr {

}
.tx-googlemapslocator-pi1 .searchform dt.submit input {
	margin: .5em 0 0 0;
	background:transparent url(img/dealer_submit.jpg) no-repeat center;
	border:0;
	width:142px;
	height:23px;
	text-align:left;
	padding:2px 0 5px 8px;
	*padding:3px 0 5px 10px;
	cursor:pointer;
	color:#fff;
}
/* Small search form */
.tx-googlemapslocator-pi1 .smallSearchform input.text {
	width: 80px;
}
.tx-googlemapslocator-pi1 .searchform .error {
	color: #e10915;
	font-weight: bold;
}
/* Result list */
.tx-googlemapslocator-pi1 .result-list {
	padding-top: .5em;
	clear: both;
}

.tx-googlemapslocator-pi1 .notice {
	padding-left: 0;
}

.tx-googlemapslocator-pi1 p.notice {
	padding-left: 179px;
}

.tx-googlemapslocator-pi1 .pagination {
	border: 1px solid #c4c4c4;
	height: 2em;
	line-height: 2em;
	background: #F0F0F0;
	padding-left: 1em;
	width: 698px;
}
.tx-googlemapslocator-pi1 .result-list .item {
	width: 230px;
	height: 250px;
	float: left;
	border: 1px solid #c4c4c4;
	margin: 8px 8px 0 0;
}
.tx-googlemapslocator-pi1 .result-list .item dl {
	padding: .25em .5em .5em;
}
.tx-googlemapslocator-pi1 .result-list dt {
	font-weight: bold;
}

.tx-googlemapslocator-pi1 .result-list h2 {
	padding: 10px 0 10px 179px;
}

.tx-googlemapslocator-pi1 .result-list dd.phone,
.tx-googlemapslocator-pi1 .result-list dd.distance,
.tx-googlemapslocator-pi1 .result-list dd.productclasses,
.tx-googlemapslocator-pi1 .result-list dd.details {
	margin-top: .75em;
}
.tx-googlemapslocator-pi1 .result-list dd.productclasses {
	font-weight: bold;
}
.tx-googlemapslocator-pi1 .result-list a.details {
	background: #900;
	color: white;
	padding: .2em .6em;
}

/* Search form Mobilheim */
.tx-googlemapslocator-pi1 .searchformMobilheim {
	float: left; 
    clear:left;
	background:#fff;
	padding-bottom:2px;
}
.tx-googlemapslocator-pi1 .searchformMobilheim form {
	margin: 0;
	padding: 0;
}
.tx-googlemapslocator-pi1 .searchformMobilheim .border {
	border: 1px solid #979797;
	padding: 0.5em;
	width:589px;
}
.tx-googlemapslocator-pi1 .searchformMobilheim dt {
	margin-bottom: .5em;
}
.tx-googlemapslocator-pi1 .searchformMobilheim label {
	display: block;
	font-weight: bold;
}
.tx-googlemapslocator-pi1 .searchformMobilheim dd input {
	width: 157px;
}
.tx-googlemapslocator-pi1 .searchformMobilheim dd.zip {
	float: left;
	margin-right: 2px;
}
.tx-googlemapslocator-pi1 .searchformMobilheim dd.zip input {
	width: 40px;
}
.tx-googlemapslocator-pi1 .searchformMobilheim dd.city input {
	width: 110px;
}
.tx-googlemapslocator-pi1 .searchformMobilheim dd.country select {
	width: 110px;
}

.tx-googlemapslocator-pi1 .searchformMobilheim hr {
	visibility: hidden;
	height: 2em;
}
.tx-googlemapslocator-pi1 .searchformMobilheim dt.submit {
	float: right;
	margin: 5em 0 0.1em 0;
}
/*Spezielle Einstellungen*/
.tx-googlemapslocator-pi1 .searchformMobilheim dd.dealername {
	margin-top:22px;
}





/* Eventlist */
.tx-googlemapslocator-pi1 .eventList {
	width: 100%;
	height: auto;
}
.tx-googlemapslocator-pi1 .eventList table {
	width: 100%;
	border-collapse: collapse;
}
.tx-googlemapslocator-pi1 .eventList table td {
	padding: 7px 0;
	border-top: 1px solid #ccc;
	vertical-align: middle;
}
.tx-googlemapslocator-pi1 .eventList table td.first {
	text-align: left;
	width: 140px;
	padding-left: 5px;
}
.tx-googlemapslocator-pi1 .eventList table td span.td_title {
	font-size: 14px;
}

