.dealerlist {
	width: 100%;
}
.dealerlist td {
	vertical-align: top;
}

.dealerlist td.name {
	font-weight: bold;
	color: #d85936;
}

.dealerlist td.address {
	
	line-height: 20px;
	width: 170px;
}
.dealerlist td.contact {


}
.dealerlist .phone {
	background: url('images/layout/tlf.gif') no-repeat;
	padding-left:20px; padding-right:0; padding-top:3px; padding-bottom:3px
}
.dealerlist .mail {
	background: url('images/layout/mail.gif') no-repeat;
	display: block;
	color: #d85936; padding-left:20px; padding-right:0; padding-top:3px; padding-bottom:3px

}
.dealerlist .web {
	background: url('images/layout/web.gif') no-repeat;
	display: block;
	color: #d85936; padding-left:20px; padding-right:0; padding-top:3px; padding-bottom:3px
}
.dealerlist .cert {
	text-align: right;
}
.dealerlist .line {
	background: url('images/layout/line.gif') repeat-x center;
	height: 20px
}



