h1 {
	display: none;
}

div#container {
	background: url(/files/map/images/faded_map_image.jpg) top repeat;
	border: none;
	width: auto;
}
div#header {
	margin: 0px !important;
}

#leftCol {
	display: none;
}
#adbar {
	display: none;
}
div#maincontent {
	margin: 0px !important;
}
div#rightCol {
	margin: 0px;
	padding: 0px;
}

.search_container h3, .quick_picks h3 {
	font-family: Georgia, Times New Roman, serif;
	font-size: 29px;
	color: #5D9632;
}

.search_container {
	background: url(/files/map/images/mapsearch_box.png) no-repeat;
	position: relative;
	width: 579px;
	height: 230px;
	
	margin: 57px 0px 0px 25px;
	padding: 12px 0px 0px 23px;
}
.button-searchwholesale { position: absolute; top: 0px; right: 0px; }
.search_container p {
	font-size: 14px;
}
.search_container .field {
	position: relative;
	height: 40px;
}

.search_container label {
	font-size: 20px;
	font-weight: bold;
	width: auto;
	
	padding: 0px;
	margin: 8px 0px;
}
.search_container #search_search {
	color: #a6968b;
	font-size: 20px;
	width: 504px;
	padding: 3px;
	margin: 4px 0px 3px;
	border: 1px solid #d2cac5
}
.search_container #search_button, .search_container button {
	position: absolute;
	top: 0px;
	right: 20px;
	background: url(/files/map/images/mapsearch_button.png) no-repeat;
	color: #4D2E17;
	width: 36px;
	height: 36px;
	line-height: 36px;
	
	font-weight: bold;
	
	margin: 2px 0px 2px 15px;
	padding: 0px;
	border: none;
}
.search_container button.show{
	background: url(/files/map/images/mapsearch_showme.png) no-repeat center center;
	width: 93px;
	height: 36px;
}
.field label {
	position: relative;
	bottom: -5px;
}

.quick_picks {
	width: 602px;
	
	font-size: 14px;
	font-weight: bold;
	
	margin: 33px 0px 0px 25px;
	padding: 15px 0px 0px 23px;
}

.quick_picks .quick_pick {
	text-align: center;
	display: inline-block;
	background: url(/files/map/images/quickpicks_button.png) no-repeat;
	width: 173px;
	height: 34px;
	line-height: 34px;
	
	margin: 0px 13px 13px 0px;
}
.quick_pick a {
	color: #4d2e17;
	text-decoration: none;
	display: block;
	width: 173px;
	height: 34px;
}

#map {
	overflow: hidden;
	background-color: green;
	margin-right: 293px;
}

#category_filters {
	margin-right: 293px;
	height: 77px;
	background: white;
	overflow: hidden;
}
#category_filters tr {
	height: 22px;
	margin: 10px 0px 0px;
	padding: 0px;
	
	overflow: visible;
}
#category_filters td {
	/*display: block;
	float: left;
	width: 150px;*/
	font-size: 12px;
}
#category_filters ul li.first_item {
	width: 225px;
}
#category_filters td img {
	vertical-align: middle;
}

#filters_description {
	float: left;
	width: 170px;
	height: 67px;
	
	padding: 5px;
}
#filters_description h3 {
	font-size: 17px;
	margin: 0px;
}
#filters_description p {
	font-size: 12px;
}

#outlets {
	font-size: 0.7em;
}
.outlets_details {
	padding: 5px 8px;
}
.outlets_details p
{
	margin: 5px 0px;
}
.outlets_details em
{
	font-weight: bold;
	font-style: normal;
}
.outlets_details .match {
	color: #5d9632;
}
.outlets_details .unavailable {
	color: #4D2E17 !important;
}


.outlet-additional-links { clear: left; overflow: auto;}
.outlet-additional-link { float: left; margin-right: 2px; }
.outlet-additional-links img { vertical-align: middle; }
.outlet-gps-button { position: relative; }
.outlet-gps-button img { cursor: pointer; }
.outlet-gps-coordinates {
	padding: 2px;
	display: none;
	float: left;
	position: absolute;
	top: 1px;
	left: 59px;
	border-right: 1px solid #c7dbb8;
	border-bottom: 1px solid #c7dbb8;
	border-top: 1px solid #E6F1DE;
	height: 17px;
	width: 190px;
	text-align: center;
	background-color: white;
}
.outlet-gps-coordinates p { margin: 0px; font-weight: bold; }
.outlet-gps-coordinates img { vertical-align: middle; }


#outlets .show_details {
	text-align: right;
	float: right;
	font-weight: bold;

	margin-top: -10px;
}
.show_details span {
	float: left;
	display: block;
	width: 50px;
	padding-right: 5px;
}
#outlets .visible {
	margin: 1px 0px;
}
#outlets .show_details img {
	vertical-align: middle;
	margin-top: 4px;
}

#outlets span.head {
	display: block;
	background-color: #f5efe4;
	color: #4D2E17;
	height: 35px;
	padding-top: 5px;
	cursor: pointer;
	/*
	margin: 0px 0px 2px;
	padding-left: 50px;
	*/
}
#outlets span.head img {
	float: left;
	margin-top: -5px;
}

#outlets span.head a {
	font-size: 1.1em;
	font-weight: bold;

}
#outlets .outlet_name {
}
#outlets span:focus {
	outline: none;
}
#outlets span.ui-state-active {
	background-color: #5d9632;
	color: white;
}
#outlets span.ui-state-active a {
	color: white;
}
#outlets span.head .distance {
	float: right;
	margin-right: 8px;
	display: inline;
	
	font-size: 0.9em;
}
.keywords_quantity {
	font-size: 0.8em;
}

.visible {
	display: block;
}

.hidden{
	display: none;
}

.left_container {
	float: left;
	position: relative;
}

.sidebar {
	position: absolute;
	right: 0px;
	z-index: 1;
	width: 301px;
	
	font-size: 19px;
}
.sidebar a {
	text-decoration: none;
}

.products_box {
	left: 650px;
}

.products_box #sidebar_top {
	background: url(/files/map/images/map_sidebar_top.gif) no-repeat;
	height: 41px;
	padding: 8px 10px;
}
#sidebar_top {
	position: relative;
	padding: 5px 10px 0px;
	background: url(/files/map/images/mapresults_sidebar_top.gif) no-repeat;
	height: 165px;
	overflow: hidden;
}
#sidebar_top .controls {
	position: relative;
	height: 160px;
}
#sidebar_top .controls h2 {
	background-color: transparent;
	color: #4d2e17;
	
	margin: 0px;
	font-size: 1.1em;
}
#sidebar_top .controls h3 {
	margin: 0px;
	font-size: 1em;
	font-weight: normal;
}
#sidebar_top .controls label {
	display: inline;
	font-size: 0.8em;
	width: 40px;
}
#sidebar_top .controls #submit {
	position: absolute;
	right: 5px;
	bottom: 35px;
}
#sidebar_top .controls .radiocontrol, #sidebar_top .controls label {
	position: relative;
	bottom: -5px;
}
#sidebar_top .description {
	font-size: 0.6em;
	margin: 0px !important;
}
#sidebar_top #refinesearch {
	font-size: 1.0em;
	width: 260px;
	height: 24px;
	padding: 2px 6px 1px;
	border: 1px solid #d2cac5;
}

#sidebar_top h2#search_results {
	position: absolute;
	bottom: 0px;
	left:0px;
	width: 299px;
	
	background-color: #4d2e17;
	color: white;

	font-size: 1.1em;
	
	margin: 0px;
	padding: 3px 10px;
}

#sidebar_mid {
	background: url(/files/map/images/map_sidebar_mid.gif) repeat-y;
	height: 0px;
	overflow: auto;
}

.products_box #sidebar_bottom {
	background: url(/files/map/images/map_sidebar_bottom.gif) no-repeat;
	height: 9px;
	padding: 0px;
	margin: 0px;
}
#sidebar_bottom {
	background: url(/files/map/images/mapresults_sidebar_bottom.gif) no-repeat;
	text-align: right;
	font-size: 0.9em;
	font-weight: bold;
	
	height: 23px;
	padding: 8px;
	margin: 0px;
}
#sidebar_bottom img {
	vertical-align: middle;
}

#sidebar_bottom a#print {
	background: url(/files//files/map/images/icons/printer.png) no-repeat;
	display: block;
	width: 100px;
	float: right;
}
#sidebar_bottom a#print:hover {
	background: url(/files//files/map/images/icons/printeractive.png) no-repeat;
}

.products_box {
	/*margin-left: 450px;*/
}

.products_box ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.products_box ul li {
	padding: 0px;
	border: 0px;
	font-size: 0.85em;
	margin: 1px 0px;
}

.products_box a.head {
	background-color: #f5f0e4;
	color: #5d9632;
	
	display: block;
	height: 31px;
	width: 288px;
	line-height: 31px;
	font-size: 1.2em;
	
	/*margin: 0px 0px 0px -11px;*/
	padding: 0px 0px 0px 11px;
}
.products_box a.head:hover {
	background-color: #eeb346;
	color: white;
}

.products_box a.selected {
	background-color: #5d9632;
	color: white;
}

.products_box .ui-accordion-content-active {
	/*
	overflow: auto;
	height: 286px;
	*/
	margin: 0px;
	font-size: 0.9em;
}
.options {
	height: 216px;
	overflow: auto;
	border-bottom: 1px solid #f6f1e6;
	margin-right: 2px;
}

.options ul {
	width: 135px;
	float: left;
}

.options ul li {
	line-height: 12px;
	margin: 6px 0px;
	padding-left: 10px;
}
.options ul li a:focus {
	outline: none;
}

.availability_legend {
	font-size: 0.9em;
	padding: 5px 10px;
	margin-right: 2px;
	border-top: 1px solid #ede4ce;
}
.availability_legend a {
	text-decoration: underline;
}

.outlet_class {
	vertical-align: middle;
}


#CustomInfoWindow {
	position: relative;
	background: url(/files/map/images/custominfowindowmid.png) repeat-y;
	width: 609px;
	font-size: 16px;
	padding: 14px;
}
#CustomInfoWindowTop
{
	background: url(/files/map/images/custominfowindowtop.png) no-repeat;
	height: 10px;
	width:635px;
	position:absolute;
	top:0px;
	left:0px;
}
#CustomInfoWindowBottom
{
	background: url(/files/map/images/custominfowindowbottom.png) no-repeat;
	height: 10px;
	width:635px;
	position:absolute;
	bottom:-10px;
	left:0px;
	margin: 0px;
	padding: 0px;
}

.closeButton {
	position: absolute;
	top: 1px;
	right: 2px;
}

#temp .moreResults
{
	position: absolute;
	bottom:4px;
	right: 6px;
}
/*
#CustomInfoWindow #temp {
	display: block !important;
}
*/

#canvas
{
	background: transparent url(/files/map/images/shade.gif);
	position: absolute;
	top: 0px;
	z-index: 20;
	left: 0px;
}

#temp
{
	background: transparent url(/files/map/images/custominfowindowbg_shade.png) no-repeat;
	width: 609px;
	padding: 14px;
	height: 384px;
	position: relative;
	top: 40px;
	margin: 0px auto;
}
#temp ul.tablist
{
	position: absolute;
	bottom: 180px;
	width: 600px;
}

.tab_content {
	font-size: 0.9em;
	height: 157px;
	overflow: auto;
	padding-top: 5px;
	position: absolute;
	bottom: 32px;
	width: 609px;
}

.unavailable {
	/*color: #ccbda9 !important; /* a08b70 */
}
.available {
	font-weight: bold;
}

.closed, .closed a
{
	color: #CCBDA9 !important;
}

.keyword_matches
{
	border: 1px solid #d2cac5;
	padding: 3px 3px 12px;
}

.NoResults
{
	color: red;
	margin-top: -25px;
	margin-bottom: 2px;
}

