.detail {
    padding: 20px;
    margin-bottom: 14px;
    clear: both;
}


.detail h1 {
    padding: 0;
    margin: 0;

    position: relative;
}

.detail table {
    margin-top: 15px;
    width: 100%;
}

.detail table td, .detail table th {
    font-weight: normal;
    padding: 5px 7px;
}

.detail table td {
    background: #ffffff;
}

.detail .contact_note {
    color: #77352A;
    margin-top: 3px;
    text-align: center;
}

.detail form {
    background: #ffffff;
    padding: 6px;
    margin: 8px 0;
}

/* ------------- detail_menu -----------------  */

#detail_menu {
    margin: 5px 0 15px;
    padding: 0px;
}
#detail_menu li {
   background-image: none;
   list-style-type: none;
   display: inline;
}

#detail_menu a {
   background: no-repeat 7px center;
   padding: 10px 5px 10px 43px;
   height: 40px;
   line-height: 40px;
   border: 1px solid gray;
}

