
/*
 * -------------------------------
 * DEVELOPER - <brian@poldings.com>
 * Dealer listing button style
 * -------------------------------
 */

.badge-grey {
    width: inherit;
    height: inherit;
    background-color: #fff; 
    border: 1px solid grey; 
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}


body {
    padding: 0;
    margin: 0;
    font-family: verdana, helvetica, arial, sans-serif;
    font-size: .8em;
    font-style: normal;
    font-variant: normal;
    font-weight: normal
}

.center {
    text-align: center !important
}

.tooltip {
    font-size: 1.12em
}

a:hover {
    color: #008000
}

img.banner {
    margin: auto
}

.banner-container {
    text-align: center;
    margin-top: 60px
}

h1 {
    font-size: 1.9em
}

.navbar {
    margin-bottom: 0
}

.navbar-bottom {
    margin-bottom: 0
}

.navbar-gundeal-top {
    margin-left: 3%;
    margin-right: 3%
}

.footer {
    padding: 1.2em;
    margin-top: 70px;
    border-top: 1px solid #e5e5e5;
    background-color: whitesmoke
}

.footer p {
    color: #444
}

footer p.small {
    font-size: .96em;
    font-style: italic
}

footer img {
    margin: 10px auto 10px auto
}

footer ul {
    list-style-type: none;
    margin: 0
}

.footer-links li {
    display: inline;
    margin-right: 30px
}

.navbar-inner {
    background-color: #ccc;
    background-image: -moz-linear-gradient(top, #4040ff, #383674);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4040ff), to(#383674));
    background-image: -webkit-linear-gradient(top, #4040ff, #383674);
    background-image: -o-linear-gradient(top, #4040ff, #383674);
    background-image: linear-gradient(to bottom, #4040ff, #383674);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#2E1CE3', endColorstr='#020043', GradientType=0)
}

.navbar .nav > li > a {
    font-weight: 300;
    font-size: 1.12em;
    color: #fff;
    text-shadow: 0 .09em 1px #000
}

.navbar-fixed-top .nav > li > a:hover {
    background-image: -moz-linear-gradient(top, #fff, #bbb);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#bbb));
    background-image: -webkit-linear-gradient(top, #fff, #bbb);
    background-image: -o-linear-gradient(top, #fff, #bbb);
    background-image: linear-gradient(to bottom, #fff, #bbb);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#bbbbbb', GradientType=0);
    color: #222;
    text-shadow: 0 .09em 1px #ccc
}

.navbar .nav > li:hover, .navbar .nav > li > a:hover {
    color: #fff;
    background-color: green
}

.navbar li.active > a > i {
    background-image: url("../bootstrap/img/glyphicons-halflings.png") !important
}

.navbar li.active > a {
    text-shadow: none
}

.hero-unit {
    padding: 1.7em;
    padding-top: 1em;
    margin-bottom: 15px;
    background-color: #c5ffc5;
    border: 3px solid #008000;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px
}

.hero-unit h1 {
    margin: 0;
    letter-spacing: .08em;
    font-size: 2.1em;
    line-height: 1.3em;
    color: inherit
}

.hero-unit p {
    font-size: 1em;
    font-weight: 200;
    line-height: 1.7em;
    color: inherit
}

.ph-form .tabbable {
    margin: 10px
}

form h3 {
    color: #333;
    padding: .23 !important;
    font-size: 1.35em;
    text-indent: .8em;
    font-weight: normal;
    line-height: 1.9em;
    border-bottom: 1px solid #ccc;
    background-color: #a3a3a3;
    margin: 0 0 .4em 0;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1), 0 1px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1), 0 1px 10px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1), 0 1px 10px rgba(0, 0, 0, 0.1);
    background-color: #ccc;
    background-image: -moz-linear-gradient(top, #fff, #ccc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#ccc));
    background-image: -webkit-linear-gradient(top, #fff, #ccc);
    background-image: -o-linear-gradient(top, #fff, #ccc);
    background-image: linear-gradient(to bottom, #fff, #ccc);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#cccccc', GradientType=0)
}

.ph-form {
    border: 1px solid #ccc !important;
    background-color: #fff;
    margin: 0
}

.ph-form .control-group {
    border-bottom: 1px solid #eee;
    padding: .65em;
    margin: 0
}

.ph-form .control-group:last-child {
    border: 0;
    background-color: #fff
}

.compulsory-field {
    background-color: transparent !important;
    font-size: 1.2em;
    color: red;
    display: inline;
    padding-right: .5em;
    margin-top: 3px
}

.form-horizontal .control-label {
    float: left;
    width: 150px;
    padding-top: 5px;
    text-align: right
}

.full-search {
    margin: 0 0 20px 0;
    background-color: #eee;
    border: 3px solid silver;
    -webkit-border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
    line-height: 1.5em
}

.full-search > form {
    margin: 7px 0 7px 0 !important;
    padding: 0
}

.btn-a {
    padding: .3em 1em .3em 1em;
    background-color: #f5f5f5;
    *background-color: #e6e6e6;
    background-image: -ms-linear-gradient(top, #fff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
    background-image: -o-linear-gradient(top, #fff, #e6e6e6);
    background-image: linear-gradient(top, #fff, #e6e6e6);
    background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #ccc;
    *border: 0;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
    *zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05)
}

.btn-a:hover {
    color: #333;
    border-color: #bbb;
    text-decoration: none;
    background-color: #e6e6e6;
    *background-color: #d9d9d9;
    background-position: 0 -15px;
    -webkit-transition: background-position .1s linear;
    -moz-transition: background-position .1s linear;
    -ms-transition: background-position .1s linear;
    -o-transition: background-position .1s linear;
    transition: background-position .1s linear
}

.full-search form button i {
    background-image: url("../bootstrap/img/glyphicons-halflings-white.png")
}

.full-search .span3 {
    margin-left: 0
}

.full-search .span3 div.control-group {
    margin-left: 20px
}

.full-search label, .full-search input, .full-search select {
    font-size: 1em;
    padding: .2em;
    margin: 0
}

.btn-user-register-span3 {
    margin-left: 0;
    font-size: 1em;
    margin-bottom: 1em;
    text-align: left
}

.btn-user-register-span3 > [class*="icon-"], .glyphicons-halflings-white {
    background-image: url("../bootstrap/img/glyphicons-halflings-white.png") !important;
    margin-top: 0;
    margin-right: 3px
}

.control-label-as-header {
    font-size: .98em;
    margin: 0;
    font-weight: bold;
    color: #008000;
    padding: .25em;
    text-transform: uppercase
}

.icon-gd {
    background-image: url(../../images/gdicon/gd16.png);
    background-position: center center;
    line-height: 16px;
    width: 16px;
    height: 16px;
    margin-top: 0 !important
}

figure {
    margin: 0
}

figcaption {
    margin: 3px 0 0 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.thumbnails {
    margin-left: -10px
}

.thumbnails > li {
    margin-left: 15px;
    height: 170px
}

.thumbnails > li > figure > figcaption {
    width: 154px;
    background-color: #000;
    color: #fff;
    line-height: 2.3em;
    padding-right: 6px;
    font-size: .86em;
    text-indent: .8em;
    margin: -2px 0 0 0;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-bottom-right-radius: 4px;
    -moz-border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.listing-table {
    font-size: 1.1em
}

.listing-table th {
    width: 190px;
    text-align: right
}

.listing-table-dealer th {
    width: 130px
}

.gun-cats-sidenav {
    margin: 0;
    padding: 0
}

.gun-cats-sidenav li.d1 {
    background-color: #008000;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    color: #fff;
    margin-top: 20px;
    text-indent: 0;
    padding: .5em;
    font-size: 1.15em;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .065);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .065);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .065);
    border-bottom: 0 !important;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-right-radius: 0;
    -webkit-border-left-radius: 0;
    -moz-border-radius-right-radius: 0;
    -moz-border-radius-left-radius: 0;
    background-image: none;
    text-align: center
}

.gun-cats-sidenav > li > a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: .9em;
    background-color: #4040ff;
    margin: 0 0 -1px;
    padding: .5em;
    border: 1px solid #e5e5e5;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    color: #fff
}

.gun-cats-sidenav > li > a {
    background-image: url(../../images/gdicon/gd16.png);
    background-repeat: no-repeat;
    background-position: 9px center;
    text-indent: 30px
}

.gun-cats-sidenav > li:first-child > a {
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0
}

.gun-cats-sidenav > li:last-child > a {
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px
}

.gun-cats-sidenav > .active > a {
    position: relative;
    z-index: 2;
    padding: 9px 15px;
    border: 0;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .15);
    -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, .1), inset -1px 0 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, .1), inset -1px 0 0 rgba(0, 0, 0, .1);
    box-shadow: inset 1px 0 0 rgba(0, 0, 0, .1), inset -1px 0 0 rgba(0, 0, 0, .1)
}

.gun-cats-sidenav .icon-chevron-right {
    float: right;
    margin-top: 2px;
    margin-right: -6px;
    opacity: .25
}

.gun-cats-sidenav > li > a:hover {
    background-color: #008000;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5)
}

.gun-cats-sidenav a:hover .icon-chevron-right {
    opacity: .5
}

.gun-cats-sidenav .active .icon-chevron-right, .gun-cats-sidenav .active a:hover .icon-chevron-right {
    background-image: url(../bootstrap/img/glyphicons-halflings-white.png);
    opacity: 1
}

.gun-cats-sidenav.affix {
    top: 40px
}

.gun-cats-sidenav.affix-bottom {
    position: absolute;
    top: auto;
    bottom: 270px
}

.gun-cats-sidenav > li.on a {
    background-color: #fff;
    border-color: #fff;
    color: #000;
    text-shadow: none;
    font-weight: bold
}

.container-trade-logo {
    margin-top: 60px
}

.useful-link-container a {
    -webkit-border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
    background-color: #eee;
    margin: .3em;
    display: block;
    padding: .4em .4em .4em .8em
}

.data-record-details span, .data-table-form div:first-child span {
    background-color: transparent !important;
    border: none !important;
    padding-top: 2px;
    padding-bottom: 2px;
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px
}

select, input {
    -webkit-border-radius: 3px 3px 3px 3px !important;
    -moz-border-radius: 3px 3px 3px 3px !important;
    border-radius: 3px 3px 3px 3px !important;
    padding-top: 2px !important;
    padding-bottom: 2px !important
}

span.add-on {
    padding-top: 2px !important;
    padding-bottom: 2px !important
}

select {
    height: 26px;
    padding: 2px 2px 2px 6px !important;
    vertical-align: middle !important
}

.btn {
    padding-top: 4px \0/ !important;
    padding-top: 2px !important;
    padding-bottom: 2px !important
}

.btn-large {
    line-height: 2.1em;
    font-size: 1.1em
}

.nav-tabs > li > a {
    background-color: #4040ff;
    padding-left: 2em;
    padding-right: 2em;
    z-index: -1;
    color: #fff
}

.nav-tabs > li.active a {
    background-color: #4040ff;
    padding-left: 2em;
    padding-right: 2em;
    color: #fff
}

.nav-tabs {
    border-bottom: 10px solid #4040ff
}



/* DISABLED NOW INSIDE POLDING.CSS


.listing-template-featured {
    padding: 0;
    margin-bottom: 15px;
    border: 3px solid #a70000;
    -webkit-border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
    line-height: 1.5em;
    background-color: #ff6d6d;
    color: #04c
}

.listing-template-featured:hover {
    border: 3px solid #a70000
}

.listing-template-featured a {
    color: #04c
}

.listing-template-featured h1 {
    font-size: 1.7em;
    padding: .3em 0 .3em .8em;
    margin: 0;
    background-color: #cbccff
}

.listing-template {
    padding: 0;
    margin-bottom: 15px;
    margin-left: 1px;
    margin-left: 0;
    margin-right: 0;
    border: 3px solid green;
    -webkit-border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
    line-height: 1.5em;
    background-color: #f8f8f8
}

.listing-template7 {
    padding: 0;
    margin-bottom: 15px;
    margin-left: 1px;
    margin-left: 0;
    margin-right: 0;
    border: 3px solid #088a08;
    -webkit-border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
    line-height: 1.5em;
    background-color: #f8f8f8
}

.listing-template7:hover {
    border: 3px solid #088a08
}

.listing-template9 {
    padding: 0;
    margin-bottom: 15px;
    margin-left: 1px;
    margin-left: 0;
    margin-right: 0;
    border: 3px solid #088a08;
    -webkit-border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
    line-height: 1.5em;
    background-color: #f8f8f8
}

.listing-template9:hover {
    border: 3px solid #088a08
}

.label-listing-template-price {
    margin-top: 15px;
    display: inline-block;
    clear: both
}

.listing-template:hover {
    border: 3px solid green;
    -webkit-border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
    -webkit-box-shadow: 0 0 22px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 0 22px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 22px rgba(0, 0, 0, 0.8)
}

.listing-highlighted {
    border: 3px solid #a70000 !important
}

.listing-highlighted:hover {
    border: 3px solid #a70000 !important
}

.listing-highlighted-background-color {
    background-color: #fff8cc;
    border: 3px solid #a70000
}

.listing-highlighted-background-color:hover {
    border: 3px solid #a70000;
    -webkit-border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
    -webkit-box-shadow: 0 0 22px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 0 22px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 22px rgba(0, 0, 0, 0.8)
}

.listing-highlighted-background-color7:hover {
    -webkit-border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
    -webkit-box-shadow: 0 0 22px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 0 22px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 22px rgba(0, 0, 0, 0.8)
}

.listing-template-container-image {
    margin-left: 2em;
    vertical-align: middle;
    width: 131px;
    margin-right: 10px;
    margin-top: 1.2em
}

.listing-template-container-image a {
    margin-bottom: 1em
}

.listing-template-container-details {
    margin: 0;
    margin-left: 2em;
    padding: 0 !important
}

.listing-template-container-details h3 a {
    font-size: .7em;
    margin-top: 1.2em;
    font-weight: bold;
    text-rendering: optimizeLegibility
}

.listing-template-container-details h3 {
    margin: 0;
    padding: 0;
    display: block
}

.template-item-view-btn {
    padding: .3em 1em .3em 1em;
    background-color: #04C;
    border: 1px solid #ccc
}

.template-item-view-btn:hover {
    padding: .3em 1em .3em 1em;
    background-color: #008000;
    border: 1px solid #ccc
}

.template-item-view-btn a {
    color: #fff;
    font-weight: bold
}

*/

span.label {
    padding: .3em .8em .39em .8em !important
}

.margin-top-right-10 {
    margin: 10px 15px 0 0
}



/*
.listing-template-container-details .price {
    background-color: green !important;
    padding: .32em 1.2em .39em 1.2em !important;
    font-size: 1.3em;
    vertical-align: middle;
    margin-top: 5px;
    display: table-th
}

.listing-template-container-details .description {
    margin-bottom: 5px;
    margin-left: 0
}
*/

.tab-pagination-container {
    margin-left: 2px
}

/*

.listing-template .date-added {
    margin-bottom: -20%;
    white-space: nowrap;
    text-align: right;
    font-style: italic
}

*/

.item-image {
    margin-top: 9px
}

.no-margin-left {
    margin-left: 0 !important
}

.scrolltotop {
    position: fixed;
    bottom: 40px;
    right: 1em;
    visibility: hidden
}

.scrolltobottom {
    position: fixed;
    top: 80px;
    right: 1em;
    visibility: visible
}

@media (max-width: 890px) {
    .scrolltobottom {
        position: absolute;
        top: 110px;
        right: 1em;
        visibility: visible;
        content: "sss"
    }
}

@media (max-width: 979px) {
    .btn {
        background: 0;
        color: inherit;
        border: 0;
        font-size: .9em
    }

    .btn > i {
        display: none
    }
}

.nav-header {
    display: block;
    padding: 3px 15px;
    font-size: 1.3em;
    font-weight: bold;
    line-height: 20px;
    color: #888;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    text-transform: uppercase
}

.extra-alert {
    margin-top: 7px !important;
    display: block
}

.alert {
    font-size: 110%;
    line-height: 150%
}

.alert-account-bill {
    background-color: red;
    border-color: #c00000;
    color: #fff;
    font-weight: bold;
    font-size: 120%;
    line-height: 180%
}

.alert-developer-notice {
    color: #1a1a1a;
    background-color: #ffb0b0;
    border-color: #ff7d7d
}

.dl-horizontal {
    font-size: 120%
}

.dl-horizontal dt {
    width: 230px;
    font-weight: normal;
    color: #000
}

.dl-horizontal dd {
    margin-left: 234px
}

dl * {
    line-height: 175%;
    width: 70%
}

.default-template > .alert-account-bill {
    font-weight: bold;
    font-size: 130%;
    line-height: 180%
}

.checkout-btn-account-bill {
    margin-bottom: 1em
}

.ph-form .alert {
    margin: 0 10% 0 168px;
    font-size: 100%;
    line-height: 100%
}

.validation-error-alert {
    color: #b94a48 !important;
    font-weight: bold
}

.validation-error {
    top: -99999px;
    position: absolute
}

.alert-danger, .alert-error {
    color: #b94a48 !important;
    background-color: #f2dede !important;
    border-color: #eed3d7 !important
}

.alert p {
    padding: 0;
    margin: 0
}


/*
.dealer-listing-background-blue {
    background-color: #cbccff;
    color: #fff
}

.dealer-listing-background-red {
    background-color: #c1d4fd;
    color: #04c
}

.standard-avert {
    background-color: #f8f8f8;
    border: 3px solid green
}

.standard-avert:hover {
    background-color: #f8f8f8;
    border: 3px solid green
}

.dealer-listing-background-red:hover {
    border: 3px solid #a70000;
    -webkit-border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
    -webkit-box-shadow: 0 0 22px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 0 22px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 22px rgba(0, 0, 0, 0.8)
}

.dealer-listing-background-red [class*="icon-"], .dealer-listing-background-blue [class*="icon-"] {
    background-image: url("../bootstrap/img/glyphicons-halflings-white.png") !important
}

.dealer-listing-background-red .listing-template-container-details h3 a, .dealer-listing-background-blue .listing-template-container-details h3 a {
    color: #04c !important
}

.listing-background-color {
    background-color: #fff8cc;
    border-color: #fff
}

.listing-background-color:hover {
    border-color: #fff
}

.sold {
    background-image: url(../images/sold.png);
    background-position: right top;
    background-repeat: no-repeat
}

.offer {
    background-image: url(../images/under_offer.png);
    background-position: right top;
    background-repeat: no-repeat
}

*/

.banner-info-generic {
    margin: 5px 0 5px 0;
    font-size: 1.24em !important;
    line-height: 1.7em !important
}

.banner-instruction-to-click {
    margin: 10px 10px 10px 0 !important;
    font-size: 14px !important;
    color: #000
}

.pop-up-message {
    font-size: 1.3em;
    position: absolute;
    border-radius: 3px;
    border: 7px solid #4789a6;
    background-color: #2f4a56;
    color: #fff;
    z-index: 99999;
    width: 600px;
    text-shadow: 1px 1px 1px #333
}

.pop-up-message button {
    color: #fff
}

.mail-message-row:hover * {
    cursor: pointer;
    background-color: #fff;
    color: #8b6914
}

.club-mail-message-row:hover * {
    cursor: pointer;
    background-color: #fff;
    color: #8b6914
}

.club-user-mail-message-row:hover * {
    cursor: pointer;
    background-color: #fff;
    color: #8b6914
}

.listing-admin-view-table h3 {
    font-size: 1.2em;
    margin: 0;
    line-height: 1.3em;
    padding: 0
}

.user-btns button:hover {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: green;
    *background-color: green;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#446a3e), to(green));
    background-image: -webkit-linear-gradient(top, #446a3e, green);
    background-image: -o-linear-gradient(top, #446a3e, green);
    background-image: linear-gradient(to bottom, #446a3e, green);
    background-image: -moz-linear-gradient(top, #446a3e, green);
    background-repeat: repeat-x;
    border-color: green green #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false)
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    border-color: rgba(27, 206, 63, 0.8);
    outline: 0;
    outline: thin dotted \9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(87, 170, 75 .6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(87, 170, 75 .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(87, 170, 75 .6)
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    border-color: rgba(0, 255, 0 .8);
    outline: 0;
    outline: thin dotted \9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 255, 0 .6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 255, 0 .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 255, 0 .6)
}

.listing-club-template {
    padding: 0;
    margin-bottom: 15px;
    margin-left: 1px;
    margin-left: 0;
    margin-right: 0;
    border: 3px solid silver;
    -webkit-border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
    line-height: 1.5em;
    background-color: #f8f8f8
}

.listing-club-template-container-image {
    margin-left: 2em;
    vertical-align: middle;
    width: 131px;
    margin-right: 10px;
    margin-top: 1.2em
}

.listing-club-template-container-image a {
    margin-bottom: 1em
}

.nav span.title {
    display: inline-block;
    width: 195px;
    white-space: normal;
    text-indent: 0;
}

.nav span.count {
    width: 30px;
    text-align: right;
    display: inline-block;
    text-indent: 0;
    /* background: white;
    color: black; /* rgb(64, 64, 255); */
    font-weight: normal;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0px 0px 0px;
}

.nav span.count:before {
    content: '(';
}

.nav span.count:after {
    content: ')';
}

.dealer-logo-placeholder div.logo {
    width: 300px;
    float: left;
}

.banner-container img.banner {
    width: 850px;
    height: 150px;
    cursor: pointer;
    clear: both;
}

.btn-dealer, .btn-dealer:hover {
    background-color: #008000;
    color: #fff;
    text-shadow: 0 0;
    box-shadow: 1px 1px 2px #777;
}

.gun-contact-warning {
    border: 1px solid #ccc;
    padding: 0px 10px 10px 10px;
    margin-top: 20px;
    font-weight: bold;
}

.gun-contact-warning h3 {
    color: red;
}

.grecaptcha-badge{
    visibility: collapse !important;
}
.listing-detail-gallery { margin-bottom: 80px; }
.listing-detail-gallery li { height: auto; }
.listing-detail-gallery .img-thumb {}
.listing-detail-gallery .img-thumb img {
    width: 195px;
    height: 100px;
}