﻿.map-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 500px;
}
.map-container i {
    position: absolute;
    display: block;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
.map-top {
    top: -5px;
    left: 0;
    right: 0;
    height: 5px;
}
.map-right {
    right: -5px;
    top: 0;
    bottom: 0;
    width: 5px;
}
.map-bottom {
    bottom: -5px;
    left: 0;
    right: 0;
    height: 55px;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 8px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.map-left {
    left: -5px;
    top: 0;
    bottom: 0;
    width: 5px;
}
#map {
    width: 100%;
    height: 100%;
    border: 1px #DFDFDF solid;
}

.detail_wrapper {
	width:985px;
	height:auto;
	overflow: hidden;
	padding: 10px;
	border: 1px #DFDFDF solid;
	box-shadow: 0px 2px 5px -1px #EBEBEB;	
}

.detail_title {
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12pt;
	letter-spacing: 1px;
}

.detail_subtitle {
	height: 22px;
	line-height: 22px;
	margin-left: -10px;
	margin-right: -10px;
	margin-bottom: 5px;
	margin-top: 10px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	letter-spacing: 1px;
	*background-color: #EDEDED;
}

.detail_subarea {
	margin-left: 25px;
	width: 100%;
}

.details_table tr {
	height: 20px;
}

.details_table td {
	white-space: nowrap;
}

