/* Copyright (c) 2009, L. IJsselstein and others
  Yournavigation.org All rights reserved.
 */
 
/* commented backslash hack \*/ 
html, body{font: 90% arial, helvetica, sans-serif;}
/* end hack */
html,body {margin:0;padding:0;}

<![if lt IE 7]>
* html #outer{
    width:100%;/* box model hack for ie5.+*/
}
<![endif]>
/* route via stuff */
.route_via {
    list-style: none;
    position: relative;
    top: 5px;
}
.route_plus {
    position: relative;
    top: -20px;
    left: 250px;
}

#route_via img.marker {
    cursor: pointer;
}

#route_via .marker, #route_via .via_image, #route_via .via_del_image {
    vertical-align: middle;
}

#route ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#route ul li {
    margin: 2px 0 6px 0;
    padding: 0;
    font-weight: bold;
    line-height: 30px; /* height of icon */
    background-repeat: no-repeat;
    background-position: 0 50%;
}

#route ul li a {
    display: block;
    margin-left: 30px; /* width of icon + whitespace */
    padding-left: 20px;
    width: 30px;
    style-set: "std-button";
}

#route input.box {
    display: inline-block;        /* inline with outer text */
    display-model: inline-inside; /* contains only inlines */
    width: 225px; 
    style-set: "std-input";    /* all other visual and behavioral styles are
                                     derived from standard checkbox */
}

#via_begin { background-image: url(markers/route1.png); }
#via_end { background-image: url(markers/route2.png); }
#via_a { background-image: url(markers/letter1.png); }
#via_b { background-image: url(markers/letter2.png); }
#via_c { background-image: url(markers/letter3.png); }

#route_action {
    position: relative;
}

