#maTour {
background-color:#ffffff;
height:487px;
position:relative;
width:700px;
}
#maPopup {
text-align:left;
}
.maPopup,
.maPopupPinned {
-moz-border-radius:10px;
border-radius:10px;
-moz-box-shadow:5px 5px 10px rgba(0,0,0,0.3);
-webkit-box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
}
.maPopupPinned {
-moz-border-radius-topleft:0px;
border-top-left-radius:0px;
-moz-border-radius-topright:0px;
border-top-right-radius:0px;
}
#maHotspotImage {
-moz-border-radius:10px;
border-radius:10px;
}
#maTooltip {
z-index:10000;
visibility:hidden;
position:absolute;
border:solid 1px #000000;
color:#ffffff;
background-color:#333333;
font-size:11px;
font-family:Verdana, Geneva, sans-serif;
padding:10px;
font-weight:normal;
font-style:normal;
text-decoration:none;
max-width:400px;
}
#maLayout {
text-align:left;
height:487px;
padding-top:0px;
padding-right:0px;
padding-bottom:0px;
padding-left:0px;
width:700px;
}
#maAbsBlock {
overflow:hidden;
position:absolute;
}
#maTextArea {
background-color:#333333;
}
#maHotspotText {
background-color:#333333;
color:#ffffff;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-style:normal;
font-weight:normal;
}
#maMap {
background-color:#ffffff;
}
.maInstructions, maInstructionsTitle	{
font-family:Arial;
font-size:12px;
}
.maInstructions	{
padding:6px;
border:solid 1px #777;
}
.maInstructionsTitle {
font-weight:bold;
margin-bottom:4px;
}
.maZoomControl	{
z-index:4000;
position:absolute;
top:-4px;
left:-4px;
cursor:pointer;
-webkit-tap-highlight-color:rgba(0,0,0,0);
}
