@charset "UTF-8";

div#routeGroup {
	float: left;
	display: block;
	width: 100%;
	height: auto;
	margin: 10px 0 0 0;
	padding: 0;
	overflow: hidden;
}

div#routeGroup ul, div#routeGroup li {
	list-style: none;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: auto;
}

div#routeGroup ul {
	clear: both;
	width: 100%;
}

div#routeGroup ul.even {
	background: #fff;
}

div#routeGroup ul.odd {
	background: #f2f2f2;
}

div#routeGroup div.separator {
	display: block;
	float: left;
	height: 1px;
	width: 100%;
	overflow: hidden;
	background: #eee;
	margin: 10px 0 10px 0;
	border-bottom: 1px solid #ddd;
}

/* RouteGroup
---------------------------------------------------------------------------- */

div#routeGroup div.routeGroupTimetable {
	cursor: pointer;
	float: left;
	display: block;
	overflow: visible;
	width: 100%;
	height: 20px;
}

div#routeGroup div.routeGroupTimetable div.icon {
	display: block;
	float: left;
	margin: 4px 8px 0 0;
	background: url('../../../../shared/gfx/arrows.png') no-repeat -12px 0px;
	width: 14px;
	height: 14px;
	margin: 5px 6px 0 0;
}

div#routeGroup div.routeGroupTimetable.collapse div.icon {
	margin: 3px 7px 2px 1px;
	background: url('../../../../shared/gfx/arrows.png') no-repeat 0px 0px;
	width: 12px;
}

div#routeGroup div.routeGroupTimetable div.name {
	font-size: 16px;
	font-weight: bold;
	float: left;
	width: auto;
}

/* RouteGroupList
---------------------------------------------------------------------------- */

div#routeGroup div.routeGroupList {
	float: left;
	display: block;
	overflow: hidden;
	width: 100%;
	height: auto;
}

div#routeGroup div.routeGroupList.collapse {
	height: 0px;
}

div#routeGroup div.routeGroupList div.localRoutes {
	font-weight: bold;
	float: left;
	width: 100%;
	padding: 8px 0 8px 22px;
	clear: both;
	overflow: hidden;
}

/* Route
---------------------------------------------------------------------------- */

div#routeGroup ul.route {
	display: block;
	float: left;
	clear: both;
	overflow: visible;
	width: 100%;
	height: auto;
}

div#routeGroup ul.route li {
	float: left;
	height: 24px;
	line-height: 24px;
	width: 100%;
}

div#routeGroup ul.route li div.destinations {
	float: left;
	width: auto;
	height: 100%;
	padding: 0 0 0 22px;
}

div#routeGroup ul.route li div.buttons {
	float: right;
	display: block;
	width: auto;
	height: 100%;
}

div#routeGroup ul.route li div.buttons a.showRouteButton {
	float: left;
	display: block;
	background: url('../../../../shared/gfx/buttonroute.png') no-repeat left center;
	width: 69px;
	height: 100%;
	margin-right: 5px;
}

div#routeGroup ul.route li div a.showMapButton {
	float: left;
	display: block;
	background: url('../../../../shared/gfx/buttonmap.png') no-repeat left center;
	width: 89px;
	height: 100%;
}
