ul {
	margin: 0px;
	padding: 0px;
}

div#map_content {
	height: 649px;
	width: 705px;
	background-color: #FFFFFF;
	-moz-border-radius: 20px;
	padding: 15px;
	border-radius: 20px;
}

div#map_content > div {
	background-color: transparent;
}

div#map_content > div > div > div {
	height: 100%;
	position: relative;
	top: -5px;
	left: -5px;
	width: 425px;
	padding: 5px;
	position: relative;
}

div#map_content > div > div > div#right_block {
	width: 270px;
	padding: 0px;
	position: absolute;
	margin-left: 100%;
	top: 0px;
	left: -270px;
}

.hidden {
	display: none;
}

#map_content p {
    margin: 0;
}

/*List Styling*/

#info_list>div {
	width: 270px;
	overflow: hidden;
	height: 504px;
	background-color: #DDAAAA;
}
#info_list ul, #info_list li, #info_list>p {
	width: 100%;
}

#info_list>p {
	height: 49px;
}

#metro_list {
	background-color: #FFCCCC;
}

#metro_list h3 {
	margin: 0px;
}

#metro_content>div {
	padding: 5px;
}

#up_button {
	background-image: url("images/up_button.png");
}

#up_button:hover {
	background-position: 0px 49px;
}

#down_button {
	background-image: url("images/down_button.png");
}

#down_button:hover {
	background-position: 0px 49px;
}

#info_list>div ul{
	position: relative;
	list-style: none;
	padding-left: 0px;
	margin: 0px;
}

#info_list>div ul li {
	background-color: #FFCCCC;
	border-top: 1px solid #4B83D1;
	border-bottom: 1px solid #4B83D1;
	padding-top: 13px;
	padding-bottom: 13px;
	display: table;
}

#info_list>div ul li:hover {
	background-color: #DDAAAA;;
	cursor: crosshair;
}

#info_list>div ul li h1 {
	margin: 0px;
	text-align: center;
	width: 47px;
	font-size: 40px;
	float: left;
	font-size: 35px;
	line-height: 50px;
}

#info_list>div ul li>div {
	margin-left: -2px;
}

#info_list>div ul li div h2 {
	text-align: left;
	font-size: 17px;
	margin: 0px;
}

#info_list li div p, #info_list li div a, .map_markers>div>div a {
	text-align: left;
	font-size: 15px;
	margin: 0px;
	margin-top: 2px;
	display: block;
}

#info_list div a, #bounding_box div a {
	text-decoration: none;
	color: #666666;
	font-weight: normal;
}

#info_list div a:hover, #bounding_box div a:hover {
	color: #DD0000;
}

#info_list div a:visited, #bounding_box div a:visited {
	color: #4B83D1;
}

#info_list h4, .map_markers h4 {
	margin: 0px;
}

#info_list {
	margin-top: 10px;
	background-position: 0px 49px;
	background-repeat: no-repeat;
}

#up_button:hover, #down_button:hover {
	cursor: pointer;
}

.float_left, #fares>div {
	float: left;
}

div.vertical_center {
	display: table-cell;
	vertical-align: middle;
	width: 62px;
}

.list_number {
	margin-left: 5px;
	width: 48px;
	height: 48px;
	background-image: url("images/list_number_background.png");
}

#fares>div {
	margin-left: 10px;
}

.align_right {
	text-align:right;
}

#metro_content {
	position: relative;
}

#map_content>div, #map_content>div>div {
	height: 100%;
	width: 100%;
}

#map_content>div>div {
	padding: 5px;
	position: relative;
	left: -5px;
	top: -5px;
}


/*Map Styling*/

#bounding_box {
	width: 100%;
	height: 100%;
	z-index: 1;
	position: relative;
	left: -5px;
	top: -5px;
	background-image: url("images/map.png");
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	border: 5px solid #4B83D1;
	overflow: visible;
}

#map {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
}

#map_icons {
	padding: 9px 0 5px 0px;
	width: 100%;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background-color: #4B83D1;
}

#map_icons img {
	margin-left: 4px;
	width: 29px;
}

#map_icons img:first-child {
	margin-left: 8px;
}

#map_icons img:hover {
	cursor: pointer;
}

.map_markers {
	z-index: 4;
}

.map_markers>div:hover>div.map_marker, .map_markers>div>div.loc_highlight {
	border-width: 2px;
	left: -2px;
	top: -2px;
}

.map_markers, .map_markers div, .map_markers>div h3 {
	position: absolute;
}

div.map_marker {
	width: 18px;
	height: 11px;
	display: block;
	border-style: solid;
	border-width: 0px;
}

#driving div.map_marker {
	color: #CA2F27;
	background-color: #FAD7D6;
	border-color: #CA2F27;
}

#parking div.map_marker {
	color: #3260AD;
	background-color: #D6D8ED;
	border-color: #3260AD;
}

#hotels div.map_marker {
	color: #F36F21;
	background-color: #FCE1CC;
	border-color: #F36F21;
}

#banks div.map_marker {
	color: #F9AA00;
	background-color: #FBECBD;
	border-color: #F9AA00
}

#restaurants div.map_marker {
	color: #3A8C42;
	background-color: #D6EACA;
	border-color: #3A8C42;
}

#shopping div.map_marker {
	color: #A1519F;
	background-color: #EED2E5;
	border-color: #A1519F;
}

#metro div.map_marker {
	color: #088080;
	background-color: #C5E1E1;
	border-color: #088080;
}

img.map_marker {
	width: 16px;
	height: 16px;
}

div.map_marker:hover {
	cursor: default;
}

.map_markers>div h3 {
	text-align: center;
	font-size: 9px;
	width: 100%;
	top: -9px;
}

#hotel_paths {
	position: absolute;
	width: 300px;
	top: 25px;
	left: 69px;
}

#metro {
	z-index: 0;
	width: 100%;
}

#metro_content p {
	clear: left;
}

#metro_path {
	z-index: 0;
	width: 100%;
}

#shrink_button, #expand_button {
	position: relative;
	width: 40px;
	height: 40px;
	z-index: 3;
}

#shrink_button {
	background-image: url("images/shrink_button.png");
	background-repeat: none;
	float: left;
	-moz-border-radius-topLeft: 10px;
	border-top-left-radius: 10px;
}

#expand_button {
	background-image: url("images/expand_button.png");
	background-repeat: none;
	float: right;
	-moz-border-radius-topRight: 10px;
	border-top-right-radius: 10px;
}

#shrink_button:hover, #expand_button:hover {
	background-position: 0 40px;
	cursor: pointer;
}

div#scale {
	display: block;
	height: 50px;
	position: absolute;
	top: 100%;
	margin-top: -50px;
	background-color: #FFFFFF;
	background-image: url("images/compass.png");
	background-repeat: no-repeat;
	background-position: 5px 5px;
	opacity: .8;
	-moz-border-radius-bottomLeft: 10px;
	-moz-border-radius-topRight: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

div#scale > div > div {
	margin-left: 35px;
	height: 5px;
	border-top-width: 0px;
	width: 20%;
	position: relative;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 5px;
}

div#scale > div > div > p {
	position: absolute;
	left: 100%;
	margin-left: -14px;
	top: 7px;
	font-size: 10px;
}

div#scale > div > div > div{
	border-top: 1px solid #6C6C6C;
	border-bottom: 1px solid #6C6C6C;
	float: left;
	height: 5px;
	background-color: #FFFFFF;
	width: 20%;
}

div#scale > div > div > div.odd_marker {
	background-color: #000000;
}

div#scale > div > div > div.even_marker {
	background-color: #FFFFFF;
}

div#scale > div > div > div > p {
	float: right;
	position: relative;
	top: -12px;
	font-size: 10px;
	left: 9px;
}

div#scale > div > div > div:first-child > p {
	left: 5px;
}

#scale > div > div > div > p#first_num {
	float: left;
	left: 0px;
}

#scale > div > div#miles {
	width: 151px;
}

#scale > div > div#kilometers {
	width: 165px;
	margin-top: 5px;
}

/*Popup Styling*/

.normal, .tall, .special {
	left: -26px;
	display: none;
	width: 177px;
	background-repeat: no-repeat;
	padding-left: 5px;
	padding-right: 5px;
	z-index: 5;
}

.map_markers>div>div>div {
	width: 177px;
}

.normal {
	top: -137px;
	height: 140px;
	background-image: url("images/info_popup_background.png");
}

.tall, .special {
	top: -152px;
	height: 155px;
}

.tall {
	background-image: url("images/tall_info_popup_background.png");
}

.special {
	background-image: url("images/special_info_popup_background.png");
}

.map_markers>div:hover>div {
	display: block;
}

.map_markers>div>div h2 {
	margin-top: 6px;
	margin-bottom: 4px;
	font-size: 14px;
}

.map_markers>div>div p, .map_markers>div>div a {
	margin: 0px;
	font-size: 12px;
}

.op_hours {
	margin-left: 55px;
}

#right_block > div#info_list > div > ul > li > div > div.op_hours {
	margin-left: 47px;
}

.entrance_picture {
	width: 50px;
	height: 45px;
	margin-top: 21px;
}

.front_overlay {
	position: absolute;
	top: 37px;
}

div>div>.hanging_indent {
	text-indent: -55px;
	padding-left: 55px;
}

li div>.hanging_indent {
	text-indent: -67px;
	padding-left: 67px;
}

.special .traversal {
	margin-top: 65px;
}

.tall .traversal {
	margin-top: 81px;
}

.traversal div, .traversal p {
	position: absolute;
	display: inline;
}

.traversal div {
	width: 68px;
	height: 15px;
}

.traversal p {
	left: 66px;
	font-weight: bold;
	width: 40px;
	text-align: center;
}

.left_button {
	background-image: url("images/left_button.png");
}

.right_button {
	margin-left: 107px;
	background-image: url("images/right_button.png");
}

.left_button:hover, .right_button:hover {
	cursor: pointer;
	background-position: 0 15px;
}

#bounding_box div a {
	color: #E987F;
}

#bounding_box div a:visited {
	color: #DDAAAA;
}

#bounding_box div a:hover {
	color: #FFCCCC;
}

/*Metro Markers*/

#metro_1 {
	top: 54px;
	left: 297px;
}

#metro_2 {
	top: 215px;
	left: 58px;
}

#metro_3 {
	top: 503px;
	left: 84px;
}
