/* Body */
body {
    min-width: 1070px;
}

/* Description */
#description h1 {
    margin: 0 0 22px;
    font-weight: normal;
    font-size: 38px;
    line-height: 38px;
    color: #404040;
}
#description strong {
    font-weight: normal;
}
.desc-content {
    width: 980px;
    margin: 0 auto;
    padding: 30px 0;
}
.desc-column {
    float: left;
    width: 310px;
    margin: 0 25px 0 0;
    line-height: 1.25;
    color: #606060;
}

/* Route panel */
#route-panel {
    position: relative;
    width: 100%;
    height: 50px;
    background: #d4d4d4;
    background: -webkit-linear-gradient(top, #dbdbdb, #c7c7c7);
    background: -moz-linear-gradient(top, #dbdbdb, #c7c7c7);
    background: linear-gradient(top, #dbdbdb, #c7c7c7);
    font: 14px/16px Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: subpixel-antialiased;
    z-index: 5;
}
#route-panel.roup-sticky {
    position: fixed;
    top: -1px;
    left: 0;
}
.roup-background {
    position: absolute;
    top: -4px;
    left: 0;
    width: 100%;
    height: 75px;
    background: url('map/panel.png') repeat-x;
}
.roup-content {
    position: relative;
    width: 980px;
    margin: 0 auto;
    padding: 10px 0;
    z-index: 1;
}

/* Stations dropdown tweaks */
#route-panel #stations {
    top: 0;
    width: 291px;
    margin-left: -3px;
    border-radius: 0 0 6px 6px;
    border-top-color: #cacaca;
}
#route-panel .st-search {
	padding: 13px 8px 12px;
}
#route-panel .stl-items {
    width: 291px;
}

/* Icons */
.roup-entrance,
.roup-exit,
.roup-arrow,
.roup-time,
.roup-walk,
.roup-reset {
    float: left;
    background: url('map/icons.png') no-repeat;
    height: 20px;
    margin-top: 5px;
}
.roup-entrance,
.roup-exit {
    width: 49px;
}
.roup-entrance {
    margin-right: 12px;
}
.roup-exit {
    margin-left: 12px;
    background-position: -38px 0;
}
.roup-arrow {
    width: 12px;
    margin-right: 11px;
    margin-left: 12px;
    background-position: -90px 0;
}
.roup-time {
    display: none;
    margin-left: 17px;
    padding-left: 28px;
    background-position: -130px 0;
    font-size: 23px;
    line-height: 22px;
    color: #404040;
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
}
.roup-dash {
    margin: 0 5px;
}
.roup-walk {
    display: none;
    width: 210px;
    margin-left: 12px;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #999;
    background: none;
    text-shadow: 0 1px 0 rgba(255,255,255,0.25);
}
.roup-reset {
    display: none;
    float: right;
    width: 19px;
    margin-top: 6px;
    background-position: -105px 0;
    cursor: pointer;
}

/* Station */
.roup-station {
    float: left;
    width: 285px;
    height: 17px;
    border: 1px solid #999;
    border-top-color: #A2A2A2;
    border-bottom-color: #959595;
    border-radius: 15px;
    padding: 6px 0;
    background: #E4E4E4;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F5F5F5', endColorstr='#D2D2D2');
    background: -webkit-linear-gradient(top, #F5F5F5, #D2D2D2);
    background: -moz-linear-gradient(top, #F5F5F5, #D2D2D2);
    background: linear-gradient(to bottom, #F5F5F5, #D2D2D2);
    box-shadow: 0 1px 0 rgba(255,255,255,0.3), inset 0 1px 0 rgba(255,255,255,0.5);
    cursor: pointer;
}
.roups-value {
    height: 17px;
    margin: 0 30px 0 11px;
    padding-left: 19px;
    font-size: 14px;
    line-height: 18px;
    color: #808080;
	background-repeat: no-repeat;
	background-position: 0 2px;
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
}
.roups-pressed {
    box-shadow: 0 1px 0 rgba(255,255,255,0.3), inset 0 1px 4px rgba(0,0,0,0.2);
}
.roups-pressed .roups-value {
    opacity: 0.5;
}
.roups-selected {
    color: #444;
}

/* Map */
#map {
    padding: 40px 0 60px;
    background: url("common/paper.png") #f5f3ed;
}
.map-content {
    position: relative;
    margin: 0 auto;
}
.map-overlay {
    position: absolute;
    top: 0;
    left: 0;
}
.map-marker {
	position: absolute;
	width: 100px; height: 100px;
	background: url('map/marker.png') no-repeat;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .map-image {
      image-rendering:-moz-crisp-edges;
      image-rendering:-webkit-optimize-contrast;
    }
}

/* Tooltip */
#tooltip {
    display: none;
	position: absolute;
    top: 0;
	left: 0;
    padding: 10px 12px 8px;
	border: 1px solid #d0cfca;
	border-radius: 4px;
	background: #FFF;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}
.ttip-title {
    margin: 0 0 4px;
    font-weight: normal;
	font-size: 16px;
	line-height: 18px;
}
.ttip-hint {
    width: 160px;
    margin: 0;
    font-size: 12px;
    line-height: 14px;
    color: #909090;
}

/* Obstacle */
#obstacle {
	position: absolute;
	visibility: hidden;
	width: 400px;
	z-index: 2;
}

/* Direct */
#direct {
    position: relative;
    border: 1px dashed #999;
    border-width: 1px 0;
    background: #FFF;
}
#direct-content {
    width: 980px;
    margin: 10px auto 20px;
    min-height: 80px;
    font-size: 13px;
    line-height: 16px;
}

/* History */
#history {
    width: 980px;
    margin: 35px auto 30px;
    color: #606060;
}
#history strong {
    font-weight: normal;
}
.hist-left {
    float: left;
    width: 470px;
    margin: 0;
}
.hist-right {
    float: right;
    width: 470px;
    margin: 0;
}

/* Places */
#places {
    width: 980px;
    margin: 30px auto;
}
.places-title {
    margin: 0 0 10px;
    font-weight: normal;
    font-size: 22px;
}
.places-group {
    margin: 0 0 5px;
    color: #999;
}
