/** detail **/
#post {
    width: 650px;
}

#post .head {
    margin-bottom: 20px;
}

#post .head .info {
    float: left;
    width: 475px;
}

#post .head .logo {
    float: right;
    width: 150px;
    /*height: 150px;*/
    margin-bottom: 10px;
}

#post .photo {
    text-align: center;
    margin-bottom: 20px;
}

#post .correction,
#post .map {
    margin-bottom: 40px;
}

#post #map {
    width: 630px;
    height: 300px;
}

/** search **/

#post-search {
    text-align: center;
    padding: 5px 10px 15px 10px;
}

/** map **/

#post-map {
    width: 650px;
    height: 550px;
    margin-bottom: 20px;
}

#post-map-nav {
    border: 1px solid #999;
    border-bottom: 0;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-border-radius-topleft: 6px;
    -webkit-border-radius-topright: 6px;
    padding: 5px;
    background: #999;
}

#post-map-nav .groups .group {
    margin: 0 5px;
    padding: 2px 6px;
    display: block;
    float: left;
    background: #666;
    border: 1px dotted #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    vertical-align: top;
    font-weight: bold;
}

#post-map-nav .groups .group input {
    margin: 0;
    padding: 0;
}

#post-map-nav .groups .group-1 {
    color: #fd7567;
}

#post-map-nav .groups .group-2 {
    color: #ff9900;
}

#post-map-nav .groups .group-3 {
    color: #5781fc;
}

#post-map-nav .groups .group-4 {
    color: #67dddd;
}

#post-map-nav .groups .group-5 {
    /*color: #fdf569;*/
    color: #eee;
}

/** marker-window **/

#marker-window {
    padding-top: 10px;
    width: 275px;
    height: 100px;
}

#marker-window .logo {
    padding-right: 5px;
    padding-bottom: 5px;
}

#marker-window .name {
    white-space: nowrap;
}