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;
    padding: 0px 0px 2px 0px;
}

.locationBlock a:hover, .locationInline 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: 3px 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;
}