/*
.searchAddressContainer .addressRow {
	padding: 10px 10px 30px 10px;
	margin-bottom: 20px;
}

.searchAddressContainer .addressRow .dealerName {
	font-size: 14px;
	font-weight: bold;
}

.searchAddressContainer .mapsSearchAddressActive {
	color: yellow !important;
}

.dividerLine {
	height: 2px;
	width: 100%;
	background: #dbdbdb;
	margin: 60px 0 0 0;
}

.shadowDiv {
	height: 100%;
	width: 100%;
	display: block;
	position: relative;top;0;
	left: 0;
}

.shadowDiv .title {
	color: #017ebe;
	font-weight: bold;
	text-align: center;
	position: absolute;
	top: 100px;
	width: 100%;
	height: 25px;
	vertical-align: middle;
	display: block;
	text-align: center;
}

.shadowDiv .backgroundDiv {
	background: rgba(255,255,255,0.7);
	width: 100%;
	height: 100%;
}

.onepageCheckout span.title {
	color: #0095ca;
	margin-bottom: 10px;
	font-weight: bold;
	font-style: italic;
}
.dealerMietPeriode #dealerData {
	margin-bottom: 20px;
}

.dealerMietPeriode #dealerData .dealerName {
	font-size: 14px;
	font-weight: bold;
}

.onepageCheckout .productOrderData{
	border-bottom:1px solid #dbdbdb;
	margin-bottom:15px;
	padding-bottom:10px;
}

.onepageCheckout .noBorder{
	border:none;
}

/*.shdowDiv span {
 height: 25px ;
 width: 100%;
 display: block;
 font-size: 18px;

 }*/