#logo {
    margin-right: 5px;
}

#indexBody #top {
    padding: 0;
    height: 35px !important;
    border-bottom: 6px solid #2474d3;
    background: url('/common/images/index_title_bg.png') repeat-x;
}

#indexBody #top > div {
    display: inline-block;
    zoom: 1;
    *display: inline /*IE7 HACK*/;
    _display: inline /*IE6 HACK*/;
}

#indexBody #top > div > a {
    padding: 0 10px;
}

#indexBody #left {
    border: 6px solid #2474d3;
    border-right: none;
    border-top: none;
    width: 274px;
    position: fixed;
    z-index: 10;
    height: 100%;
    top: 35px;
    background: white;
}

#indexBody #leftSwitch {
    background-color: #2474d3;
    border-top: none;
    width: 284px;
    position: fixed;
    z-index: 5;
    height: 100%;
    top: 35px;
    text-align: right;
    padding-top: 200px;
    color: white;
    font-size: .9em;
    cursor: pointer;
}

#indexBody #left > div {
    display: inline-block;
    zoom: 1;
    *display: inline /*IE7 HACK*/;
    _display: inline /*IE6 HACK*/;
    float: left;
    height: 100%;
}

#indexBody #content {
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    margin: 0 !important;
}

#naver_map {
    margin-top: 25px;
    width: 100% !important;
    height: calc(100% - 23px) !important;
    border-right: 6px solid #2474d3;
    border-bottom: 6px solid #2474d3;
}

#naver_map.half {
    height: calc(50% - 23px) !important;
}

#naver_pano {
    position: fixed !important;
    bottom: 0;
    width: 100% !important;
    height: 50% !important;
    z-index: 1;
    display: none;
    border-right: 6px solid #2474d3;
    border-bottom: 6px solid #2474d3;
    cursor: pointer;
}

#naver_pano.control-on {
    display: block;
}

#searchTitleBox {
    background-color: #2474d3;
}

#searchTitle {
    padding: 6px 0 5px 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: 1px solid #1b59a3;
    background: url('/common/images/search_form_title.png') repeat-x;
    color: white;
    font-weight: bold;
}

#searchBody {
    border: 1px solid #1b59a3;
    border-top: none;
    border-bottom: 6px solid #2474d3;
    padding: 10px 10px 0 10px;
    height: calc(100% - 60px);
    overflow-y: scroll;
}

#searchListTable {
    text-align: center;
    width: 100%;
    border-collapse: collapse;
    margin: 0;
}

#searchListTable th {
    text-align: center;
    background: #d6e8f5;
}

#buttonGroup {
    text-align: center;
}

#searchResult {
    display: inline-block;
    zoom: 1;
    *display: inline /*IE7 HACK*/;
    _display: inline /*IE6 HACK*/;
    float: right;
    margin-bottom: 5px;
}

#searchForm {
    height: 100%;
    background-color: white;
}

#searchForm #price {
    color: black;
}

#searchForm input[type=text], #searchForm select, #searchForm #innerSearch {
    width: 186px;
}

#searchForm #ButtonGroup input[type=button] {
    padding: 0;
    font-size: 9pt;
    width: 56px;
    width: calc(24% - 1px);
    overflow: hidden;
    text-overflow: ellipsis;
}

#indexBody #top {
    top: 0;
    position: fixed;
    z-index: 100;
    background: white;
    width: 100%;
}

#indexBody #title {
    padding: 0px 10px;
    font-size: 12pt;
    position: fixed;
    z-index: 200;
    border: none !important;
    font-weight: bold;
}

.informationBox {
    min-width: 280px;
    white-space: nowrap;
    border-top: 1px solid;
    border-bottom: 2px groove black;
    border-left: 1px solid;
    border-right: 2px groove black;
    color: black;
    background-color: white;
    height: auto;
}

.informationBox a > div {
    display: inline-block;
    zoom: 1;
    *display: inline /*IE7 HACK*/;
    _display: inline /*IE6 HACK*/;
}

.informationBox a:hover {
    color: blue !important;
}

.informationBox .informationRight {
    text-overflow: ellipsis;
    display: inline-block;
    zoom: 1;
    *display: inline /*IE7 HACK*/;
    _display: inline /*IE6 HACK*/;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: -1px;
    white-space: nowrap;
    padding: 5px 5px 0 0;
}

.informationBox .informationLeft {
    display: inline-block;
    zoom: 1;
    *display: inline /*IE7 HACK*/;
    _display: inline /*IE6 HACK*/;
    font-weight: bold;
    font-size: 1.5em;
    width: 90px;
    height: 60px;
    margin: 3px;
    text-align: center;
    vertical-align: top;
}

.informationBox .informationLeft .informationDate {
    margin: 25% auto 0 auto;
    border: 1px solid black;
    width: 80px;
}

.informationBox .informationLeft img {
    width: 90px;
    height: 60px;
}

#priceMin, #priceMax {
    width: auto !important;
}

#ipBox {
    font-weight: bold;
    margin-right: 10px;
}

.userInformationBox {
    padding: 3px 5px;
}

.userLabel {
    margin: 15px 5px 0 0;
    vertical-align: top;
    width: 80px;
    text-align: center;
}

.on .userLabel {
    border: 1px solid #8c53ff;
}

.off .userLabel {
    border: 1px solid #0099ff;
}

.userStatus {
    font-size: 1em;
    padding-top: 3px;
    font-weight: bold;
    color: white;
}

.on .userStatus {
    background-color: #8c53ff;
}

.off .userStatus {
    background-color: #0099ff;
}

.userDate {
    padding-top: 5px;
    vertical-align: middle;
    height: 26px;
    font-weight: normal;
}

.on .userDate {
    color: #8c53ff;
}

.off .userDate {
    color: #0099ff;
}

#searchMapCenterText {
    margin-left: 45px;
    width: 150px;
}

.white {
    color: #fff;
}