/* Autodealers.nl CSS voor de dealerwebsite */
   .clear {
      clear:both
   }
   
   .defaultText {
      font-style: italic;
      color: gray
   }

	.adp, .adp table {
    color: #fff;
    font-family: Roboto,Arial,sans-serif;
    font-weight: 300;
}

   #map {
      width:960px;
      height:500px;
      color:#000;
   }
   
   #info {
      width: 400px
   }
   
   #info a {
      color: #586585
   }
   
   #info_left {
      height:150px;
      width:150px;
      float:left
   }
   
   #smap {
      height:150px;
      width:200px;
      float:right;
      border:1px solid gray
   }
   
   #info .get_route {
      position: relative;
      float: right
   }
   
   #info .get_route input {
      width: 200px;
      float: right;
      margin-top: 5px;
      border: 1px solid gray
   }
   
   #info .get_route a {
      height: 28px;
      width: 50px;
      bottom: 2px;
      right: 0;
      position: absolute;
      text-indent: -9999px;
      overflow: hidden;
      background: url('/upload/4097_go.jpg') no-repeat center top
   }
   
   .get_route {
      margin: 10px 0
   }
   
   .get_route input {
      width: 778px;
      height: 30px;
      line-height: 30px;
      float:left;
      text-indent: 10px;
      border: 1px solid #ffffff
   }
   
   .get_route .btn_route {
      width: 180px;
      height:32px;
      float:left;
      overflow:hidden;
      text-indent: -9999px;
      background: url('/upload/4097_plan_route.png') no-repeat center top
   }
   
   .get_route .btn_route:hover, #info .get_route a:hover {
      cursor:hand;
      cursor:pointer;
      background-position: center bottom
   }
   
   .adp-directions {
      border-collapse: collapse;
      cursor: pointer;
      width: 100%;
      color: #fff;
   }