#stackContainer
{
	float: left;
}


#mapItem
{
	width: 180px;
}
#matchesItem
{
	width:400px;
}

#mapItem a
{
	background-image:url(/images/map_icons/maps.gif);
	background-position: left center;
	background-repeat:no-repeat;
	height:27px;
	padding-top:6px;
	padding-left: 36px;
	vertical-align:middle;
	font-family: Century Gothic, Verdana;
}

#matchesItem a.working
{
	background-image:url(/images/spinner.gif);
} 
#matchesItem a
{
	abackground-image:url(/images/table.gif);
	background-position: left center;
	background-repeat:no-repeat;
	height:27px;
	padding-top:6px;
	padding-left: 36px;
	vertical-align:middle;
	font-family: Century Gothic, Verdana;
}

#stack
{
	clear: left;
	margin-left: 20px;
	width: 900px;
	position: relative;
	overflow: hidden;
	padding-top:5px;
	border-top:1px solid #eee;
}

#mapStack
{
	aborder-left: 1px solid black;
}

#stackNav {
	font-size:20px;
	height: 40px;
	width: 650px;
}
.navItem
{
	float: left;
	awidth: 300px;
	padding-left: 30px;
	text-align: center;
}

.navItem a {
	display:block;
	text-align:center;
}

#stackNav .selected a {
	text-decoration: none;
	color: #aaa;
}

#matchesContent
{
	width: 880px;
}


#backToMapLink
{
	float:right;
	font-size:20px;
	margin-right:33px;
}


#dayChooser
{
	margin: 13px;
}
#dayChooser span
{
	font-size:14px;
}
#dayChooser a 
{
	padding: 0px 8px;
}
#dayChooser a.selected
{
	text-decoration: none;
	font-weight: bold;
}

#subLocationChooser
{
	font-size:15px;
	margin-bottom:12px;
	margin-left:12px;
	margin-right:12px;
	margin-top:12px;
}

#subLocationChooser a.selected
{
	text-decoration: none;
	font-weight: bold;
}



#overviewMap h4
{
	margin-bottom: 0px;
}










div#textcontainer div#overviewMap {
	margin-left: 280px;
}

div#textcontainer div#overviewMap div.map {
	border:1px solid black !important;
	height:370px !important;
	width:600px !important;
	float: none !important;
}

#mapFilter .things label, #mapFilter .things input
{
	cursor: pointer;
}
#mapFilter .things input
{
	width: 17px;
	height: 17px;
}
#mapFilter label
{
	font-family:century gothic, arial, sans-serif;
	font-size:13px;
	font-weight:bold;
}
#mapFilter #address
{
	float:right;
	margin-right:31px;
}

#mapFilter .things
{
	list-style: none;
	margin-left: 20px;
}
#mapFilter .things img
{
	vertical-align: bottom;
	margin: 0 6px;
}
#mapFilter .things li
{
	margin: 2px 0;
}

#directions, #thingsContainer
{
	margin-top: 20px;
}
#findDir
{
	margin-top: 5px;
}

#mapFilter
{
	float: left;
	margin-left: 40px;
	width: 200px;
	display: inline;
}
#mapFilter h3 
{
	margin: 0;
}

#mapFilter #fromAddress:focus
{
	background: yellow;
}

#mapFilter #dirCombo
{
	margin-left: 20px;
}

#mapFilter #directionContainer
{
	margin-left: 20px;
}

#spacer
{
	height: 30px;
	clear: both;
}

#cm_content #textarea h1 {
	margin-bottom: 12px;
}