/* MAP STYLES */

div#content {
	padding: 15px 25px;
}

div#mapcontainer {
	margin-top: 10px;
}

div#mapresults {
	padding: 10px 0 10px 20px;
	list-style-type: upper-alpha;
}

div#mapresults div.post {
	width: 200px;
	display: block;
	float: left;
	margin: 5px 20px 5px 5px;
	height: 40px;
	border-bottom: none;
	padding: 0 !important;
}

/*div#mapresults div.post h2 {
	margin: 0;
	padding: 0;
	line-height: 1em;
}*/

div#mapresults div.post h2 a {
	display: block;
	border: 1px solid #fff;
	padding: 5px 5px 5px 30px;
	background-position: 5px 3px;
	font-size: 12px;
}

div#mapresults div.post h2 a:hover {
	border: 1px solid #e5e5e5;
	text-decoration: none;
	background-position: 5px 3px;
}

div.result-a h2 a {
	background: url(../images/icon_a.gif) no-repeat top left;
}
div.result-a h2 a:hover {
	background: #f7f7f7 url(../images/icon_a_over.gif) no-repeat top left;
}
div.result-b h2 a {
	background: url(../images/icon_b.gif) no-repeat top left;
}
div.result-b h2 a:hover {
	background: #f7f7f7 url(../images/icon_b_over.gif) no-repeat top left;
}
div.result-c h2 a {
	background: url(../images/icon_c.gif) no-repeat top left;
}
div.result-c h2 a:hover {
	background: #f7f7f7 url(../images/icon_c_over.gif) no-repeat top left;
}
div.result-d h2 a {
	background: url(../images/icon_d.gif) no-repeat top left;
}
div.result-d h2 a:hover {
	background: #f7f7f7 url(../images/icon_d_over.gif) no-repeat top left;
}
div.result-e h2 a {
	background: url(../images/icon_e.gif) no-repeat top left;
}
div.result-e h2 a:hover {
	background: #f7f7f7 url(../images/icon_e_over.gif) no-repeat top left;
}
div.result-f h2 a {
	background: url(../images/icon_f.gif) no-repeat top left;
}
div.result-f h2 a:hover {
	background: #f7f7f7 url(../images/icon_f_over.gif) no-repeat top left;
}
div.result-g h2 a {
	background: url(../images/icon_g.gif) no-repeat top left;
}
div.result-g h2 a:hover {
	background: #f7f7f7 url(../images/icon_g_over.gif) no-repeat top left;
}
div.result-h h2 a {
	background: url(../images/icon_h.gif) no-repeat top left;
}
div.result-h h2 a:hover {
	background: #f7f7f7 url(../images/icon_h_over.gif) no-repeat top left;
}
div.result-i h2 a {
	background: url(../images/icon_i.gif) no-repeat top left;
}
div.result-i h2 a:hover {
	background: #f7f7f7 url(../images/icon_i_over.gif) no-repeat top left;
}
div.result-j h2 a {
	background: url(../images/icon_j.gif) no-repeat top left;
}
div.result-j h2 a:hover {
	background: #f7f7f7 url(../images/icon_j_over.gif) no-repeat top left;
}

div#mapresults div.entry {
	padding: 0 0 0 30px;
}


div#nomap {
	padding: 15px 0;
	font-size: 12px;
	font-style: italic;
}
