/* CUSTOM CSS für die Dealersearch.aspx */

#dealersearch {}

#dealersearch-header {
    text-align:center;
    }

#dealersearch-logo {
    margin:50px 0 50px 0;
    }

#dealersearch-position-logo {
    margin:25px 0 0 0;
    }
	
.ui-field-contain { 
	padding: 0.3em 0; 
	margin: 0; 
	border-bottom-width: 0px; 
	overflow: visible; 
	}

.ui-br {
	border-bottom: rgb(130,130,130);
	border-bottom: rgba(130,130,130,.3);
	border-bottom-width: 0px;
	border-bottom-style: solid;
	}
	
.result_list_img {
	position: absolute;
	left: 10px;
	top: 20px;
	max-height: 80px;
	max-width: 80px;
	}
	
.dealersearch_fax {
	font-size: 16px;
	background: 			#eee;
	font-weight: bold;
	color: 					#444;
	text-shadow: 0 1px 1px #f6f6f6;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fdfdfd), to(#eee)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #fdfdfd, #eee); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #fdfdfd, #eee); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #fdfdfd, #eee); /* IE10 */
	background-image:      -o-linear-gradient(top, #fdfdfd, #eee); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #fdfdfd, #eee);
}