body {
	position: relative;
	margin: 0;
	-webkit-text-size-adjust: none;
	min-height: 416px;
	font-family: helvetica,sans-serif;
	background: url("images/background.png"),url('images/menutouched.png') no-repeat;
	-webkit-touch-callout: none;
}
.center {
	margin: auto;
	display: block;
}

#topbar {
	position: relative;
	left: 0;
	top: 0;
	height: 44px;
	width: auto;
	background: url("images/header.png") repeat;
	margin-bottom: 13px;
}
#title {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding: 0 10px;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	height: 44px;
	line-height: 44px;
	font-weight: bold;
	color: #FFF;
	text-shadow: rgba(0,0,0,0.6) 0 -1px 0;
	font-size: 16pt;
}
#content {
	width: 100%;
	position: relative;
	min-height: 250px;
	margin-top: 10px;
	height: auto;
	z-index: 0;
	overflow: hidden;
}
#topbar-map {
	position: relative;
	left: 0;
	top: 0;
	height: 44px;
	width: auto;
	background: url("images/header.png") repeat;
	margin-bottom: 0px;
}
#content-map {
	width: 100%;
	position: absolute;
	min-height: 250px;
	margin-top: 0px;
	height: 100%;
	z-index: 0;
}
#select-map {
	right: 92px;
	top: 5px;
	width: 85px;	
	height: 40px;
	opacity: 0;
	position: absolute;
	margin: -5px 0 0 -5px;
	-webkit-border-radius: 0;
	z-index: 5000;
}
#textbox-map {
	position: absolute;
	right: 90px;
	top: 7px;
	height: 23px;
	width: 120px;
	font-size: 18px;
	font-weight: bold;
	line-height: 23px;
	text-decoration: none;
	z-index: 5000;
	text-align: left;
	padding: 2px 2px;
}

#zoom-directory {
	position: absolute;
	right: 90px;
	top: 7px;
	font-size: 14px;
	font-weight: bold;
	display: block;
	color: #fff;
	text-shadow: rgba(0,0,0,0.6) 0 -1px 0;
	text-align: center; 
	line-height: 30px;
	height: 30px;
	text-decoration: none;
	z-index: 1000;
}
#show-gps {
	position: absolute;
	right: 100px;
	top: 7px;
	z-index: 5000;
}
#zoom-plus {
	position: absolute;
	right: 5px;
	top: 7px;
	z-index: 5000;
}
#zoom-minus {
	position: absolute;
	right: 42px;
	top: 7px;
	z-index: 5000;
}
#zoom-minus a, #zoom-plus a, #show-gps a, #zoom-directory a {
	display: block;
	color: #fff;
	text-shadow: rgba(0,0,0,0.6) 0 -1px 0;
	line-height: 30px;
	height: 30px;
	width: 28px;
	text-decoration: none;
	-webkit-border-image: url("images/navbutton.png") 0 5 0 5;
	border-width: 0 5px;
	-webkit-border-radius: 6px;
}
#zoom-directory a {
	width: 70px;
}
#zoom-minus img, #zoom-plus img, #show-gps img, #zoom-directory img {
	margin-top: 4px;
	margin-left: 4px;
}

.pageitem {
	-webkit-border-radius: 8px;
	background-color: #fff;
	border: #878787 solid 1px;
	font-size: 12pt;
	overflow: hidden;
	padding: 0;
	position: relative;
	display: block;
	height: auto;
	width: auto;
	margin: 3px 9px 17px;
	list-style: none;
}
.textbox {
	padding: 5px 9px;
	position: relative;
	overflow: hidden;
	border-top: 1px solid #878787;
}
.textbox p {
	margin-top: 2px;
	color: #000;
	margin-bottom: 2px;
	text-align: justify;
}
.textbox img {
	max-width: 100%;
}
.textbox ul {
	margin: 3px 0 3px 0;
	list-style: circle!important;
}
.textbox li {
	margin: 0!important;
}
.pageitem li:first-child {
	border-top: 0;
}
li.menu {
	position: relative;
	list-style-type: none;
	display: block;
	height: 43px;
	overflow: hidden;
	border-top: 1px solid #878787;
	width: auto;
}
ul.pageitem li:first-child:hover, .pageitem li:first-child a {
	-webkit-border-top-left-radius: 8px 8px;
	-webkit-border-top-right-radius: 8px 8px;
}
ul.pageitem li:last-child:hover, .pageitem li:last-child a {
	-webkit-border-bottom-left-radius: 8px 8px;
	-webkit-border-bottom-right-radius: 8px 8px;
}

li.menu a {
	display: block;
	height: 43px;
	width: auto;
	text-decoration: none;
}
li.menu a img {
	width: auto;
	height: 32px;
	margin: 5px 0 0 5px;
	float: left;
}
li.menu span.name {
	margin: 11px 0 0 7px;
	width: auto;
	color: #000;
	font-weight: bold;
	font-size: 17px;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 90%;
	white-space: nowrap;
	float: left;
}
li.menu span.comment {
	margin: 11px 30px 0 0;
	width: auto;
	color: #000;
	font-size: 17px;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 75%;
	white-space: nowrap;
	float: right;
	color: #324f85;
}
li.menu span.arrow, body.list span.arrow {
	position: absolute;
	width: 8px!important;
	height: 13px!important;
	right: 10px;
	top: 15px;
	margin: 0!important;
	background: url("images/arrow.png") 0 0 no-repeat;
}

body.list li.withimage .comment {
	font-size: 12px;
	color: #7f7f7f;
	margin: 16px 0 0 95px;
	display: block;
	width: 60%;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
body.list li.withimage .arrow {
	top: 19px!important;
}

.graytitle {
	position: relative;
	font-weight: bold;
	font-size: 17px;
	right: 20px;
	left: 9px;
	color: #4C4C4C;
	text-shadow: #FFF 0 1px 0;
	padding: 1px 0 3px 8px;
}
.header {
	display: block;
	font-weight: bold;
	color: rgb(73,102,145);
	font-size: 12pt;
	margin-bottom: 6px;
	line-height: 14pt;
}

body.list ul li.title {
	background: url("images/listheader.gif") repeat-x;
	height: 22px!important;
	width: 100%;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	text-shadow: gray 0 1px 0;
	line-height: 22px;
	padding-left: 20px;
	border-bottom: none!important;
}
body.list ul {
	background-color: #fff;
	width: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
body.list div#content li {
	height: 40px;
	border-bottom: 1px solid #e1e1e1;
	list-style: none;
}
body.list {
	background-color: #fff;
	background-image: none!important;
}

body.list div#content li a {
	padding: 9px 0 0 20px;
	font-size: large;
	font-weight: bold;
	position: relative;
	display: block;
	color: #000;
	text-decoration: none;
	height: 32px;
}
body.list div#content li a span.name {
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 93%;
	white-space: nowrap;
	display: block;
}

body.list div#content {
	margin-top: -13px!important;
}
body.list ul img {
	width: 90px;
	height: 90px;
	position: absolute;
	left: 0;
	top: 0;
}
body.list li.withimage {
	height: 90px!important;
}
body.list li.withimage span.name {
	margin: 13px 0 0 90px;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 63%!important;
	white-space: nowrap;
}
body.list li.withimage .comment {
	margin: 10px auto auto 90px !important;
	max-width: 63%!important;
}
body.list li.withimage a, body.list li.withimage:hover a {
	height: 81px!important;
	background: url("images/storebg.png") left top no-repeat!important;
}
body.list li.withimage:hover {
	background-image: url("../images/storetouched.png");
}

#leftnav, #leftbutton {
	position: absolute;
	font-size: 12px;
	left: 9px;
	top: 7px;
	font-weight: bold;
}
#leftnav, #leftbutton, #rightnav, #rightbutton {
	z-index: 5000;
}
#leftnav a, #rightnav a, #leftbutton a, #rightbutton a {
	display: block;
	color: #fff;
	text-shadow: rgba(0,0,0,0.6) 0 -1px 0;
	line-height: 30px;
	height: 30px;
	text-decoration: none;
}
#leftnav img, #rightnav img {
	margin-top: 4px;
}
#leftnav a:first-child {
	z-index: 2;
	-webkit-border-image: url("images/navleft.png") 0 5 0 13;
	border-width: 0 5px 0 13px;
	-webkit-border-top-left-radius: 16px;
	-webkit-border-bottom-left-radius: 16px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	width: auto;
}
#leftnav a {
	-webkit-border-image: url("images/navlinkleft.png") 0 5 0 13;
	z-index: 3;
	margin-left: -4px;
	border-width: 0 5px 0 13px;
	padding-right: 4px;
	-webkit-border-top-left-radius: 16px;
	-webkit-border-bottom-left-radius: 16px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	float: left;
}
#rightnav, #rightbutton {
	position: absolute;
	font-size: 12px;
	right: 9px;
	top: 7px;
	font-weight: bold;
}
#rightnav a {
	-webkit-border-image: url("images/navlinkright.png") 0 13 0 5;
	z-index: 3;
	margin-right: -4px;
	border-width: 0 13px 0 5px;
	padding-left: 4px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	float: right;
	-webkit-border-top-right-radius: 16px;
	-webkit-border-bottom-right-radius: 16px;
}
#rightnav a:first-child {
	z-index: 2;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-image: url("images/navright.png") 0 13 0 5;
	border-width: 0 13px 0 5px;
	-webkit-border-top-right-radius: 16px;
	-webkit-border-bottom-right-radius: 16px;
}
#leftbutton a, #rightbutton a {
	-webkit-border-image: url("images/navbutton.png") 0 5 0 5;
	border-width: 0 5px;
	-webkit-border-radius: 6px;
}

select {
	height: 40px;
	opacity: 0;
	position: absolute;
	width: 100%;
	margin: -5px 0 0 -5px;
	-webkit-border-radius: 0;
}

span.select {
	z-index: 1;
	position: absolute;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 6px 0 0 7px;
	color: #000;
	font-weight: bold;
	font-size: 17px;
	overflow: hidden;
	max-width: 87%;
}

button {
	top: 0px!important;
	border: none;
	color: black;
	font-weight: bold;
	font-size: 17px;
	-webkit-appearance: none;
}
.textbox textarea {
	min-height: 50px;
	margin: 3px auto 4px auto;
	position: relative;
	-webkit-border-image: url("images/textfield.png") 7 7 7 7;
	padding: 3px 0 0 0;
	line-height: 18px;
	left: -2px;
	font-size: 18px;
	font-weight: normal;
	width: 97%;
	display: block;
	border-width: 7px 7px;
}
ul li.hidden {
	display: none;
}