#route {
  float:left;
  width:700px;
  border-right:18px solid #FFFFFF;
}

#route_summary {
  width:100%;
  height:93px;
  border-bottom: 10px solid #FFFFFF;
  background:url(screen_FILES/route_summary_bg.jpg) repeat-x;
}

#route_description {
  width:100%;
  height:184px;
  background:url(screen_FILES/route_description_bg.jpg) repeat-x;
}

#route_summary h3 {
  margin: 0px 18px 10px 18px;
  padding-top:15px;
  font-size:12px;
}

#route_description h3 {
  font-size:12px;
  margin: 0px 0px 5px 0px;
  padding-top:15px;
}

#route_summary p {
  margin: 5px 18px 10px 18px;
  font-size:12px;
  color:#676767;
  width:600px;
}

#route table {
  margin-left:18px;
}

#route table tr td{
  font-size:12px;
}

td.time {
  width:80px;
}

td.km {
  width:50px;
}

td.space {
  width:20px;
}

td.first {
  color:#676767;
}

#route div.steps {
  margin-top:5px;
  width:630px;
  height:100px;
  overflow:auto;
}

#route div.steps table{
  border: 1px solid #bbbbbb;
  width:590px;
}

#route div.steps table tr td{
  color: #FFFFFF;
}

#route div.steps table tr.odd {
  background-color:#5b84b2;
}

#route div.steps table tr.even {
  background-color:#235999;
}

#googlemap {
  width:720px;
  height:195px;
  background-color: #EEEEEE;
  position:absolute;
  z-index:1;
}

#header_img {
  width:952px;
  position:absolute;
  z-index:2;
  text-align:right;
}

#map_container {
  margin: 0 auto;
  width:952px;
  height:195px;
}

input.print_route {
  width:116px;
  height: 19px;
  background:url(screen_FILES/print_button.jpg) no-repeat;
}

/* Slider */

#route #verticalSlide_route div.steps {
  margin:0px;
  overflow:hidden;
  width:630px;
  height:auto;
}

#verticalSlide_route {
  position:relative;
  width:670px;
  height:100px;
  overflow:hidden;
}

#verticalSlideContent_route {
  position:absolute;
  width:630px;
}

#sliderDiv_route {
  left:620px;
  top:10px;
  position:relative;
}

#alisliderDiv_route {
  position:absolute;
  top:-5px;
  left:-1px;
}

#arcsliderDiv_route {
  position:absolute;
  top:78px;
  left:-1px;
}

#posliderDiv_route {
  left:-3px;
}