

/* =============== */
/* = sailing map = */
/* =============== */
.sailing_map {
    width: 237px;
    height: 165px;
    position: relative;
    background: url(/img/sailing/map.png) no-repeat;
}
.sailing_map a {
    position: absolute;
    width: 14px;
    height: 15px;
    background: url(/img/map/pin.png) no-repeat;
}

.right .grouptrip .icon {
    background: url(/img/sailing/h2icons/grouptrip.png) no-repeat;
}




/* ================== */
/* = Banner sunsail = */
/* ================== */
.banner_sunsail {
    height: 52px;
    background: url(/img/sailing/sunsail_bg.gif) no-repeat;    
    line-height: 52px;
    position: relative;
    margin-bottom: 20px;
}
.banner_sunsail .title {
    font: 20px Georgia;
    color: #1191FD;
    padding-right: 2px;
    padding-left: 10px;
}
.banner_sunsail .text {
    font-size: 12px;
}
.banner_sunsail a {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 210px;
    height: 33px;
    background: url(/img/sailing/sunsail_button.gif) no-repeat;        
}
.banner_sunsail a:active,
.banner_sunsail a.active {
    background-position: 0 -33px;        
}



