#main { color: black; }

#map {
	position: relative;
	list-style: none;
	padding: 0;
	margin: 10px auto;
	background: transparent url("/images/page/customer_map/map_us_dot.jpg") no-repeat top center;
	z-index: 5;
	height:332px;
	width:528px; }
#map .event_icon {
	position: absolute;
	bottom: 0px;
	width: 40px;
	height: 37px;
	background: transparent url("/images/page/customer_map/map_event.png") no-repeat left bottom;
	z-index: 20; }

#map div.border {
	padding: 15px;
	width: 290px;
	background: transparent url("/images/page/customer_map/bg_white_30.png") repeat left top; }
#map li.right div.border {
	right: 32px; }

#map div.wrapper {
	background: transparent url("/images/page/customer_map/bg_gray_cutout.png") no-repeat left bottom;
	padding: 18px 18px 19px 19px;
	width: 251px; }

#map li.left, #map li.right {
	margin: 0;
	width: 0;
	height: 0;
	overflow: hidden;
	position: absolute;
	z-index: 10;
	color: black;
	font-weight: bold; }

#map li.left { padding: 37px 0 0 42px; }
#map li .left .event_icon { left: 2px; }

#map li.right { padding: 37px 42px 0 0; }
#map li .right div.wrapper {
	background: transparent url("/images/page/customer_map/bg_gray_cutout_r.png") no-repeat right bottom;
	padding: 18px 19px 19px 18px; }
#map li .right .event_icon { right: 2px; }

#map li:hover, #map li.psuedo_hover {
	padding: 0;
	height: auto;
	width: auto;
	overflow: visible;
	z-index: 100; }

#map li:hover div.border, #map li.psuedo_hover div.border {
	text-align: left;
	position: relative;	}
#map li:hover .event_icon, #map li.psuedo_hover .event_icon {
	background-image: url("/images/page/customer_map/map_event_hover.png"); }
#map li:hover .right .event_icon, #map li.psuedo_hover .right .event_icon {
	background-image: url("/images/page/customer_map/map_event_hover_r.png");
	background-position: right bottom; }

#map li.dots img { position: absolute; }

#map img.portrait { float: right; margin: -18px -18px 0 0; }
#map dl { margin: 0 0 .3em 0; }
#map dt { float: left; clear: left; color: #EC2024; margin-right: .4em; }
#map dd { margin: 0; }
#map p { margin: 0; position: relative; }

#map_label {
	margin: 0 0 1em 0;
	text-align: center;
	font-size: 130%;
	font-weight: bold;
	padding-bottom: .5em;
	border-bottom: 1px solid #666666;
	}

#map_counter {
	margin: .7em auto;
	width: 38em;
	max-width: 100%;
	overflow: hidden; }
#map_counter dd {
	width: 10em;
	margin: 0 0 1.3em 0;
	float: left;
	}
#map_counter dt {
	width: 27em;
	margin: 0 0 1.3em 0;
	float: left;
	}
#map_counter img {
	vertical-align: bottom;
	}
#map_counter span.box {
	font-size: 170%;
	font-weight: bold;
	font-family: monospace;
	background: white none no-repeat top left; }
#map_counter .box .inner { background: transparent none no-repeat bottom left; }
#map_counter .box .last { background: transparent none no-repeat top right; }
#map_counter .box .last .inner { background: transparent none no-repeat bottom right; }
#map_counter span.box span.cell {
	padding: 0 .15em;
	border-right: 1px solid black;
	}
#map_counter span.box span.last {
	padding: 0;
	border-right: 0;
	}
#map_counter span.box span.last .inner {
	padding: 0 .15em;
	}

#map_counter #attacks {
	background-color: #E5412E;
	background-image: url("/images/page/customer_map/counter/red-tl.png");
	color: white; }
#map_counter #attacks .inner { background-image: url("/images/page/customer_map/counter/red-bl.png"); }
#map_counter #attacks .last { background-image: url("/images/page/customer_map/counter/red-tr.png"); }
#map_counter #attacks .last .inner { background-image: url("/images/page/customer_map/counter/red-br.png"); }

#map_counter #authorizations { background-image: url("/images/page/customer_map/counter/white-tl.png"); }
#map_counter #authorizations .inner { background-image: url("/images/page/customer_map/counter/white-bl.png"); }
#map_counter #authorizations .last { background-image: url("/images/page/customer_map/counter/white-tr.png"); }
#map_counter #authorizations .last .inner { background-image: url("/images/page/customer_map/counter/white-br.png"); }

.inset {
	width: 44em;
	max-width: 100%;
	margin: 0 auto;
	}
