﻿@charset "UTF-8";

/*-----------------------------------------------------------------------------> START GLOBAL.CSS */
h1, h2, h3, h4, h5, h6, p, ol, ul, form, blockquote {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

    a img {
        border-style: none;
    }

body {
    margin: 0;
    font: 11px verdana,arial,sans-serif;
    padding: 0;
    background-color: #FBFDFF;
    color: #000000;
}

td {
    font: 11px arial,verdana, sans-serif;
    color: #333;
}

h1 {
    font: bold 22px "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
    color: #606060;
    overflow: hidden;
}

h2 {
    font: bold 11px arial,verdana,sans-serif;
    color: #333;
}

h3 {
    font: bold small verdana,arial, sans-serif;
    color: #36C;
    margin: 0;
    margin-top: 10px;
}

h4 {
    font: bold 14px;
    color: #36C;
    margin: 0;
}

h5 {
    font: bold 14px;
    color: #36C;
}

h6 {
    font: bold x-small verdana,arial, sans-serif;
    color: #F00;
    margin: 5px 0 0;
}

fieldset {
    border-style: none;
    padding: 0;
    margin: 0;
}

input[type=text], input[type=number], input[type=email], input[type=tel], input[type=url], input[type="password"], select, textarea {
    border: 1px solid #C0C0C0;
    height: 25px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 16px;
}

.verd11grey {
    font: 11px verdana,arial, Helvetica,sans-serif;
    color: #333;
}

.verd10lightgrey {
    font: 11px verdana,arial,Helvetica,sans-serif;
    color: #666;
}

.verd11grey-lh15 {
    font: 11px/15px verdana,arial, Helvetica,sans-serif;
    color: #333;
}

.verd11grey-lh20 {
    font: 11px/20px verdana,arial, Helvetica,sans-serif;
    color: #333;
}

.verd11white {
    font: 11px verdana,arial, Helvetica,sans-serif;
    color: #FFF;
}

.verdwhiteMB {
    font: bold 13px verdana,arial, Helvetica,sans-serif;
    color: #FFF;
}

.verd11black {
    font: 11px verdana,arial, Helvetica,sans-serif;
    color: #000;
}

.verd14Bred {
    font: bold 12px Verdana,Arial,Helvetica,sans-serif;
    color: #f00;
}

.verd12Bred {
    font: bold 12px Verdana,Arial,Helvetica,sans-serif;
    color: #f00;
}

.verdxsmallBred {
    font: bold x-small Verdana,Arial,Helvetica,sans-serif;
    color: #f00;
}

a:link {
    font: 11px verdana,arial, sans-serif;
    color: #333;
    text-decoration: underline;
}

a:active {
    font: 11px verdana,arial, sans-serif;
    color: #333;
    text-decoration: underline;
}

a:visited {
    font: 11px verdana,arial, sans-serif;
    color: #333;
    text-decoration: underline;
}

a:hover {
    font: 11px verdana,arial, sans-serif;
    color: #333;
    text-decoration: none;
}

a.boltOn:link {
    font: x-small arial,verdana,sans-serif;
    color: #333;
    text-decoration: underline;
}

a.boltOn:active {
    font: x-small arial,verdana, sans-serif;
    color: #333;
    text-decoration: underline;
}

a.boltOn:visited {
    font: x-small arial,verdana,arial, sans-serif;
    color: #333;
    text-decoration: underline;
}

a.boltOn:hover {
    font: x-small arial,verdana,sans-serif;
    color: #333;
    text-decoration: none;
}

a.linkverdblack11B:link {
    font: bold 11px verdana,arial, sans-serif;
    color: #000;
    text-decoration: none;
}

a.linkverdblack11B:active {
    font: bold 11px verdana,arial, sans-serif;
    color: #000;
    text-decoration: none;
}

a.linkverdblack11B:visited {
    font: bold 11px verdana,arial, sans-serif;
    color: #000;
    text-decoration: none;
}

a.linkverdblack11B:hover {
    font: bold 11px verdana,arial, sans-serif;
    color: #000;
    text-decoration: underline;
}

a.linkverdwhite11:link {
    font: 11px verdana,arial, sans-serif;
    color: #FFF;
    text-decoration: none;
}

a.linkverdwhite11:active {
    font: 11px verdana,arial, sans-serif;
    color: #FFF;
    text-decoration: none;
}

a.linkverdwhite11:visited {
    font: 11px verdana,arial, sans-serif;
    color: #FFF;
    text-decoration: none;
}

a.linkverdwhite11:hover {
    font: 11px verdana,arial, sans-serif;
    color: #FFF;
    text-decoration: underline;
}

a.linkFooter:link {
    font: 10px verdana,arial, sans-serif;
    color: #666;
    text-decoration: none;
}

a.linkFooter:active {
    font: 10px verdana,arial, sans-serif;
    color: #666;
    text-decoration: none;
}

a.linkFooter:visited {
    font: 10px verdana,arial, sans-serif;
    color: #666;
    text-decoration: none;
}

a.linkFooter:hover {
    font: 10px verdana,arial, sans-serif;
    color: #666;
    text-decoration: underline;
}

.linkFooterText {
    font: 10px verdana,arial, sans-serif;
    color: #666;
    text-decoration: none;
}

a.linktrebblue12B:link, a.linktrebblue12B:active, a.linktrebblue12B:visited {
    color: #36C;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
}

a.linktrebblue12B:hover {
    color: #36C;
    font-weight: bold;
    font-size: 14px;
    text-decoration: underline;
}

.menuNav {
    border-bottom: 2px solid #360;
}

.redtext {
    font-size: 10px;
    color: #F00;
    font-weight: bold;
    text-align: center;
}

.freelinks {
    color: #36C;
    font-size: 1.4em;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .freelinks a {
        color: #36C;
        font-size: 1em;
    }

        .freelinks a:hover {
            font-size: 1em;
            color: #F00;
        }

.home-intro, .home-latest, .formbox, .resultsbox, .mapbox, .directorybox {
    border: 1px solid #CCCCCC;
    float: left;
    text-align: center;
    border-radius: 4px;
    padding-bottom: 15px;
    width: 100%;
    position: relative;
}

.home-intro {
    margin-bottom: 15px;
}

    .home-intro h1, .home-latest h2, .formbox h1, .resultsbox h1, .mapbox h1, .directorybox h1 {
        border-width: 1px;
        border-color: #C0C0C0;
        font-size: 1.4em;
        border-bottom-style: solid;
        padding-bottom: 10px;
        /*background-color: #9CC670;*/
        background-color: #408ED6;
        padding-top: 10px;
        color: #FFFFFF;
        font-family: Arial, Helvetica, sans-serif;
    }

    .home-intro p {
        margin: 18px;
        font-size: 1.2em;
    }

    .home-intro ul {
        list-style-type: none;
        margin-bottom: 15px;
        line-height: 2em;
    }

.home-latest > div {
    padding: 10px;
    text-align: left;
    width: 265px;
    height: 165px;
    overflow: hidden;
    float: left;
    background-color: #F3F3F3;
    margin-top: 10px;
    margin-left: 10px;
}

.home-latest p {
    padding-left: 115px;
    text-align: justify;
}

a.home-title, a.home-category {
    padding: 5px;
    display: block;
    margin-bottom: 10px;
    text-transform: capitalize;
    text-decoration: none;
    font-weight: bold;
    color: #FFFFFF;
}

    a.home-title:hover {
        color: #808080;
    }

a.home-title {
    background-color: #9CC670;
}

a.home-category {
    background-color: #C0C0C0;
}

    a.home-category:hover {
        color: #808080;
    }

.home-latest a img {
    text-decoration: none;
    float: left;
    background-color: #FFFFFF;
    margin-bottom: 10px;
}

    .home-latest a img:hover {
        -moz-box-shadow: 0 0 5px #888;
        -webkit-box-shadow: 0 0 5px#888;
        box-shadow: 0 0 5px #888;
    }


.formbox div {
    text-align: left;
    margin-top: 10px;
}

    .formbox div:first-child {
        margin-top: 15px;
    }

    .formbox div:last-child {
        border-width: 1px;
        border-color: #CCCCCC;
        text-align: center;
        margin-top: 25px;
        border-top-style: solid;
        padding-top: 15px;
    }

.formbox h2 {
    margin-left: 25px;
    text-align: left;
}

    .formbox h2:first-of-type {
        margin-top: 15px;
    }

.formbox label {
    width: 170px;
    text-align: right;
    display: inline-block;
    font-size: 1.2em;
}

.formbox input[type="text"], .formbox select {
    font-size: 1.4em;
}

.formbox input[type="submit"], .formbox input[type="button"] {
    width: 150px;
}

.formbox input[type="submit"] {
    margin-right: 50px;
}

.formbox input.error, textarea.error {
    border: 1px solid #FF0000;
}

.formbox textarea {
    width: 350px;
    height: 100px;
    vertical-align: middle;
}

.formbox p {
    padding: 5px 25px 5px 25px;
    text-align: justify;
}

.formbox iframe {
    margin: 15px auto 15px auto;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    width: 500px;
    display: block;
    height: 80px;
    background-color: #FFF5E1;
}

.resultsbox {
    margin-bottom: 15px;
}

.matrixtop {
    border-style: solid;
    border-width: 1px 1px 0px 1px;
    border-color: #CCCCCC;
    width: 598px;
    height: 35px;
    border-radius: 4px 4px 0 0;
    background-color: #408ED6;
}

    .matrixtop p {
        font-size: 14px;
        margin-left: 148px;
        padding-top: 8px;
        color: #FFFFFF;
        font-weight: bold;
    }

    .matrixtop span {
        float: right;
        margin-right: 15px;
    }


.mapbox div {
    float: left;
    width: 299px;
    text-align: center;
    margin-top: 15px;
}

    .mapbox div ul {
        list-style-type: none;
    }

.directorybox h2 {
    text-align: left;
    margin-top: 8px;
    font-size: 1.2em;
    margin-left: 15px;
}

.directorybox p {
    text-align: left;
    padding: 15px;
}

.directorybox span {
    display: block;
    margin-top: 15px;
}

    .directorybox span a {
        font-size: 1.6em;
        padding-right: 2px;
        padding-left: 2px;
    }

        .directorybox span a.activepage {
            color: #FF0000;
        }

.directorybox a[title="Submit a Link"] {
    float: right;
    margin-right: 15px;
    margin-top: 15px;
}

.dirlisting {
    padding: 10px;
    border: 1px solid #CCCCCC;
    background-color: rgb(243, 247, 237);
    height: 100px;
    margin-bottom: 3px;
    position: relative;
}

    .dirlisting img {
        float: left;
        padding-right: 15px;
    }

    .dirlisting p {
        margin-top: 4px;
        margin-bottom: 4px;
        text-align: justify;
    }

    .dirlisting span:first-of-type {
        bottom: 10px;
        position: absolute;
        left: 125px;
    }

    .dirlisting span:last-of-type {
        bottom: 10px;
        position: absolute;
        right: 20px;
    }

.subpageenclosure {
    border: solid 1px #BBC3D3;
    width: 600px;
}

.subpageenclosureadvert {
    border: solid 1px #BBC3D3;
    width: 559px;
}

.MenuCategory {
    width: 159px;
    margin-bottom: 5px;
}

    .MenuCategory table tfoot {
        display: block;
    }

    .MenuCategory .MenuHeading {
        font: bold xx-small Verdana,Arial,Helvetica;
        color: #333;
        border: none;
        height: 16px;
        padding-left: 5px;
    }

    .MenuCategory .MenuText {
        font: xx-small Verdana,Arial,Helvetica;
        color: #333;
        padding-left: 7px;
    }

    .MenuCategory .MenuAd {
        font: xx-small Verdana,Arial,Helvetica;
        color: #333;
        padding-right: 8px;
        padding-top: 4px;
        text-align: center;
    }

    .MenuCategory .MenuTextSelected {
        font: xx-small Verdana,Arial,Helvetica;
        color: #333;
    }

    .MenuCategory input {
        display: block;
    }

    .MenuCategory .btnLogin {
        display: block;
        margin-top: 10px;
        font: xx-small Verdana,Arial,Helvetica,sans-serif;
        color: #333;
    }

    .MenuCategory a:link {
        font: bold xx-small verdana,arial, sans-serif;
        color: #333;
        text-decoration: none;
    }

    .MenuCategory a:active {
        font: bold xx-small verdana,arial, sans-serif;
        color: #333;
        text-decoration: none;
    }

    .MenuCategory a:visited {
        font: bold xx-small verdana,arial, sans-serif;
        color: #333;
        text-decoration: none;
    }

    .MenuCategory a:hover {
        font: bold xx-small verdana,arial, sans-serif;
        color: #333;
        text-decoration: underline;
    }

#menuBottom {
    height: 9px;
    width: 152px;
}

.adverttitledesc {
    font: bold small Verdana,Arial,Helvetica,sans-serif;
    color: #030;
    text-transform: uppercase;
}

a.adverttitlelink:link, a.adverttitlelink:active, a.adverttitlelink:visited {
    font: bold small verdana,arial,sans-serif;
    color: #000;
    text-decoration: none;
    text-transform: capitalize;
}

a.adverttitlelink:hover {
    font: bold small verdana,arial,sans-serif;
    color: #C3DFF2;
    text-decoration: underline;
    text-transform: capitalize;
}

.BoltOnHeader {
    font: bold 14px "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
    color: #36C;
    margin-top: 0;
    margin-bottom: 0;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #C0C0C0;
    position: relative;
}

    .BoltOnHeader span {
        color: #000000;
        float: right;
        font-weight: normal;
        position: absolute;
        right: 0;
        top: 0;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
    }

    .BoltOnHeader.strong {
        color: red;
    }

.border-off {
    border-style: none;
}

#accountwrapper {
    width: 100%;
    position: relative;
    margin-right: auto;
    margin-left: auto;
}

#accountpositioner {
    width: 900px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 15px;
    border: 1px solid #C0C0C0;
    margin: 15px auto 20px;
    padding: 25px;
    background-color: #FFF;
    position: relative;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 0 3px 2px 1px #E0E0E0;
    -webkit-box-shadow: 0 3px 2px 1px #E0E0E0;
    box-shadow: 0 3px 2px 1px #E0E0E0;
}

.cat-name {
    border-style: none solid solid solid;
    width: 170px;
    padding: 5px;
    margin-left: 1px;
    border-radius: 0 0 8px 8px;
    background-color: #009900;
    color: #FFFFFF;
    display: none;
    z-index: 0;
    text-align: center;
}

#topBanner {
    margin-top: 0;
}

#rightBanner {
    margin-top: 0;
}

#bottomBanner {
    margin-top: 0;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

#leftBanner {
    margin-top: 15px;
}

.BannerHeading {
    font: bold xx-small Verdana,Arial,Helvetica;
    color: #333;
    border: none;
    height: 18px;
    padding: 2px;
}

#leftBanner2 {
    margin-top: 15px;
}

.BannerHeading {
    font: bold xx-small Verdana,Arial,Helvetica;
    color: #333;
    border: none;
    height: 18px;
    padding: 2px;
}

.input {
    font: 11px Verdana,Arial,Helvetica,sans-serif;
    color: #000;
    background-color: #E4E4E4;
    border: 1px solid #999;
}

.textarea {
    font: 11px Verdana,Arial,Helvetica,sans-serif;
    color: #000;
    background-color: #E4E4E4;
    border: 1px solid #999;
}

.formlabel {
    font: bold 12px;
    color: #36C;
}

.formlabel2 {
    font: bold 11px Verdana,Arial,Helvetica,sans-serif;
    color: #000;
}

.errorText {
    font: 11px Verdana, Arial, Helvetica, sans-serif;
    color: #FF0000;
}

.field-validation-error {
    color: #FF0000;
}

.noadvertstext {
    font: bold 1.4em Arial, Helvetica, sans-serif;
    color: #000;
    text-decoration: none;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 4px;
}

.announcementbox {
    margin: 25px auto 25px auto;
    background-color: #FFE6E6;
    width: 520px;
    text-align: center;
    border-radius: 4px;
    color: #FF0000;
    padding-top: 25px;
    padding-bottom: 25px;
}

    .announcementbox a {
        color: #FF0000;
        font-weight: bold;
    }

.abwide {
    background-color: #F5F5F5;
    border: 1px solid #F00;
    width: 898px;
    text-align: center;
    font-size: 14px;
    margin-top: 10px;
}

    .abwide span {
        color: #FF0000;
    }

.offerbox {
    margin: auto;
    background-color: #F5F5F5;
    border: 2px solid #008000;
    width: 590px;
    text-align: center;
    position: relative;
}

    .offerbox img {
        position: absolute;
        left: 40px;
        top: 13px;
    }

.warningbox {
    background-color: #F5F5F5;
    border: 2px solid #008000;
    width: 556px;
    text-align: center;
    position: relative;
}

.adpromo {
    margin: auto;
    background-color: #F5F5F5;
    border: 2px solid #008000;
    width: 880px;
    text-align: center;
    position: relative;
    font-size: 16px;
}

    .adpromo a {
        font-size: 16px;
        color: #FF0000;
    }

    .adpromo img {
        padding-right: 25px;
        top: 10px;
        left: 75px;
        position: absolute;
    }


/*-----------------------------------------------------------------------------> START GLOBAL09.CSS */
p {
    padding: 0;
    margin: 0;
}

#pageheader {
    padding: 0;
    margin: 0;
    height: 30px;
    background-image: url(//source.wbcdn.com/hhoz-images/head-bg.jpg);
    background-repeat: repeat-x;
}

#siteheader {
    margin: auto;
    width: 965px;
    position: relative;
}

    #siteheader img {
        right: 0;
        position: absolute;
        z-index: 500;
        top: 0;
    }

    #siteheader p {
        position: absolute;
        right: 40px;
        top: 3px;
        font-size: 16px;
        font-family: 'Trebuchet MS';
        font-weight: bolder;
        font-style: normal;
        color: #C0C0C0;
    }

    #siteheader span {
        position: absolute;
        left: 0;
        color: #FFF;
        top: 8px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
    }

#pagefooter {
    width: 100%;
    background-color: #000;
    height: 60px;
    border-top-style: solid;
    border-width: 2px;
    border-color: #C0C0C0;
}

    #pagefooter p {
        width: 940px;
        margin: 15px auto auto;
        color: #FFF;
        font-size: 10px;
        text-align: center;
        font-family: Arial, Helvetica, sans-serif;
    }

.scrolldiv {
    margin: auto;
    height: 35px;
    width: 960px;
    overflow: auto;
    background-color: #000;
    list-style-type: none;
    text-align: center;
}

    .scrolldiv a {
        color: #FFF !important;
    }

#wrapper {
    padding: 0;
    background-color: #FFF;
    margin-right: auto;
    margin-left: auto;
    width: 940px;
    margin-top: 2px;
}

#container {
    border: 1px solid #C0C0C0;
    margin: 15px auto 20px;
    padding: 10px;
    background-color: #FFF;
    width: 940px;
    position: relative;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 0 3px 2px 1px #E0E0E0;
    -webkit-box-shadow: 0 3px 2px 1px #E0E0E0;
    box-shadow: 0 3px 2px 1px #E0E0E0;
}

#wrapperheader {
    margin: 10px auto auto;
    width: 940px;
    position: relative;
}

    #wrapperheader a img {
        border-style: none;
    }

#navheader {
    background-position: center top;
    margin: 0 auto;
    width: 100%;
    position: relative;
    background-color: #FFFFFF;
    text-align: center;
    border-bottom-style: solid;
    border-bottom-width: 15px;
    border-bottom-color: #408ED6;
    -moz-box-shadow: 0 3px 2px 1px #C0C0C0;
    -webkit-box-shadow: 0 3px 2px 1px #C0C0C0;
    box-shadow: 0 3px 2px 1px #C0C0C0;
    background-image: url('//source.wbcdn.com/hhoz-images/widebg.jpg');
    height: 175px;
}

    #navheader a img {
        margin: 10px 0 5px;
        border-style: none;
    }

.home-icon a {
    position: absolute;
    right: 22px;
    bottom: -108px;
    z-index: 900;
}

.home-icon span {
    position: absolute;
    right: 50px;
    bottom: -100px;
    z-index: 900;
}

.secure {
    position: absolute;
    right: 15px;
    top: 44px;
}

    .secure span {
        color: #FFFFFF;
    }

    .secure img {
        margin-left: 8px;
    }

#tabbedmenu {
    margin: -10px auto auto;
    padding: 10px 0 0;
    width: 100%;
    /*position: absolute;
    bottom: 0px;
    z-index: 1;*/
}

#leftcolumn {
    float: left;
    width: 170px;
    margin-left: -770px;
    margin-top: 100px;
}

#centercolumn {
    width: 600px;
    float: left;
    margin-left: 170px;
    padding-bottom: 50px;
    min-height: 1000px;
    margin-top: 100px;
}

#rightcolumn {
    float: right;
    width: 170px;
    margin-right: -8px;
}

#categories, #businesslinks, #advertsleft, #login, #information, #advertsright {
    padding: 0;
    margin: 0;
    width: 150px;
}

#wrapperfooter {
    clear: both;
}

/*#wrapperfooter {
    border: 1px solid #C0C0C0;
    clear: both;
    width: 510px;
    background-color: #F7F7F7;
    padding-left: 42px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 25px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}*/

.rfooter {
    display: block;
}

#leaderboard468x60 {
    position: absolute;
    top: 11px;
    right: 18px;
    width: 468px;
    height: 60px;
}

#leaderboard728x90 {
    padding: 1px 21px;
    width: 728px;
    height: 92px;
    position: absolute;
    top: 154px;
    left: 0;
    text-align: center;
}

#ads728x90 {
    padding: 1px 21px;
    width: 728px;
    height: 90px;
    position: absolute;
    top: 154px;
    left: 0;
    text-align: center;
    z-index: 1000;
}

#ads468x60TB {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 468px;
    height: 60px;
    z-index: 100;
}

#ads728x90N {
    border-style: solid;
    border-width: 1px 21px 1px 21px;
    border-color: #9CC670;
    width: 728px;
    height: 90px;
    position: absolute;
    top: 10px;
    left: 10px;
    text-align: center;
    border-radius: 4px;
}

#ads468x60TBN {
    position: absolute;
    top: -192px;
    right: 22px;
    width: 468px;
    height: 60px;
}

#ads160x600 {
    margin-left: -5px;
}

#ads160x300 {
    margin-left: -3px;
}

.a160x600 {
    margin-top: -9px;
    margin-bottom: -10px;
}

#adblockleft {
}

#adblockright {
}

.boxcontent {
    width: 160px;
    border: 1px solid #CCC;
    border-radius: 4px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    overflow: hidden;
    background-color: #FFFFFF;
}

    .boxcontent h2 {
        background-color: #9CC670;
        /*background-color: #408ED6;*/
        border-bottom-style: solid;
        border-width: 1px;
        border-color: #CCCCCC;
        padding-top: 4px;
        padding-bottom: 4px;
        padding-left: 12px;
        margin-bottom: 8px;
    }

    .boxcontent ul {
        padding-left: 9px;
        padding-right: 9px;
    }

    .boxcontent input[type=button], .boxcontent input[type="submit"] {
        display: block;
        margin-right: auto;
        margin-left: auto;
    }

    .boxcontent p {
        text-align: center;
        margin-top: 10px;
        padding-right: 8px;
        padding-left: 8px;
    }

        .boxcontent p span {
            display: block;
            font-size: 2em;
            color: #008000;
            font-weight: bold;
        }

    .boxcontent label {
        text-align: center;
        display: block;
    }

    .boxcontent input[type="email"], .boxcontent input[type="text"], .boxcontent input[type="password"] {
        width: 90%;
        text-align: center;
        margin-bottom: 10px;
        background-color: #FFFFCC;
        display: block;
        margin-right: auto;
        margin-left: auto;
        font-size: 1em;
    }

    .boxcontent span.MenuText {
        display: block;
        text-align: center;
        margin-top: 10px;
    }

.bl, .bls {
    list-style-type: none;
}

#loginstatus {
    font-size: 10px;
    background-color: #f0f0f0;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #008000;
    margin-bottom: 10px;
    line-height: 18px;
    list-style-type: none;
}

.bl a {
    display: block;
    height: 16px;
    font-size: 10px !important;
    font-weight: bold !important;
    padding-top: 2px;
    text-decoration: none;
}

    .bl a:hover {
        text-decoration: none;
        color: #F30;
    }

    .bl a:active {
        color: #808000;
    }

.bls a {
    display: block;
    height: 16px;
    font-size: 10px !important;
    text-decoration: none;
    font-weight: bold !important;
    color: #008000;
    background-color: #F0F0F0;
    border-right-style: solid;
    border-right-width: 5px;
    border-right-color: #008000;
    padding-top: 2px;
}

#gridview {
    margin-left: -10px;
}

.h1gridview {
    font: bold 22px "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
    color: #999;
}

#reciprocallink {
    width: 575px;
    height: 75px;
    background-color: #FFF;
    border: 1px solid #808080;
}

#accloginleft {
    width: 100%;
    margin-bottom: 25px;
}

    #accloginleft p {
        font-size: 14px;
        margin-bottom: 10px;
    }

    #accloginleft li, #accloginleft a {
        font-size: 14px;
        padding-bottom: 10px;
    }

.login-item a {
    font-size: 10px;
}

#accloginright {
    width: 300px;
    height: 250px;
    float: right;
    margin-top: -50px;
    margin-right: -10px;
}

#accregleft {
    width: 500px;
    float: left;
}

#accregright {
    position: absolute;
    top: 245px;
    right: 0;
    margin-bottom: -10px;
    padding-top: 10px;
}

#accregrightoff {
    position: absolute;
    top: 245px;
    right: 0;
    visibility: hidden;
}

div.cat-reg-nav {
    margin-left: 25px;
    width: 598px;
}

.cat-reg-nav a {
    float: left;
    width: 22%;
    height: 20px;
    text-align: center;
    background-color: #EFEFEF;
    padding-top: 4px;
    margin-right: 6px;
    margin-bottom: 6px;
    color: #333333;
    text-decoration: none;
    font-weight: bold;
    border-radius: 4px;
}

    .cat-reg-nav a:hover {
        color: #999999;
    }

.showhide {
    padding: 4px 10px 4px 10px;
    cursor: pointer;
    position: absolute;
    top: 8px;
    right: 7px;
    background-color: #B8D5EF;
    color: #FFFFFF;
    font-weight: bold;
    border-radius: 4px;
}

/*-----------------------------------------------------------------------------> START HORSEHUNTER.CSS */
/* START Advert Layout 20120714.1 */
#dyn-container {
    position: relative;
}

#dyn-title {
    padding: 10px;
    border: 2px solid #408ED6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-transform: capitalize;
    position: relative;
}

span.av-price-tag {
    float: right;
}

#adtype-icon {
    border-style: none none none solid;
    border-width: 5px;
    border-color: #FFFFFF;
    background-image: url('//source.wbcdn.com/hhuk-images/rosettethumb.gif');
    background-repeat: no-repeat;
    width: 32px;
    height: 45px;
    position: absolute;
    right: 4px;
    top: 1px;
    background-color: #FFFFFF;
    display: none;
}

.feat-icon {
    background-position: right center;
}

.prem-icon {
    background-position: left center;
}

.slide-menu {
    border-color: #9CC670;
    border-width: 1px;
    border-style: solid solid solid none;
    width: 154px;
    height: 88px;
    cursor: pointer;
    float: left;
    margin-right: 15px;
    border-radius: 0 8px 8px 0;
    margin-left: -20px;
    background-color: #333333;
}

    .slide-menu span {
        border: 1px solid #C8DFB0;
        padding: 8px 10px 8px 10px;
        color: #FFF;
        font-weight: bold;
        display: inline-block;
        background-color: #9CC670;
        margin-top: 28px;
        border-radius: 0 4px 4px 0;
    }

        .slide-menu span:hover {
            background-color: #FFF;
            color: #9CC670;
        }

#slide-hide {
    border-style: none none none solid;
    position: absolute;
    top: 65px;
    right: -161px;
    background-color: transparent;
    z-index: 3;
    border-left-width: 1px;
    border-left-color: #FFFFFF;
    display: none;
}

    #slide-hide span {
        padding-right: 14px;
    }

#ads728x90-inline {
    float: left;
    border-style: solid;
    border-width: 1px 21px 1px 21px;
    border-color: #9CC670;
    width: 728px;
    height: 90px;
    top: 10px;
    left: 10px;
    text-align: center;
    border-radius: 4px;
}

#dyn-tabs, #dyn-tabs-sub {
    margin-top: 10px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #408ED6;
}

a.dyn-tabs, a.dyn-tabs.selected {
    border-style: solid;
    border-width: 1px 1px 0;
    border-color: #408ED6;
    display: block;
    font-weight: bold;
    padding: 10px 25px;
    margin-right: 5px;
    float: left;
    background-color: #E4F0FA;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    text-decoration: none;
}

a:hover.dyn-tabs {
    background-color: #408ED6;
    color: #FFFFFF;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #408ED6;
}

a.dyn-tabs.selected {
    margin-bottom: -1px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #E4F0FA;
}

#dyn-tabs img {
    float: right;
    padding-top: 10px;
}

#dyn-tabs .trade {
    float: right;
    padding: 2px 10px 4px 10px;
    background-color: #0000FF;
    color: #FFFFFF;
    text-decoration: none;
    border-radius: 2px;
    margin-top: 10px;
}

#dyn-tabs .private {
    float: right;
    padding: 2px 10px 4px 10px;
    background-color: #006600;
    color: #FFFFFF;
    text-decoration: none;
    border-radius: 2px;
    margin-top: 10px;
}

#dyn-body {
    margin-top: 10px;
    margin-bottom: 10px;
}

    #dyn-body h2, #dyn-description h2, #dyn-plugins h2, #dyn-map h2, #dyn-report h2, #dyn-wide-body h2,
    #dyn-wide-description h2, #dyn-wide-plugins h2, #dyn-wide-map h2, #dyn-wide-report h2 {
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-bottom-color: #C0C0C0;
        padding-top: 3px;
        padding-bottom: 2px;
        margin-bottom: 5px;
        font-size: 14px;
    }

        #dyn-photo-block h2 span, #dyn-video-block h2 span, #dyn-description h2 span, #dyn-plugins h2 span, #dyn-map h2 span, #dyn-report h2 span, #dyn-wide-photo-block h2 span,
        #dyn-wide-video-block h2 span, #dyn-wide-description h2 span, #dyn-wide-plugins h2 span, #dyn-wide-map h2 span, #dyn-wide-report h2 span, #dyn-tabs-sub span {
            float: right;
        }

            #dyn-photo-block h2 a, #dyn-video-block h2 a, #dyn-description h2 a, #dyn-plugins h2 a, #dyn-map h2 a, #dyn-report h2 a, #dyn-wide-photo-block h2 a,
            #dyn-wide-video-block h2 a, #dyn-wide-description h2 a, #dyn-wide-plugins h2 a, #dyn-wide-map h2 a, #dyn-wide-report h2 a, #dyn-tabs-sub span a {
                padding: 2px 10px 2px 10px;
                background-color: #6699FF;
                color: #FFFFFF;
                text-decoration: none;
                border-radius: 2px;
            }

            #dyn-tabs-sub span a {
                display: inline-block;
                margin-top: 14px;
            }


#dyn-left {
    width: 385px;
    float: left;
}

#dyn-right {
    width: 205px;
    float: left;
    margin-left: 10px;
}

#dyn-photo-block, #dyn-video-block {
    margin-top: 10px;
}

    #dyn-photo-block a img, #dyn-video-block a img {
        float: left;
    }

    #dyn-photo-block a img {
        border: 2px solid #FFFFFF;
        padding: 12px;
    }

    #dyn-photo-block a:hover img {
        border-color: #008000;
    }

    #dyn-photo-block a:active img {
        border-color: #71FF71;
    }

    #dyn-video-block a img {
        margin: 14px 4px;
        border-bottom-style: solid;
        border-bottom-width: 8px;
        border-bottom-color: #FFFFFF;
    }

    #dyn-video-block a:hover img {
        border-color: #008000;
    }

    #dyn-video-block a:active img {
        border-color: #71FF71;
    }

#dyn-no-image {
    background-color: #EBEBEB;
    height: 135px;
    text-align: center;
    font-size: 16px;
    padding-top: 115px;
}

#dyn-actions {
    margin-bottom: 20px;
}

    #dyn-actions ul {
        list-style-type: none;
        text-align: center;
    }

    #dyn-actions li {
        color: #FFFFFF;
        font-weight: bold;
        font-size: 12px;
        background-color: #008000;
        padding-top: 6px;
        padding-bottom: 6px;
        margin-bottom: 8px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

    #dyn-actions a {
        display: block;
        text-align: center;
        margin-bottom: 8px;
    }

#dyn-details ul {
    list-style-type: none;
}

#dyn-details li {
    margin-bottom: 5px;
    font-weight: bold;
    color: #808080;
}

    #dyn-details li span {
        float: right;
        font-weight: normal;
        color: #408ED6;
    }

#dyn-description {
    margin-top: 10px;
    margin-bottom: 20px;
}

    #dyn-description p, #dyn-wide-description p {
        font-size: 1.2em;
        line-height: 1.8em;
    }

#dyn-report {
    margin-bottom: 20px;
    margin-top: 20px;
}

.modal-form {
    padding: 15px;
}

    .modal-form p {
        padding-bottom: 5px;
        padding-top: 5px;
        clear: right;
    }

    .modal-form input[type="text"], .modal-form textarea {
        border-radius: 5px;
        border: 1px solid #C0C0C0;
        float: right;
    }

    .modal-form input[type="text"] {
        height: 25px;
        width: 320px;
        text-align: center;
        font-size: 12px;
        font-weight: bold;
    }

    .modal-form textarea {
        width: 400px;
        height: 205px;
        margin-bottom: 5px;
    }

.tz {
    visibility: hidden;
}

.PostcodeHelp {
    text-align: center;
    padding: 10px;
    border: 1px solid #FF0000;
}

.menucontainer {
    border-width: 1px;
    border-color: #FFFFFF;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    width: 940px;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 4px 4px 0 0;
    border-top-style: solid;
    border-right-style: solid;
    border-left-style: solid;
}

.menu {
    margin: 0 auto;
    padding: 0;
    height: 30px;
    width: 100%;
    display: block;
    background: url(//source.wbcdn.com/hhoz-images/buttons/topmenuimages.png) repeat-x;
}

    .menu li {
        padding: 0;
        margin: 0;
        list-style: none;
        display: inline;
    }

        .menu li a {
            float: left;
            padding-left: 25px;
            display: block;
            color: rgb(255,255,255) !important;
            text-decoration: none;
            font: 12px Arial, Helvetica, sans-serif !important;
            cursor: pointer;
            background: url(//source.wbcdn.com/hhoz-images/buttons/topmenuimages.png) 0 -30px no-repeat;
            outline: none;
            font-weight: bold !important;
        }

            .menu li a span {
                line-height: 30px;
                float: left;
                display: block;
                padding-right: 25px;
                background: url(//source.wbcdn.com/hhoz-images/buttons/topmenuimages.png) 100% -30px no-repeat;
            }

            .menu li a:hover {
                background-position: 0 -60px;
                color: rgb(255,255,255);
            }

                .menu li a:hover span {
                    background-position: 100% -60px;
                }

            .menu li a.active, .menu li a.active:hover {
                line-height: 30px;
                font: 12px Verdana, Arial, Helvetica, sans-serif;
                background: url(//source.wbcdn.com/hhoz-images/buttons/topmenuimages.png) 0 -90px no-repeat;
                color: rgb(255,255,255);
            }

                .menu li a.active span, .menu li a.active:hover span {
                    background: url(//source.wbcdn.com/hhoz-images/buttons/topmenuimages.png) 100% -90px no-repeat;
                }

    .menu.account li a {
        padding-left: 21px;
    }

        .menu.account li a span {
            padding-right: 21px;
        }

.menuborder, .carbon {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    height: 15px;
}

.menuborder {
    background-color: #336600;
}

.social {
    border-width: 1px;
    border-color: #9dc673;
    padding: 2px 1px 4px 2px;
    position: absolute;
    bottom: 0;
    right: 2px;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    height: 21px;
    border-top-style: solid;
    border-right-style: solid;
    border-left-style: solid;
    width: 420px;
}

    .social p {
        float: right;
        padding-top: 1px;
        padding-right: 72px;
        font-size: 1.5em;
        font-weight: bold;
        letter-spacing: -1px;
        color: #808080;
    }

#sface {
    position: absolute;
    right: 4px;
    top: -9px;
}


#stwit {
    position: absolute;
    right: 44px;
    top: -9px;
}

.login-item, .reminder-item {
    padding: 20px;
    border: 1px solid #C0C0C0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #DCEBF8;
    float: left;
    width: 400px;
    text-align: center;
    height: 230px;
}

.reminder-item {
    height: auto;
    width: 860px;
    text-align: left;
}

.login-item img {
    padding-bottom: 20px;
}

.left {
    float: left;
}

/*Wide Advert Content*/

.flt-left {
    float: left;
}

.boxcontent.flt-left {
    height: 80px;
    width: 140px;
    margin-right: 8px;
}

    .boxcontent.flt-left h2 {
        margin-bottom: 16px;
    }

#dyn-wide-container {
    padding: 10px;
}

#dyn-wide-left {
    width: 600px;
    float: left;
}

#dyn-wide-right {
    width: 300px;
    float: right;
}

#dyn-wide-photo-block, #dyn-wide-video-block {
    margin-top: 10px;
    height: 120px;
}

    #dyn-wide-photo-block a img, #dyn-wide-video-block a img {
        float: left;
    }

    #dyn-wide-photo-block a img {
        border: 2px solid #FFFFFF;
        padding: 8px;
    }

    #dyn-wide-photo-block a:hover img {
        border-color: #008000;
    }

    #dyn-wide-photo-block a:active img {
        border-color: #71FF71;
    }

    #dyn-wide-video-block a img {
        margin: 14px 4px;
        border-bottom-style: solid;
        border-bottom-width: 8px;
        border-bottom-color: #FFFFFF;
    }

    #dyn-wide-video-block a:hover img {
        border-color: #008000;
    }

    #dyn-wide-video-block a:active img {
        border-color: #71FF71;
    }

#dyn-wide-main-image {
    text-align: center;
    background-image: url("//source.wbcdn.com/hhuk-images/colorbox/overlay.png");
    background-color: #333;
}

    #dyn-wide-main-image noscript {
        height: 400px;
        display: block;
    }

    /*#dyn-wide-main-image img {
        display: none;
    }*/

    #dyn-wide-main-image h2 {
        border-style: none;
        padding-top: 160px;
        background-color: #333;
        color: #FFFFFF;
        font-size: 18px;
    }

    #dyn-wide-main-image p {
        color: #C0C0C0;
    }

#dyn-wide-no-image {
    background-image: url("//source.wbcdn.com/hhuk-images/colorbox/overlay.png");
    background-color: #333;
    height: 215px;
    text-align: center;
    font-size: 16px;
    padding-top: 185px;
    color: #FFFFFF;
    font-weight: bold;
}

#dyn-wide-actions {
    margin-bottom: 20px;
}

    #dyn-wide-actions ul {
        list-style-type: none;
        text-align: center;
    }

    #dyn-wide-actions li {
        color: #FFFFFF;
        font-weight: bold;
        font-size: 14px;
        background-color: #008000;
        padding-top: 6px;
        padding-bottom: 6px;
        margin-bottom: 8px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
    }

    #dyn-wide-actions a, #dyn-wide-actions input[type="button"] {
        display: block;
        text-align: center;
        margin-bottom: 8px;
        font-size: 18px;
    }

    #dyn-wide-actions input[type="button"] {
        width: 100%;
    }

.boxcontent.addthis-trends {
    width: 300px;
    margin-top: 20px;
}

    .boxcontent.addthis-trends a {
        width: 300px;
        margin-top: 20px;
        text-decoration: none;
        text-transform: uppercase;
        color: #6699FF;
    }


#dyn-wide-details ul {
    list-style-type: none;
}

#dyn-wide-details li, #social-tools label {
    margin-bottom: 5px;
    color: #333;
    font-size: 14px;
}

#social-tools {
    margin-bottom: 10px;
}

    #social-tools label {
        margin-bottom: 8px;
        display: block;
        margin-top: 5px;
    }

#dyn-wide-details li span {
    float: right;
    font-weight: normal;
    color: #2874B9;
}

#dyn-wide-description {
    margin-top: 10px;
    margin-bottom: 20px;
}

#dyn-wide-report {
    margin-bottom: 20px;
    margin-top: 20px;
}

/* End Wide Advert Content*/
a#reportLink {
    border: 1px solid #FF0000;
    padding: 4px 15px;
    background-color: #FF0000;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

a:hover#reportLink {
    background-color: #FFFFFF;
    color: #FF0000;
}

#dyn-map {
    margin-top: 20px;
}

.select-type-box {
    padding: 15px;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #C0C0C0;
}

    .select-type-box p {
        font-size: 1.3em;
        text-align: justify;
    }

/* END New Advert 20120714.1 */
div.register {
    margin-top: 15px;
    margin-bottom: 15px;
    position: relative;
}

.register label, #lookUpLabel, #btChangePasswordLabel {
    display: inline-block;
    width: 175px;
}

.register input, .register select, .autoAddressEntry, .login-item input[type=text], .login-item input[type=password], .reminder-item input[type=text], .reminder-item input[type=password] {
    border: 1px solid #C0C0C0;
    height: 25px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 16px;
}

.reminder-input {
    border: 1px solid #C0C0C0;
    height: 25px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 16px;
}

.reminder-item legend {
    font-size: 16px;
}

.reminder-item label, .reminder-item p, .reminder-item a, .login-item label, .login-item h5, #accloginleft h4 {
    font-size: 14px;
}

.login-item input[type=text], .login-item input[type=email] {
    width: 250px;
    text-align: center;
}

.login-item input[type=password] {
    text-align: center;
}

.autoAddressEntry {
    padding: 5px 5px 0;
    width: 250px;
    display: inline-block;
    background-color: #E9E9E9;
    color: #808080;
}

.register #NewsLetter {
    position: absolute;
    left: 255px;
    top: -5px;
}

.photos {
    padding: 15px;
    border: 1px solid #C0C0C0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.photo-form {
    float: left;
    width: 700px;
    height: 750px;
    margin-left: 15px;
}

.photo-box {
    float: right;
}

.photo-upload {
    height: 105px;
    margin-top: 18px;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    border-bottom-color: #C0C0C0;
}

.photo-upgrade {
    height: 105px;
    margin-top: 95px;
    text-align: center;
}

.noticebox {
    position: relative;
    padding: 10px;
    background-color: white;
    text-align: center;
    font-size: 12px;
    border: 2px solid #CCCB31;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    clear: both;
}

.validation-errors {
    position: relative;
    padding: 10px;
    background-color: #FFC1C1;
    text-align: center;
    font-size: 12px;
    border: 2px solid #FFC1C1;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    clear: both;
    color: #FF0000;
    font-weight: bold;
    margin-top: 10px;
    -moz-animation: flash 1s ease-in-out;
    -moz-animation-iteration-count: 3;
    -webkit-animation: flash 1s ease-in-out;
    -webkit-animation-iteration-count: 3;
    -ms-animation: flash 1s ease-in-out;
    -ms-animation-iteration-count: 3;
}


.button-wrapper {
    padding-top: 25px;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #C0C0C0;
    position: relative;
}

.no-js {
    height: 15px;
    background-color: #FF0000;
    color: #FFFFFF;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
}

.clear {
    clear: both;
}

a.homebutton {
    width: 100px;
    height: 28px;
    display: block;
    background-image: url(//source.wbcdn.com/hhoz-images/buttons/homebutton.gif);
    background-repeat: no-repeat;
    background-position: 0 0;
}

    a.homebutton:hover {
        background-image: url(//source.wbcdn.com/hhoz-images/buttons/homebutton.gif);
        cursor: pointer;
        background-position: 0 -31px;
    }

    a.homebutton:active {
        background-image: url(//source.wbcdn.com/hhoz-images/buttons/homebutton.gif);
        background-position: 0 -62px;
    }

a.backbutton {
    width: 100px;
    height: 28px;
    display: block;
    background-image: url(//source.wbcdn.com/hhoz-images/buttons/backbutton.gif);
    background-repeat: no-repeat;
    background-position: 0 0;
    float: left;
}

a:hover.backbutton, input:hover.backbutton {
    background-image: url(//source.wbcdn.com/hhoz-images/buttons/backbutton.gif);
    background-position: 0 -31px;
    cursor: pointer;
}

a:active.backbutton, input:active.backbutton {
    background-image: url(//source.wbcdn.com/hhoz-images/buttons/backbutton.gif);
    background-position: 0 -62px;
}

input.backbutton {
    width: 100px;
    height: 28px;
    margin: 0;
    padding: 0;
    border: 0;
    background-image: url(//source.wbcdn.com/hhoz-images/buttons/backbutton.gif);
    background-repeat: no-repeat;
    background-color: Transparent;
    text-indent: -1000em;
    cursor: pointer;
    /* hand-shaped cursor */
    cursor: hand;
    /* for IE 5.x */
    float: left;
}

a.nextbutton {
    width: 100px;
    height: 28px;
    display: block;
    background-image: url(//source.wbcdn.com/hhoz-images/buttons/nextbutton.gif);
    background-repeat: no-repeat;
    float: right;
}

input.nextbutton {
    width: 100px;
    height: 28px;
    margin: 0;
    padding: 0;
    border: 0;
    background-image: url(//source.wbcdn.com/hhoz-images/buttons/nextbutton.gif);
    background-repeat: no-repeat;
    background-color: Transparent;
    text-indent: -1000em;
    cursor: pointer;
    /* hand-shaped cursor */
    cursor: hand;
    float: right;
}

a:hover.nextbutton, input:hover.nextbutton {
    background-image: url(//source.wbcdn.com/hhoz-images/buttons/nextbutton.gif);
    cursor: pointer;
    background-position: 0 -31px;
}

a:active.nextbutton, input:active.nextbutton {
    background-image: url(//source.wbcdn.com/hhoz-images/buttons/nextbutton.gif);
    background-position: 0 -62px;
}

input.upgradebutton {
    width: 100px;
    height: 28px;
    margin: 0;
    padding: 0;
    border: 0;
    background-image: url(//source.wbcdn.com/hhoz-images/buttons/upgradebutton.gif);
    background-position: 0 -31px;
    background-repeat: no-repeat;
    background-color: Transparent;
    text-indent: -1000em;
    cursor: pointer;
    /* hand-shaped cursor */
    cursor: hand;
    /* for IE 5.x */
    margin-left: 10px;
}

    input.upgradebutton:hover {
        background-image: url(//source.wbcdn.com/hhoz-images/buttons/upgradebutton.gif);
        background-position: 0 0;
        cursor: pointer;
    }

    input.upgradebutton:active {
        background-image: url(//source.wbcdn.com/hhoz-images/buttons/upgradebutton.gif);
        background-position: 0 -62px;
    }

/*a.selectbutton {
    width: 100px;
    height: 35px;
    display: block;
    background-image: url(//source.wbcdn.com/hhoz-images/buttons/selectbutton.gif);
    background-repeat: no-repeat;
    background-position: 0 0;
    position: absolute;
    bottom: 45px;
    right: 25px;
}

    a.selectbutton:hover {
        background-image: url(//source.wbcdn.com/hhoz-images/buttons/selectbutton.gif);
        cursor: pointer;
        background-position: 0 -41px;
    }

    a.selectbutton:active {
        background-image: url(//source.wbcdn.com/hhoz-images/buttons/selectbutton.gif);
        background-position: 0 -81px;
    }

a.selectbuttonfree {
    width: 100px;
    height: 35px;
    display: block;
    background-image: url(//source.wbcdn.com/hhoz-images/buttons/selectbutton.gif);
    background-repeat: no-repeat;
    background-position: 0 0;
    position: absolute;
    bottom: 18px;
    right: 10px;
}

    a.selectbuttonfree:hover {
        background-image: url(//source.wbcdn.com/hhoz-images/buttons/selectbutton.gif);
        cursor: pointer;
        background-position: 0 -41px;
    }

    a.selectbuttonfree:active {
        background-image: url(//source.wbcdn.com/hhoz-images/buttons/selectbutton.gif);
        background-position: 0 -81px;
    }*/

.login-item, .reminder-item, .select-item {
    padding: 20px;
    border: 1px solid #C0C0C0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #DCEBF8;
    float: left;
    width: 400px;
    text-align: center;
    height: 250px;
    position: relative;
}

.reminder-item, .select-item {
    height: auto;
    width: 860px;
    text-align: left;
}

.select-item {
    margin-bottom: 25px;
}

    .select-item.Modal.YT {
        width: 548px;
        margin-left: 10px;
    }

table.buttonrow {
    width: 900px;
    border: 0;
    border-top: solid 1px #ccc;
    padding-top: 10px;
}

ul.greenarrow {
    list-style-image: url(//source.wbcdn.com/hhoz-images/greenarrow.png);
    padding-left: 50px;
    margin-top: 15px;
    font-size: 1.2em;
}

    ul.greenarrow li {
        padding-top: 0;
        padding-bottom: 5px;
    }

.red {
    color: Red;
}

.account-item:first-of-type {
    margin-top: 10px;
}

a.account-item {
    padding: 10px;
    height: 50px;
    margin-bottom: 10px;
    border: 1px solid #C0C0C0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #DCEBF8;
    color: #36C;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    display: block;
    position: relative;
    /*-webkit-transition: background 5ms ease-in 200ms;
    -moz-transition: background 5ms ease-in 200ms;
    -o-transition: background 5ms ease-in 200ms;
    transition: background 5ms ease-in 200ms;*/
}

    a.account-item:hover {
        /*-webkit-transition: color 10ms ease-in;
    -moz-transition: color 10ms ease-in;
    -o-transition: color 10ms ease-in;
    transition: color 10ms ease-in;*/
        background-color: #36C;
        color: #DCEBF8;
    }

    a.account-item span {
        position: absolute;
        left: 27px;
        font-size: 12px;
        color: #333333;
        font-weight: normal;
        bottom: 20px;
    }

.right {
    float: right;
}

.matrixenclosureSearch img {
    padding: 4px;
}

.ack-success {
    padding: 10px;
    display: inline-block;
    width: 880px;
    margin-bottom: 10px;
    text-align: center;
    background-color: #C9E6DE;
    color: #4A8074;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

    .ack-success.narrow {
        width: 558px;
        margin-top: 20px;
    }

h4.promo {
    padding: 10px;
    display: inline-block;
    margin-bottom: 10px;
    text-align: center;
    background-color: #C6D3F0;
    color: #3366cc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 850px;
}

    h4.promo span {
        color: #FF0000;
        font-weight: bold;
        font-size: 1.1em;
    }

.facebook {
    background-color: #EDF0F5;
    color: #3B5998;
    font-weight: bold;
}

    .facebook img:nth-child(1) {
        display: inline-block;
        vertical-align: middle;
        margin-right: 20px;
    }

    .facebook a {
        display: inline-block;
        vertical-align: middle;
        margin-left: 20px;
    }

.advertcreateheading {
    margin-bottom: 10px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #C0C0C0;
}

    .advertcreateheading h1 {
        font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
        font-size: 20pt;
        color: #126ec4;
        font-weight: normal;
    }

h2.adverttypeheading {
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
    color: #3366cc;
    font-size: 14pt;
    font-weight: normal;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #C0C0C0;
    margin-bottom: 10px;
}

.advertpreviewbullets {
    font-family: Arial;
    color: #3366cc;
    font-size: 8pt;
    width: 160px;
    padding-top: 2px;
    margin-top: -10px;
    margin-left: 10px;
    position: absolute;
    top: 50px;
    right: 130px;
}

    .advertpreviewbullets ul {
        list-style-type: square;
        margin-left: 20px;
        margin-top: 5px;
        padding-bottom: 6px;
    }

    .advertpreviewbullets li {
        margin-bottom: 5px;
    }

    .advertpreviewbullets span {
        font-size: 14pt;
        margin-left: 30px;
    }

.standard-type {
    top: 20px;
    right: 125px;
}

/* ADVERTS COMMON - start */
.advert_premium a img, .advert_featured a img, .advert_free a img {
    float: left;
    overflow: hidden;
    margin-left: 10px;
    margin-top: 10px;
}

.advert_premium .rightside, .advert_featured .rightside, .advert_free .rightside {
    float: right;
    width: 450px;
    overflow: hidden;
}

img.videoflag {
    margin-left: 20px;
    margin-top: 6px;
    border: 0 !important;
    float: left;
}

.advert_premium .rightside h4, .advert_featured .rightside h4, .advert_free .rightside h4 {
    float: left;
    color: #000;
    padding-top: 3px;
}

    .advert_premium .rightside h4 a, .advert_featured .rightside h4 a, .advert_free .rightside h4 a {
        font-size: 12px;
        font-weight: bold !important;
        text-decoration: none;
        text-transform: capitalize !important;
    }

.advert_premium .rightside div strong, .advert_featured .rightside div strong, .advert_free .rightside div strong {
    float: right;
    margin-right: 0;
    font-size: 1.2em;
    padding-top: 5px;
    color: #000;
}

.advert_premium .rightside p, .advert_featured .rightside p, .advert_free .rightside p {
    height: 50px;
    padding: 0;
    margin: 0;
    padding: 2px;
    padding-right: 10px;
}

    .advert_premium .rightside p a, .advert_featured .rightside p a, .advert_free .rightside p a {
        color: #3366cc;
        text-decoration: none;
    }

.advert_premium .rightside ul, .advert_featured .rightside ul, .advert_free .rightside ul {
    height: 20px;
    width: 460px;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    .advert_premium .rightside ul li, .advert_featured .rightside ul li, .advert_free .rightside ul li {
        float: left;
        margin-right: 10px;
        overflow: hidden;
        height: 15px;
        min-width: 12%;
    }

        /*.advert_premium .rightside ul li strong, .advert_featured .rightside ul li strong, .advert_free .rightside ul li strong
{
	float: left;
}*/
        .advert_premium .rightside ul li strong, .advert_featured .rightside ul li strong, .advert_free .rightside ul li strong {
            float: left;
            font-size: .9em;
            padding: 0;
            margin: 0;
            margin-right: 5px;
            color: #000;
        }

/* ADVERTS COMMON - end */
/* PREMIUM - start */
.advert_premium {
    background-position: right;
    width: 598px;
    height: 122px;
    background-image: url(//source.wbcdn.com/hhoz-images/premiumrosettebg.gif);
    border: solid 1px #e6cb7e;
    background-repeat: no-repeat;
    background-color: #FFFFFF;
    color: #666;
}

    .advert_premium .leftside {
        background-image: url(//source.wbcdn.com/hhoz-images/premiumvertical.gif);
        height: 122px;
        width: 26px;
        float: left;
    }

    .advert_premium .rightside .header {
        height: 25px;
        border-bottom: solid 1px #e6cb7e;
        margin-right: 10px;
    }

    .advert_premium img {
        border: 2px solid #e6cb7e;
    }

/* PREMIUM - end */
/* FEATURED - start */
.advert_featured {
    background-position: right;
    width: 598px;
    height: 122px;
    background-image: url(//source.wbcdn.com/hhoz-images/featuredrosettebg.gif);
    background-color: #FFFFFF;
    border: solid 1px #c0c0c0;
    background-repeat: no-repeat;
    color: #666;
}

    .advert_featured .leftside {
        background-image: url(//source.wbcdn.com/hhoz-images/featuredvertical.gif);
        height: 122px;
        width: 26px;
        float: left;
    }

    .advert_featured .rightside .header {
        height: 25px;
        border-bottom: solid 1px #c0c0c0;
        margin-right: 10px;
    }

    .advert_featured img {
        border: 2px solid #c0c0c0;
    }

/* FEATURED - end */
/* FREE - start */
.advert_free {
    width: 598px;
    height: 122px;
    background-color: #fff;
    border: solid 1px #c0c0c0;
    color: #808080;
    overflow: hidden;
}

    .advert_free .leftside {
        background-color: #e0e0e0;
        height: 122px;
        width: 26px;
        float: left;
        border-right: solid 1px #c0c0c0;
    }

    .advert_free .rightside .header {
        height: 25px;
        border-bottom: solid 1px #c0c0c0;
        margin-right: 10px;
    }

/* FREE - end */
/*.premiumselection {
    background-image: url(//source.wbcdn.com/hhoz-images/premborder.gif);
    background-repeat: no-repeat;
    padding-top: 45px;
    padding-bottom: 20px;
    padding-left: 12px;
    width: 900px;
    overflow: hidden;
    margin-left: -8px;
    margin-bottom: 15px;
    position: relative;
    height: 150px;
}

.premiumselectionactive {
    background-image: url(//source.wbcdn.com/hhoz-images/selpremborder.gif);
    background-repeat: no-repeat;
    padding-top: 45px;
    padding-bottom: 20px;
    padding-left: 12px;
    width: 900px;
    overflow: hidden;
    margin-left: -8px;
    margin-bottom: 15px;
    position: relative;
    height: 150px;
}

.featuredselection {
    background-image: url(//source.wbcdn.com/hhoz-images/featborder.gif);
    background-repeat: no-repeat;
    padding-top: 45px;
    padding-bottom: 20px;
    padding-left: 12px;
    overflow: hidden;
    margin-left: -8px;
    margin-bottom: 15px;
    position: relative;
    height: 150px;
}*/

/*.featuredselectionactive {
    background-image: url(//source.wbcdn.com/hhoz-images/selfeatborder.gif);
    background-repeat: no-repeat;
    padding-top: 45px;
    padding-bottom: 20px;
    padding-left: 12px;
    overflow: hidden;
    margin-left: -8px;
    margin-bottom: 15px;
    position: relative;
    height: 150px;
}

.freeselection {
    background-image: url(//source.wbcdn.com/hhoz-images/standard-border.gif);
    background-repeat: no-repeat;
    background-position: 0 -35px;
    overflow: hidden;
    padding-top: 13px;
    padding-left: 15px;
    margin-left: -8px;
    margin-top: 25px;
    margin-bottom: 30px;
    position: relative;
    height: 150px;
}

.freeselectionactive {
    background-image: url(//source.wbcdn.com/hhoz-images/standard-border.gif);
    background-repeat: no-repeat;
    background-position: 0 -217px;
    overflow: hidden;
    padding-top: 13px;
    padding-left: 15px;
    margin-left: -8px;
    margin-top: 25px;
    margin-bottom: 30px;
    position: relative;
    height: 150px;
}*/

.advertpreviewinfo {
    padding-left: 10px;
    font-size: 10pt;
}

    .advertpreviewinfo span {
        font-weight: bold;
        font-size: 14pt;
    }

input#vouchercode[type=text] {
    background-color: #c5eeb0;
    border: solid 1px #ddd;
}

div#termsandconditions {
    position: fixed;
    left: 20%;
    top: 20%;
    width: 600px;
    height: 60%;
    border: solid 1px black;
    background-color: #fff;
    z-index: 9999;
}

    div#termsandconditions iframe {
        width: 600px;
        height: 90%;
        overflow: auto;
        background-color: #fff;
    }

table.summary tr td {
    height: 25px;
}

.MarginTop2Px {
    margin-top: 2px;
}

.adverttitleblank {
    width: 95px;
    height: 24px;
    /*26px;*/
}

.adverttitledesc {
    height: 24px;
}

.adverttitlenew {
    height: 20px;
    padding-top: 6px;
    font: bold small Verdana,Arial,Helvetica,sans-serif;
    color: #030;
    text-transform: uppercase;
}

.white {
    color: #fff;
}

.upgrade {
    margin-top: 15px;
    width: 100%;
    /*	float: right;*/
    text-align: left;
}

    .upgrade span {
        display: block;
        float: left;
        height: 28px;
        vertical-align: middle;
        padding-top: 4px;
    }

.selectdisabled {
    font: 11px Verdana,Arial,Helvetica,sans-serif;
    background-color: #fff;
    border: 1px solid #ccc;
    color: #ccc;
}

div#usingTags {
    width: 400px;
    height: 160px;
}

div#siteConditions {
    width: 400px;
    height: 160px;
}

div.fancybox {
    font-size: 1.2em;
    overflow: auto;
}

.title-container {
    margin: 5px 25px 25px;
    text-align: left;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #808080;
    font-size: 14px;
    font-weight: bold;
    color: #6F6F6F;
}

    .title-container span {
        float: right;
    }

        .title-container span a {
            font-size: 14px;
            font-weight: bold;
            color: #6F6F6F;
            text-decoration: none;
        }

            .title-container span a:hover {
                color: #FFFFFF;
                text-decoration: none;
            }

/* new advert content view */
.cb {
    clear: both;
}

.ucase {
    text-transform: uppercase;
}

.centered {
    margin-left: auto;
    margin-right: auto;
}

.fbmiddle, .fbbanner {
    width: 520px;
    height: auto;
    background-color: #c5c5c5;
    padding: 10px;
}

.fbbanner {
    text-align: center;
}

.fbmiddle div.fbcontent {
    background-color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
}

.fbmiddle div#youTubePlayer {
    background-color: #c5c5c5;
}

div#youTubePlayer img {
    display: block;
    margin: auto;
}

#frmadtop, #youTubeTop {
    margin-bottom: 15px;
    text-align: center;
}

#frmadbottom, #youTubeBottom {
    margin-top: 15px;
    text-align: center;
}

/* youtube upload form */
div#youTubeNewVideo label {
    width: 100px;
    display: block;
    float: left;
    clear: left;
}

#ajaxActivity {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 9999;
    height: 40px;
    width: 40px;
    overflow: hidden;
    margin-top: -20px;
    margin-left: -20px;
    background: transparent;
}

    #ajaxActivity div {
        position: absolute;
        top: 0;
        left: 0;
        width: 40px;
        height: 480px;
        background: transparent url(/plugins/fancybox/fancy_loading.png) no-repeat;
    }

#freeAdvertPriceHolder {
    margin-top: 10px;
}

#freeaddedphotos, #freeaddedvideos {
    font-size: 12px;
}

.free_ad_free {
    background-image: url(//source.wbcdn.com/hhoz-images/advertboltons.gif);
    background-repeat: no-repeat;
    background-position: -103px 0;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 12px;
    right: 10px;
}

.free_ad_image {
    background-image: url(//source.wbcdn.com/hhoz-images/advertboltons.gif);
    background-repeat: no-repeat;
    background-position: -103px 0;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 12px;
    right: 10px;
}

.free_ad_video {
    background-image: url(//source.wbcdn.com/hhoz-images/advertboltons.gif);
    background-repeat: no-repeat;
    background-position: -203px 0;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 12px;
    right: 10px;
}

.free_ad_both {
    background-image: url(//source.wbcdn.com/hhoz-images/advertboltons.gif);
    background-repeat: no-repeat;
    background-position: -303px 0;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 12px;
    right: 10px;
}

.std-free {
    background-image: url(//source.wbcdn.com/hhoz-images/advertboltons.gif);
    background-repeat: no-repeat;
    background-position: -2px 0;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 105px;
    right: 20px;
}

.std-image {
    background-image: url(//source.wbcdn.com/hhoz-images/advertboltons.gif);
    background-repeat: no-repeat;
    background-position: -103px 0;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 115px;
    right: 20px;
}

.std-video {
    background-image: url(//source.wbcdn.com/hhoz-images/advertboltons.gif);
    background-repeat: no-repeat;
    background-position: -203px 0;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 115px;
    right: 20px;
}

.std-both {
    background-image: url(//source.wbcdn.com/hhoz-images/advertboltons.gif);
    background-repeat: no-repeat;
    background-position: -303px 0;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 115px;
    right: 20px;
}

.create {
    top: 155px;
}

/*Larger ListView Advert Formatting*/
.listview-free, .listview-featured, .listview-premium, .listview-free-ssl, .listview-featured-ssl, .listview-premium-ssl {
    margin-top: 35px;
    margin-bottom: 5px;
    border-style: solid;
    border-color: #CCC;
    border-width: 1px;
    padding: 10px;
    position: relative;
    width: 578px;
    min-height: 160px;
}

.listview-free, .listview-free-ssl {
    margin-top: 10px;
}

    .listview-free p, .listview-featured p, .listview-premium p, .listview-free-ssl p, .listview-featured-ssl p, .listview-premium-ssl p {
        font-size: 1.1em;
        margin-left: 100px;
        word-wrap: break-word;
        overflow: hidden;
    }

.listview-premium, .listview-premium-ssl {
    background-color: #EBE9E9;
    background-image: url('http://hhuk.assets.wbcdn.com//source.wbcdn.com/hhoz-images/premiumrosettebg.gif');
    background-repeat: no-repeat;
    background-position: right bottom;
}

.listview-premium-ssl {
    background-image: url('https://www.horsehunter.co.uk//source.wbcdn.com/hhoz-images/premiumrosettebg.gif');
}

.listview-featured, .listview-featured-ssl {
    background-color: #EBE9E9;
    background-image: url('http://hhuk.assets.wbcdn.com//source.wbcdn.com/hhoz-images/featuredrosettebg.gif');
    background-repeat: no-repeat;
    background-position: right bottom;
}

.listview-featured-ssl {
    background-image: url('https://www.horsehunter.co.uk//source.wbcdn.com/hhoz-images/featuredrosettebg.gif');
}

.listview-free, .listview-free-ssl {
    background-color: #EBE9E9;
}

    .listview-premium:hover, .listview-featured:hover, .listview-free:hover, .listview-premium-ssl:hover, .listview-featured-ssl:hover, .listview-free-ssl:hover {
        background-color: rgba(255,248,220,0.6);
    }

.listview-thumbnail {
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
}

.listview-title h3 {
    padding: 0;
    margin: 0;
}

    .listview-title h3 a {
        font-size: 1.1em;
        font-weight: bold;
        color: #0086D2;
        text-decoration: none;
        text-transform: capitalize;
    }

        .listview-title h3 a:hover {
            text-decoration: underline;
        }

.listview-price {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 1.2em;
}

div.private, div.trade {
    position: absolute;
    bottom: 10px;
    left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100px;
    font-weight: bold;
    text-align: center;
    border-style: solid;
    border-width: 1px;
    border-radius: 4px;
    background-color: white;
    border-color: #CCC;
}

div.private {
    color: green;
}

div.trade {
    color: #0918c4;
}

div.premium, div.featured {
    position: absolute;
    top: -25px;
    left: -1px;
    padding: 5px 25px 5px 25px;
    background-color: #dddddd;
    font-weight: bold;
    border-style: solid;
    border-width: 1px;
    border-bottom-width: 0;
    border-color: #CCC;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    text-transform: uppercase;
}

div.premium {
    color: black;
    background-color: #e6cb7e;
}

div.featured {
    color: white;
    background-color: #808080;
}

.listview-videoflag {
    position: absolute;
    top: 112px;
    left: 55px;
}

hr.hr-indent {
    margin-left: 100px;
    height: 0;
    border: solid #ddd;
    border-width: 1px 0 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #fff;
}

.listview-description {
    margin-top: 10px;
}

    .listview-description a {
        color: #0086D2;
    }

.listview-imgcount {
    position: absolute;
    top: 115px;
    left: 12px;
}

    .listview-imgcount strong {
        margin-left: -5px;
        padding: 1px 6px 1px 6px;
        background-color: green;
        color: white;
        border-radius: 25px;
    }

.listview-attributes ul {
    list-style-type: none;
    margin-top: 10px;
    margin-left: 110px;
}

.listview-attributes li {
    display: block;
    padding: 5px;
    margin: 5px;
    border-width: 1px;
    border-color: #E4E4E4;
    border-style: solid;
    background-color: white;
    color: #408ED6;
    border-radius: 3px;
    float: left;
}

.premiumselection, .featuredselection, .standardselection, .premiumselectionactive, .featuredselectionactive, .standardselectionactive {
    margin: 25px 70px 25px 10px;
    width: 600px;
    float: left;
    /*-webkit-box-shadow:  0px 5px 8px 8px rgba(0, 0, 0, 0.1);
        -moz-box-shadow:  0px 5px 8px 8px rgba(0, 0, 0, 0.1);
        -ms-box-shadow: 0px 5px 8px 8px rgba(0, 0, 0, 0.1);
        -o-box-shadow: 0px 5px 8px 8px rgba(0, 0, 0, 0.1);
        box-shadow:  0px 5px 8px 8px rgba(0, 0, 0, 0.1);*/
}

    .premiumselection span, .featuredselection span, .standardselection span {
        display: none;
    }

.premiumselection {
    /*border: 1px solid #E6CB7E;*/
}

.featuredselection, .standardselection {
    /*border: 1px solid #C0C0C0;*/
}

.premiumselectionactive, .featuredselectionactive, .standardselectionactive {
    /*border: 1px solid #FF0000;*/
    position: relative;
}

    .premiumselectionactive span, .featuredselectionactive span, .standardselectionactive span {
        display: block;
        position: absolute;
        top: 10px;
        right: 0px;
        background-color: #FF0000;
        color: #FFFFFF;
        font-weight: bold;
        text-align: center;
        height: 20px;
        padding-right: 25px;
        padding-left: 25px;
        border-radius: 4px 4px 0 0;
        padding-top: 5px;
    }

    .standardselectionactive span {
        top: -15px;
    }

p.emp-large {
    font-size: 1.4em;
    margin-top: 25px;
}

.advertpreviewinfo {
    padding-left: 10px;
    font-size: 10pt;
}

    .advertpreviewinfo span {
        font-weight: bold;
        font-size: 14pt;
    }

.selectbutton {
    width: 100px;
    /*height: 35px;
    display: block;    
    background-image: url(//source.wbcdn.com/hhoz-images/buttons/selectbutton.gif);
    background-repeat: no-repeat;
    background-position: 0 0;
    position: absolute;
    bottom: 45px;
    right: 25px;*/
    text-align: center;
}

/*a.selectbutton:hover {
        background-image: url(//source.wbcdn.com/hhoz-images/buttons/selectbutton.gif);
        cursor: pointer;
        background-position: 0 -41px;
    }

    a.selectbutton:active {
        background-image: url(//source.wbcdn.com/hhoz-images/buttons/selectbutton.gif);
        background-position: 0 -81px;
    }*/

.selectbuttonfree {
    width: 100px;
    /*height: 35px;
    display: block;
    background-image: url(//source.wbcdn.com/hhoz-images/buttons/selectbutton.gif);
    background-repeat: no-repeat;
    background-position: 0 0;
    position: absolute;
    bottom: 18px;
    right: 10px;*/
    text-align: center;
}

/*a.selectbuttonfree:hover {
        background-image: url(//source.wbcdn.com/hhoz-images/buttons/selectbutton.gif);
        cursor: pointer;
        background-position: 0 -41px;
    }

    a.selectbuttonfree:active {
        background-image: url(//source.wbcdn.com/hhoz-images/buttons/selectbutton.gif);
        background-position: 0 -81px;
    }*/

a.button, input.button, .SearchButton, .ResetButton, .LoginButton, .SendButton, .ForgotButton {
    border-style: none;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 125%;
    color: white;
    background: #7CB147;
    background-image: linear-gradient(rgba(255, 255, 255, .4), rgba(255, 255, 255, 0));
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    padding: .4em 1em .5em 1em;
    font-weight: bold;
    text-decoration: none;
    border-radius: 5px;
    line-height: 1.5em;
    display: inline-block;
    cursor: pointer;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1);
    -webkit-appearance: none;
    margin-top: .5em;
    margin-bottom: .5em;
}

    a.button:hover, input.button:hover, input:hover.SearchButton, input:hover.ResetButton, input:hover.LoginButton, input:hover.SendButton, input:hover.ForgotButton {
        background-color: #6F9E3F;
    }


    a.button.edit {
        background-color: #2020FF;
    }

        a.button.edit:hover {
            background-color: #0000B7;
        }

    a.button.delete {
        background-color: #FF2F2F;
    }

        a.button.delete:hover {
            background-color: #FF0D0D;
        }


.selecttype {
    float: left;
}

#camera-icon {
    margin-top: 40px;
    margin-left: 12px;
}

#freeAdvertPriceHolder {
    margin-top: 10px;
    float: left;
    display: none;
}

#freeAdvertPrice {
    background-color: #FF0000;
    color: #FFFFFF;
    padding: 5px 10px 5px 10px;
    display: block;
    width: 50px;
    font-weight: bold;
    font-size: 1.4em;
    border-radius: 4px;
    margin-left: 15px;
    margin-top: -12px;
}

div#videoLeftBookmark {
    background-image: url(//source.wbcdn.com/hhoz-images/video-bookends.gif);
    background-repeat: no-repeat;
    background-position: -23px 0;
    width: 10px;
    height: 203px;
    float: left;
}

div#videoRightBookmark {
    background-image: url(//source.wbcdn.com/hhoz-images/video-bookends.gif);
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 10px;
    height: 203px;
    float: left;
}

#youTubeVideoChooser {
    width: 600px;
}

#ytfooter {
    width: 590px;
    float: left;
    background-color: #404040;
    color: #fff;
    padding: 5px;
    margin-top: 15px;
}

    #ytfooter a {
        color: #fff;
    }

        #ytfooter a:hover {
            color: #fff;
            text-decoration: underline;
        }

ul#ytExistingUploads {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    margin-top: 10px;
}

    ul#ytExistingUploads li {
        margin-bottom: 10px;
    }

div#ytExistingThumbContainer {
    text-align: center;
    background-color: #d1d1d1;
    padding: 5px;
    height: 390px;
}

a.ytExistingThumbLink:hover {
    opacity: .5;
}

a.ytNavigateLink {
    width: 140px;
    height: 21px;
    display: block;
    background-image: url(//source.wbcdn.com/hhoz-images/yt-arrows.gif);
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
}

a#ytNavUp {
    background-position: 0 -21px;
}

    a#ytNavUp:hover {
        background-position: 0 -64px;
    }

    a#ytNavUp:active {
        background-position: 0 -107px;
    }

a#ytNavDown {
    background-position: 0 -1px;
}

    a#ytNavDown:hover {
        background-position: 0 -43px;
    }

    a#ytNavDown:active {
        background-position: 0 -86px;
    }

p.voucher {
    font-size: 10pt;
    clear: both;
    padding-top: 10px;
}

.upgradespacer {
    float: left;
}

.infocontainer {
    min-height: 70px;
}

.padbottom10 {
    padding-bottom: 10px;
}

span.pager {
    color: #FF0000;
    font-weight: bold;
    font-size: 14px;
}

a:link.pager {
    font-size: 12px;
}

a:hover.pager {
    color: red;
}

#freeadparent {
    position: relative;
}

#freeadchild {
    position: absolute;
    right: 0;
    top: -20px;
}

    #freeadchild a {
        color: red;
        font-size: 18px;
    }

    #freeadchild img {
        position: absolute;
        top: 0;
        right: 185px;
    }

.subcat {
    border-style: solid none none;
    border-width: 1px;
    border-color: #C0C0C0;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 15px;
    padding-left: 5px;
}

h2.adw-d {
    font-size: 16px;
    width: 100%;
    padding-top: 5px;
}

p.formlabel {
    padding-top: 10px;
}

.warningbox-ad {
    background-color: #F5F5F5;
    border: 2px solid #008000;
    width: 100%;
    text-align: center;
    position: relative;
}

.subcat textarea {
    font: 11px Verdana, Arial, Helvetica, sans-serif;
    color: #000000;
    background-color: #E4E4E4;
    border: 1px solid #999999;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 450px;
    height: 150px;
}

.pub-status {
    padding: 15px 15px 15px 16px;
    margin-bottom: 15px;
    border: 1px solid #C0C0C0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #DCEBF8;
}

.pub-status-first {
    padding: 15px 15px 15px 16px;
    margin-top: 15px;
    margin-bottom: 15px;
    border: 1px solid #C0C0C0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #DCEBF8;
}

.a-left {
    float: left;
    overflow: hidden;
}

.a-right {
    float: right;
    width: 150px;
}

.text-box {
    border: 1px solid #4A8074;
    padding: 3px;
    background-color: #C9E6DE;
    border-radius: 4px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 5px;
    color: #4A8074;
}

.no-data {
    width: 100%;
    padding-top: 55px;
    padding-bottom: 55px;
    border: 1px solid #C0C0C0;
    margin-bottom: 10px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #DCEBF8;
    color: #808080;
    font-weight: bold;
}

#photoContainer {
    width: 100%;
    background-color: #cfcfcf;
    float: left;
    padding-bottom: 30px;
    padding-top: 10px;
    margin-top: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
}

#videoContainer {
    width: 100%;
    background-color: #cfcfcf;
    float: left;
    padding-bottom: 25px;
    padding-top: 10px;
    margin-top: 30px;
    margin-bottom: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
}

.six {
    width: 150px;
}

.three {
    width: 300px;
}

.one {
    width: 900px;
}

.checkout-wrapper {
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #C0C0C0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #DCEBF8;
}

.checkout h2 {
    font-size: 12px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #C0C0C0;
    padding-top: 10px;
    padding-bottom: 5px;
}

.checkout p {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
}

.checkout span {
    font-weight: bold;
    color: #303030;
}

#loading {
    position: absolute;
    top: 25px;
    left: 429px;
}

.websitetextbox {
    width: 350px;
}

.traderlink {
}

.fl {
    float: left;
}

#locationsearchfooter {
    background-color: #e2e2e2;
    border: 1px solid #C0C0C0;
    clear: both;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
    padding-top: 20px;
    text-align: center;
    width: 940px;
    height: auto;
}

#locationsearchfooterresults {
    width: 600px;
    text-align: left;
    margin-left: 10px;
    float: left;
}

.locationsearchtext {
    text-align: left;
    margin-top: 10px;
    margin-right: 5px;
    margin-bottom: 10px;
}

.locationsearchfootertext {
    margin-left: 10px;
}

#locationcomment {
    width: 600px;
    float: left;
    margin-left: 10px;
}

#locationresultsfooteradvert {
    float: right;
    width: 300px;
    margin-right: 20px;
}

.locationsearchfooterdivider {
    background-color: White;
    height: 18px;
    width: 1px;
}

.locationsearchfooteritem {
    margin-left: 10px;
    width: 138px;
}

#locationlist {
    float: left;
    margin-top: 10px;
}

    #locationlist li {
        list-style-type: none;
    }

        #locationlist li div {
            float: left;
        }

.breadcrumb {
    /*float: left;*/
    margin-top: 10px;
}

    .breadcrumb a {
        font-size: 11px !important;
        font-weight: bold !important;
        text-decoration: none !important;
    }

        .breadcrumb a:link {
            color: #333333;
            font: 11px verdana,arial,sans-serif;
            text-decoration: underline;
        }

        .breadcrumb a:hover {
            color: #FF3300;
        }

#nosearchresults {
    margin-top: 15px;
    width: 600px;
}

.cl {
    clear: left;
}

.td a:link {
    font: 12px verdana, arial, sans-serif !important;
    color: #333;
}

.td {
    font: 11px arial,verdana, sans-serif !important;
    color: #333;
}

/*.SearchButton, .ResetButton, .LoginButton, .SendButton, .ForgotButton, a.button, .button {
    background-position: center -32px;
    border-style: none;
    padding: 4px 15px;
    color: #FFFFFF;
    font-weight: bold;
    background-image: url(//source.wbcdn.com/hhoz-images/buttons/topmenuimages.png);
    background-repeat: repeat-x;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-decoration: none;
}

input:hover.SearchButton, input:hover.ResetButton, input:hover.LoginButton, input:hover.SendButton, input:hover.ForgotButton, input:hover.button, a:hover.button {
    background-position: center -62px;
}*/

.searchtext {
    padding: 10px 25px 10px 25px;
    margin: 10px;
    clear: both;
}

span.pager {
    border: 2px solid #91C8FF;
    padding: 6px 7px;
    color: #0099FF;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
    background-color: #E5F2FF;
    border-radius: 4px;
}

a.pager {
    border: 2px solid #EBEBEB;
    padding: 6px 2px;
    font-size: 12px;
    text-decoration: none;
    background-color: #E5F2FF;
    border-radius: 4px;
}

a:hover.pager {
    border: 2px solid #333333;
    color: #000000;
    text-decoration: none;
    background-color: #E5F2FF;
    border-radius: 4px;
}

.ResultsPager {
    text-align: center;
    padding-bottom: 15px;
}

a.butt, input.butt {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 125%;
    color: white;
    background: #7CB147;
    background-image: linear-gradient(rgba(255, 255, 255, .4), rgba(255, 255, 255, 0));
    text-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    padding: .4em .75em .5em;
    font-weight: bold;
    text-decoration: none;
    border-radius: 5px;
    margin: .5em .25em;
    line-height: 1.5em;
    display: inline-block;
    cursor: pointer;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1);
}

    a.butt:hover, input.butt:hover {
        background-color: #6F9E3F;
    }


/*
Animate.css - http://daneden.me/animate
LICENSED UNDER THE  MIT LICENSE (MIT)

Copyright (c) 2012 Dan Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

.animated {
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
}

    .animated.hinge {
        -webkit-animation-duration: 2s;
        -moz-animation-duration: 2s;
        -ms-animation-duration: 2s;
        -o-animation-duration: 2s;
        animation-duration: 2s;
    }

@-webkit-keyframes swing {
    20%, 40%, 60%, 80%, 100% {
        -webkit-transform-origin: top center;
    }

    20% {
        -webkit-transform: rotate(15deg);
    }

    40% {
        -webkit-transform: rotate(-10deg);
    }

    60% {
        -webkit-transform: rotate(5deg);
    }

    80% {
        -webkit-transform: rotate(-5deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
    }
}

@-moz-keyframes swing {
    20% {
        -moz-transform: rotate(15deg);
    }

    40% {
        -moz-transform: rotate(-10deg);
    }

    60% {
        -moz-transform: rotate(5deg);
    }

    80% {
        -moz-transform: rotate(-5deg);
    }

    100% {
        -moz-transform: rotate(0deg);
    }
}

@-o-keyframes swing {
    20% {
        -o-transform: rotate(15deg);
    }

    40% {
        -o-transform: rotate(-10deg);
    }

    60% {
        -o-transform: rotate(5deg);
    }

    80% {
        -o-transform: rotate(-5deg);
    }

    100% {
        -o-transform: rotate(0deg);
    }
}

@keyframes swing {
    20% {
        transform: rotate(15deg);
    }

    40% {
        transform: rotate(-10deg);
    }

    60% {
        transform: rotate(5deg);
    }

    80% {
        transform: rotate(-5deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.swing {
    -webkit-transform-origin: top center;
    -moz-transform-origin: top center;
    -o-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    -moz-animation-name: swing;
    -o-animation-name: swing;
    animation-name: swing;
}

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
    }

    70% {
        -webkit-transform: scale(.9);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes bounceIn {
    0% {
        opacity: 0;
        -moz-transform: scale(.3);
    }

    50% {
        opacity: 1;
        -moz-transform: scale(1.05);
    }

    70% {
        -moz-transform: scale(.9);
    }

    100% {
        -moz-transform: scale(1);
    }
}

@-o-keyframes bounceIn {
    0% {
        opacity: 0;
        -o-transform: scale(.3);
    }

    50% {
        opacity: 1;
        -o-transform: scale(1.05);
    }

    70% {
        -o-transform: scale(.9);
    }

    100% {
        -o-transform: scale(1);
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(.3);
    }

    50% {
        opacity: 1;
        transform: scale(1.05);
    }

    70% {
        transform: scale(.9);
    }

    100% {
        transform: scale(1);
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    -moz-animation-name: bounceIn;
    -o-animation-name: bounceIn;
    animation-name: bounceIn;
}


@-webkit-keyframes flash {
    0% {
        color: none;
        background-color: none;
    }

    50% {
        color: #FFFFFF;
        background-color: #FF0000;
        border-color: #FF0000;
    }

    100% {
        color: none;
        background-color: none;
    }
}

@-moz-keyframes flash {
    0% {
        color: none;
        background-color: none;
    }

    50% {
        color: #FFFFFF;
        background-color: #FF0000;
        border-color: #FF0000;
    }

    100% {
        color: none;
        background-color: none;
    }
}

@-ms-keyframes flash {
    0% {
        color: none;
        background-color: none;
    }

    50% {
        color: #FFFFFF;
        background-color: #FF0000;
        border-color: #FF0000;
    }

    100% {
        color: none;
        background-color: none;
    }
}
