@charset "utf-8";

.clearfix:before, .clearfix:after { content:""; display:table; }
.clearfix:after { clear:both; }
.clearfix { zoom:1; }

/* #mapHeader --------------------------------- */

#mapHeader {
    margin: 30px 0 0;
    padding: 5px 0 0;
    background: #f7f7f0 url(../images/header_bg.gif) no-repeat 0 0;
}

#mapHeader img {
    vertical-align: bottom;
}

#mapHeader .title {
    text-align: center;
}

#mapHeaderSummary {
    padding: 0 0 0 27px;
}

#mapHeaderSummary .item {
    float: left;
    padding: 19px 0 0;
    height: 116px;
}
#mapHeaderSummary .item .icon {
    float: left;
}
#mapHeaderSummary .item .desc {
    float: right;
}
#mapHeaderSummary .item .desc .name {
    margin: 0 0 7px;
}
#mapHeaderSummary .item .desc .link {
    line-height: 13px;
}
#mapHeaderSummary .item .desc .link a:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

#mapHeaderSummary_s {
    width: 250px;
}
#mapHeaderSummary_s .desc {
    width: 197px;
}

#mapHeaderSummary_d {
    width: 222px;
}
#mapHeaderSummary_d .desc {
    width: 166px;
}

#mapHeaderSummary_o {
    width: 215px;
}
#mapHeaderSummary_o .desc {
    width: 182px;
}

#mapHeaderSummary_g {
    width: 180px;
    padding: 19px 0 0 20px !important;
    background: url(../images/header_line.gif) no-repeat 0 18px;
}
#mapHeaderSummary_g .icon {
    padding-top: 2px;
}
#mapHeaderSummary_g .desc {
    width: 144px;
}

/* #wrapArea ---------------------------------- */

#wrapArea {
    position: relative;
    margin: 0 0 40px;
    padding: 0 25px 25px;
    background: #f7f7f0 url(../images/bg.gif) no-repeat 0 bottom;
}

#mainArea {
    float: left;
    width: 648px;
}

#sideArea {
    float: right;
    width: 223px;
}

#mapUsage {
    display: none;
    position: absolute;
    top: 186px;
    left: 243px;
}
#mapUsage .close {
    position: absolute;
    top: 4px;
    right: 125px;
    display: block;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: url(../images/usage_close.gif) no-repeat center center;
    opacity: 0.7;
    filter: alpha(opacity=70);
}
#mapUsage .close:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

/* #mapSelect --------------------------------- */

#mapSelect {
    position: absolute;
    top: 0;
    left: 25px;
    width: 888px;
    height: 711px;
    background: url(../images/select_bg.png) no-repeat 0 0;
}

#mapSelect ul {
}
#mapSelect ul li {
    float: left;
    display: inline;
    margin: 0 3px 4px 0;
}

#mapSelect ul li a:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

#mapSelect01 {
    margin: 250px 0 0 94px;
}
#mapSelect02 {
    margin: 0 0 0 181px;
}

/* #mapCanvas --------------------------------- */

#mapCanvas {
    width: 648px;
    height: 645px;
    background: #fff;
}

.mapInfoWindow {
    padding: 10px 0;
    width: 280px;
    font-size: 12px;
    line-height: 1.6;
}
.mapInfoWindow .image {
    float: right;
    padding-left: 5px;
}
.mapInfoWindow .image img {
    width: 100px;
}
.mapInfoWindow .label_wrap {
    margin: 0 0 8px;
}
.mapInfoWindow .label {
    padding: 1px 7px;
    font-weight: bold !important;
    color: #f7f7f0;
}
.type-showroom .label   { background: #d81300; }
.type-domani .label     { background: #b8871f; }
.type-gallery .label    { background: #0663ce; }
.type-outlet .label     { background: #07aa0c; }

.mapInfoWindow .title {
    font-weight: bold !important;
}

/* #mapSearch --------------------------------- */

#mapSearch {
    padding: 15px 18px 7px;
    background: #eeeee1 url(../images/search_bg.gif) no-repeat 0 bottom;
}
#mapSearch label,
#mapSearch input {
    float: left;
    display: inline;
}
#mapSearch label {
    cursor: pointer;
}

#mapSearchQuery {
    margin: 0 0 7px;
    padding: 10px 5px 9px;
    width: 390px;
    border: 1px solid #cdcda6;
}

#mapSearchSubmit {
    margin: 0 0 0 5px;
}

#mapSearchError {
    clear: clear;
    font-size: 12px;
    color: #c00;
}

/* #sideBnrs ---------------------------------- */

#sideBnrs {
    position: relative;
    padding: 22px 0;
    margin: 0 0 16px;
}
#sideBnrs .inner {
    position: relative;
    width: 223px;
    height: 130px;
    overflow: hidden;
}
#sideBnrs .inner ul {
    position: absolute;
    top: 0;
    left: 0;
}
#sideBnrs .inner ul li {
    margin: 0 0 4px;
}
#sideBnrs .inner ul li a:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

#sideBnrs .nav {
    position: absolute;
    left: 0;
}
#sideBnrs .nav img {
    cursor: pointer;
}
#sideBnrs .nav img:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}
#sideBnrsNavBull {
    top: 0;
}
#sideBnrsNavBear {
    bottom: 0;
}

/* #sideNews ---------------------------------- */

#sideNews {
    padding: 0 0 7px;
    background: #eeeee1 url(../images/news_bg.gif) no-repeat 0 bottom;
}

#sideNewsHeader {
    margin: 0 0 16px;
    padding: 0 15px;
    height: 33px;
    line-height: 33px;
    font-size: 12px;
    font-weight: bold;
    background: url(../images/news_header.gif) no-repeat 0 0;
}

.sideNews {
    padding: 0 16px 29px;
}
.sideNews .header {
    margin: 0 0 6px;
    height: 15px;
    line-height: 15px;
}
.sideNews .inner {
    margin: 0 0 8px;
    /* height: 160px; */
    height: 256px;
    overflow-y: scroll;
}
.sideNews .inner ul {
    list-style: none none outside;
}
.sideNews .inner ul li {
    margin: 0 0 5px;
    line-height: 1.45;
    font-size: 11px;
}
.sideNews .inner ul li a {
    display: block;
    color: #313131;
    text-decoration: none;
}
.sideNews .inner ul li a:hover {
    color: #033861;
    text-decoration: underline;
}
.sideNews .inner ul li .label {
    padding: 0 0 0 13px;
    display: block;
    font-weight: bold;
    background: url(../images/news_arrow.gif) no-repeat 2px center;
}
.sideNews .inner ul li .title {
    display: block;
}
.sideNews .link {
    height: 13px;
    line-height: 13px;
    text-align: right;
}
.sideNews .link a:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80);
}
