/** standard.css **//*
RESET.CSS
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.2.0
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
    margin:0;
    padding:0;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

fieldset,img {
    border:0;
}

address,caption,cite,code,dfn,em,strong,th,var {
    font-style:normal;
    font-weight:normal;
}

ol,ul  {
    list-style:none;
}

caption,th  {
    text-align:left;
}

h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:normal;
}

q:before,q:after {
    content:'';
}

abbr,acronym  {
    border:0;
}

/*
FONTS.CSS
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.2.0
*/
/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 *
 */
body {
    font:13px arial,helvetica,clean,sans-serif;
    *font-size:small;
    *font:x-small;
}

table {
    font-size:inherit;
    font:100%;
}

/**
 * 99% for safari;
     100% is too large
 */
select, input, textarea {
    font:99% arial,helvetica,clean,sans-serif;
}

/**
 * Bump up !IE to get to 13px equivalent
 */
pre, code {
    font:115% monospace;
    *font-size:100%;
}

/**
 * Default line-height based on font-size rather than "computed-value"
 * see: http://www.w3.org/TR/CSS21/visudet.html#line-height
 */
body * {
    line-height:1.22em;
}

/*****************************************************/
/*** Redefine the standard styles overridden above ***/
/*****************************************************/

ul  {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li {
    margin-left: 35px;
}

caption,th  {
    text-align: center;
}

h1 {
    font-size: 197%; /* 26px */
}

h2 {
    font-size: 152%; /* 20px */
}

h3 {
    font-size: 122%; /* 16px */
}


h4 {
    font-size: 100%; /* 13px */
}

h5 {
    font-size: 92%; /* 12px */
}

h6 {
    font-size: 70%; /* 9px */
}

input.input,
textarea,
select {
    background: #FFFFFF url(/img/inputbg.gif) repeat-x left top;
    border-color: #7C7C7C #c3c3c3 #dddddd;
    border-style: solid;
    border-width: 1px;
}

input.input,
textarea {
    margin: 3px 0px;
    padding: 1px 3px;
}

textarea {
    overflow: auto;
}

select {
    margin: 3px 0px;
    border-width: 0px;
}

input.button {
    border: 0px none;
    background: #ccc;
}

input.checkbox {
    border: 0px;
    margin: 0px;
}

table th {
    background: #eee;
    color: #666;
    text-align: center;
    border: 1px solid black;
}

table td {
    vertical-align: top;
}

table .oddRow {
    background: #eee;
}

table .evenRow {
}

/*** Cake Scaffolding Styles ***/
table.inav {
    width: 100%;
}

table.inav td.listactions {
    text-align: center;
}

ul.actions {
    list-style-type: none;
    text-align: center;
    margin: 10px 0px;
}

table.cakeSqlLog {
}

table caption {
    font-weight: bold;
}

form label {
    width: 150px;
    display: block;
    float: left;
    clear: left;
    line-height: 20px;
}

    form label.required {
        font-weight: bold;
    }

p {
    margin-bottom: 10px;
}

strong {
    font-weight: bold;
}

/*** Default Page Style ***/
body {
    text-align: center; /* Hack to get IE6 to 'margin: auto' the #container */
}

#container {
    width: 750px;
    margin: 0px auto;
    text-align: left;
}
    .message {
        font-size: 14px;
    }

    #flashMessage {
        margin: 5px 0px;
        text-align: center;
        background: #ddd;
    }

    #content {
    }

        table.index td {
            white-space: nowrap;
            text-align: left;
        }

        .error_message {
            font-weight: bold;
            color: red;
        }

    #footer {
        font-size: 10px;
        clear: both;
        text-align: center;
    }
/** style.css **/

/* STATIC PAGES START */
    #pages {
        padding: 0px 15px;
    }

        #pages .body {
        }

/* STATIC PAGES END */

/* CLASSIFIEDS START */

#classifieds {
}

    #classifieds form.search,
    #listings form.search {
    }

        #classifieds form.search label,
        #listings form.search label,
        #blogs form.search label {
            color: white;
            text-align: right;
            margin-top: 2px;
            display: inline;
            float: none;
            padding-right: 5px;
        }

        #blogs form.search label {
            color: black;
            margin: 0px;
            text-align: left;
        }

        .blogs form label {
            float: none;
            display: inline;
        }

        #classifieds form.search .input,
        #listings form.search .input,
        #blogs form.search .input {
            margin: 0px 15px;
            width: 250px;
            font-size: 13px;
        }

        #classifieds form.search .button,
        #listings form.search .button,
        #blogs form.search .button {
            font-size: 11px;
            margin-left: -11px;
        }

        #classifieds form.search select,
        #listings form.search select,
        #blogs form.search select {
            display: inline;
        }

        #classifieds .classified,
        #listings .listing {
            clear: both;
            margin: auto;
            margin: 8px 0px;
        }

            #classifieds .classified .left,
            #listings .listing .left {
                margin-right: 15px;
                margin-left: 0px;
                width: 225px;
                padding: 0px 8px;
                float: left;
            }

            #classifieds .classified .body,
            #listings .listing .body {
                margin: 5px 10px 10px 10px;
            }

            #classifieds .classified .right,
            #listings .listing .right {
                width: 465px;
                float: right;
                text-align: left;
            }

                #listings .listing .price,
                #classifieds .classified .price {
                    font-size: 120%;
                    font-weight: bold;
                }

                #listings .listing.full .price,
                #classifieds .classified.full .price {
                    clear: both;
                }

                    #listings .listing .price a,
                    #classifieds .classified .price a,
                    #listings .listing .price a:visited,
                    #classifieds .classified .price a:visited {
                        background: transparent url(/img/content-featured-arrow.gif) no-repeat scroll 5px 3px;
                        color: white;
                        font-size: 12px;
                        padding-left: 20px;
                    }

            .price {
                margin-top: 20px;
                margin-right: -15px;
            }

            .full .price {
                margin-top: 0px;
            }

            .price .l {
                float:left;
                height:33px;
                width:38px;
            }

            .price .c {
                float:left;
                height:15px;
                padding-top: 8px;
                padding-bottom: 12px;
                text-align:center;
                text-align: center;
                width: 420px;
            }
                .full .price .c {
                    width: 168px;
                }

            .price .r {
                float:left;
                height:33px;
                width:6px;
            }

            .price.cad .l {
                background:transparent url(/img/price-cad-l.gif) no-repeat scroll left top;
            }
            .price.cad .c {
                background:transparent url(/img/price-cad-c.gif) repeat-x scroll left top;
            }
            .price.cad .r {
                background:transparent url(/img/price-cad-r.gif) no-repeat scroll right top;
            }

            .price.usd .l {
                background:transparent url(/img/price-usd-l.gif) no-repeat scroll left top;
            }
            .price.usd .c {
                background:transparent url(/img/price-usd-c.gif) repeat-x scroll left top;
            }
            .price.usd .r {
                background:transparent url(/img/price-usd-r.gif) no-repeat scroll right top;
            }

            .price.eur .l {
                background:transparent url(/img/price-eur-l.gif) no-repeat scroll left top;
            }
            .price.eur .c {
                background:transparent url(/img/price-eur-c.gif) repeat-x scroll left top;
            }
            .price.eur .r {
                background:transparent url(/img/price-eur-r.gif) no-repeat scroll right top;
            }


        #classifieds .price {
            height: 33px;
        }

            #classifieds .price.cad {
                background:transparent url(/img/price-cad-l.gif) no-repeat scroll left top;
            }

            #classifieds .price.usd {
                background:transparent url(/img/price-usd-l.gif) no-repeat scroll left top;
            }

            #classifieds .price.eur {
                background:transparent url(/img/price-eur-l.gif) no-repeat scroll left top;
            }

        #classifieds .price span {
            display: block;
            line-height: 33px;
            margin-left: 38px;
            text-align: center;
        }

            #classifieds .price.cad span {
                background:transparent url(/img/price-cad-r-long.gif) no-repeat scroll right top;
            }

            #classifieds .price.usd span {
                background:transparent url(/img/price-usd-r-long.gif) no-repeat scroll right top;
            }

            #classifieds .price.eur span {
                background:transparent url(/img/price-eur-r-long.gif) no-repeat scroll right top;
            }

        #featured .price span {
            font-size: 90%;
            margin-right: 15px;
        }

        #classifieds .classified.video .left .user {
            margin-top: 10px;
        }

            #classifieds .classified strong,
            #listings .listing strong {
                display: block;
                font-size: 14px;
                margin-bottom: 5px;
                float: left;
            }

            #classifieds .classified .container,
            #listings .listing .container,
            .featured-property .container {
                clear: both;
                float: left;
                margin: 0px;
                padding: 0px;
                width: 230px;
            }

            #classifieds .classified .user,
            #listings .listing .user {
                clear: both;
                font-size: 11px;
                margin-top: 10px;
                margin: auto;
                /* overflow: hidden; */
                padding: 8px;
                white-space: nowrap;
                /* width: 195px; */
            }

            #classifieds .classified .user dt,
            #listings .listing .user dt,
            #videos .video.full .inner dt,
            dl.contact dt {
                border-bottom: 0px;
                clear: both;
                color: #FF9C00;
                float: left;
                font-size: 11px;
                font-weight: normal;
                margin: 0px;
                width: 75px;
            }

                #listings .listing .user a,
                #classifieds .classified .user a  {
                    font-weight: normal;
                    color: #FF9C00;
                }

            #classifieds hr,
            #listings hr {
                margin: 10px 0px;
                clear: both;
                border: 0px;
                border-bottom: 1px solid #A9A9A9;
            }

        #classifieds .classified.full,
        #listings .listing.full {
            clear: both;
            padding-bottom: 0px;
            border-bottom: 0px;
            width: 100%;
        }

            #classifieds .classified.full .user,
            #listings .listing.full .user {
                clear: none;
                padding: 0px;
                margin: 0px;
                width: 466px;
                float: right;
                margin-right: 10px;
            }

                #classifieds .classified.full .user dt,
                #listings .listing.full .user dt,
                #videos .video.full .inner dt,
                dl.contact dt {
                    white-space: nowrap;
                    width: 107px;
                }

                #listings .listing.full .user dt,
                #videos .video.full .inner dt,
                dl.contact dt {
                    width: 135px;
                }

                #listings .listing.full .user dd,
                #videos .video.full .inner dd,
                dl.contact dd {
                    white-space: normal;
                    display: block;
                }

                #listings .listing.full .user h2 {
                    font-size: 12px;
                    font-weight: bold;
                    margin-top: 10px;
                }

                h2.property-information,
                #listings .listing.full .user h2.property-information,
                #classifieds .listing.full .user h2.property-information {
                    margin-top: 0px;
                    clear: both;
                }

            #classifieds .classified.full.video .left {
                margin-right: 0px;
                width: 335px;
            }

            #classifieds .classified.full.video .left .slideshow .sides {
                padding-left: 53px;
            }

            #classifieds .classified.full.video .left .slideshow .sides.no-photo {
                padding-left: 0px;
            }

            #classifieds .classified.full.video .price {
                margin-right: 0px;
            }

            #classifieds .classified.full.video .slideshow {
                width: 335px;
            }

            #classifieds .classified.full.video .user  {
                width: 335px;
                float: none;
            }

            #classifieds #video {
                float: left;
                width: 379px;
            }


            #classifieds .classified.full .container,
            #listings .listing.full .container {
                float: left;
                margin: 0px;
                padding: 0px;
                width: 230px;
            }

            #classifieds .classified.full .container {
                margin-bottom: 10px;
            }

            #listings .listing.full .slideshow,
            #classifieds .classified.full .slideshow {
                width: 241px;
                clear: both;
                float: left;
                margin-bottom: 5px;
            }

            #listings .listing.full .col {
                float: left;
            }

    #listings .listing .left .appointment,
    #listings .listing .left .financing {
        width: 240px;
    }

        #listings .listing .left .appointment strong,
        #listings .listing .left .financing strong {
            color: white;
            margin-bottom: 5px;
            font-size: 16px;
            cursor: pointer;
            width: 217px;
            text-align: center;
            text-decoration: underline;
        }

    .appointment form {
        text-align: left;
    }

        .appointment form label {
            width: 15px;
            text-align: left;
        }

        .appointment form .input {
            margin-left:51px;
            width:133px;
        }


/* CLASSIFIEDS END */

/* REAL ESTATE LISTINGS START */

        #listings {
        }

            #listings .navigation,
            #classifieds .navigation {
                width: 230px;
            }

            #listings .navigation div,
            #classifieds .navigation div {
                width: 45px;
                padding: 0px 10px;
                float: left;
            }

            #listings .navigation .center,
            #classifieds .navigation .center {
                text-align: center;
                width: 80px;
                padding: 0px;
                padding-top: 6px;
                font-size: 14px;
                font-size: 14px;
            }

            #classifieds .navigation .center {
                padding: 0px;
            }

            #listings .listingsProperty,
            #classifieds .classifiedsProperty {
                display: inline;
                font-weight: bold;
            }

            #listings .photos-view .container.thumb,
            #classifieds .photos-view .container.thumb {
                float: left;
            }

               #listings .listing.full .user .highlighted {
                    color: #FF9C00;
                    font-weight: bold;
                    margin-left: 135px;
                }

        .agent-image {
            border: 1px solid #3A4B38;
        }

        #listings .agent-image {
            margin: 0px;
            margin-bottom: -1000px;
            margin-left: -2px;
            position: relative;
            z-index: 1;
            border: 1px solid #3A4B38;
            float: right;
        }

/* REAL ESTATE LISTINGS END */

/* BLOGS START */
    #blogs {
    }

    #blogs .intro {
        padding: 10px;
    }

        #blogs th a {
            color: white;
        }

        #blogs form.search {
            padding: 0px;
            margin: 0px;
            height: auto;
        }

            #blogs .message {
                text-align: center;
            }

    #news {
    }

        #news .navigation .left,
        #news .navigation .right {
            width: 48%;
            margin: 10px 0px;
            float: left;
        }

        #news .navigation .right {
            text-align: right;
        }

        #news .navigation a {
            font-size: 11px;
        }

        #news h1 {
            margin-top: 20px;
        }

        #blogs h1,
        .blogs #content h1 {
            font-style: normal;
            margin: 0px;
            margin-bottom: 3px;
            position: relative;
            z-index: 10;
            background: none;
            padding: 0px;
            float: none;
            clear: both;
        }

        #blogs h1 a,
        #blogs h1 a:visited {
            text-decoration: none;
        }

        #blogs h1 a:hover {
            border-bottom: 1px solid black;
        }

        #blogs .navigation {
            font-size: 11px;
            margin-top: 5px;
            margin-bottom: 2px;
        }

            #blogs .navigation .left {
                float: left;
                width: 40%;
                text-align: left;
            }

            #blogs .navigation .right {
                float: right;
                width: 40%;
                text-align: right;
            }

            #blogs .navigation .center {
                float: left;
                width: 20%;
                text-align: center;
            }

            #blogs .navigation a {
                font-weight: normal;
            }

            #blogs .navigation.bottom {
                margin-top: 10px;
            }

        #blogs .title {
            clear: both;
            margin:5px 0px;
            padding: 0px;
        }

            #blogs .title h1 {
                margin: 0px;
                padding: 0px;
                font-size: 18px;
                border: 0px;
                height: auto;
                background: none;
                margin-left: 10px;
            }

            #blogs .title .date {
                display: block;
                font-size: 15px;
                font-weight: bold;
                margin-bottom: -20px;
                padding: 5px 10px 0px 15px;
                position: relative;
                z-index: 11;
            }

                #blogs .title.has-categories .date {
                    padding-top: 16px;
                    height: 34px;
                }

            #blogs .comment .date {
                font-size: 11px;
                padding-left: 21px;
                background: url(/img/time-trans.png) no-repeat 0px -1px;
                position: relative;
                z-index: 10;
            }

            #blogs .title .comments {
                margin-left: 5px;
                padding-left: 20px;
                background: url(/img/comments-trans.png) no-repeat  0px -1px;
            }

            #blogs .title .categories {
                margin-left: 5px;
                padding-left: 20px;
                background: url(/img/tags-trans.png) no-repeat  0px -1px;
                font-size: 11px;
                margin-bottom: 8px;
                margin-top: 2px;
            }
                #blogs .title .categories a {
                    font-weight: normal;
                }

            #blogs .title a {
                text-decoration: none;
                font-weight: bold;
            }

            #blogs .title a:hover {
                text-decoration: none;
                border-bottom: 1px solid  #46768d;
            }

        #blogs .body {
            margin-top: 15px;
            clear: both;
            padding: 0px 20px;
            margin-bottom: 15px;
        }

        #blogs .dotted {
            border-bottom: 1px solid white;
            margin: 0px 20px 10px 20px;
         }

        #news .body {
            padding: 0px 15px;
        }

        #blogs .readMore,
        #news .readMore {
            font-size: 11px;
            text-align: right;
            clear: both;
            padding-left: 10px;
            display: inline;
            float: right;
            font-weight: bold;
            margin-right: 20px;
            margin-top: 10px;
            padding-bottom: 10px;
        }

            #blogs .readMore a,
            #news .readMore a {
                color: white;
            }

        #blogs .comments label {
            width: 95px;
            text-align: left;
        }

            #blogs .comments .noComments {
                margin: 20px 0px;
                text-align: center;
                color: #999;
            }

            #blogs .comments .comment {
                padding: 5px;
            }

                #blogs .comments .comment.altRow {
                    background: #eee;
                }

                #blogs .comments .comment h2 {
                    font-size: 16px;
                    font-weight: bold;
                    margin-top: 5px;
                    margin-bottom: 0px;
                    color: white;
                }

                    #blogs .comments .comment h2 a {
                        text-decoration: none;
                    }

                    #blogs .comments .comment h2 a:hover {
                        color: white;
                        text-decoration: underline;
                    }

                #blogs .comments .comment div {
                    margin: 10px 0px;
                }

        #blogs .login-to-comment {
            text-align: center;
            margin-bottom: 25px;
            color: #777;
            margin-top: 15px;
        }

        #blogs th {
            border: 0px;
            border-bottom: 1px solid #46768D;
        }

        #blogs th,
        #blogs th a {
            color: #46768D;
            text-decoration: none;
        }

/* BLOGS END */

/* BANNER START */
        #banner {
            clear: both;
            margin: 8px 0px;
            padding: 5px;
        }

            fieldset#banner {
                border: 1px solid #ddd;
                text-align: center;
            }

                .full fieldset#banner {
                    margin: 0px 10px;
                }

                fieldset#banner label {
                    float: left;
                    margin-top: -12px;
                    margin-left: 10px;
                    font-size: 10px;
                    color: #999;
                    position: relative;
                    padding: 0px 3px;
                    z-index: 10;
                }

            fieldset#banner img {
                margin: 5px 0px;
                margin-left: -70px;
            }
/* BANNER END */

/* WEATHER START */
        #weather {
            padding: 0px 20px
        }

        #weather h2 {
            margin-top: 10px;
            margin-left: 60px;
        }

        #weather div.temperature {
            font-weight: bold;
            font-size: 16px;
            margin-top: 10px;
            text-align: center;
        }

            #weather table.weather {
                width: 532px;
                margin:auto;
                border: 1px solid #0A4310;
            }

            #weather dl.text-forecast {
                width: 525px;
                margin-top: 10px;
            }

                #weather table.weather td {
                    padding: 5px;
                    border: 1px solid #0A4310;
                }

                #weather table.weather dl.float {
                    float: left;
                    margin-right: 10px;
                }

        #weather ul.forecast {
            list-style-type: none;
            margin: 0px;
            padding: 0px;
            width: 105px;
            float: left;
            border: 1px solid #0A4310;
            margin-right: -1px;
        }

        #weather ul.forecast.first {
            margin-left: 85px;
        }

            #weather ul.forecast li {
                margin: 0px;
                padding: 0px;
                text-align: center;
            }

            #weather ul.forecast li.period {
                font-weight: bold;
                font-size: 14px;
                padding: 5px;
                margin-bottom: 5px;
                border-bottom: 1px solid #0A4310;
            }

            .temperatureHigh {
                color: red;
            }

            .temperatureLow {
                color: blue;
            }

        #weather.bare {
            padding: 0px;
            float: right;
            width: 175px;
            margin-right: 10px;
        }

            #weather.bare h2 {
                font-weight:bold;
                margin: 0px;
            }

            #weather.bare .temperature {
                margin-top: 0px;
                font-size: 14px;
            }

            #weather dl {
                margin: auto;
            }

                #weather.bare dl {
                    width: auto;
                }

            #weather dt {
                font-weight: bold;
                width: 100px;
                clear: both;
                float: left;
            }

            #weather dd {
                margin-left: 100px;
                margin-bottom: 5px;
            }

            #weather .us dt {
                float: none;
                width: auto;
            }

                #weather .us dd {
                    margin-left: 35px;
                    margin-bottom: 15px;
                }

            #weather dt.altRow,
            #weather dd.altRow {
                background: #091604;
            }

                #weather.bare dt.altRow,
                #weather.bare dd.altRow {
                    background: #ddd;
                }

            #weather .change-location {
                margin-top: -24px;
                font-size: 10px;
                float: right;
            }

/* WEATHER END */

/* PHOTOS START */
        #photos {
        }
            #photos .add-photo {
                float: right;
                font-size: 80%;
                font-style: normal;
                margin-top: -17px;
            }

            #photos .navigation {
                margin-bottom: 10px;
                font-size: 11px;
                height: 10px;
            }

                #photos .navigation .left {
                    float: left;
                    width: 33%;
                    text-align: left;
                }

                #photos .navigation .center {
                    float: left;
                    width: 33%;
                    text-align: center;
                }

                #photos .navigation .right {
                    float: right;
                    width: 33%;
                    text-align: right;
                }

                #photos .navigation a {
                    font-weight: normal;
                }

        #photos .container,
        #classifieds .container,
        #listings .container,
        .featured-property .container
        {
        }

            #photos .container.thumb,
            #classifieds .container.thumb,
            #listings .container.thumb,
            .featured-property .container.thumb {
                text-align: center;
                margin: auto;
                margin-right: 6px;
                margin-left: 8px;
            }

            #photos .container .photo,
            #classifieds .container .photo,
            #listings .container .photo,
            .featured-property .container .photo,
            #find-an-agent .container .photo,
            #news .photo {
                float:left;
                background: url(/img/drop-shadow-alpha.png) no-repeat bottom right !important;
                background: url(/img/drop-shadow.gif) no-repeat bottom right;
                margin: 10px 0 0 10px !important;
                margin: 10px 0 0 5px;
            }

                #photos .container .photo img,
                #classifieds .container .photo img,
                #listings .container .photo img,
                .featured-property .container .photo img,
                #news .photo img,
                #find-an-agent .photo img,
                .jcarousel-container img {
                    display: block;
                    background-color: #fff;
                    border: 1px solid #a9a9a9;
                    margin: -6px 6px 6px -6px;
                    padding: 4px;
                    font-size: 10px;
                    color: #999;
                }

                .jcarousel-container img {
                    margin: 0px;
                }

                #photos .container .name {
                    clear: both;
                    display: block;
                    text-align: center;
                }

                #photos .container .description {

                }

        #photos .brief {
            margin-top: -5px;
            margin-bottom: 10px;
        }

            #photos .brief .link,
            #pages .featured-project .brief .link {
                display: block;
                text-align: right;
                margin-top: 7px;
            }

/* PHOTOS END */

/* ORDERS START */

.receipt label {
    width: 195px;
    display: block;
    float: left;
    clear: both;
    font-weight: bold;
}

.receipt h2 {
    margin-top: 10px;
}

.receipt .message {
    text-align: center;
}

/* ORDERS END */

.underline {
    text-decoration: underline;
}

.grey {
    color: #999;
}

.clear-left {
    clear: left;
}

.clear {
    clear: both;
    font-size: 0px;
    height: 0px;
    line-height: 0px;
}

.print {
    display: none;
    visibility: hidden;
}

.small {
    font-size: 11px;
}

#pagination {
    text-align: center;
    height: 20px;
    padding-bottom: 5px;
    color: white;
    margin-top: 10px;
    overflow: visible;
}

    #pagination ul {
        clear: both;
        text-align: center;
        list-style-type: none;
        font-size: 11px;
        margin: auto;
    }

        #pagination a {
            color: white;
            position: relative;
            z-index: 10;
        }

        #pagination li {
            float: left;
            width: 25px;
            height: 18px;
            padding-top: 5px;
            background: url(/img/pagination-button-small.png) no-repeat left top;
            margin: 0px;
            margin-bottom: 5px;
        }

        #pagination li.current {
            border: 0px;
        }

        #pagination li.no-link,
        #pagination li.prev.no-link,
        #pagination li.next.no-link {
            cursor: default;
            color: #ccc;
        }

        #pagination li.prev,
        #pagination li.next,
        #listings .navigation .prev,
        #listings .navigation .next {
            background: url(/img/pagination-button-large.png) no-repeat left top;
            margin-top: -17px;
            width: 88px;
            margin-top: -17px;
            margin-bottom: -3px;
            padding:23px 0px 14px;
            cursor: pointer;
        }

        #listings .navigation .prev,
        #listings .navigation .next {
            height: 30px;
            width: 61px;
            padding-top: 21px;
            padding-left: 25px;
            padding-bottom: 5px;
            margin-left: -15px;
            margin-top: -14px;
        }

        #listings .navigation .next {
            margin-left: -10px;
        }

        #listings .navigation .prev .link,
        #listings .navigation .next .link,
        #classifieds .navigation .prev .link,
        #classifieds .navigation .next .link {
            color: white;
        }

#search {
    width: 480px;
    margin-right: 5px;
    float: right;
}


    #search.query {
        width: 732px;
    }

    #listings-notes.query {
        display: none;
        visibility: hidden;
    }

.white,
.white a,
.message.white  {
    color: white;
}


#map {
    width: 720px;
    height: 422px;
    margin: 10px 0px;
    margin-left: 12px;
}

    #map.tall {
        height: 507px;
    }

form fieldset {
    border: 1px solid white;
    margin: 10px 0px;
    padding: 0px 5px 5px 5px;
}

    form fieldset legend {
        margin-left: 5px;
        font-size: 12px;
    }

table.index {
    margin: 10px auto;
}

    table.index th,
    table.index td {
        padding: 0px 5px;
    }

.clear-right {
    clear: right;
}

.center {
    text-align: center;
    margin: auto;
}

.ad .swf {
    text-align: center;
}

.required label {
    font-weight: bold;
}

.legend {
    margin: auto;
    width: 150px;
    clear: both;
    padding: 5px;
    margin: 10px auto 0px auto;
    font-size: 11px;
}

    .legend table {
    }

    .legend th {
        font-size: 14px;
        color: white;
        font-weight: bold;
    }

    .legend td {
        padding: 0px 2px;
    }

    .legend.banners {
        width: 115px;
    }

    .legend.classifieds {
        width: 150px;
    }

    .legend.listings {
        width: 120px;
    }

.banner-advertising {
}


.banner-advertising table {
    margin: auto;
    clear: both;
}

    .banner-advertising table.by-date {
        width: 500px;
    }

    .banner-advertising table.by-impressions {
        width: 600px;
    }

    .banner-advertising table th {
        text-align: left;
    }

    .banner-advertising table td {
        text-align: center;
    }

    .banner-advertising table td.cost {
        font-weight: bold;
        text-align: center;
        font-size: 22px;
        padding-right: 10px;
        padding-top: 10px;
    }

.banner-advertising .selector {
    float: right;
    font-size: 11px;
}

.categories {
    float: left;
    width: 48%;
}

.title {
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #FF7901;
}


#news .pdf-version {
    background: transparent url(/img/icon-pdf.gif) no-repeat scroll right top;
    float: right;
    height: 15px;
    margin: 0px;
    padding-right: 20px;
    margin-top: -9px;
    margin-bottom: 5px;
    text-align: right;
    font-size: 10px;
    width: 100%;
}

    #news .pdf-version a {
        color: #8F8F8F;
        font-weight: normal;
        text-decoration: none;
    }

    span.br {
        display: block;
    }

    #icon-message {
        margin-top: -4px;
        font-size: 11px;
        line-height: 12px;
        white-space: nowrap;
        position: relative;
        width: 500px;
        margin-left: -412px;
    }

    .top-icons {
        float: right;
        margin: 0px;
        margin-right: 3px;
        text-align: right;
        overflow: visible;
        position: relative;
        z-index: 1000;
        width: 88px;
    }

        .top-icons span,
        .top-icons a {
            display: block;
            width: 25px;
            height: 25px;
            float: left;
            padding: 2px;
        }

    .top-icons a.email-large,
    .top-icons span.phone,
    .top-icons span.printer {
        cursor: pointer;
        width: 25px;
        height: 25px;
    }

    .top-icons a.email-large {
        background: url(/img/email-large.png) no-repeat top left;
    }

    .top-icons span.printer {
        background: url(/img/printer.gif) no-repeat top left;
    }

    .top-icons span.phone {
        background: url(/img/phone.png) no-repeat top left;
    }

    .offer-pending {
        background: transparent url(/img/offer-pending.gif) no-repeat scroll left 5px;
        color: #FFD961;
        font-size: 20px;
        padding-left: 17px;
        text-align: center;
        width: 130px;
        margin: auto;
        margin-bottom: 22px;
        clear: both;
    }

    #listings .listing .left .appointment .separator {
        border-top: 2px solid #ddd;
        clear: both;
    }

    .link,
    .top-icons span,
    .top-icons img {
        cursor: pointer;
    }

    span.link,
    div.link,
    strong.link {
        text-decoration: underline;
    }

a.question {
    display: block;
    width: 16px;
    height: 16px;
    float: right;
    background: url(/img/question.png) no-repeat left top;
    overflow: hidden;
    text-indent: -999em;
}

table .expired {
    font-weight: bold;
}


#flash-player {
    border:2px solid #444444;
    margin:auto;
    text-align:center;
    width:430px;
    height: 350px;
}

    #flash-player #FlowPlayer {
        padding: 0px;
    }

    #flash-player .flash-player-object {
        padding: 20px;
        font-weight: bold;
        font-size: 18px;
    }

#loginform input.email,
#loginform input.password {
    width: 200px;
}

#content #Xmlnews h1.title span {
    padding-top: 0px;
}

table.cakeSqlLog {
    color: black;
    background: white;
    text-align: left;
}

    table.cakeSqlLog tr {
        border-bottom: 1px solid #999;
    }

        table.cakeSqlLog tr.describe {
            display: none;
        }

    table.cakeSqlLog td {
        padding: 5px 0px;
    }

table.reciept {
    border-collapse: collapse;
    width: 100%;
}

    table.reciept th {
        background: #ddd;
        border: 1px solid black;
        font-weight: bold;
    }

    table.reciept td {
        border: 1px solid black;
        padding: 3px 2px;
    }

    table.reciept td.title {
        font-weight: bold;
        font-size: 13px;
    }

table.reciept.no-border {
    width: auto;
}

    table.reciept.no-border td {
        border: 0px none;
    }

/** style.fc.css **/body {
    background-color: #1a1a1a;
    color: #8a8a8a;
}

a, a:visited {
    color: #60c225;
    font-weight: bold;
}

a:hover{
}

#container {
    width: 863px;
    margin-top: 15px;
}

    #header {
        background: url(/img/fc/header-background.png) no-repeat left top;
        height: 125px;
        position: relative;
        z-index: 1;
        color: white;
    }

        #header a {
            text-indent: -999em;
            overflow: hidden;
        }

        #header ul {
            float:right;
            font-size:11px;
            list-style-type:none;
            margin:-8px 91px -1px 0px;
            padding:0px;
            position: relative;
            z-index: 1000;
        }

            #header ul li {
                display: block;
                float: left;
                padding: 0px;
                margin: 5px 0px 0px 10px;
                position: relative;
                z-index: 1000;
            }

                #header ul li a {
                    position: relative;
                    z-index: 1000;
                    text-indent: 0em;
                }

            #header ul li.search {
                margin-top: 0px;
                width: 222px;
            }

                #header ul li form {
                    display: inline;
                }

                    #header ul li form div {
                        display: inline;
                    }

                    #header ul li form .input {
                        width: 165px;
                    }

                    #header ul li form .button {
                        background: transparent;
                        background-image: none;
                        width: 38px;
                        border:0px none;
                        color:white;
                        cursor:pointer;
                        margin-bottom:3px;
                        margin-right:4px;
                    }

        #header a.home {
            display: block;
            float: left;
            width: 270px;
            height: 125px;
        }

        #header a.classifieds {
            display: block;
            float: right;
            height: 60px;
            margin: 28px 65px 0px 0px;
            width: 468px;
        }

    #navbar {
        background: url(/img/fc/navbar-background.png) repeat-x left top;
        height: 38px;
        margin-bottom: 12px;
        border-bottom: 1px solid white;
    }

        #navbar a {
            color: white;
            text-decoration: none;
        }

        #navbar ul {
            list-style-type: none;
            margin: 0px;
            margin-left: 30px;
        }

            #navbar ul li {
                float: left;
                height: 27px;
                margin: 0px;
                padding-top: 10px;
                text-align: center;
                width: 118px;
                background: url(/img/fc/navbar-separator.png) no-repeat left top;
            }

            #navbar ul li.selected {
                background: url(/img/fc/navbar-selected-right.png) no-repeat right top;
            }

                #navbar ul li.selected a {
                    color: black;
                    position: relative;
                    z-index: 100;
                }

                #navbar ul li.selected .l {
                    background: url(/img/fc/navbar-selected-left.png) no-repeat left top;
                    height: 37px;
                    margin-top: -10px;
                    width: 12px;
                    float: left;
                    margin-right: -12px;
                }

            #navbar ul li.first {
            }

                #navbar ul li.first.selected .l {
                    background: url(/img/fc/navbar-selected-left-first.png) no-repeat left top;
                    width: 10px;
                    margin-top: -4px;
                }

    #subnavbar {
        margin-top: -12px;
        background: url(/img/fc/subnavbar-background.png) repeat-x left top;
        height: 34px;
        margin-bottom: 12px;
    }

        #subnavbar a {
            color: white;
            text-decoration: none;
        }

        #subnavbar ul {
            list-style-type: none;
            margin-left: 20px;
        }

            #subnavbar ul li {
                background: url(/img/fc/content-arrow-white.gif) no-repeat left 6px;
                float: left;
                margin: 0px;
                margin-top: 9px;
                padding-left: 9px;
                margin-right: 25px;
            }


    #flashMessage,
    .message {
        background: transparent;
        padding: 5px 0px;
        margin: 0px;
        font-weight: bold;
        color: #65C611;
        font-size: 100%;
    }

    #sidebar {
    }

    #content {
        color: white;
    }

        #content h1.title {
            background: url(/img/fc/content-title-left.png) no-repeat left top;
            line-height: 50px;
            width: auto;
            border-bottom: 0px none;
            font-weight: normal;
            font-size: 200%;
        }

        #content h1.title span {
            background: url(/img/fc/content-title-right.png) no-repeat right top;
            display: block;
            line-height: 50px;
            margin-left: 45px;
        }

    #content.welcome {
        padding: 0px 10px 0px 10px;
        clear: both;
    }

    #featured-classifieds,
    #featured-classifieds-spacer {
        background: url(/img/fc/featured-classifieds-background-trans.png) no-repeat left top;
        width: 233px;
        height: 332px;
        margin-top: 1px;
        float: left;
    }

    #featured-classifieds-spacer {
        width: 116px;
        background: transparent;
    }

        #featured-classifieds .for-sale {
            background: url(/img/fc/for-sale-background-trans.png) no-repeat left top;
            height:78px;
            margin-top:10px;
            padding:10px 15px;
            width:195px;
        }

        #featured-classifieds .for-sale h2 {
            font-size: 16px;
            float: right;
            width: 120px;
        }

        #featured-classifieds .for-sale .price {
            clear: both;
            margin: 0px;
            color: #66C70E;
            font-size: 14px;
            float: right;
            margin-top: 5px;
            width: 120px;
            text-decoration: underline;
        }

    #latest-newsfeeds {
        width: 240px;
        background: url(/img/fc/latest-newsfeeds-top.png) no-repeat left top;
        border-top: 0px none;
        border-bottom: 0px none;
        float: left;
        margin: 5px 20px;
    }

        #latest-newsfeeds.featured-stories .props a {
            background: white;
            border:1px solid red;
            display:block;
            margin-left:12px;
            margin-bottom: 3px;
            padding:2px 0px;
            width:211px;
        }

        #farm-tv h2,
        #latest-newsfeeds h2 {
            color: #ffd201;
            font-size: 16px;
            font-weight: bold;
            padding: 10px;
        }

        #latest-newsfeeds a {
            color: white;
            text-decoration: none;
            font-weight: bold;
            font-size: 11px;
        }

        #latest-newsfeeds a:hover {
            text-decoration: underline;
        }

        #latest-newsfeeds ul {
            list-style-image: url(/img/fc/latest-newsfeeds-bullet.gif);
            margin-bottom: 7px;
            margin-top: -2px;
        }

            #latest-newsfeeds ul li {
                margin-top: 4px;
            }

            #latest-newsfeeds .props {
                text-align: center;
                font-size: 11px;
                margin: 0px 0px -3px 0px;
            }

        #latest-newsfeeds .bottom {
            background: url(/img/fc/latest-newsfeeds-bottom.png) no-repeat left bottom;
            height: 38px;
        }

    #flash-player {
        width:285px;
        height: 243px;
    }

    #farm-tv {
        background: url(/img/fc/farm-tv-background-top.png) no-repeat left top;
        width: 300px;
        float: left;
        margin: 5px 5px 5px 0px;
    }
        #farm-tv h2 {
            margin-bottom: 5px;
        }

            #farm-tv h2 a {
                color: #ffd201;
                text-decoration: none;
            }

        #farm-tv .name {
            text-align: center;
            margin: 5px auto 1px auto;
            color: white;
            font-weight: normal;
            display: block;
        }

        #farm-tv .bottom {
            background: url(/img/fc/farm-tv-background-bottom.png) no-repeat left top;
            width: 300px;
            height: 38px;
        }

    #latest-newsfeeds.ag-newsfeeds {
        background: transparent url(/img/fc/ag-newsfeeds-background.png) no-repeat left top;
        width: 184px;
        height: 300px;
        margin: 0px;
        margin-top:14px;
    }

        #latest-newsfeeds.ag-newsfeeds h2 {
            color: white;
            line-height:22px;
            font-size: 15px;
            white-space: nowrap;
        }

        #latest-newsfeeds.ag-newsfeeds ul {
            list-style-image: none;
            list-style-type: disc;
            color: white;
        }

        #latest-newsfeeds.ag-newsfeeds ul li {
            margin-left: 23px;
            margin-top: 5px;
        }

            #latest-newsfeeds.ag-newsfeeds ul li a {
                color: #ffd201;
                font-weight: normal;
            }

        #latest-newsfeeds.ag-newsfeeds .props a {
            font-size: 10px;
            font-weight: normal;
        }

    #login-form {
        background: url(/img/fc/login-form-background-top.png) no-repeat left top;
        padding: 0px 22px;
        width: 121px;
        color: white;
        float: left;
        margin-top:15px;
    }

        #login-form .bottom {
            background: url(/img/fc/login-form-background-bottom.png) no-repeat left top;
            height: 12px;
            width: 165px;
            margin-left: -22px;
        }

        #login-form h1 {
            background: none;
            font-size: 18px;
            padding: 9px 0px 7px 25px;
        }

        #login-form a {
            color: #ffd201;
        }

        #login-form label {
            font-weight: bold;
            margin-top: 7px;
        }

        #login-form form {
            margin: 17px auto;
        }

        #login-form .button {
            background: url(/img/fc/login-form-button.png) no-repeat left top;
            border: 0px none;
            width: 73px;
            height: 26px;
            font-weight: bold;
            color: black;
            text-transform: uppercase;
            font-size: 12px;
            margin-top: 7px;
        }

        #login-form .small {
            margin-top: 10px;
        }

    #list-your-items {
        width: 453px;
        float: left;
        margin-top: 14px;
        margin: 14px 15px 0px 15px;
    }

    #list-your-items.full {
        width: 817px;
    }

        #list-your-items h1 {
            color: #ffd201;
            border-bottom: 2px solid #252525;
            margin-bottom: 60px;
            font-size: 18px;
            padding-top: 0px;
        }

        #list-your-items .icon {
            margin-top: -58px;
        }

            #list-your-items .body {
                clear: left;
                padding: 0px 20px;
                text-align: justify;
            }

            #list-your-items .body a {
                color: white;
            }

            #list-your-items .body .link {
                background: url(/img/fc/red-arrow-button-right.png) no-repeat right top;
                display: block;
                float: right;
                margin-bottom: -10px;
                margin-top: 5px;
                padding: 3px 0px 0px 3px;
                text-align: left;
                width: 95px;
                position: relative;
                z-index: 100;
            }

            #list-your-items .body .link .l {
                background: url(/img/fc/red-arrow-button-left.png) no-repeat left top;
                display: block;
                float: left;
                height: 22px;
                width: 6px;
                margin: -3px 0px 0px -8px;
            }

            #list-your-items .icon-money {
                float: right;
                width: 203px;
                height: 126px;
            }

            #list-your-items .body a.link {
                text-decoration: none;
            }

        #content .b {
            background: url(/img/fc/content-bottom-right.png) no-repeat right top;
            height: 24px;
        }

        #content .b.l {
            background: url(/img/fc/content-bottom-left.png) no-repeat left top;
        }

    .footer {
        clear: both;
        background: url(/img/fc/content-footer-background.png) repeat-x left bottom;
        height: 39px;
        padding-top: 15px;
        margin-bottom: 10px;
    }

    #content.welcome .footer {
        margin: 0px -22px 10px -26px;
    }

/* ADS */

.ad {
    padding: 10px;
    margin: 0px;
}

    .ad.top {
        width: 728px;
        height: 90px;
        border: 1px solid #249600;
        padding:10px 12px;
        margin: 0px 55px;
        margin-bottom: 20px;
    }

        .ad.top .t {
            background: url(/img/fc/ad-top-top.png) no-repeat left top;
            height: 10px;
            margin: -11px -15px 0px -13px;
        }

        .ad.top .b {
            background: url(/img/fc/ad-top-bottom.png) no-repeat left top;
            height: 10px;
            margin: -1px -15px 0px -13px;
        }


    .ad.box {
        background: url(/img/fc/ad-box-background.png) no-repeat left top;
        float: left;
        height: 274px;
        margin: 5px 10px 5px 0px;
        padding: 9px 8px;
        width: 300px;
    }

    .ad.right {
        width: 174px;
        height: 657px;
        float: right;
        margin: 5px 0px;
        text-align: center;
        padding: 2px;
        background: url(/img/fc/ad-right-background.png) no-repeat left top;
    }

        .ad.right h2 {
            font-size: 16px;
            padding: 7px 0px;
            margin-bottom: 10px;
        }

        .ad.right h2 a {
            color: white;
            text-decoration: none;
        }

    .ad.farm-tv {
        width: 174px;
        height: 50px;
        padding: 0px;
        float: left;
        margin-left: -4px;
        margin-top: 15px;
    }


/* ADS */

/* STATIC PAGES START */
/* STATIC PAGES END */

/* BLOGS START */

    #blogs .title a {
        color: white;
    }

    #blogs .body {
        margin-top: 25px;
    }

/* BLOGS END */

/* CLASSIFIEDS START */

    .search-message {
        margin-top: -10px;
    }

    #search {
        width: 600px;
    }

    #featured {
        clear: both;
        float: left;
        width: 240px;
        margin: 0px;
        margin-left: 5px;
        margin-bottom: 8px;
    }
        #featured .sides {
            padding: 2px 10px;
        }

            #featured strong {
                border-bottom: 1px solid #85bc1b;
                color: white;
                margin-bottom: 6px;
                font-size: 120%;
                display: block;
                text-align: center;
                clear: both;
            }

            #featured h2 a,
            #content .bullet {
                background: transparent url(/img/fc/content-bullet-white.png) no-repeat left top;
                color: white;
                font-size: 13px;
                margin-left: 0px;
                padding-left: 20px;
                display: block;
                text-decoration: none;
            }

            #featured .price {
                color: white;
                font-size: 160%;
                text-align: center;
                margin-top: 5px;
            }

                #featured .price a {
                    background: transparent url(/img/content-featured-arrow.gif) no-repeat 5px 3px;
                    color: white;
                    font-size: 12px;
                    padding-left: 20px;
                }

    #search.query {
        width:863px;
        margin-right: 0px;
    }

    #listings-notes {
        width: 477px;
        float: right;
        padding: 0px 8px;
        margin-top: 8px;
        margin-bottom: 8px;
    }

        #listings-notes.query {
            width:863px;
            display: block;
            visibility: visible;
            padding: 0px;
            margin-bottom: 0px;
        }

        #listings-notes strong,
        #listings .listing strong a,
        #listings .listing strong a:visited,
        #classifieds-notes strong,
        #classifieds .classified h2 a,
        #classifieds .classified h2 a:visited {
            background: transparent url(/img/fc/content-bullet-white.png) no-repeat scroll left top;
            color: white;
            display: block;
            font-size: 16px;
            margin-left: 0px;
            padding-left: 20px;
            text-decoration: none;
            margin-bottom: 5px;
        }

        #listings-notes .note {
            float: left;
            width: 460px;
        }

            #listings-notes .note strong{
                font-size: 13px;
                color: yellow;
                font-weight: normal;
                display: block;
                width: 33px;
                float: left;
                background: transparent;
                padding: 0px;
            }

    #classifieds form.search,
    #listings form.search,
    #blogs form.search {
        margin-top: -5px;
    }

        #classifieds form.search .l,
        #listings form.search .l,
        #blogs form.search .l {
            background: url(/img/search-background-l.png) no-repeat left top;
            height:60px;
            width:27px;
            float: left;
            clear: both;
        }

        #classifieds form.search .r,
        #listings form.search .r,
        #blogs form.search .r  {
            background: url(/img/search-background-r.png) no-repeat right top;
            height:60px;
            width:27px;
            float: right;
            margin-top: -61px;
        }

        #classifieds form.search .c,
        #listings form.search .c,
        #blogs form.search .c {
            background: url(/img/search-background-c.png) repeat-x left top;
            margin: 0px 27px;
            height: 42px;
            padding-top: 19px;
            text-align: center;
        }

        #classifieds .price {
            color: white;
        }

    #classifieds .small,
    #listings .small,
    #blogs .small {
        color: white;
    }

    #classifieds .tl,
    #listings .tl,
    #blogs .tl {
        background: url(/img/fc/content-div-tl.gif) no-repeat left top;
        clear: both;
    }

    #classifieds .tr,
    #listings .tr,
    #blogs .tr {
        background: url(/img/fc/content-div-tr.gif) no-repeat right top;
    }

    #classifieds .t,
    #listings .t,
    #blogs .t {
        background: url(/img/fc/content-div-t.gif) repeat-x left top;
        margin: 0px 7px;
        height: 7px;
    }

    #classifieds .bl,
    #listings .bl,
    #blogs .bl {
        background: url(/img/fc/content-div-bl.gif) no-repeat left top;
    }

    #classifieds .br,
    #listings .br,
    #blogs .br {
        background: url(/img/fc/content-div-br.gif) no-repeat right top;
    }

    #classifieds .b,
    #listings .b,
    #blogs .b {
        background: url(/img/fc/content-div-b.gif) repeat-x left top;
        margin: 0px 7px;
        height: 7px;
    }

    #classifieds .sides,
    #listings .sides,
    #blogs .sides {
        border: 1px solid #73cd1b;
        border-top: 0px;
        border-bottom: 0px;
        overflow: hidden;
        padding: 0px 8px;
    }

    .currently-viewing {
        text-align: center;
        font-weight: bold;
        color: white;
        margin-bottom: 4px;
    }

    .clear-search {
        text-align: center;
        font-size: 10px;
        font-weight: normal;
    }

        .clear-search a,
        .clear-search a:visited {
            display: block;
            color: white;
        }

    #classifieds .classified.full .user {
        margin-left: 0px;
        width: 590px;
    }

    #classifieds .classified.full.video .user {
        width: 335px;
    }

/* override style.css */
#classifieds .classified .user dt,
#listings .listing .user dt,
#listings .listing .user a,
#classifieds .classified .user a ,
#listings .listing.full .user .highlighted {
    color: #FFD201;
}

#listings .listing .price a,
#classifieds .classified .price a,
#listings .listing .price a:visited,
#classifieds .classified .price a:visited,
#featured .price a {
    background: transparent url(/img/fc/content-arrow-yellow.gif) no-repeat scroll 5px 3px;
}

/* CLASSIFIEDS END */

/* BANNER START */
/* BANNER END */

/* PHOTOS START */
/* PHOTOS END */

/* ORDERS START */
/* ORDERS END */

table th {
    background-color: #188900;
    border: 0px;
    color: white;
}

    table th a {
        color: white;
    }


    table .oddRow {
        background-color: #373535;
    }

#footer {
    clear: both;
    text-align: center;
    font-size: 10px;
    margin-left: 25px;
}

    #footer ul {
        font-size: 11px;
        list-style: none;
        padding: 0px;
        margin: 0px;
        white-space: nowrap;
    }

        #footer li {
            padding: 5px 0px;
            display: inline;
            color: white;
            margin: 5px 5px 10px 0px;
            padding: 0px 7px 1px 5px;
            white-space: nowrap;
            text-align: center;
            border-right: 1px solid #8a8a8a;
        }

        #footer li.last {
            border: 0px none;
        }

            #footer li a {
                color: #8a8a8a;
                font-weight: normal;
            }

            #footer li a:hover {
            }


/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
    width: 257px;
    background-color: #232323;
    overflow: hidden;
}

    #content .jcarousel-container h1 {
        background: 0 none;
        border-bottom:0px none;
        color:black;
        font-size:16px;
        font-weight:bold;
        line-height:30px;
        padding-left:8px;
    }


.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 235px;
    height: 270px;
    margin: 10px 0px 5px 5px;
    text-align: center;
    white-space: wrap;
}

    .jcarousel-item .featured-photo {
        vertical-align: middle;
    }

    .jcarousel-item img {
        margin: auto;
    }

    .jcarousel-item h2 a {
        position: relative;
        font-size: 14px;
        font-weight: bold;
        color: white;
    }

    .jcarousel-item div.price {
        font-size: 14px;
        font-weight: bold;
        color: #3CAF00;
    }

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}

fieldset#banner label {
    background-color:#1A1A1A;
}

#classifieds #video {
    margin-left: 50px;
}

.printer {
    margin-right:5px;
    margin-top:-45px;
}

.title {
    border-bottom: 1px solid #73CD1B;
}

.legend {
    border: 0px none;
}

#pages {
    padding: 10px;
}

.top-icons {
    margin-top: 25px;
    cursor: pointer;
}

#listings-notes {
    width: 597px;
}

#listings-notes .note {
    width: auto;
}

#farm-tv .top {
    display: none;
    visibility: hidden;
}
