html,body {
	height: 100%;
	overflow: hidden;
}

body {
	background: #f5f5f5 url(i/body-bg.png) 0 -34px repeat-x;
	text-align: left;
	padding: 0;
}

.mainnav li.current:hover,.mainnav li.current {
	background-color: #6F9821;
}

.mainnav {
	top: 90px;
	top: 56px;
	left: 50%;
	margin-left: -458px;
}

.langnav {
	top: 24px;
	margin-left: -458px;
	left: 50%;
}

.pgwrap {
	background: none;
	margin: 0;
	position: relative;
	width: 100%;
	height: 100%; ~
	overflow: hidden;
	/*  overflow : hidden;*/
}

.pghead {
	background: none;
	padding: 0;
	margin: 0 auto;
	width: 971px;
}

.pghead .brand {
	padding: 6px 0 0 0;
	height: 72px;
}

/* pgmain holds the map */
.pgmain {
	margin: 0;
	padding: 0;
	background: none;
	float: none;
	position: absolute;
	top: 78px;
	left: 0px;
	width: 100%;
}

.pgmain .wrap { /*  height : 100%;*/
	width: auto;
	background: #ccf;
	margin: 0;
	margin-right: 367px;
	padding: 0;
	display: block;
	position: relative;
}

.pgextra1 {
	position: absolute;
	top: 78px;
	right: 0px;
	padding: 0;
	margin: 0;
	width: 361px;
	background: url(i/split-v.png) 0 0 repeat-y;
	padding-left: 6px;
	overflow-y: scroll;
	overflow-x: auto;
}

.pgextra1 .wrap {
	padding: 9px;
}

.hide-sidebar .pgmain .wrap {
	margin-right: 0px;
}

.hide-sidebar .pgextra1 {
	display: none;
}

.fi_btn {
	position: relative;
}

.fi_btn span.spinner {
	background: url(i/ajax-loader.gif) 50% 50% no-repeat;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 100%;
	_height: 35px;
	_width: 60px;
}

#map {
	font-size: 10px;
	min-height: 400px;
	_height: 400px;
	font-size: 10px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border: 0;
}

.pgmain .wrap {
	min-height: 400px;
	_height: 400px;
}

.pgfoot {
	
}

.pgfoot .wrap {
	background: none;
	padding: 0;
}

.pgwrap {
	background: url(i/ajax-loader-bg.gif) 50% 50% no-repeat;
}

.pgwrap .pgmain,.pgwrap .pgextra1 {
	overflow: hidden;
	height: 0;
}

.loaded .pgwrap {
	background: none;
}

.loaded .pgwrap .pgmain {
	overflow: visible;
	height: auto;
}

.loaded .pgwrap .pgextra1 {
	overflow-y: scroll;
	overflow-x: auto;
	height: auto;
}

#jsreq {
	background: #ddd;
	border: 2px solid #aaa;
	font-weight: bold;
	padding: 5px;
	font-size: 12px;
	line-height: 1;
	width: 40%;
	margin-left: -20%;
	margin-top: -13px; /* 5 + (12/2) + 2 */
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
}

/** tab-box **/
.tab-box {
	margin: 0;
	padding: 0;
}

.tab-box ul.tabs {
	padding: 0;
	background: url(i/tabflips.png) 0 -100px no-repeat;
}

.tab-box ul.tabs li {
	margin: 0;
	width: 161px;
	background: none;
}

.tab-box ul.tabs li a {
	background: none;
}

.tab-box ul.tabs li.current {
	margin: 0;
	font-size: 1.14em;
}

.tab-box ul.tabs li.current a {
	background: url(i/tabflips.png) -161px 0 no-repeat;
	padding-bottom: 2px;
	color: #fff;
}

.tab-box ul.tabs li.current:first-child a {
	background: url(i/tabflips.png) 0 0 no-repeat;
	padding-left: 18px;
}

#kortaleit form.boxbody {
	background: url(i/search-form.png) 0 100% no-repeat;
}

#vegvisun form.boxbody {
	background: url(i/path-form.png) 0 100% no-repeat;
}

.tabpane form.boxbody {
	padding: 12px 18px;
}

/** search forms **/
#kortaleit form.boxbody,#vegvisun form.boxbody {
	position: relative;
}

#kortaleit form.boxbody .fi_txt,#vegvisun form.boxbody .fi_txt {
	overflow: hidden;
	_overflow: visible;
	_height: 0;
	min-height: 0; /* ie hasLayout fix */
}

#kortaleit form.boxbody label,#vegvisun form.boxbody label {
	display: block;
	color: #fff;
	font-weight: bold;
	font-size: 1.14em;
}

#kortaleit form.boxbody label {
	display: none;
}

#kortaleit form.advanced label {
	display: block;
}

#kortaleit form.boxbody .fi_txt input,#vegvisun form.boxbody .fi_txt label
	{
	width: auto;
	float: left;
}

#kortaleit form.boxbody .fi_txt input,#vegvisun form.boxbody .fi_txt input
	{
	width: 215px;
	padding: 6px 5px 5px 5px;
	border: 1px solid #666;
}

#kortaleit form.boxbody .hint,#vegvisun form.boxbody .hint {
	color: #fff;
	display: block;
	position: relative;
}

#kortaleit .fi_btn input,#vegvisun .fi_btn input {
	background-image: url(i/fi_btn.png);
	width: 70px;
	height: 34px;
}

#kortaleit .fi_btn input:hover,#kortaleit .fi_btn input:focus,#vegvisun .fi_btn input:hover,#vegvisun .fi_btn input:focus
	{
	background-image: url(i/fi_btn-hover.png);
}

form.boxbody .advfields {
	display: none;
}

form.advanced .advfields {
	display: block;
}

#kortaleit form.boxbody .fi_btn {
	position: absolute;
	top: 28px;
	right: 7px;
}

.advtoggler {
	_height: 0;
	min-height: 0; /* ie hasLayout fix */
	_clear: both;
}

.pgextra1 .advtoggler a {
	display: block;
	font-weight: bold;
	text-decoration: none;
	background: url(i/icn-plus-fs8.png) 0 50% no-repeat;
	padding: 0 10px 0 25px;
	color: #f8f8f8;
}

.advanced .advtoggler a {
	background-image: url(i/icn-minus-fs8.png);
	text-decoration: none;
}

.wrap .advtoggler a:active,.wrap .advtoggler a:hover,.wrap .advtoggler a:focus
	{
	background-position: -600px 50%;
	color: #FFFFFF;
	outline: none;
	text-decoration: underline;
}

#kortaleit form.boxbody .fi_sel label {
	display: inline;
	font-size: .92em;
	margin-right: 4px;
}

#kortaleit form.boxbody .fi_sel select {
	padding: 1px;
	font-size: .92em;
}

#kortaleit form.boxbody .tip {
	padding: 1px;
	font-size: .92em;
	margin-bottom: .1em; ~
	margin-bottom: .15em;
	color: #fff;
}

#kortaleit form.advanced .tip {
	display: none;
}

#vegvisun form .fi_txt {
	width: 227px;
}

#vegvisun form .fi_txt input {
	float: left;
	clear: both; /* demanded by IE */
	width: 98%;
}

#vegvisun form .fi_txt .hint {
	text-align: right;
	line-height: 1.8em;
	display: block;
}

#vegvisun form .fi_txt label {
	display: block;
	float: left;
}

#vegvisun form .fi_btn {
	position: absolute;
	top: 8.7em;
	right: 7px;
}

.ac_results {
	padding: 0;
}

.ac_results li {
	margin: 0;
	padding: 1px 6px;
}

/** boxes **/
.pgextra1 .box {
	padding-top: 0px;
	background: url(i/box-bg.png) 0 0 repeat-y;
}

.pgextra1 .boxbody {
	background: url(i/box-bottom.png) 0 100% no-repeat;
}

.pgextra1 .boxhead {
	background: url(i/boxhd-search.png) 0 100% no-repeat;
	height: 39px;
	width: 291px;
	padding-left: 40px;
	color: #fff;
	margin-left: -9px;
	margin-top: 0;
	font-size: 1em;
	font-weight: normal;
	line-height: 37px;
	_height: 0;
	min-height: 0; /* ie hasLayout fix */
}

.pgextra1 .boxhead q {
	font-weight: bold;
}

.pgextra1 .boxhead q:before,.pgextra1 .boxhead q:after {
	content: '"';
}

html:lang(is) .pgextra1 .boxhead q:before {
	content: '\201e';
}

html:lang(is) .pgextra1 .boxhead q:after {
	content: '\201c';
}

/** cascade corrections **/
.paths .boxhead,.resultlist .boxhead {
	left: auto;
	right: auto;
	position: relative;
	z-index: 2;
}

.pgextra1 select,.pgextra1 textarea,.pgextra1 .textinput,.pgextra1 .fi_txt input
	{
	width: auto;
}

/*
.pgmain .wrap {
  border : 1px solid red;
  position : relative;
  z-index: 100;
}
#map {
  border : 1px solid blue;
  position : relative;
  z-index: 50;
}
*/ /** toolbar **/
#toolbar {
	width: 100%;
	z-index: 9010;
	background: #f5f5f5 url(i/toolbar/bg.png) 0 0 repeat-x;
	border-bottom: 1px solid #b1b1b1;
	border-left: 1px solid #b1b1b1;
	height: 32px;
	position: relative;
}

#toolgroup1,#toolgroup2 {
	height: 32px;
	float: left;
	_display: inline;
	margin-right: -500px;
	z-index: 1000;
}

#toolgroup2 {
	float: right;
	_display: inline;
	margin-right: 4px;
}

ul.toolbar {
	z-index: 9999;
}

.toolbar-active li {
	float: left;
	_display: inline;
	position: relative;
	padding: 0;
	margin: 0 4px;
}

.toolbar-active li.sep {
	float: left;
	position: relative;
	padding: 0;
	margin: 0 4px;
}

.toolbar-active li a {
	display: block;
	_display: inline-block;
	height: 32px;
	line-height: 31px;
	padding: 0 6px;
	text-decoration: none;
	font-weight: bold;
	font-size: .92em;
}

.toolbar-active .sep i {
	display: block;
	_display: inline-block;
	height: 32px;
	line-height: 31px;
	background: url(i/toolbar/split.png) 50% 100% no-repeat;
	padding-right: 2px;
}

.toolbar-active .send a {
	padding-left: 30px;
	background: url(i/toolbar/icon-contact.png) 0 53% no-repeat;
}

.toolbar-active .printable a {
	padding-left: 30px;
	background: url(i/toolbar/icon-printer.png) 0 53% no-repeat;
}

.toolbar-active .measure,.toolbar-active .gps {
	
}

.toolbar-active .gps a {
	padding-left: 26px;
	background: url(i/toolbar/icon-gps.png) 0 3px no-repeat;
}

.toolbar-active .measure a {
	padding-left: 26px;
	background: url(i/toolbar/icon-ruler.png) 0 3px no-repeat;
}

.toolbar-active .magnifier a {
	padding-left: 26px;
	background: url(i/toolbar/icon-magnifier.png) 0 3px no-repeat;
}

/*
.toolbar-active .off a {
  background : #fff;
  color : #000;
  padding : 0 6px;
}
.toolbar-active .on a {
  background : #000;
  color : #fff;
  padding : 0 6px;
}
*/
.toolbar-active .on {
	background: #6e6e6e url(i/toolbar/on.png) 0 0 repeat-x;
	margin: 0;
	padding: 0 4px;
}

.toolbar-active .on a:active,.toolbar-active .on a:focus,.toolbar-active .on a
	{
	background-position: 0 -196px;
	/*  background-color : #000;*/
	color: #fff;
	text-decoration: none;
}

.toolbar .radiobutton {
	background: none;
}

.toolbar .radiobutton a {
	padding: 0;
}

#toolbar li.closed ul {
	display: none;
}

#toolbar .submenu ul {
	display: block;
	position: absolute;
	top: 32px;
	left: -11px;
	background: #f5f5f5;
	border: 1px solid #b1b1b1;
	overflow: visible;
}

#toolbar .submenu li {
	float: none;
	margin: 0;
}

#toolbar li.submenu>a { /* TODO: IE6 */
	padding-left: 20px;
	background: url(i/toolbar/icon-arrow-down.png) 0 50% no-repeat;
}

#toolbar li.open>a { /* TODO: IE6 */
	background: url(i/toolbar/icon-arrow-down.png) -800px 50% no-repeat;
}

#toolbar .submenu li a {
	height: auto;
	line-height: 1.4;
}

#toolbar .toggle {
	display: block;
	float: right;
	height: 31px;
	width: 16px;
	background: url(i/toolbar/hide.png) 100% 2px no-repeat;
	cursor: pointer;
}

#toolbar .toggle:hover {
	background-position: 100% -36px;
}

.hide-sidebar #toolbar .toggle {
	background: url(i/toolbar/hide.png) -27px 2px no-repeat;
}

.hide-sidebar #toolbar .toggle:hover {
	background-position: -27px -36px;
}

#toolbar a {
	outline: none;
}

.toolbar li.collapsed a {
	padding-left: 19px;
}

/* */
#toolgroup2 .toggleButton a:focus,#toolgroup2 .toggleButton a:active,#toolgroup2 .toggleButton a:hover
	{
	text-decoration: none;
}

#toolgroup2 .on a:hover {
	color: #fff;
}

#toolgroup2 .off a:hover {
	color: #000;
}

#toolgroup2 .on a,#toolgroup2 .off a {
	font-size: .8em;
	width: 75px;
	text-align: center;
	outline: none;
}

#toolgroup2 .off a {
	background: url(i/toolbar/simple-toggle.png) 50% 8px no-repeat;
	color: #888;
}

#toolgroup2 .on a {
	background: url(i/toolbar/simple-toggle.png) 50% -192px no-repeat;
	color: #fff;
}

/* landmarks */
#toolbar #landmarks ul {
	min-width: 133px;
}

#toolbar #landmarks ul li {
	padding: 0;
	white-space: nowrap;
}

#toolbar #landmarks ul li a {
	padding: 2px 12px 2px 19px;
	border-top: 0;
	font-weight: normal;
	color: #000;
	background-color: #f5f5f5;
	background-image: url(i/checkmarks.png?v2);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 4px 8px;
}

#toolbar #landmarks ul li a:active,#toolbar #landmarks ul li a:focus,#toolbar #landmarks ul li a:hover
	{
	text-decoration: none;
}

#landmarks ul li a img {
	vertical-align: middle;
	padding-right: 4px;
	width: 22px;
	height: 22px;
}

#toolbar #landmarks ul li:hover > a,
#toolbar #landmarks ul li a:hover {
	background-color: #e6e6e6;
	background-position: 4px -72px;
}

#toolbar #landmarks ul .off a {
	background-position: 4px -32px;
}

#toolbar #landmarks ul .on a:hover {
	background-color: #e6e6e6;
	background-position: 4px 8px;
}

#toolbar #landmarks ul > .submenu > a,
#toolbar #landmarks ul > .submenu:hover > a,
#toolbar #landmarks ul > .submenu > a:hover {
    background-position: 96% -151px;
}
/*
#toolbar #landmarks ul .submenu > a {
    background: url(i/checkmarks2.png) no-repeat 94% -72px;
}
*/
#toolbar #landmarks ul .submenu .toolbar {
    display: none;
    top: 0;
    left: 150px;
}

#toolbar #landmarks ul .submenu:hover .toolbar {
    display: block;
}


/* homer */
#toolbar #homer ul {
	min-width: 100px;
}

#toolbar #homer ul li a {
	padding: 2px 5px 2px 7px;
	border-top: 0;
	font-weight: normal;
	color: #000;
	background-color: #f5f5f5;
}

#toolbar #homer ul a:hover {
	background-color: #e6e6e6;
	text-decoration: none;
}

#toolbar #homer ul a.disabled {
	background-color: #f5f5f5;
	color: #888;
	text-decoration: none;
}

/*** message ***/
.toast {
	color: #FFF;
	position: absolute;
	top: 33px;
	width: 100%;
	z-index: 9004;
}

.toastwrap {
	background: url(i/toast.png) 100% 100% no-repeat;
	margin: 0 51px 0 0;
	padding: 7px 30px 7px 8px;
}

.toastwrap .smaller {
	font-size: 0.92em;
}

.toast .close {
	position: absolute;
	margin-top: -8px;
	margin-left: -77px;
	top: 50%;
	left: 100%;
	display: block;
	overflow: hidden;
	height: 0px;
	line-height: 16px;
	padding-top: 16px;
	width: 16px; ~
	background: #000; ~
	filter: alpha(opacity = 0);
}

.toast p {
	margin: 0;
}

/*** path ***/
.path {
	margin: 0 -13px;
	font-size: .92em;
}

.path h4,.path li {
	clear: left;
}

.path h4 b,.path li b {
	width: 17px;
	margin-right: 10px;
	float: left;
	text-indent: -9999em;
	_text-indent: 0px;
	_color: white;
	_font-size: 2px;
	overflow: hidden;
}

.path h4.from b {
	background: url(i/path-icons.png) -18px 50% no-repeat;
}

.path h4.to b {
	background: url(i/path-icons.png) 0px 50% no-repeat;
}

.path li.turn-left b {
	background: url(i/path-icons.png) -35px 50% no-repeat;
}

.path li.turn-right b {
	background: url(i/path-icons.png) -53px 50% no-repeat;
}

.path li.stay b {
	background: url(i/path-icons.png) -90px 50% no-repeat;
}

.path li.straight b {
	background: url(i/path-icons.png) -72px 50% no-repeat;
}

.path h4 {
	font-size: 1em;
	line-height: 2em;
	background: #E1E4E6 url(i/path-dest.png) 0 50% repeat-x;
	margin: 0;
	padding-left: 10px;
}

.path ul {
	margin-bottom: -1px;
}

.path li {
	padding: 3px 0 3px 36px;
	border-bottom: 1px dashed #ccc;
	font-size: 1em;
	line-height: 2em;
	/*  background : url(i/route-bg-anim.png) 0 -50px no-repeat;*/
}

.pgextra1 .paths .boxhead {
	background: url(i/boxhd-path.png) 0 100% no-repeat;
}

.pgextra1 .paths .boxbody {
	padding-bottom: 0px;
}

.pgextra1 h3 {
	margin-top: 0;
	margin-bottom: .4em;
}

.paths .total p {
	margin: 0;
	padding: 3px 0 3px 36px;
	/*  border-bottom : 1px dashed #CCC;*/
}

.paths .total p.dist {
	margin-bottom: 5px;
}

.paths .total strong {
	padding-right: 4px;
	font-weight: normal;
}

.paths .total span {
	font-weight: bold;
}

.paths .poweredby {
	text-align: center;
	color: #666;
	position: relative;
	top: 16px;
	text-size: 1.1em;
}

.paths .poweredby span a {
	text-decoration: none;
}

.paths .poweredby img {
	width: 60px;
}

.path h4.discl {
	margin-top: 10px;
	line-height: 1.3em;
	text-align: center;
	font-size: 1.1em;
	font-weight: lighter;
}

.paths .discltext {
	padding: 10px 10px 0px 10px;
	font-size: 0.92em;
}

.err {
	color: #800;
	font-size: .92em;
	padding: 3px 0 3px 0;
}

/*** resultlist ***/
.resultlist .boxbody {
	padding: 0 0 15px 0;
	width: 322px;
}

.resultlist .fi_sel {
	text-align: center;
	background: #f4f4f4;
	border-left: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	font-size: .92em;
	padding-bottom: 6px;
	padding-top: 7px;
	margin-top: -7px;
	_height: 0;
	min-height: 0; /* ie hasLayout fix */
}

.resultlist .fi_sel label {
	font-weight: bold;
	padding-right: 4px;
}

.resultlist .fi_sel select {
	padding-top: 1px;
	padding-bottom: 1px;
}

.resultlist .itemlist li .inf {
	_height: 0;
	min-height: 0; /* ie hasLayout fix */
	line-height: 17px;
}

.resultlist .itemlist li .inf:after {
	display: block;
	clear: both;
	content: ".";
	visibility: hidden;
	font-size: 1px;
	height: 0;
}

.resultlist .itemlist .postal-code {
	position: absolute;
	right: 9999em;
	left: auto;
}

.resultlist .itemlist i {
	font-style: normal;
}

.resultlist .itemlist .nm,.resultlist .itemlist .adr {
	float: left; ~
	white-space: nowrap;
}

.resultlist .itemlist .icon {
	float: right;
}

.resultlist .itemlist .nm {
	margin-right: 6px;
}

.resultlist .itemlist .fn {
	font-weight: bold;
	text-decoration: none;
}

.resultlist .itemlist a.fn:hover {
	color: #444;
}

.resultlist .itemlist a.fn:target,.resultlist .itemlist a.fn:focus {
	/*  text-decoration : underline;*/
	
}

.resultlist .itemlist li b {
	float: left;
	width: 20px;
	line-height: 18px;
	height: 18px;
	margin-right: 4px;
	background: url(i/dots2.png) -21px -30px no-repeat;
	overflow: hidden;
	text-align: center;
}

.resultlist .itemlist li:hover b,.resultlist .itemlist li.active b,.resultlist .itemlist li.hovered b
	{
	background-position: 0 -30px;
}

.resultlist .itemlist li.yellow b {
	background-position: -21px 0;
}

.resultlist .itemlist li.yellow:hover b,.resultlist .itemlist li.yellow.active b,.resultlist .itemlist li.yellow.hovered b
	{
	background-position: 0 0;
}

.resultlist .itemlist li.place b {
	background-position: -21px -59px;
}

.resultlist .itemlist li.place:hover b,.resultlist .itemlist li.place.active b,.resultlist .itemlist li.place.hovered b
	{
	background-position: 0 -59px;
}

.ext-safari .resultlist {
	padding-right: 2px;
}

.resultlist .itemlist li {
	padding: 0;
	margin-top: -1px;
	font-size: .8em;
	padding: 4px 5px 4px 5px;
	z-index: 1;
	position: relative;
	cursor: pointer;
}

.resultlist .itemlist li {
	border: 1px dotted #ddd;
	border-top: 1px solid transparent;
	_border-top: none;
	_margin-top: 0px;
}

.resultlist .itemlist li.white:hover,.resultlist .itemlist li.white.hovered
	{
	background: #f8f8f8;
	border: 1px solid #ddd;
}

.resultlist .itemlist li.yellow:hover,.resultlist .itemlist li.yellow.hovered
	{
	background: #FFFCED;
	border: 1px solid #ddd;
}

.resultlist .itemlist li.place:hover,.resultlist .itemlist li.place.hovered
	{
	background: #f3f9fd;
	border: 1px solid #ddd;
}

.resultlist .itemlist li.active {
	border: 1px solid #8F9BA0;
	background: #f7f8f8;
	padding-top: 4px;
	z-index: 200;
}

.resultlist .itemlist li.white {
	
}

.resultlist .itemlist li.white.active {
	background: #f7f8f8;
	border-color: #8F9BA0;
}

.resultlist .itemlist li.yellow {
	
}

.resultlist .itemlist li.yellow.active {
	background: #FFFCED;
	border-color: #FAD301;
}

.resultlist .itemlist li.place {
	
}

.resultlist .itemlist li.place.active {
	border-color: #61B2DF;
	background: #F3F9FD;
}

.resultlist .paging {
	font-weight: bold;
	padding: 18px 4px;
	text-transform: uppercase;
	display: block;
	position: relative;
	text-align: center;
}

.resultlist .paging a {
	text-decoration: none;
}

.resultlist .stepper {
	overflow: hidden;
	display: block;
	position: relative;
	padding: 0 60px;
	margin: 0 auto;
	display: inline-block;
}

.resultlist .prev {
	width: 50px;
	position: absolute;
	top: 0px;
	left: 0px;
}

.resultlist .next {
	width: 50px;
	position: absolute;
	right: 0;
	top: 0;
}

.resultlist .jump {
	
}

.resultlist .jump strong {
	display: none;
}

.resultlist .jump span {
	
}

.resultlist .jump b {
	padding: 1px 5px;
	color: #fff;
	border: 1px solid #6D901F;
	background: #719735 url(i/step-current.png) 0 0 no-repeat;
}

.resultlist .jump a {
	padding: 0 3px;
}

.resultlist .jump i {
	padding: 0 3px;
}

.resultlist .error {
	padding: 11px 14px;
}

.resultlist .filter-bottom {
	border: none;
	border-top: 1px dashed #ccc;
	background: #fff url(i/results-bottom.png) 0 2px repeat-x;
	margin: 0 1px;
	padding: 8px 13px;
	overflow: hidden;
	min-height: 30px;
	_overflow: visible;
	_height: 0; /* ie hasLayout fix */
}

.filter-bottom p.more {
	float: right;
	clear: both;
}

.noresults .error {
	padding-bottom: 0;
}

.noresultscw .filter-bottom {
	display: none;
}

.noresults .filter-bottom {
	border: none;
	background: none;
	padding-top: 0;
}

/*
.resultlist .itemlist li.yellow b {
  background-position : 0 0;
}
*/ /*** map navigation ***/
.navpad {
	position: absolute;
	top: 42px;
	right: 6px;
	z-index: 9020;
	width: 38px;
	height: 36px;
	background: url(i/mapctrl-move.png) 0 0 no-repeat;
}

.navpad a {
	display: block;
	width: 13px;
	height: 13px;
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
	text-indent: -9999em;
}

.navpad a.u,.navpad a.d {
	left: 13px;
}

.navpad a.r,.navpad a.l {
	top: 12px;
}

.navpad a.u {
	top: 0px;
}

.navpad a.d {
	top: 23px;
}

.navpad a.l {
	left: 0px;
}

.navpad a.r {
	left: 25px;
}

/* zoom navigation slider */
.zoombar {
	position: absolute;
	top: 90px;
	right: 13px;
	z-index: 9020;
	width: 24px;
	height: 185px;
	background: url(i/mapctrl-zoom.png) 0 0 no-repeat;
}

.zoombar a {
	display: block;
	width: 24px;
	height: 20px;
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
	text-indent: -9999em;
}

.zoombar .zi {
	
}

.zoombar .zo {
	top: auto;
	bottom: 0;
}

.zoombar .scrollarea {
	display: block;
	width: 24px;
	height: 144px;
	position: absolute;
	top: 21px;
	left: 0px;
}

.zoombar .scrollhandle {
	display: block;
	width: 24px;
	height: 19px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(i/mapctrl-zoom-handle.png) 0 0 no-repeat;
}

/* ***  map scale  *** */
#scale {
	position: absolute;
	bottom: 8px;
	right: 65px;
	z-index: 9020;
	text-align: right;
	font-weight: bold;
	color: #fff;
}

#scale b,#scale i {
	font-weight: inherit;
	font-style: normal;
}

#scale i {
	position: absolute;
	top: -1px;
	right: 1px;
	color: #777;
}

/* ***  context menu  *** */
.contextmenu {
	position: absolute;
	top: 100px;
	left: 100px;
	z-index: 19999;
	background: url(i/contextmenu/wrap-top.png) 0 0 no-repeat; ~
	background: url(i/contextmenu/wrap-top-8.png) 0 0 no-repeat;
	padding-top: 5px;
	width: 147px;
	_height: 0;
	min-height: 0; /* ie hasLayout fix */
}

.contextmenu .menuwrap {
	background: url(i/contextmenu/wrap-bottom.png) 0 100% no-repeat; ~
	background: url(i/contextmenu/wrap-bottom-8.png) 0 100% no-repeat;
	padding-bottom: 5px;
	_height: 0;
	min-height: 0; /* ie hasLayout fix */
}

.contextmenu .menuwrap ul {
	background: url(i/contextmenu/bg.png) 0 100% repeat-y; ~
	background: url(i/contextmenu/bg-8.png) 0 100% repeat-y;
	padding: 0 5px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	margin: 0;
}

.contextmenu .menuwrap ul li {
	font-size: .92em;
	margin: 0;
	position: relative;
	_height: 0;
	min-height: 0; /* ie hasLayout fix */
}

.contextmenu .menuwrap ul li a {
	
}

.contextmenu .menuwrap ul li.sep { ~
	margin: -10px 0 0 0;
}

.contextmenu li.sep i {
	display: block;
	background: #ddd;
	margin: 2px 0; ~
	margin: 0;
	overflow: hidden;
	text-indent: -9999em;
	height: 1px;
}

.contextmenu li.head b {
	display: block;
	font-weight: bold;
	border-bottom: 1px solid #eee;
	padding: 3px 6px;
}

.contextmenu li.lnk a {
	display: block;
	text-decoration: none;
	background-position: 5px 50%;
	background-repeat: no-repeat;
	padding: 3px 4px 3px 24px;
	white-space: nowrap;
}

.contextmenu li.lnk a:hover {
	background-color: #eee;
	text-decoration: none;
	color: #000;
}

.contextmenu li.lnk a.pathfrom {
	background-image: url(i/contextmenu/icon-path-start.png);
}

.contextmenu li.lnk a.pathto {
	background-image: url(i/contextmenu/icon-path-end.png);
}

.contextmenu li.lnk a.pathclear {
	background-image: url(i/contextmenu/icon-path-clear.png);
}

.contextmenu li.lnk a.pathfrom {
	background-image: url(i/contextmenu/icon-path-start.png);
}

.contextmenu li.lnk a.gps {
	background-image: url(i/contextmenu/icon-gps.png);
}

.contextmenu li.lnk a.center {
	background-image: url(i/contextmenu/icon-center.png);
}

.contextmenu li.lnk a.zoomin {
	background-image: url(i/contextmenu/icon-zoom-in.png);
}

.contextmenu li.lnk a.zoomout {
	background-image: url(i/contextmenu/icon-zoom-out.png);
}

.contextmenu li.lnk a.add_sm {
	background-image: url(i/contextmenu/icon-service-marker.png);
}

.contextmenu li.lnk a.move {
	background-image: url(i/contextmenu/icon-move.png);
}

/* ***  markers  *** */
#map .marker {
	letter-spacing: -.05em;
	display: block;
	position: relative;
	z-index: 1;
	width: 20px;
	height: 20px;
}

#map .marker div {
	position: absolute;
	top: 4px;
	left: 8px;
	width: 26px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
}

#map .pathmarker { /*  margin-top : -12px;*/
	
}

#map .marker-other {
	background: url(i/hotspot.png) 0 100% no-repeat;
	padding-bottom: 4px;
	padding-left: 2px;
}

#map .marker-gps { ~
	margin-left: 3px; ~
	margin-top: 3px;
}

#map .marker-white div,#map .marker-yellow div,#map .marker-place div,#map .marker-other
	{
	cursor: pointer;
}

#map .marker-white,#map .marker-yellow,#map .marker-place {
	width: 40px;
	height: 40px;
}

#map .marker-other {
	width: 20px;
	height: 20px;
}

#map .marker-white.marker-hovered,#map .marker-white.marker-active,#map .marker-yellow.marker-hovered,#map .marker-yellow.marker-active,#map .marker-place.marker-hovered,#map .marker-place.marker-active
	{
	background: transparent url(/media/media/kort/icon/marker-hover.png)
		no-repeat scroll 0% 0%;
	color: #1a1a1a;
}

#map .marker-hovered {
	z-index: 2;
}

#map .marker-active {
	z-index: 3;
}

/* ***  callout *** */
.calloutbox .c-tl,.calloutbox .c-tr,.calloutbox .c-bl,.calloutbox .c-br,.calloutbox .c-cu
	{
	background: url(i/divmarker/callout.png) 0 0 no-repeat;
}

.yellow-callout .c-tl,.yellow-callout .c-tr,.yellow-callout .c-bl,.yellow-callout .c-br,.yellow-callout .c-cu
	{
	background: url(i/divmarker/callout-yellow.png) 0 0 no-repeat;
}

.place-callout .c-tl,.place-callout .c-tr,.place-callout .c-bl,.place-callout .c-br,.place-callout .c-cu
	{
	background: url(i/divmarker/callout-place.png) 0 0 no-repeat;
}

.calloutbox div.c-tl {
	background-position: 0 0;
}

.calloutbox div.c-tr {
	background-position: 100% 0;
}

.calloutbox div.c-bl {
	background-position: 0 -575px;
}

.calloutbox div.c-br {
	background-position: 100% -575px;
}

.calloutbox div.c-cu {
	background-position: 0 -690px;
}

.calloutbox a.close,.calloutbox div.close {
	position: absolute;
	right: 8px;
	top: 8px;
	height: 16px;
	width: 16px;
	z-index: 4;
	cursor: pointer;
	background: url(i/divmarker/close.png) 50% 50% no-repeat;
}

.calloutbox {
	z-index: 10;
}

.callout-loading {
	background: #fff url(i/ajax-loader-2.gif) 50% 50% no-repeat;
	border-bottom: 1px solid #e0e0e0;
	height: 186px;
	position: relative;
	top: 32px;
	margin: 0 2px;
}

.callout {
	position: relative;
	z-index: 2;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	_height: 0;
	min-height: 0; /* ie hasLayout fix */
}

.callout h4 {
	height: 31px;
	line-height: 31px;
	margin: 0;
	padding: 0 12px;
	font-size: 1.6em;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
}

.callout .body {
	background: #fff;
	padding: 8px 12px;
	height: 146px;
	overflow: hidden;
	margin: 0 2px;
}

.callout hr {
	border: none;
	border-top: 1px solid #ddd;
}

.callout .thumb-container {
  display: block;
  float:right;
  text-align: center;
  width:108px;
}

.callout .thumb-container {
  display: block;
  float: right;
  text-align: center;
  width: 108px;
}

.callout .marker-type-18 .thumb-container {
  width: 130px;
}
.callout img {
	float: right;
	margin: 0 0 8px 12px;
}

.callout .adr {
	font-size: 1.2em;
	padding-bottom: 2px;
}

.callout .adr i {
	text-decoration: underline;
	font-style: normal;
}

.callout ul li {
	font-size: 1.12em;
	line-height: 1.3;
	overflow: hidden;
}

.callout .fax span,.callout .tel span {
	width: 40px;
	display: inline-block;
}

.callout .fax strong,.callout .tel strong {
	font-size: 1.3em;
}

.callout ul a {
	text-decoration: none;
	font-weight: bold;
	color: #666;
}

.callout .body p {
	margin: 0 0 7px 0;
}

.callout .body .more a {
	font-size: 1em;
	line-height: 1.4;
}

/*
.callout .body .more a {
  float : right;
  overflow : hidden;
  padding : 0;
  padding-top : 25px;
  height : 0;
  width : 114px;
  background : url(i/divmarker/more.png) 0 0 no-repeat;
}*/
.callout .act {
	background: #F4F4F4;
	border-top: #EDEDED;
	margin: 0 4px;
	padding: 4px 6px 2px 6px;
	overflow: hidden;
}

.callout .act a {
	float: left;
	text-decoration: none;
	padding: 0;
	padding-left: 24px;
	font-size: 1.12em;
	line-height: 24px;
	margin-right: 12px;
}

.callout .act .sms {
	background: url(i/divmarker/act-sms.png) 0 50% no-repeat;
}

.callout .act .printable {
	float: right;
	background: url(i/divmarker/act-printable.png) 0 50% no-repeat;
}

.callout .act .vcard {
	background: url(i/divmarker/act-vcard.png) 0 50% no-repeat;
}

.callout .act .move {
	float: right;
	margin-right: 4px;
	background: url(i/divmarker/act-move.png) 0 50% no-repeat;
}

.callout .act .edit {
	float: right;
	margin-right: 4px;
	background: url(i/divmarker/act-edit.png) 0 50% no-repeat;
}

.callout .act .wikipedia {
	float: right;
	margin-right: 4px;
	background: url(i/divmarker/act-wikipedia.png) 0 50% no-repeat;
}

.callout .act .webcam {
	float: right;
	margin-right: 4px;
	background: url(i/divmarker/act-webcam.png) 0 50% no-repeat;
}

/* ***  logos  *** */
#maplogo_samsyn {
	display: block;
	position: absolute;
	bottom: 28px;
	right: 60px;
	height: 18px;
	width: 77px;
	background: url(i/samsyn-logo.png) 0 0 no-repeat;
	z-index: 9998;
	text-indent: -9999px;
}

#maplogo_ja {
	display: block;
	position: absolute;
	bottom: 6px;
	right: 6px;
	height: 52px;
	width: 52px;
	background: url(i/small-logo.png) 0 0 no-repeat;
	z-index: 9998;
	text-indent: -9999px;
}

/* ***  mini overview map  *** */
#minimap {
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 20px;
	width: 132px;
	z-index: 9999;
	background: url(i/minimap-closed.png) 0 0 no-repeat;
}

#minimap.map-open {
	height: 168px;
	width: 188px;
	background: url(i/minimap-open.png) 0 0 no-repeat;
}

#minimap a {
	display: block;
	height: 20px;
	line-height: 20px;
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
	outline: none;
	text-decoration: none;
	font-weight: bold;
	overflow: hidden;
	text-indent: 28px;
	white-space: nowrap;
	font-size: .8em;
}

#minimap a:active,#minimap a:focus,#minimap a:hover {
	color: #444;
}

#minimap .mm-wrap {
	height: 142px;
	width: 182px;
	position: absolute;
	top: 6px;
	display: none;
	overflow: hidden;
}

#minimap.map-open .mm-wrap {
	display: block;
}

#minimap .border {
	border: 1px solid #00c;
	display: block;
	height: 15px;
	width: 15px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

#minimap .viewport {
	background: #000;
	border: 1px solid #000;
	opacity: .2;
	-moz-opacity: 0.2; ~
	filter: alpha(opacity = 20);
	display: block;
	height: 15px;
	width: 15px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

b.markers {
	background: url(i/dots2.png) 0 0 no-repeat;
	float: left;
	height: 18px;
	overflow: hidden;
	padding-left: 7px;
	width: 16px;
	clear: both;
}

b.imarker {
	background-position: 0px -30px;
}

b.pmarker {
	background-position: 0px -60px;
}

div.info p.more a {
	color: #444;
}

div.info a {
	color: #007000;
	text-decoration: none;
}

div.info h4,div.info p {
	clear: left;
}

div.info .boxbody {
	padding-top: 7px;
}

div.info a:hover,div.info a:active {
	color: #AA0000;
	text-decoration: underline;
}

div#example {
	padding-left: 12px;
	padding-right: 12px;
}

p.countrywide {
	font-size: 1.3em;
	color: #111;
}

p.countrywide span {
	font-weight: bold;
	font-style: underline;
	color: #880000;
}

/* Temporary for ad campaign  
div.svar-adcampaign {
	padding-bottom: 10px;
}
*/
div.hidesvar {
	text-align: right;
}

.attnbox-small {
	margin: 0px 0px 8px;
	background: transparent url(i/attn-small-bg.png) repeat-y scroll 0px 0px
		;
	position: relative;
	margin-right: -2px;
}

.attnbox-small h3 {
	padding: 5px 5px 0px 38px;
	background: transparent url(i/attn-small-quote.png) no-repeat scroll 0px
		0px;
	height: 29px;
}

.attnbox-small .boxbody-small {
	padding: 0px 10px 5px;
	background: transparent url(i/attn-small-bottom.png) no-repeat scroll
		0px 100%;
}

.attnbox-small a.next {
	background: transparent url(i/arrow3.png) no-repeat scroll 0 0;
	display: block;
	height: 14px;
	position: absolute;
	right: 5px;
	top: 7px;
	width: 12px;
	text-indent: -9999px;
	overflow: hidden;
}

.attnbox-small .tip {
	display: none;
}

.attnbox-small .tip-active {
	display: inline;
}

.attnbox-small .boxbody-small {
	overflow: hidden;
}

.attnbox-small .tip-more {
	font-weight: bold;
	color: #444444;
	float: right;
}

/* Toolbar demo */ 
h4.tool-demo{
	font-size:1.2em;
}

.toolbar-demo {
	overflow: hidden;
	margin-left: 1em;
	margin-bottom: 15px;
}

.toolbar-demo td {
	background-color: #f5f5f5;
	border: 1px solid #cccccc;
	padding: 3px;
	cursor: pointer;
	width: 11em;
	font-size:1.2em;
}

.toolbar-demo td a {
	color: #444444;
}

.toolbar-demo td a:active,
.toolbar-demo td a:visited,
.toolbar-demo td a:hover{
	text-decoration: none;
	color: #000000;
}

.toolbar-demo td:hover{
	background-color: #ededed;
	color: #000000;
}

.toolbar-demo td.empty:hover {
	background-color: #ffffff;
	color: #000000;
}

.toolbar-demo td img {
	margin-right: 5px;
	margin-left: 1px;
	border-style: none;
}