#container li {
	margin-bottom: 0;
}

/* map */
#map {
	float: right;
	clear: none;
	padding: 0 0 59px 30px;
	position: relative;
	z-index: 1;
}
#map ol {
	background: url("../img/style/bg-map.gif") no-repeat;
	width: 550px;
	height: 550px;
	list-style: none;
	margin: 0;
}
#map li {
	position: absolute;
	width: 21px;
	height: 21px;
	margin-left: 20px;
	margin-top: -10px;
}
#map li a {
	background: url("../img/style/map-dot.png") no-repeat;
	font: bold 10px/20px Arial, Helvetica, sans-serif;
	height: 21px;
	display: block;
	color: #FFF;
	text-align: center;
	padding-right: 2px;
	text-decoration: none;
	letter-spacing: -2px;
}
#map li a:focus, #map li a:hover, #map li a:active, #map li a.active {
	background-position: 0 -21px;
}
#map li div#bubble {
	background: url("../img/style/bg-map-info-bubble.png") no-repeat;
	display: none;
	width: 233px;
	height: 62px;
	padding: 10px;
	position: absolute;
	z-index: 9999;
	left: -74px;
	top: -124px;
}
#map li div#bubble #tail {
	background: url("../img/style/bg-map-info-bubble.png") no-repeat -84px 100%;
	display: block;
	width: 89px;
	height: 58px;
	position: absolute;
	left: 84px;
	top: 82px;
}
#map li div#bubble .org {
	background: url("../img/style/arrow-light-small.gif") no-repeat 0 3px;
	padding-left: 9px;
	text-transform: uppercase;
}
#map li div#bubble .tel {
	font-weight: bold;
}
#map li div#bubble a.btn-close {
	background: none;
	line-height: normal;
	padding: 0;
	text-align: left;
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	z-index: 5;
	right: 15px;
	top: 8px;
}
#instructions {
	text-align: center;
	background: #F5F2E9;
	padding: 16px;
	margin-bottom: 70px;
}
#instructions span {
	color: #E20026;
	font-weight: bold;
	text-transform: uppercase;
}
#map dl {
	background: #F5F2E9 url("../img/style/bg-contact-box-bottom.gif") no-repeat left bottom;
	width: 288px;
	position: absolute;
	top: 0;
	left: 0;
}
#map dt, #map dd {
	background: url("../img/style/bg-contact-box-top.gif") no-repeat;
	float: left;
	clear: none;
	padding: 10px 15px;
}

#map dt {
	font: 18px/120% Georgia, "Times New Roman", Times, serif;
	color: #5D4331;
	width: 98px;
	padding-right: 0;
}
#map dd {
	background-position: right top;
	font: 13px/120% Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	color: #E20026;
	width: 160px;
	white-space: nowrap;
	padding-left: 0;
}
#map dd span.tel {
	display: block;
	font-size: 26px;
	line-height: 26px;
	font-weight: bold;
}
#map dd a {
	text-decoration: none;
}

/* bakery listings */
#container h3 {
	display: -moz-inline-stack;
	display: inline-block;
	background-color: #E20026;
	color: #FFF;
	text-transform: uppercase;
	font: 11px/18px Arial, Helvetica, sans-serif;
	padding: 0 5px;
}

#container ul:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
#container ul { display: inline-block; }
/* start commented backslash hack \*/
* html #container ul { height: 1%; }
#container ul { display: block; }
/* close commented backslash hack */

#container ul li {
	float: left;
	width: 320px;
}
#container ul li ol {
	width: 275px;
}
#container ul li ol li {
	float: none;
	background: url("../img/style/arrow-light-small.gif") no-repeat 0 5px;
	margin-bottom: 0.75em;
	margin-right: 30px;
	width: 245px;
}
#container ul li ol>li {
	margin-bottom: 1em;
}
#container ul li ol li.current,
#container ul li ol li.active {
	background-color: #F5F2E9;
}
#container ul li ol li .counter {
	padding-left: 9px;
	color: #E20026;
	font-weight: bold;
}
#container ul li ol li .org {
	text-transform: uppercase;
}
#container ul li ol li .tel {
	font-weight: bold;
}
#container ul li.double-width {
	width: 550px;
	margin-left: 30px;
}
#container ul li.double-width ol {
	width: 550px;
}

/* slightly enhanced, universal clearfix hack */
#container ul li.double-width ol:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
#container ul li.double-width ol { display: inline-block; }
/* start commented backslash hack \*/
* html #container ul li.double-width ol { height: 1%; }
#container ul li.double-width ol { display: block; }
/* close commented backslash hack */

#container ul li.double-width h3 {
	display: block;
}
#container ul li.double-width li {
	float: left;
	width: 245px;
	margin-right: 0;
}

