.mtk-print-marker {
   display: none;
}
.mtk-cluster {
   position: absolute;
   cursor: pointer;
   border-radius: 6px;
   color: white;
}

.mtk-cluster img {
   position: absolute;
   top: 5px;
   right: 5px;
}

.mtk-cluster-text {
   position: absolute;
   top: 5px;
   left: 5px;
}

.mtk-menu-container {
   position: absolute;
}

.mtk-menu-button {
   background: #555;
   margin: 6px 6px 0 0;
   padding: 3px 2px 2px 4px;
   color: #eee;
   font-size: 11px;
   font-family: Arial;
   font-weight: bold;
   text-transform: uppercase;
   border: 1px solid #333;
   border-radius: 2px;
   -webkit-border-radius: 2px;
   -moz-border-radius: 2px;
   width: 76px; /* fixme */
   overflow: hidden;
   height: 14px;
   position: relative;
   cursor: pointer;
}

.mtk-menu-button:hover {
   background: #888;
}

.mtk-menu-button-active {
   background: #aaa;
   color: #333;
}

.mtk-menu-content {
   position: absolute;
   margin-top: 2px;
   right: 6px;
   background: #ddd;
   color: #333;
   padding: 4px;
   -webkit-border-radius: 2px;
   -moz-border-radius: 2px;
   border-radius: 2px;
/*   font-weight: bold;
*/   border: 1px solid #333;
   display: none;
   font-size: 12px;
   font-family: Arial;
   min-width: 74px;
}

.mtk-menu-content ul {
   padding: 0;
   margin: 0;
   list-style-type: none;
   width: 120px;
}

.mtk-menu-content li {
   list-style-type: none;
   padding: 1px;
   cursor: pointer;
}

.mtk-menu-content-info {
   margin-top: 10px;
   text-align: center;
}

.mtk-menu-content li:hover {
   background-color: #bbb;
}

.mtk-menu-arrow {
   float: right;
   font-size: 60%;
   margin: 2px 4px;
}

.mtk-locateme {
   width: 14px;
   height: 14px;
   margin: -1px 0 0 -1px;
}

.mtk-locateme-marker {
   -webkit-animation-name: mtk-locateme-pulse;
   -webkit-animation-duration: 2s;
   -webkit-animation-iteration-count: infinite;
   -webkit-animation-timing-function: ease-in-out;
}

.mtk-infowindow {
   background: white;
   padding: 10px;
   color: #444;
   font-weight: bold;
   font-size: 16px;
   border: 1px solid #777;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   width: auto;
   min-width: 200px;
}

.mtk-infowindow-close {
   background: url(http://static.toursprung.com/images/close.png);
   position: absolute;
   width: 27px;
   height: 27px;
   top: -10px;
   right: -10px;
   cursor: pointer;
}

.mtk-infowindow a {
   color: #444;
}


.mtk-tooltip {
   position: absolute;
   margin-left: 10px;
   padding: 1px 5px 1px 5px;
   border: 1px solid #222;
   background: white;
   color: #222;
   font-size: 12px;
   border-radius: 2px;
   -webkit-border-radius: 2px;
   -moz-border-radius: 2px;
}
.mtk-treemenu {
   font-size: 12px;
   font-family: Arial,Helvetica,sans-serif;
}

.mtk-treemenu ul {
   margin: 0;
   padding: 0;
}

.mtk-treemenu li {
   list-style: none;
   margin: 0;
   padding: 2px 0 2px 0px;
   cursor: pointer;
}

.mtk-treemenu-group {
   font-weight: bold;
   margin: 0;
   padding: 2px 0 2px 0;
}

.mtk-treemenu span {
   padding-left: 1px;
}

.mtk-treemenu-checkbox, .mtk-treemenu-icon {
   vertical-align: text-bottom;
   width: 15px;
   height: 15px;
   margin-right: 2px;
}

.mtk-treemenu-title {
   padding-top: 1px;
   margin-left: 37px;
}

.mtk-treemenu-node-title {
   padding-top: 1px;
   margin-left: 3px;
}

.mtk-treemenu-checkbox, .mtk-treemenu-icon {
   width: 16px;
   height: 16px;
}

.mtk-treemenu-level0, .mtk-treemenu-level1 {
   width: 220px;
}

.mtk-treemenu-level2, .mtk-treemenu-level1-node {
   width: 204px;
}

.mtk-treemenu-level0:hover, .mtk-treemenu-level1:hover, .mtk-treemenu-level2:hover, .mtk-treemenu-level3:hover {
   background: #ddd;
}

.mtk-treemenu-level1-node, .mtk-treemenu-level2 {
   margin: 0 10px 0 16px !important;
}

.mtk-ns-menu {
   text-align: left;
   margin-top: 140px;
   width: 240px;
}

.mtk-ns-menu-top {
   width: 240px;
   height: 10px;
   background: white;
   border-top-left-radius: 10px;
}

.mtk-ns-menu-title {
   padding-bottom: 5px;
   font-family: "Arial Narrow", Arial, Verdana, sans-serif;
   font-weight: bold;
   font-size: 16px;
}

.mtk-ns-menu-content {
   width: 230px;
   background: white;
   max-height: 400px;
   overflow-y: auto;
   overflow-x: hidden;
   padding-left: 10px;
   color: #666;
}

.mtk-treemenu-title, .mtk-treemenu-node-title {
   font-family: "Arial Narrow", Arial, Verdana, sans-serif;
   font-size: 14px;
}

.mtk-ns-menu-bottom {
   width: 240px;
   height: 10px;
   background: white;
   border-bottom-left-radius: 10px;
}

.mtk-cluster {
   text-align: center;
}

.mtk-cluster span {
   position: relative;
   left: auto;
   top: auto;
   color: white;
}

.mtk-cluster1 {
   background: url(http://static.toursprung.com/images/imx/cluster1.png);
   width: 53px;
   height: 52px;
   line-height: 52px;
}

.mtk-cluster2 {
   background: url(http://static.toursprung.com/images/imx/cluster2.png);
   width: 56px;
   height: 55px;
   line-height: 55px;
}

.mtk-cluster3 {
   background: url(http://static.toursprung.com/images/imx/cluster3.png);
   width: 66px;
   height: 65px;
   line-height: 65px;
}

.mtk-cluster4 {
   background: url(http://static.toursprung.com/images/imx/cluster4.png);
   width: 78px;
   height: 77px;
   line-height: 77px;
}

.mtk-cluster5 {
   background: url(http://static.toursprung.com/images/imx/cluster5.png);
   width: 90px;
   height: 89px;
   line-height: 89px;
}

.mtk-infowindow {
   background: white;
   color: #000000;
   font-weight: normal;
   font-size: 14px;
   border: 0px solid white;
   -webkit-border-radius: 0;
   -moz-border-radius: 0;
   border-radius: 0;
   background: white;
   width: 390px;
   padding: 0;
   text-align: left;
}

.mtk-infowindow-container {
   position: relative;
   width: 390px;
   background-color: white;
}

.mtk-infowindow-close {
   background-image: none;
   background: #af0032;
   position: absolute;
   width: auto;
   height: auto;
   top: 0px;
   right: 0px;
   cursor: pointer;
   font-family: "Arial Narrow", Arial, Verdana, sans-serif;
   color: white;
   font-size: 14px;
   padding: 2px 4px;
   font-weight: normal;
}

.mtk-infowindow a {
   color: #000;
}

.mtk-infowindow-tabs {
   position: absolute;
   top: 0px;
}

#mtk-infowindow-tab1, #mtk-infowindow-tab2 {
   float: left;
   font-weight: bold;
   font-family: "Arial Narrow", Arial, Verdana, sans-serif;
   font-size: 14px;
   padding: 4px 6px 2px 6px;
   cursor: pointer;
   color: #c0c4c5;
   margin-left: 5px;
}

.mtk-infowindow-tabactive {
   background: #af0032;
   color: white !important;
   border-bottom-left-radius: 3px;
   border-bottom-right-radius: 3px;
}

#mtk-infowindow-content1, #mtk-infowindow-content2 {
   clear: both;
   width: 370px;
   min-height: 165px;
   font-size: 12px;
   font-family: Arial, Verdana, sans-serif;
   font-weight: normal;
   padding: 35px 10px 10px 10px;
}

#mtk-infowindow-content3 {
   clear: both;
   width: 370px;
   font-size: 12px;
   font-family: Arial, Verdana, sans-serif;
   font-weight: normal;
   padding: 25px 10px 10px 10px;
}

#mtk-infowindow-content1 a {
   color: #4a555a;
}

#mtk-infowindow-content2 a, #mtk-infowindow-content3 a {
   color: #af0032;   
}

.mtk-infowindow-title {
   font-family: "Arial Narrow", Arial, Verdana, sans-serif;
   font-size: 22px;
   color: #af0032;
   font-weight: bold;
}

.mtk-infowindow-subtitle {
   color: #4a555a;
   font-family: "Arial Narrow", Arial, Verdana, sans-serif;
   font-size: 14px;
   font-weight: normal;   
}

.mtk-infowindow-stars {
   height: 11px;
   background-image: url("http://static.toursprung.com/images/ns/star.png");
   background-repeat:repeat-x;
}

.mtk-infowindow-hr {
   height: 3px;
   width: 370px;
   border-bottom: 2px solid #9ca2a4;
   margin-bottom: 5px;
}

.mtk-infowindow-img {
   width: 120px;
   padding: 3px 8px 8px 0;
   float: left;
}

.mtk-infowindow-addressbase-title {
   color: #4a555a;
   margin-top: 10px;
   font-family: "Arial Narrow", Arial, Verdana, sans-serif;
   font-size: 16px;
   font-weight: normal;   
}

.mtk-infowindow-addressbase-hr {
   height: 3px;
   width: 370px;
   border-bottom: 1px solid #9ca2a4;
   margin-bottom: 5px;
}

.mtk-infowindow-addressbase-table {
   width: 370px;
}

.mtk-infowindow-addressbase-td1 {
   width: 5px;
   padding: 0;
   vertical-align: top;
}

.mtk-infowindow-addressbase-td1 img {
   vertical-align: top;
   padding-top: 6px;
}

.mtk-infowindow-addressbase-td3 {
   width: 80px;
   color: #af0032;
   text-align: right;
}

.mtk-routeinfo {
   margin-bottom: 5px;
   padding: 10px;
   background: black;
   margin-right: 5px;
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   border-radius: 6px;
   color: white;
   font-family: "Arial Narrow", Arial, Verdana, sans-serif;
   font-size: 16px;
   width: 275px;
   text-align: left;
}

.mtk-routeinfo-title {
   font-size: 20px;
   margin-bottom: 5px;
   padding-bottom: 2px;
   border-bottom: 1px solid white;
