
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body,html{
	font-family: Arial;
	font-size:12px;
	color:#6d6d6d;
}
b{
	font-weight:bold;
}
a,img{
	border:0;
	text-decoration:none;
}

#top.collapsed{
	height:0px;
}
#top.collapsed #header,#top.collapsed #filter{
	display: none;
}
#toggle_filter{
	display:block;
	float:right;
	color:#b4b3b3;
	text-decoration:underline;
}
#header{
	line-height: 80px;
 	height: 80px;
 	margin: 0px 10px;
}
#filter{
 	margin: 0px 0px 10px 10px;
}
#backbutton{
	margin-top:20px;
}
input[type=text]{
	border:1px solid #d8e9d5;
	display:block;
	width:145px;
	background:#f2f2f2;
	float:left;
	line-height:34px;
	height:34px;
	font-size:14px;
	color:#6d6d6d;
	text-indent:15px;
	margin: 0;
	padding: 0;
	margin-right:10px;
}
#labels{
	clear:both;
	height:25px;
}
#labels .label{
	font-size:12px;
	color:#b4b3b3;
	line-height:25px;
	float:left;
	width:144px;
	margin-right:20px;
}
.openInfoWindow h3{
	font-weight:bold;
	font-size:16px;
	color:#6d6d6d;
	margin-bottom:15px;
}

.openInfoWindow .label{
	font-size:12px;
	color:#b4b3b3;
	line-height:16px;
}
.openInfoWindow .value{
	font-size:14px;
	color:#6d6d6d;
	margin-bottom:10px;
}

.openInfoWindow .value{
	font-size:14px;
	color:#6d6d6d;
	margin-bottom:10px;
}
.openInfoWindow .rightside{
	float:left;
	width:200px;
	margin-left:15px;
}
.openInfoWindow .leftside{
	float:left;
	width:200px;
	height:220px;
}
.openInfoWindow .getDirections{
	height:57px;
	width:199px;
	text-indent:50px;
	font-size:18px;
	color:#fff;
	margin-top:7px;
	background:url(../img/gauti-nuoroda.png) no-repeat left top;
	display:block;
	line-height:57px;
	text-decoration:none;
}
.openInfoWindow .getDocument{
	height:57px;
	width:199px;
	text-indent:15px;
	font-size:18px;
	color:#fff;
	margin-top:7px;
	background:url(../img/greenhover.png) repeat-x left top;
	display:block;
	line-height:57px;
	text-decoration:none;
}
#sidePoints,#directions{
	overflow-y:scroll;
}
#sideTabs{
	vertical-align: top;
}

#sidePoints .rightside{
	float:left;
	width:155px;
	margin-left:10px;
}
#sidePoints .leftside{
	float:left;
	width:128px;
	height:100px;
}
#sidePoints .location{
	height:100px;
	border-bottom:1px solid #e3e5dd;
	margin-bottom:4px;
}
#sidePoints .location:hover{
	background:#fafafa;
}
#sidePoints .location h3{
	font-size:14px;
	font-weight:bold;
	color:#6d6d6d;
	height:30px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
#sidePoints .location .label{
	font-size:12px;
	color:#b4b3b3;
	line-height:16px;
}
#sidePoints .location .value{
	font-size:14px;
	color:#6d6d6d;
	margin-bottom:10px;
	max-height:16px;
	line-height: 16px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
#directions .steps{
	list-style-type:decimal;
}
#directions .steps li{
	list-style-type:decimal;
	margin-left:20px;
	border-bottom:1px solid #e3e5dd;
	margin-bottom:4px;
	line-height:16px;
	padding-bottom:4px;
}
#collapse_left,#collapse_top{
	background:transparent url(../img/back_button.png) no-repeat 50% 50%;
	z-index:9;
	margin-left:288px;
	width:29px;
	height:26px;
	position:absolute;
	display:block;
}
#collapse_top{
	background:transparent url(../img/top_button.png) no-repeat 50% 50%;
	right:0;
	margin-top:36px;
}
#collapse_left.collapsed{
	margin-left:0px;
	-moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}
#collapse_top.collapsed{
	top:0;
	-moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    filter: FlipV;
    -ms-filter: "FlipV";
}
#leftSide{
	width:318px;
	vertical-align:top;
}
#leftSide.collapsed{
	width:1px;
}
#leftSide.collapsed #sideTabs{
	display: none;
}

#loading{
	background:#fff url(../img/spinner_grey_60.gif) no-repeat 5% 50%;
	left:45%;
	top:45%;
	border:1px solid #333;
	width:200px;
	height:80px;
	border-radius:8px;
	padding-left:90px;
	line-height: 80px;
	font-size:18px;
	position:absolute;
}
