#map_canvas {
  height: 500px;
  width: 100%;
}

@media print {
  html, body {
    height: auto;
  }

  #map_canvas {
    height: 650px;
  }
}


#mapContainer {width:352px; height:308px; border:1px solid #369; border-radius:3px}


.map {
    height: 14px;
    margin-bottom: 15px;
      height: 500px;
  width: 100%;
}

    .map li {
        float: left;
        background: url(images/arrow.png) no-repeat right 5px;
        padding-right: 10px;
        margin-right: 5px;
    }

        .map li a {
            display: block;
            font-size: 12px;
            line-height: 14px;
            color: #312425;
            font-weight: normal;
        }

            .map li a:hover {
                text-decoration: underline;
            }

        .map li.active {
            background: none;
        }

            .map li.active a {
                font-weight: 700;
            }


.huge{font-size:4rem}.huge2{font-size:34px}.huge3{font-size:26px}.huge4{font-size:20px}.huge5{font-size:16px}
.huge6b{font-size:14px;color:#000;font-weight:bold;}
.turuncuTitle{font-size:18px;border-bottom:1px solid #FF6600;box-shadow:0px 1px 0px #ff0000}
.orangeTitle{color:#F04200;font-weight:bold;font-size:16px;border-bottom:1px solid #C0C0C0}
.blueTitle{color:#2F19C2;font-weight:bold;font-size:16px;border-bottom:1px solid #C0C0C0}
.font-bold {font-weight: bold;}
.f14_siyah{color:#000 ; font-size: 14px;}
.f14_turuncu{color: #cc6600; font-size: 14px;margin-top:2px;margin-bottom:2px}
.f18_kirmizi_s{color: #cc0000; font-size: 18px;text-shadow:1px 1px 1px #FFF;}
.d-green{color:#82ad2f}
.d-red{color:#BB0303}
.d-yellow{color:#e0b60b;font-size:14px}
.d-blue{color:#150AAA;font-size:14px}
.section-box{
background:#fff;
border:1px solid #e5e5e5;
border-radius:4px;
margin-bottom:20px;
}

.breadcrumb a {
    font-weight: bold;color:#000080;font-size:14px
}

.breadcrumb > *:last-child {
    font-weight: bold;color:#008000;
}