body, input, select, textarea, td, div, a {
    font-family: "Lucida Sans Unicode", Arial;
    font-size: 11px;
    font-weight: normal;
    color: #404040;
}

.f10n { font-size: 10px; font-weight: normal; }
.f11n { font-size: 11px; font-weight: normal; }
.f11b { font-size: 11px; font-weight: bold; }
.f14n { font-size: 14px; font-weight: normal; }
.f14b { font-size: 14px; font-weight: bold; }

.cTxRed {color:#ff3300;}

.aLN { outline: none; }
.aLN:link { text-decoration: none; }
.aLN:visited { text-decoration: none; }
.aLN:hover { text-decoration: underline; }

.locationBlock a, .locationInline a {
    text-decoration: none;
    outline: none;
}

.locationBlock a {
    display: block;
}

.locationBlock a:hover, .locationInline a:hover {
    color: #353535;
    text-decoration: underline;
}

.menu a {
    float: left;
    font-size: 10px;
    text-decoration: none;
    display: block;
    line-height: 22px;
    padding: 0px 10px 0px 10px;
    outline: none;
}

.menu a:hover {
    background-color: #dadada;
    background-image: url(../images/general/menu_background_selected.gif);
    background-repeat: repeat-x;
}

.menu div {
    float: left;
    width: 2px;
    height: 23px;
    background-image: url(../images/general/divider.gif);
    background-repeat: no-repeat;
    background-position: top left;
}

div.hotelmenu div#selector:hover {
    background-image: url(../images/general/triangle.gif);
    background-repeat: no-repeat;
    background-position: 50% 100%;
    cursor: pointer;
}

.headerIcon {
    float: left;
    width: 16px;
    height: 15px;
    margin-top: 1px;
    background-image: url(../images/general/home.gif);
    background-repeat: no-repeat;
    background-position: top left;
}

.headerText {
    float: left;
    font-size: 14px;
    font-weight: bold;
     margin: 2px 0px 0px 3px;
}

.smallIcons img {
    width: 15px;
    height: 12px;
    float: right;
}

.smallStar {
    float: left;
    background-image: url(../images/general/star_small.gif);
    background-repeat: repeat-x;
    background-position: top left;
    display: inline-table;
    margin: 4px 0px 0px 3px;
}

.largeStar {
    background-image: url(../images/general/star_large.gif);
    background-repeat: repeat-x;
    background-position: top left;
    display: inline-table;
    height: 21px;
    margin :0px 0px 0px 4px;
}

.headerLeft {
    float: left;
    width: 3px;
    height: 23px;
    background-image: url(../images/general/rl.gif);
    background-repeat: no-repeat;
    background-position: top left;
    margin-right: 2px;
}



.headerRight {
    float: right;
    width: 3px;
    height: 23px;
    background-image: url(../images/general/rr.gif);
    background-repeat: no-repeat;
    background-position: top left;
}

.distance {
    position: absolute;
    top: 55px;
    left: 12px;
    width: 68px;
    height: 28px;
    text-align: center;
    padding-top: 6px;
    color: #ffffff;
    background-image: url(../images/general/distance.png);
    background-repeat: no-repeat;
}

.divider {
    display:block;
    float:left;
    width:16px;
    height:13px;
    line-height:13px;
    background-image: url(../images/general/divider.gif);
    background-repeat:no-repeat;
    background-position:bottom center;
}