body, input, select, textarea, td, div, a, p, span {
    font-family: "Lucida Sans Unicode", Arial;
    font-size: 11px;
    font-weight: normal;
    color: #404040;
    line-height: 1.3em;
}

.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; }

.cTextRed { color: #ff3300; }
.cListingLink { color: #858545; }
.cSelectedSpot { color: #e09800; }

.linkBlock a, .linkInline a {
    text-decoration: none;
    outline: none;
}

.linkBlock a {
    display: block;
    padding: 0px 0px 2px 0px;
}

.linkBlock a:hover, .linkInline a:hover {
    color: #353535;
    text-decoration: underline;
}

.smallStar {
    float: left;
    background-image: url(../images/general/star_small.gif);
    background-repeat: repeat-x;
    background-position: top left;
    display: inline-table;
    margin: 3px 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;
}

.headerText {
    float: left;
    height: 20px;
    margin: 4px 0px 0px 2px;
}

.headerIcon {
    float: left;
    width: 30px;
    height: 23px;
    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;
}
