/*   CSS RESET    START   */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;

    background: transparent;
}
body {
    font-family: Arial,Helvetica,sans-serif;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
    max-width: 100%;
}
/*   CSS RESET    END   */

/* SITE CSS START  */

.transparent {
   -moz-opacity: 0.3;
   opacity: 0.3;
   position: relative;
   /* IE 8: yes, it is ugly but it has to be on one line. :-( */
    -ms-filter: "progid:DXImageTransform.Microsoft.Chroma(color='white') progid:DXImageTransform.Microsoft.Alpha(opacity=30)";

    /* IE 6,7 is more flexible: it can be on multiple lines. */
    filter: progid:DXImageTransform.Microsoft.Chroma(color='white') progid:DXImageTransform.Microsoft.Alpha(opacity=30);
}

body .transparent {
    background-color: white;
}

a {
    text-decoration: none;
}

.rtl {
    text-align: right;
}
.ltr {
    text-align: left;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.block {
    display: block;
}
.hide {
    display: none;
}
.tc {
    text-align: center !important;
}
.tl {
    text-align: left !important;
}
.tb {
    font-weight: bold;
}

.tu {
    text-decoration: underline !important;
}
.ti {
    font-style: italic;
}

.txt_upp {
    text-transform: uppercase !important;
}
.txt_low {
    text-transform: lowercase !important;
}
.txt_capitalize {
    text-transform: capitalize !important;
}
.txt_b{
    font-weight: bold !important;;
}
.txt_white {
    color: #FFFFFF !important;;
}
.txt_black {
    color: #000000 !important;
}
.txt_777575 {
    color: #777575;
}
.txt_2d2d2d {
    color: #2d2d2d !important;
}
.txt_f00 {
    color: #ff0000 !important;
}
.txt_6b6b6b {
    color: #6b6b6b;
}
.txt_999 {
    color: #999 !important;
}
.txt_b3b3b3 {
    color: #b3b3b3 !important;
}
.txt_366d1e {
    color: #366d1e;
}
.txt_b10e22{
    color: #B10E22;
}
#errors_box.txt_b10e22{
    font-size:14px;
}
.txt11 {
    font-size: 11px !important;
    line-height: 13px !important;
}
.txt12 {
    font-size: 12px !important;
    line-height: 14px !important;
}
.txt14 {
    font-size: 14px !important;
    line-height: 16px !important;
}
.txt26 {
    font-size: 26px !important;
}
.txt24 {
    font-size: 24px !important;
}
.txt22 {
    font-size: 22px !important;
}
.txt20 {
    font-size: 20px !important;
}
.txt17 {
    font-size: 17px !important;
}
.txt18 {
    font-size: 18px !important;
}
.txt32 {
    font-size: 32px !important;
}
/* widths */

.full_width{
    width: 100%;
}
.w180 {
    width: 180px;
}
.w60 {
    width: 60px;
}
.w20{
    width: 20px;
}
.w40{
    width: 40px !important;
}
.w80 {
    width: 80px !important;
}
.w100 {
    width: 100px !important;
}
.w120 {
    width: 120px !important;
}
.w130 {
    width: 130px !important;
}
.w140 {
    width: 140px !important;
}
.w150 {
    width: 150px !important;
}
.w145 {
    width: 145px;
}
.w160 {
    width: 160px;
}

.w175 {
    width: 175px !important;
}

.w200 {
    width: 200px !important;
}
.w220 {
    width: 220px;
}
.w235 {
    width: 235px;
}
.w240 {
    width: 240px;
}
.w290 {
    width: 290px;
}
.w250 {
    width: 250px;
}
.w260 {
    width: 260px;
}
.w280 {
    width: 280px;
}
.w300 {
    width: 300px;
}
.w365 {
    width: 365px;
}
.w320 {
    width: 320px;
}
.w380 {
    width: 380px;
}
.w650 {
    width: 650px;
}
.w400 {
    width: 400px !important;
}
.w450 {
    width: 450px;
}
.w440 {
    width: 440px;
}
.w500{
    width: 500px;
}
.w550{
    width: 550px;
}
.w560{
    width: 560px;
}
.w564{
    width: 564px;
}
.w640 {
    width: 640px !important;
}
.w660 {
    width: 660px;
}
.w676 {
    width: 676px;
}
.w710 {
    width: 710px;
}
.w750 {
    width: 750px;
}
.w1180 {
    width: 1180px;
}
.w1178 {
    width: 1178px; /* when we use borders */
}
.w1171 {
    width: 1171px;
}
.w1000 {
    width: 1000px !important;
}
.w1030 {
    width: 1030px !important;
}
.w1070 {
    width: 1070px !important;
}
.w1100 {
    width: 1100px !important;
}
.w830{
    width: 830px;
}
.w800{
    width: 800px !important;
}
.w825{
    width: 825px !important;
}
.w850{
    width: 850px !important;
}
.w860{
    width: 860px;
}
.w995{
    width: 995px;
}
.w985{
    width: 985px;
}
.w925{
    width: 925px;
}
.w900{
    width: 900px !important;
}
.w940{
    width: 940px !important;
}
.w980{
    width: 980px !important;
}
.w84pr{
    width: 84%;
}
.w35pr{
    width: 35%;
}
/* spacers */
.mtop0{
    margin-top: 0px !important;
}
.mtop5 {
    margin-top: 5px !important;
}

.pbottom5 {
    padding-bottom: 5px;
}
.pbottom10 {
    padding-bottom: 10px;
}
.pbottom20 {
    padding-bottom: 20px;
}
.ptop10 {
    padding-top: 10px;
}

.ptop15 {
    padding-top: 15px;
}

.ptop25 {
    padding-top: 25px;
}
.ptop40 {
    padding-top: 40px;
}

.pleft0{
    padding-left: 0 !important;
}
.pleft5 {
    padding-left: 5px;
}
.pright5{
    padding-right: 5px;
}
.pleft10 {
    padding-left: 10px;
}
.pright10{
    padding-right: 10px;
}
.pright20{
    padding-right: 20px;
}
.pright25{
    padding-right: 25px;
}
.mtop10 {
    margin-top: 10px !important;
}
.mtop0 {
    margin-top: 0px !important;
}
.mtop7 {
    margin-top: 7px;
}
.mtop15 {
    margin-top: 15px;
}
.mtop40 {
    margin-top: 40px;
}
.mbottom10 {
    margin-bottom: 10px !important;
}

.mbottom30 {
    margin-bottom: 30px !important;
}
.mbottom40 {
    margin-bottom: 40px !important;
}

.ptop5 {
    padding-top: 5px !important;
}
.pleft20 {
    padding-left: 20px !important;
}
.pleft25 {
    padding-left: 25px;
}
.pleft30 {
    padding-left: 30px;
}
.pleft55 {
    padding-left: 55px;
}

.pleft105{
    padding-left: 105px;
}

.pleft115{
    padding-left: 115px;
}

.pleft145{
    padding-left: 145px;
}

.pleft208{
    padding-left: 208px;
}

.pleft15 {
    padding-left: 15px;
}
.mtop20 {
    margin-top: 20px;
}
.mleft20 {
    margin-left: 20px;
}
.mbottom5 {
    margin-bottom: 5px!important;
}
.mbottom20 {
    margin-bottom: 20px;
}
.mbottom50 {
    margin-bottom: 50px !important;
}
.mright10px {
    margin-right: 10px;
}
.mright5px	 {
    margin-right: 5px !important;
}
.mright30px {
    margin-right: 30px;
}
.mright35px {
    margin-right: 35px;
}
.mleft100px {
    margin-left: 100px;
}
.m0{
    margin: 0px !important;
}
.mleft5px {
    margin-left: 5px;
}
.mleft10px {
    margin-left: 10px;
}
.mleft20 {
    margin-left: 20px !important;
}
.mleft25px {
    margin-left: 25px;
}
.h100 {
    height: 100px;
}
.p10left {
    padding-left: 10px;
}
.auto{
    margin: 0 auto;
}


p {
    font-size: 12px;
}

#container {
    height: auto;
    margin: 0 auto;
    width: 1180px;
}

#container_holder {
    margin: 0px;
    padding: 0px;
    float: left;
}

#header {
    float: left;
    width: 1180px;
    position: relative;
}

#header .top_header {
    background-color: #000;
    height:120px;
}
#header .left_header {
    float: left;
    /*width: 520px;*/
    width: 25%;
    _width: 500px;
    height: 45px;
    /*margin: 27px 0 0 17px;*/
    margin: 38px 0 0 17px;
    background-repeat: no-repeat;
}

#header .right_header {
    float: right;
    /*width: 640px;*/
    width: 25%;
    height: 92px;
}
.builders-lounge{
    background-image: url('../img/builders-lounge.jpg');
    background-repeat: no-repeat;
}
.home{
    background-image: url('../img/logo_g.jpg');
    background-repeat: no-repeat;
    background-position: center;
    float: left;
    height: 92px;
    width: 73%;
}

#header a {
    color: #fff;
    text-decoration: none;
}

#header .right_header a {
    color: #fff;
    text-decoration: none;
}
#header .right_header a:hover {
    color: #ccc;
    text-decoration: underline;
}

#header .left_menu_border {
    float: left;
    background: url("../img/finder_l.jpg") -1px 0px no-repeat;
    height: 42px;
    width: 4px;
}
#header .right_menu_border {
    float: left;
    background: url("../img/finder_r.jpg") 0px 0px no-repeat;
    height: 42px;
    width: 5px;
}
#header .menu {
    float: left;
    background: url("../img/finder_m.jpg") repeat-x scroll left top #08090B;
    height: 42px;
    /*width: 1171px;*/
    /*width: 1169px;*/
    /*width: 995px;*/
    width: 1176px;
}
#header .menu .search_box{
    float: left;
    margin-left: 18px;
    margin-right: 15px;
}

.search_box .newsearch {
    /*background: url("../img/search.jpg") no-repeat scroll left top transparent;*/
    float: left;
    height: 23px;
    margin-top: 3px;
    /*width: 245px;*/
    width: 419px;
}

#header .menu .spacer {
    float: left;
    background: url("../img/finder_s.jpg");
    width: 3px;
    height: 42px;
}

#header .menu li {
    background: url("../img/finder_s.jpg") no-repeat scroll right top transparent;
    color: #FFFFFF;
    cursor: pointer; cursor: hand;
    float: left;
    height: 30px;
    list-style: none outside none;
    padding: 10px 18px 0 15px;
    /*padding: 10px 10px 0 8px;*/
    position: relative;
}
#header .menu li a {
    color: #FFFFFF;
    font-family: Helvetica,Arial,Verdana,sans-serif;
    font-size: 14.5px;
    font-weight: bold;
    outline: medium none;
    text-decoration: none;
}
#header .menu li a:hover {
    color: #b2b2b3;
}

#header .second_menu_left {
    float: left;
    background: url("../img/cats_l.jpg") 0px 0px no-repeat;
    height: 56px;
    width: 7px;
}
#header .second_menu_right {
    float: left;
    background: url("../img/cats_r.jpg") 0px 0px no-repeat;
    height: 56px;
    /*width: 7px;*/
    width: 3px;
}
#header .second_menu {
    float: left;
    /*width: 1166px;*/
    width: 1180px;
    background: url("../img/cats_bg.jpg") repeat-x scroll left top transparent;
    height: 56px;
    border-radius: 2px;
}
#header .second_menu li {
    background: url("../img/cats_s.jpg") no-repeat scroll right top transparent;
    color: #B2B2B3;
    cursor: pointer; cursor: hand;
    float: left;
    height: 56px;
    list-style: none outside none;
    position: relative;
    max-width: 100px;
}
#header .second_menu li a {
    /*padding: 10px 14px 0 10px;*/
    padding: 17px 14px 0 50px;
    color: #FFFFFF;
    font-family: Helvetica,Arial,Verdana,sans-serif;
    font-size: 16px;
    float: left;
    /*line-height: 14px !important ;*/
    outline: medium none;
    text-decoration: none;
    height: 46px;
    text-align: center;
    /*font-weight: bold;*/
}
#header .second_menu li a:hover {
    color: #B2B2B3;
}

body.no-header-footer #header {
    display: none;
}

#footer {
    float: left;
    width: 1180px;
}
#footer .footer_bottom_box_left {
    float: left;
    background: url("../img/footer_bl.jpg") 0px 0px no-repeat;
    width: 6px;
    height: 51px;
    background-position: bottom center;
}
#footer .footer_bottom_box_right {
    float: left;
    background: url("../img/footer_br.jpg") 0px 0px no-repeat;
    width: 5px;
    height: 51px;
    background-position: bottom center;
}
#footer .footer_bottom_box {
    float: left;
    width: 1169px;
    height: 51px;
    background: url("../img/footer_b.jpg") repeat-x scroll left top transparent;
    background-position: bottom center;
}

#footer .join_footer .footer_bottom_box_left,
#footer .join_footer .footer_bottom_box_right,
#footer .join_footer .footer_bottom_box {
    height: 100px !important;
    background-color: #555553;
    background-image: none !important;
}

#footer .join_footer_left,
#footer .join_footer_center,
#footer .join_footer_right {
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    display: block;
    width: 280px;
    padding: 10px;
}

#footer .join_footer_left {
    float: left;
    text-align: left;
}
#footer .join_footer_right {
    float: right;
    text-align: right;
}
#footer .join_footer_center {
    margin: 0 auto;
    text-align: center;
}

#footer .join_footer a {
    color: #fff;
    text-decoration: none;
}

#footer .join_footer a:hover {
    color: #fff;
    text-decoration: underline;
}

#footer .footer_bottom_box li {
    background: url("../img/footer_bs.jpg") no-repeat scroll right top transparent;
    color: #929292;
    cursor: pointer; cursor: hand;
    float: left;
    height: 51px;
    list-style: none outside none;
    position: relative;
}
#footer .footer_bottom_box li a {
    float: left;
    padding: 0 19px 0 17px;
    color: #929292;
    font-family: Helvetica,Arial,Verdana,sans-serif;
    font-size: 13px;
    line-height: 51px;
    outline: medium none;
    text-decoration: none;
    height: 51px;
}
#footer .footer_bottom_box li a:hover {
    color: #FFFFFF;
}
#footer .footer_top_box {
    float: left;
    background: url("../img/footer_t.jpg") repeat-x scroll left top #C4C4C4;
    margin-top: 0;
    min-height: 173px;
    padding-bottom: 20px;
    position: relative;
}

    #footer .footer_top_box .devider {
        float: left;
        width: 220px;
        padding: 10px 0 0 16px;
    }

    #footer .footer_top_box .devider p {
        color: #777575;
        display: block;
        font-size: 12px;
        line-height: 13px;
    }

    #footer .footer_top_box .devider a {
        color: #993745;
    }

    #footer .footer_top_box .devider h1 {
        display: block;
        color: #444444;
        font-size: 16px;
        font-weight: bold;
        padding-bottom: 3px;
    }

    #footer .footer_top_box .devider h5 {
        display: block;
        color: #777575;
        font-size: 12px;
        font-weight: bold;
    }

    #footer .footer_top_box .devider .newsletter_submit {
        margin: 0;
        padding: 0;
        width: 60px;
        cursor: pointer;
        background-color: #f2f1ef;
        border: 1px solid #aaaaaa;
        height: 20px !important;
    }

    #footer .tinymenu {
        float: left;
        color: #777575;
        font-size: 11px;
        line-height: 13px;
        width: 200px;
    }

        #footer .tinymenu li {
            float: left;
            padding-right: 3px;
            padding-bottom: 3px;
        }

        #footer .tinymenu li a {
            color: #777575 !important;
        }

        #footer .tinymenu li a:hover {
            color: #993745 !important;
        }

    #footer .subscribe_form {
        float: left;
        padding: 5px 0 15px 0;
    }

    #footer .footer_top_box .devider .connect_icon {
        float: left;
        /*padding: 55px 0 15px;*/
        padding: 15px 0px;
    }

#footer .footer_box {
    float: left;
    width: 220px;
    padding-top: 10px;
    margin-left: 12px;
}
#footer .footer_box span {
    float: left;
    width: 220px;
    color: #444444;
    font-size: 16px;
    font-weight: bold;
}
#footer .footer_box .subtitle {
    color: #777575;
    font-size: 11px;
    font-weight: bold;
}
#footer .footer_box p {
    float: left;
    width: 220px;
}
#footer a.contact {
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
    color: #00f;
    text-decoration: underline;
}
#footer a.contact:visited {
    color: #000;
    text-decoration: none;
}

#footer p.world_representation a {
    color: #000;
}
#footer p.world_representation a:hover {
    color: #f00;
}
#footer p a.comming_soon {
    color: #000 !important;
}
#footer p a.comming_soon:hover {
    color: #000 !important;
    text-decoration: underline !important;
}

.connect_icon li {
    display: inline;
    list-style-type: none;
    padding-right: 0;
}
#footer input {
    color: #993333;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    height: 15px;
    text-decoration: none;
    text-transform: none;
    vertical-align: middle;
}

body.no-header-footer #footer {
    display: none;
}

body.no-header-footer #content {
    position: relative;
}

body.no-header-footer .no-footer-text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    font-size: 11px;
    color: #777575;
    padding: 5px 0 0 0;
    text-align: center;
    font-weight: bold;
}

.btn_1 {
    background-color: #F2F1EF;
    border: 1px solid #AAAAAA;
    color: #993333;
    cursor: pointer; cursor: hand;
    font-family: 'Arial',Times,serif;
    font-size: 11px;
    height: 18px !important;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-transform: capitalize;
    width: 60px;
}


#content {
    float: left;
    width: 1180px;
}

.content_generic {
    float: left;
    width: 1180px;
    padding: 7px 0px 10px 0px;
}

.left_sidebar {
    float: left;
    width: 210px;
    padding-top: 4px;
}

    .left_sidebar .box {
        float: left;
        width: 197px;
        height: auto;
        margin-bottom: 10px;
        background: #000000 url(../img/1px_greygradient.gif) left 30% repeat-x;
    }

    .left_sidebar .box .bcorners {
        float: left;
        width: 197px;
        height: auto;
        min-height: 3px;
        background: transparent url(../img/box_bcorners.png) 0 bottom no-repeat;
    }

    .left_sidebar .box .content {
        float: left;
        width: 177px;
        height: auto;
        padding: 15px 10px;
    }

    .left_sidebar .box .tcorners {
        float: left;
        width: 197px;
        height: auto;
        min-height: 3px;
        background: transparent url(../img/box_tcorners.png) 0 top no-repeat;
    }

    .left_sidebar .box h1,
    .right_sidebar .box h1 {
        color: #d8d8d8;
        font-size: 22px;
    }

    .left_sidebar .box h2,
    .right_sidebar .box h2 {
        color: #ffffff;
        font-size: 16px;
    }

    .left_sidebar .box h3,
    .right_sidebar .box h3 {
        color: #ffffff;
        font-size: 14px;
    }

    .left_sidebar .box p,
    .right_sidebar .box p {
        color: #ffffff;
        font-size: 12px;
    }

    .left_sidebar .box .benefits {
        color: #ffffff;
        padding: 10px 0;
        font-size: 12px;
        margin-left: 15px;
        list-style-type: square !important;
    }

    .left_sidebar .box .benefits li {
        padding-bottom: 3px;
    }

.space_10px_verical {
    float:left;
    height: 10px;
    width: 100%;
}
.space_15px_verical {
    float:left;
    height: 15px;
    width: 100%;
}
.center_content {
    float: left;
    /*width: 780px;*/
    width: 1180px;
}

.right_sidebar {
    float: right;
    padding-top: 5px;
    width: 182px;
}

.full_center_content {
    float: left;
    width: 1180px;
}

.full_center_content.product_details h1 {
    font-size: 17px;
}

.sign_in_box {
    float: left;
    width: 200px;
}
.sign_in_box div.left {
    float:left;
    background: url("../img/sign_up_box_l.jpg") no-repeat scroll left top transparent;
    height: 240px;
    width: 6px;
}
.sign_in_box div.right {
    float:left;
    background: url("../img/sign_up_box_r.jpg") no-repeat scroll left top transparent;
    height: 240px;
    width: 6px;
}
.sign_in_box div.content{
    float:left;
    background: url("../img/sign_up_box_m.jpg") repeat-x scroll left top transparent;
    color: #D8D8D8;
    font-size: 16px;
    height: 220px;
    padding: 10px 0px 10px 6px;
    position: relative;
    width: 180px;
}
.sign_in_box div.content .spacer {
    background: url("../img/sign_up_box_s.jpg") no-repeat scroll left top transparent;
    float: left;
    margin-top: 5px;
    height: 3px;
    width: 173px;
}
.sign_in_box div.content .content_box {
    float: left;
    width: 173px;
    margin: 0px auto;
}

.facebook_box {
    float: left;
    /*min-height: 523px;*/
    min-height: 423px;
    width: 200px;
}
.facebook_box div.left{
    float:left;
    background: url("../img/facebook_box_l.jpg") no-repeat scroll left top transparent;
    height: 439px;
    width: 6px;
}
.facebook_box div.right{
    float:left;
    background: url("../img/facebook_box_r.jpg") no-repeat scroll left top transparent;
    height: 439px;
    width: 6px;
}
.facebook_box div.content{
    float:left;
    background: url("../img/facebook_box_m.jpg") repeat-x scroll left top #B1B1B1;
    color: #D8D8D8;
    padding-left: 3px;
    height: 423px;
    position: relative;
    width: 182px;
}
.facebook_box div.content .content_box {
    float: left;
    width: 173px;
    margin: 0px auto;
}
.followus, .followus:visited {
    background: url("../img/facebook_box_logo.jpg") no-repeat scroll left top transparent;
    color: #575756;
    display: block;
    font-size: 16px;
    font-weight: bold;
    height: 45px;
    line-height: 18px;
    padding: 7px 0 0 61px;
    text-decoration: none;
}
.var_blog_title {
   /* background: url("../img/facebook_box_s.jpg") no-repeat scroll left top transparent;*/
    color: #A21B25;
    font-size: 16px;
    font-weight: bold;
    line-height: 17px;
    margin-top: 5px;
    /*padding: 12px 0 0 2px;*/
    padding: 0 0 0 2px;
}
.var_blog_news {
    background: url("../img/facebook_box_s2.jpg") no-repeat scroll left top transparent;
    margin: 7px 0 0;
    padding: 9px 0 0;
    color: #20201E;
    font-size: 12px;
    font-weight: normal;
}
.var_blog_news_title,
.var_blog_news_title:visited {
    color: #20201E;
    display: block;
    font-size: 12px;
    font-weight: bold;
    height: 16px;
    overflow: hidden;
    text-decoration: none;
    width: 183px;
}
.var_blog_news_title:hover {
    color: #a21b25;
}
.var_blog_news_read,
.var_blog_news_read:visited {
    color: #A21B25;
    font-size: 12px;
    text-decoration: none;
}
.var_blog_news_read:hover {
    text-decoration: underline;
}
.var_blog_news_date {
    color: #858685;
}
.center_content_header {
    float: left;
    width: 780px;
    #margin-bottom: 10px;
}

.left_sidebar_element {
    float:left;
    width: 200px;
}
.center_content_header div.left {
    float:left;
    background: url("../img/hometitle_l.jpg") no-repeat scroll left top transparent;
    height: 33px;
    width: 8px;
}
.center_content_header div.right {
    float:left;
    background: url("../img/hometitle_r.jpg") no-repeat scroll left top transparent;
    height: 33px;
    width: 8px;
}
.center_content_header div.middle {
    float:left;
    background: url("../img/hometitle_m.jpg") repeat-x scroll left top transparent;
    height: 33px;
    margin-bottom: 10px;
    text-align: left;
    width: 760px;
}
.center_content_header div.middle span {
    float: left;
    padding: 7px 0px 0px 0px;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    margin-top: 0px;
}

.center_content .home_product_box {
    float: left;
    width: 190px;
    margin-right: 5px;
    margin-bottom: 5px;
}
.center_content .home_product_box .top {
    float: left;
    background: url("../img/homeproduct_t.jpg") no-repeat scroll left top transparent;
    height: 13px;
    text-align: center;
    width: 190px;
}
.center_content .home_product_box .bottom {
    float: left;
    background: url("../img/homeproduct_b.jpg") no-repeat scroll left top transparent;
    height: 27px;
    width: 190px;
}
.center_content .home_product_box .content {
    float: left;
    background: url("../img/homeproduct_m.jpg") repeat-y scroll left top transparent;
    width: 190px;
}
.home_product_box .content .title {
    border-bottom: 1px solid #818181;
    height: 20px;
    overflow: hidden;
    padding-top: 4px;
    margin: 0 auto;
    width: 170px;
}
.content .title a {
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    text-decoration: none;
}
.content .title a:hover {
    color: #a21b25;
}
.home_product_box .content .top5_title {
    height: 20px;
    overflow: hidden;
    padding: 0;
    margin: 0 auto;
    width: 170px;
    text-align: center;
    margin-top: -8px;
}
.content .top5_title a {
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    text-decoration: none;
    text-transform: uppercase;
}
.content .top5_title a:hover {
    color: #a21b25;
}
.home_product_box .content .description {
    margin: 0 auto;
    width: 170px;
    color: #858685;
    font-size: 11px;
    line-height: 13px;
    font-weight: normal;
    height: 40px;
    overflow: hidden;
}
.home_product_box .content .row_info {
    margin: 0 auto;
    width: 170px;
    overflow: hidden;
    height: 15px;
    color: #858685;
    font-size: 11px;
    font-weight: normal;
    color: #000;
}
.row_info span.row_title {
    color: #A21B25;
}
.home_product_box .content .img_box{
    margin: 2px auto;
    width: 190px;
    height: 115px;
    text-align: center;
}
.home_product_box .content .top5_img_box{
    margin: 0 auto;
    width: 175px;
    height: 52px;
    text-align: center;
    overflow: hidden;
    background-color: #365f51;
    border-radius: 10px;
}

.home_product_box .content .top5_img_box img {
    margin-top: 5px;
}

.home_product_box .content ul.top5_list {
    display: table;
    width: 170px;
    margin: auto;
    height: 165px;
}
.home_product_box .content ul.top5_list li {
    border-bottom: solid 1px #818181;
    float: left;
    width: 100%;
    height: 32px;
    overflow: hidden;
}
.home_product_box .content ul.top5_list li.last {
    border: 0;
}
.home_product_box .content ul.top5_list li span.top5_nr {
    float: left;
    height: 32px;
    line-height: 32px;
    font-size: 18px;
    font-weight: bold;
    width: 30px;
    text-align: center;
}
.home_product_box .content ul.top5_list li table.top5_model {
    float: left;
    width: 136px;
    padding-left: 4px;
    height: 32px;
}
.home_product_box .content ul.top5_list li table.top5_model a {
    font-size: 11px;
    color: #000;
    line-height: 15px;
    float: left;
}
.home_product_box .content ul.top5_list li table.top5_model a:hover {
    color: #A21B25;
}
.home_product_box .content ul.top5_list li.first span.top5_nr, .home_product_box .content ul.top5_list li.first table.top5_model a {
    color: #A21B25;
}
.home_product_List_view,
.home_product_List_view:visited {
    color: #20201E;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    float: left;
    padding-right: 2px;
    line-height: 15px;
    height: 15px;
}
.home_product_List_view:hover {
    text-decoration: underline;
}

.home_product_List_view span{
    line-height: 15px;
    height: 15px;
}

.home_contact_image{
    line-height: 15px;
    height: 15px;
    float: left;
}
.home_contact_image img{
    padding-top: 2px;
    float: left;
}

.home_product_List_name {
    margin: 0 auto;
    width: 170px;
    float: left;
    padding-left: 10px;
    padding-top: 3px;
    height: 19px;
    line-height: 16px;
}

.wraptocenter {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 190px;
    height: 110px;
}
.wraptocenter * {
    vertical-align: middle;
}
/*\*//*/
.wraptocenter {
    display: block;
}
.wraptocenter span {
    display: inline-block;
    height: 100%;
    width: 1px;
}
/**/

.quicklinks {
    background: url("../img/quick_links.jpg") no-repeat scroll left top transparent;
    float: left;
    height: 156px;
    margin-bottom: 10px;
    text-align: left;
    width: 182px;
}

.quicklinksa {
    color: #FFFFFF;
    height: 99px;
    overflow: hidden;
    padding: 15px 10px 0;
}

.quicklinksa a,
.quicklinksa a:visited {
    color: #FFFFFF;
    font-size: 12px;
    font-weight: normal;
    line-height: 22px;
    text-align: center;
    text-decoration: none;
}
.quicklinksa a:hover{
    text-decoration: underline;
}
.rightLogin,
.rightLogin:visited {
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    outline: medium none;
    right: 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    top: 0;
    width: 80px;
    margin-left: 100px;
}

.newsletterbox {
    background: url("../img/newsletter.jpg") no-repeat scroll left top transparent;
    color: #FFFFFF;
    float: left;
    height: 163px;
    margin-bottom: 10px;
    padding: 10px 0 0 10px;
    text-align: left;
    width: 172px;
}
.newsletterbox.red-newsletter {
    background-position: 0 0;
}
.newsletterbox.black-newsletter {
    background-position: 0 -173px;
}
.newsletterbox.gray-newsletter {
    background-position: 0 -346px;
}

.newsletterSignInIE {
    margin: 4px 2px 11px 0;
    font-size: 13px;
    font-weight: normal;
}

.newsletterbox_email {
    float: left;
    border: 0px;
    width: 106px;
    height: 20px;
    color: #9A9A9A;
    font-size: 14px;
    line-height: 20px;
    background: none;
}
.newsletterbox_submit {
    float: left;
    height: 20px;
    text-indent: -1000px;
    width: 47px;
    background: transparent;
    border :0px;
}

.right_sidebar_row {
    float: left;
    width: 182px;
}

    .right_sidebar .box {
        float: left;
        width: 182px;
        margin-bottom: 10px;
        background: #202020 url(../img/1px_greygradient.gif) left top repeat-x;
    }

    .right_sidebar .box .quick_links {
        padding: 5px 0 0;
        line-height: 18px;
    }

    .right_sidebar .box .quick_links a {
        color: #ffffff;
    }

    .right_sidebar .box .quick_links a:hover {
        text-decoration: underline;
    }

    .procent80 {
        background-position: left 80% !important;
    }

    .procent50 {
        background-position: left 50% !important;
    }

    .procent30 {
        background-position: left 30% !important;
    }

        .right_sidebar .box .tcorners {
            float: left;
            width: 182px;
            height: auto;
            min-height: 3px;
            background: transparent url(../img/rbox_tcorners.png) 0 top no-repeat;
        }

        .right_sidebar .box .bcorners {
            float: left;
            width: 182px;
            height: auto;
            min-height: 3px;
            background: transparent url(../img/rbox_bcorners.png) 0 bottom no-repeat;
        }

        .right_sidebar .box .content {
            float: left;
            width: 162px;
            height: auto;
            padding: 15px 10px;
        }


.product_details h1.title,
.product_details h2.title{
    font-size: 24px;
    font-weight: bold;
    color: #181818;
    padding: 0px 0px 0px 10px;
    float:left;
}

.product_wrapper {
    float: left;
    border-style: solid;
    border-color: #cbcbcb;
    border-width: 0 1px 1px 1px;
    position: relative;
}

.shipping_popup{
    background: url('../img/login_back.jpg') no-repeat;
    width: 280px;
    min-height: 190px;
    overflow: hidden;
    position: absolute;
    z-index: 999;
    right: 60px;
    top: 235px;
    float: left;
    display: none;
    background-color: #000;
}
    .shipping_popup label{
        color:#fff;
        float:left;
        padding:0px 20px;
    }

    .shipping_popup ul {
        float:left;
        padding:20px 10px;
    }
        .shipping_popup ul li{
            float:left;
        }
            .shipping_popup ul li label{
                color:#fff;
                width:150px;
            }

    .shipping_popup .close{
        float: right;
        font-size: 10px;
        color: #000;
        text-align: center;
        margin-right: 8px;
        margin-top: 6px;
        background-image: url('../img/new_login_close_x.png');
        background-repeat: no-repeat;
        width: 11px;
        height: 11px;
        line-height: 9px;
    }

    .shipping_popup .close:hover{
        color: #921120;
    }

    .shipping_popup .end{
        float:left;
        padding:0px 20px 20px 20px;
    }

    .shipping_popup .end .apply_shipping{
        float:left;
        background:url("../img/new_login_btn.png") no-repeat;
        height:25px;
        width:67px;
        text-decoration:none;
        color:#fff;
        text-align:center;
        line-height:24px;
    }

.checkout{
    width: 1179px;
    float:left;
    min-height: 300px;
}
    .checkout .middle{
        width:auto;
        margin:0 auto;
    }
        .checkout .middle .left{
            float: left;
            width: 753px;
        }

        .checkout .middle .product_info{
            float:left;
            padding:20px 0 0 15px;
            /*background-color:#f1f1f1;*/
            font-size:14px;
            width:743px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            display: inline-flex;
            position: relative;
        }

            .checkout .middle .product_info h4{
                padding: 0px 0px 20px 0px;
            }
            .checkout .middle .product_info .image{
                float: left;
            }
            .checkout .middle .product_info .details{
                float:left;
                padding:0px 0px 0px 15px;
                margin: auto 0;
            }
                .checkout .middle .product_info .details .product_name {
                    font-size: 16px;
                }
                    .checkout .middle .product_info .details .product_name span{
                        float:left;
                        width:100%;
                        font-weight:bold;
                    }

        .checkout .middle .help{
            float:left;
            width:100%;
            padding:15px 0px;
            margin-top:0;
        }

        .checkout .middle .help h4{
            margin-bottom:10px;
        }

            .checkout .middle .help ul li{
                float:left;
            }
                .checkout .middle .help ul li {
                    padding:0px 25px 0px 0px;
                }
                    .checkout .middle .help ul li .flink,
                    .checkout .middle .help ul li a{
                        color:#000;
                        line-height: 20px;
                        font-size:12px;
                    }
                    .checkout .middle .help ul li .envelope{
                        float:left;
                        width:20px;
                        height:18px;
                        background: url("../img/envelope.jpg") no-repeat scroll 0 5px transparent;
                    }

                    .checkout .middle .help ul li .question{
                        background: url("../img/question.jpg") no-repeat scroll 0 5px transparent;
                        float:left;
                        width:20px;
                        height:18px;
                    }

                    .checkout .middle .help ul li .phone{
                        background: url("../img/phone.jpg") no-repeat scroll 0 5px transparent;
                        float:left;
                        width:20px;
                        height:18px;
                    }

        .sold_checkout.checkout .middle .shipping_info{
            border-bottom: 1px solid #f1f1f1;
        }

        .sold_checkout.checkout .middle .help{
            margin:0;
        }

        .sold_checkout.checkout .middle .product_info{
            widtH:738px;
        }

        .checkout.sold_checkout .help ul li:first-child a{
            color:#000;
        }

        .sold_checkout.checkout .middle .shipping_info .mtb10 .fr,
        .sold_checkout.checkout .middle .shipping_info .mtb10 .fw{
            border:none;
            font-size:12px;
        }

        .sold_checkout.checkout .middle .shipping_info .mtb10 .fw.border_remake{
            font-size:16px;
        }

        .sold_checkout.checkout .middle .shipping_info .total{
            margin:0;

            padding-bottom:15px;
        }


        .checkout .middle .shipping_info{
            float:left;
            min-height:280px;
            width:385px;
            background-color:#f1f1f1;
            /*margin: 0 0 0 18px;*/
            padding:30px 20px;
            /*-webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;*/
            border-left: 1px solid #cccccc;
        }
            .checkout .middle .shipping_info #divInfo{
                margin-top:60px;
                float:left;
            }

            .checkout .middle .shipping_info .mtb10{
                margin:10px 0px 0px 0px;
                font-size:14px;
                float:left;
                width:100%;
            }
                .checkout .middle .shipping_info .mtb10 .not_bold.fw{
                    font-weight:normal
                }

                .checkout .middle .shipping_info .mtb10 .fw{
                    font-weight:bold;
                }

                .checkout .middle .shipping_info .mtb10 label{
                    width:100%;
                    float:left;
                    height: 20px;
                }

            .checkout .middle .shipping_info .total{
                float:left;
                width:100%;
                margin:15px 0px 0px 0px;
            }

            .checkout .middle .shipping_info .total.first_total{
                border-top:1px solid #000;
                border-bottom:1px solid #000;
                padding-bottom:15px;
                padding-top:15px;
            }


            .checkout .middle .shipping_info .hdr{
                border-bottom:1px solid #000;
                padding:0px 0px 5px 0px;
                font-weight:bold;
            }

            .checkout .shipping_info .mtb10 p{
                font-size: 12px;
            }

            /* Radu */

            .checkout #message_to_box,
            .checkout #no_logged_box,
            .checkout #note_to_box,
            .checkout #shipping_address_box{
                width:100%;
                border:none;
            }

            .checkout .help,
            .checkout #no_logged_box,
            .checkout #message_to_box,
            .checkout #shipping_address_box,
            .checkout #note_to_box{
                margin-top:20px;
                padding-top:10px;
                border-top:1px solid #aaa;
            }

            #container .checkout .box_form{
                width:100%;
                float:left;
                padding:0;
            }

            #container .checkout .title_form.auto_width{
                float:none;
                width:auto;
                padding-right: 10px;
            }

            #container .checkout .title_form{
                /*border-bottom:1px solid #000;*/
                font-size:16px;
                float:left;
                width:100%;
                line-height:30px;
            }

            .checkout #shipping_address_box div.box_form div label,
            .checkout #no_logged_box div.box_form div label{
                padding-right:1%;
                height:30px;
                line-height:30px;
            }

            .checkout #shipping_address_box div.box_form div input,
            .checkout #no_logged_box div.box_form div input{
                height:13px;
                padding:1%;
                border:1px solid #aaa;
            }

            .checkout #no_logged_box DIV.box_form DIV p INPUT {
                border:none;
            }

            .checkout .w84pr{
                width:640px;
            }

            .checkout .w35pr{
                width:271px;
            }

            .checkout select.error ,
            .checkout textarea.error ,
            .checkout input.error{
                border:1px solid #B10E22!important;
                color:#B10E22!important;
            }

            .checkout #error-messages{
                display:none!important;
            }

            .checkout .middle .left{
                /*padding-bottom:30px;*/
            }

            .checkout #shipping_address_box select{
                width:287px;
                height:30px;
                border:1px solid #aaa;
            }

            .checkout #note_to_box textarea,
            .checkout #message_to_box textarea{
                min-width:721px;
                max-width:721px;
                width:721px;
                padding:1%;
                height:70px;
                min-height:70px;
                max-height:200px;
                border:1px solid #aaa;
                font-family:Arial;
                font-size:12px;
                color:#000;
            }

            .checkout .no_border{
                border:none;
            }

            .checkout .small_title_form{
                font-size:13px;
                font-weight:normal;
                padding-left:20px;
            }

            .checkout .login_modal,
            .checkout .small_title_form span{
                color:#3b9fd7;
                font-style:italic;
                cursor:pointer;
            }

            .checkout .small_title_form span{
                font-style:normal;
                font-weight:bold;
                text-decoration:underline;
            }

            .checkout #shipping_v{
                width:200px;
                float:left;
                margin-left:10px;
                margin-top:0;
            }

            .checkout .middle .shipping_info .mtb10 .fw{
                font-size:16px;
            }

            #container .checkout .txt11{
                padding-left:11%;
                width:89%;
            }

            #container .checkout .txt11 label{
                font-size:14px;
                font-family:Arial;
            }

            #container .checkout .txt11 .ti{
                font-size:12px;
                font-family:Arial;
                font-style:inherit;
            }

            #container .checkout .txt11 .ti a{
                font-size:12px;
                font-family:Arial;
                color:#3b9fd7;
                font-style:italic;
            }

            #container .checkout .buy_it_now_btn{
                background:url(../img/buy_now_btns2.png) 0 -51px no-repeat;
                height:35px;
                margin-bottom:10px;
            }

            #container .checkout .buy_it_now_btn:hover{
                background-position:0 -85px;
            }

            #container .checkout .buy_it_now_btn .buy_it_now_btn_content{
                background:url(../img/buy_now_btns2.png) 0 -171px repeat;
                height:35px;
                cursor:pointer;
            }

            #container .checkout .buy_it_now_btn:hover .buy_it_now_btn_content{
                background-position:0 -205px;
            }

            #container .checkout .buy_it_now_btn .btn_end{
                background:url(../img/buy_now_btns2.png) 0 -289px no-repeat;
                height:35px;
                width:9px;
            }

            #container .checkout .buy_it_now_btn:hover .btn_end{
                background-position:0 -323px;
            }

            #container .checkout .buy_it_now_btn.orange{
                background:url(../img/buy_now_btns2.png) 0 -356px no-repeat;
                height:35px;
                margin-bottom:10px;
            }

            #container .checkout .buy_it_now_btn.orange:hover{
                background-position:0 -390px;
            }

            #container .checkout .buy_it_now_btn.orange .buy_it_now_btn_content{
                background:url(../img/buy_now_btns2.png) 0 -476px repeat;
                height:35px;
            }

            #container .checkout .buy_it_now_btn.orange:hover .buy_it_now_btn_content{
                background-position:0 -510px;
            }

            #container .checkout .buy_it_now_btn.orange .btn_end{
                background:url(../img/buy_now_btns2.png) 0 -594px no-repeat;
                height:35px;
                width:9px;
            }

            #container .checkout .buy_it_now_btn.orange:hover .btn_end{
                background-position:0 -628px;
            }

            .checkout .pay_pal_pic{
                background:url(../img/paypal-transparent-logo_smaller.png) no-repeat;
                width:140px;
                height:30px;
                float:left;
            }

            .checkout .proc_pay_pal_pic{
                background:url(../img/cards_new_small.png) no-repeat;
                background-size:159px;
                float: left;
                height: 22px;
                line-height: 18px;
                padding-left: 163px;
                font-style: italic;
                font-size: 12px;
            }

            .checkout .middle .shipping_info .mtb10 label{
                height:30px;
            }

            .checkout .middle .shipping_info .mtb10.mtb_small{
                margin-top:0;
            }

            .checkout .middle .shipping_info .mtb10.small_height label{
                height:20px;
            }

            .checkout .middle .shipping_info .mtb10.small_height label span{

            }

            .shipping_info div label  input[type=radio]{
                margin-top:1px;
            }

            .shipping_info div label  input[type=radio]#ship_to{
                margin-top:3px;
            }

            .shipping_info div label  input[type=radio]#card,
            .shipping_info div label  input[type=radio]#paypal_pay{
                margin-top:5px;
            }

            .checkout .border_remake{
                width:100%;
                float:left;
                border-bottom:1px solid;
                font-size:16px;
                line-height:30px;
            }


            .bgCover {
                background:#000;
                position:absolute;
                left:0;
                top:0;
                display:none;
                overflow:hidden;
                z-index:999;
                opacity:0.5;
                filter: alpha(opacity = 50);
            }

            #login_modal{
                display: none;
                float: left;
                left: 0;
                position: relative;
                top: 0;
                width: 740px;
                height:460px;
                z-index: 9999;
                -moz-border-radius: 5px;
                -webkit-border-radius: 5px;
                -khtml-border-radius: 5px;
                border-radius: 5px;
                border:1px solid;
                 box-shadow:2px 2px 11px 7px #565656;
                 -webkit-box-shadow:2px 2px 11px 7px #565656;
                 -moz-box-shadow:2px 2px 11px 7px #565656;

                  /* For IE<9 */
                  filter:
                  progid:DXImageTransform.Microsoft.Shadow(color=#565656,direction=0,strength=5),
                  progid:DXImageTransform.Microsoft.Shadow(color=#565656,direction=45,strength=2),
                  progid:DXImageTransform.Microsoft.Shadow(color=#565656,direction=90,strength=5),
                  progid:DXImageTransform.Microsoft.Shadow(color=#565656,direction=135,strength=5),
                  progid:DXImageTransform.Microsoft.Shadow(color=#565656,direction=180,strength=10),
                  progid:DXImageTransform.Microsoft.Shadow(color=#565656,direction=225,strength=5),
                  progid:DXImageTransform.Microsoft.Shadow(color=#565656,direction=270,strength=5),
                  progid:DXImageTransform.Microsoft.Shadow(color=#565656,direction=315,strength=2);
            }

            #login_modal .modalCloseImg{
                background:url(../img/payment_final_03.png) no-repeat;
                float: left;
                height: 19px;
                position: absolute;
                right: -4px;
                top: -4px;
                width: 19px;
                z-index: 999;
            }

            #login_modal .left_side{
                width:369px;
                float:left;
                border-right:1px solid #aaa;
                background:#fff;
                height:100%;
                -webkit-border-top-left-radius: 5px;
                -webkit-border-bottom-left-radius: 5px;
                -moz-border-radius-topleft: 5px;
                -moz-border-radius-bottomleft: 5px;
                border-top-left-radius: 5px;
                border-bottom-left-radius: 5px;
                position:relative;
            }

            #login_modal .left_side .top_side{
                -webkit-border-top-left-radius: 5px;
                -moz-border-radius-topleft: 5px;
                border-top-left-radius: 5px;
            }

            #login_modal .right_side .top_side{
                -webkit-border-top-right-radius: 5px;
                -moz-border-radius-topright: 5px;
                border-top-right-radius: 5px;
            }

            #login_modal .right_side{
                width:369px;
                height:100%;
                float:left;
                background:#f8f8f8;
                -webkit-border-top-right-radius: 5px;
                -webkit-border-bottom-right-radius: 5px;
                -moz-border-radius-topright: 5px;
                -moz-border-radius-bottomright: 5px;
                border-top-right-radius: 5px;
                border-bottom-right-radius: 5px;
                position:relative;
            }

            #login_modal .top_side{
                /*background:url(../img/gray_bg.jpg) repeat-x;*/
                background:#D8D8D8;
                height:47px;
                text-align:center;
                width:100%;
                float:left;
                line-height:48px;
                color:#000;
                font-weight:bold;
                margin-bottom:20px;
            }

            #login_modal form{
                margin-top:30px;
            }

            #login_modal label{
                float: left;
                height: 30px;
                line-height: 50px;
                margin-right: 10px;
                text-align: right;
                width: 100px;
                font-size:12px;
            }

            #login_modal label.error {
                height: 0;
                left: 10px;
                line-height: 24px;
                margin-left: 110px;
                position: relative;
                text-align: left;
                top: -25px;
                width: 100%;
            }

            #login_modal input{
                border: 1px solid rgb(170, 170, 170);
                height: 20px;
                padding: 1%;
                float:left;
                width:215px;
                margin-top:10px;
            }


            #login_modal .radio_check{
                float: right;
                line-height: 40px;
                text-align: left;
                width: 225px;
            }

            #login_modal .radio_checkbox{
                float:left;
                margin-left:110px;
                width:auto;
            }


            #container #login_modal.checkout .buy_it_now_btn {
                float: left;
                margin-left: 56px;
                margin-top: 30px;
                padding-left: 7px;
                width: 245px;
            }

            #container #login_modal em{
                 color: rgb(177, 14, 34);
            }

            #container #login_modal.checkout .buy_it_now_btn .buy_it_now_btn_content{
                width:236px;
                margin-top:0;
                border:none;
                color:#fff;
                font-size:16px;
                padding-top:0;
                font-weight:bold;
            }

            #container #login_modal.checkout .buy_it_now_btn .btn_end{
                float:right;
            }

            #container #login_modal p{
                float: left;
                font-size: 12px;
                margin-top: 10px;
                padding-right: 30px;
                text-align: right;
                width: 90%;
            }
            #container #login_modal span.error{
                float: left;
                font-size: 12px;
                text-align: center;
                width: 100%;
            }
            #container #login_modal .right_side p{
                float: left;
                font-size: 10px;
                margin-top: 10px;
                padding-right: 30px;
                text-align: left;
                width: 90%;
            }

            #container #login_modal p a{
                color: rgb(59, 159, 215);
                cursor: pointer;
                font-style: italic;
            }

            #login_modal .bottom_side{
                position:absolute;
                bottom:0;
                height:135px;
                width:300px;
                margin:0 auto;
                left:30px;
                border-top:1px solid #aaa;
            }

            #login_modal .bottom_side .title{
                background: none repeat scroll 0 0 rgb(255, 255, 255);
                left: 46%;
                position: absolute;
                text-align: center;
                top: -13px;
                width: 30px;
                font-size:18px;
                font-weight:bold;
                color:#aaa;
            }

            #login_modal .right_side .bottom_side .title{
                background:#F8F8F8;
            }

            #container #login_modal.checkout .buy_it_now_btn.orange{
                display:block!important;
            }

            #fb_login{
                margin-top:30px;
                margin-left:25px;
                cursor:pointer;
            }




.login_box_content a#login_close_x{
    float: right;
    font-size: 10px;
    color: #000;
    text-align: center;
    margin-right: 8px;
    margin-top: 6px;
    background-image: url('../img/new_login_close_x.png');
    background-repeat: no-repeat;
    width: 11px;
    height: 11px;
    line-height: 9px;
}

.login_box_content a#login_close_x:hover{
    color: #921120;
}

.product_titles {
    float: left;
    width: 1179px;
    background: #d8d8d8;
}

.content_generic .product_titles h1{
    background:#d8d8d8;
    color:#000;
}

.product_titles.checkout .redtitle,
.product_titles.checkout{
    background:#d8d8d8;
    min-height:40px;
    color:#000;
}

.product_titles .redtitle {
    float: left;
    min-width: 964px;
    height: 41px;
    color: #ffffff;
    overflow: hidden;
    font-weight: bold;
    line-height: 41px;
    background: transparent url(../img/redtitle_bg.gif) left top no-repeat;
    padding: 0px 0px 0px 10px;
    font-size: 24px !important;
}

.pricecorner {
    float: left;
    width: 432px;
    height: 41px;
    line-height: 41px;
    background-color: grey;
    vertical-align: absmiddle;
    background: transparent url(../img/greycorner_bg.gif) bottom repeat-x;
}

.pricecorner .text {
    display: block;
    color: #dddddd;
    font-style: italic;
    text-align: center;
}

.pricecorner .fl {
    width: 433px;
    background: transparent url(../img/greycorner_bg.gif) right top no-repeat;
    height: 40px;
}
    .pricecorner .fl .pdetails{
        display: block;
        margin: 0 auto;
    }
        .pricecorner .fl .pdetails table{
            width:100%;
        }
            .pricecorner .fl .pdetails table td{
                text-align:center;
            }

.pricecorner .popnotax {
    float: left;
    width: 181px;
    height: auto;
    display: none;
    color: #ffffff;
    padding-left: 18px;
    font-style: italic;
    background-color: grey;
}

.pricecorner .popnotax span {
    float: left;
    height: auto;
    font-size: 12px;
    line-height: 22px;
}

.pricecorner .productDetailsLink {
    /*float: left;*/
    width: auto;
    height: 41px;
    color: #ffffff;
    font-size: 24px;
    padding: 0 10px;
    max-width: 433px;
    font-weight: bold;
    text-align: center;
    display:inline-block;
    /*background: transparent url(../img/ico_calculator.gif) right 7px no-repeat;*/
}
    .pricecorner #pwrapper{
        display:block;
        margin:0 auto;
    }

    .pricecorner .productDetailsLink span{
        font-weight:normal;
    }
    .pricecorner .tooltip{
        display:inline-block;
    }

.product_details .lpart {
    float: left;
    height: auto;
    width: 744px;
    border-right: 1px solid #cbcbcb;
}

.product_details .rpart {
    float: left;
    width: 432px;
    height: auto;
    /*padding: 5px 5px 0 5px;*/
}

#verticalgallery {
    float: left;
    padding: 5px;
    width: 734px;
}

#verticalgallery .thumbsholder {
    float: left;
    width: 224px;
    height: 404px; /* 90x4+42+2 */
    position: relative;
    border: 1px solid #cbcbcb;
}

#verticalgallery .thumbs {
    top: 21px;
    left: 0;
    float: left;
    width: 224px;
    height: 360px; /* 90x4 */
    overflow: hidden;
    position: absolute;
    list-style-type: none;
}

#verticalgallery .thumbs li {
    float: left;
}

#verticalgallery .thumbs li.box {
    width: 102px;
    height: 80px;
    padding: 5px;
}

#verticalgallery .thumbs li.box a {
    float: left;
    height: 80px;
    width: 102px;
    text-align: center;
    text-indent: -99999px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
}

#verticalgallery .thumbs li.box a:hover,
#verticalgallery .thumbs li.box a.selected {
    background-color: #ededed;
}


#verticalgallery .tarrow,
#verticalgallery .barrow {
    float: left;
    width: 224px;
    height: 21px;
    position: absolute;
    text-indent: -99999px;
}

#verticalgallery .tarrow {
    top: 0;
    left: 0;
}
#verticalgallery .barrow {
    top: 382px;
    left: 0;
}

#verticalgallery .tarrow a {
    background: transparent url(../img/vgallery-arrows.gif) center top no-repeat;
}

#verticalgallery .barrow a {
    background: transparent url(../img/vgallery-arrows.gif) center bottom no-repeat;
}

#verticalgallery .tarrow a,
#verticalgallery .barrow a {
    float: left;
    width: 100%;
    height: 21px;
    line-height: 21px;
    background-color: #ffffff;
}

#verticalgallery .large {
    float: right;
    width: 503px;
    /*height: 384px;*/
    height: 406px;
    position: relative;
    overflow: hidden;
}
#verticalgallery .large .freeshipping {
    position: absolute;
    right: 0px;
    top: 0px;
    background: url(../img/icon_free_shipping.png) no-repeat transparent;
    display: block;
    width: 66px;
    height: 66px;
}

#verticalgallery .large .product_sold {
    width: 110px;
    height: 65px;
    background: url(../img/sold.png) transparent no-repeat bottom right;
    position: absolute;
    right: 80px;
    bottom: 20px;
}

#verticalgallery .large img {
    max-width: 500px;
}

#verticalgallery .large table td {
    width: 503px;
    height: 384px;
    text-align: center;
    vertical-align: center;
}

#verticalgallery .filters {
    float: left;
    height: auto;
    width: 734px;
    margin-bottom: 5px;
    background-color: #cbcbcb;
}

#verticalgallery .filters span {
    float: left;
    padding-left: 10px;
    padding-right: 15px;
}

#verticalgallery .filters a {
    float: left;
    color: #000000;
    font-size: 14px;
    line-height: 30px;
}

#verticalgallery .filters a.selected {
    font-weight: bold;
}

#verticalgallery .descwrapper {
    float: left;
    width: 732px;
    margin-top: 5px;
    border: 1px solid #cbcbcb;
}

#verticalgallery .descwrapper .header {
    float: left;
    width: 732px;
}


#verticalgallery .descwrapper .content {
    float: left;
    width: 712px;
    padding: 10px;
}

.border_CBCBCB {
    border: 1px solid #cbcbcb;
}
.dealer_details .header,
.product_details .header {
    float: left;
    height: 21px;
    color: #212121;
    font-size: 14px;
    padding-top: 4px;
    vertical-align: middle;
    background-color: #cbcbcb;
}
.dealer_details .header_element,
.product_details .header_element {
    float: left;
    height: 14px;
    color: #212121;
    font-size: 14px;
    margin-left: 10px;
    font-weight: normal;
}
.productDetailsLink {
    color: #212121;
    font-size: 14px;
    font-weight: normal;
}
.dealer_details .content,
.product_details .content {
    float: left;
    color: #212121;
    font-size: 14px;
}
.product_details .content .left {
    padding-top: 10px;
    float: left;
    min-height: 375px;
    width: 745px;
    border-right: 1px solid #CBCBCB;
    position: relative;
}
.product_details .content .left .row{
    float: left;
    width: 745px;
}
.product_details .content .right {
    padding-top: 4px;
    float: left;
    width: 430px;
}
.dealer_details .content .right {
    padding-top: 4px;
    float: left;
    /*width: 350px;*/
    width: 330px;
}

.product_det_wraptocenter {
    width: 745px;
    height: 375px;
    text-align: center;
    display: table-cell;
    vertical-align: top;
}
.free_shipping_img{
    position: absolute;
    right: 20px;
}
.product_det_wraptocenter * {
    vertical-align: top;
}
/*\*//*/
.product_det_wraptocenter {
    display: block;
}
.product_det_wraptocenter span {
    display: inline-block;
    height: 100%;
    width: 1px;
}
/**/

.product_details .content .left .row .media a {
    cursor: pointer; cursor: hand;
    color: #212121;
    padding: 3px;
    margin-right: 5px;
}

.product_details .content .left .row .media a:hover {
    background: #EAEAEA;
    color: #841714;
}
.product_details .content .right .row {
    float: left;
    text-align: center;
    width: 430px;
}
.dealer_details .content .right .row{
    float: left;
    text-align: center;
    width: 330px;
}
.product_details .rpart .row .info,
.product_details .content .right .row .info {
    text-align: left;
    float: left;
    margin-left: 25px;
    margin-right: 25px;
    border-bottom: 1px dashed #DFDFDF;
    color: #212121;
    font-size: 12px;
    font-weight: normal;
    padding-bottom: 3px;
    padding-top: 5px;
    width: 380px;
}
.dealer_details .content .right .row .info {
    text-align: left;
    float: left;
    margin-left: 0px;
    margin-right: 0px;
    border-bottom: 1px dashed #DFDFDF;
    color: #212121;
    font-size: 12px;
    font-weight: normal;
    padding-bottom: 3px;
    padding-top: 5px;
    width: 350px;
}
.product_details .rpart .row .info span.title,
.dealer_details .content .right .row .info span.title,
.product_details .content .right .row .info span.title{
    float: left;
    width: 130px;
    font-weight: bold;
}
.product_details .rpart .row .info div,
.product_details .content .right .row .info div {
    float: left;
    width: 240px;
}
.dealer_details .content .right .row .info div {
    float: left;
    width: 220px;
    overflow: hidden;
}

.dealer_details .content .right .row h1,
.product_details .rpart .row h4,
.product_details .content .right .row h4 {
    color: #181818;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    text-align: center;
}

.lightButton {
    float: left;
    font-size: 16px;
    height: 23px;
    width: 187px !important;
    font-weight: normal;
    background-color: #171717;
}

.lightButton a{
    color: #FFFFFF;
    cursor: pointer; cursor: hand;
    font-size: 14px;
}
.row.instrumentDescription {
    font-size: 12px;
   /* margin-left: 10px;
    margin-top: 10px;*/
    max-height: 200px;
    overflow: hidden;
    position: relative;
    padding-bottom: 10px;
}
.row.instrumentDescription p{
    width: 100%;
}

a.product_desc.productDetailsLink:hover {
    color: #841714;
}

#disqus_thread {
    height: 480px;
    overflow: auto;
}

.csblisting {
    float: left;
    font-weight: normal;
    vertical-align: top;
}
.csbmodels a,
.csblisting a {
    color: #000000;
    display: block;
    line-height: 26px;
    overflow: hidden;
    outline: medium none;
    text-decoration: none;
    font-size: 12px;
}
.csbmodels a{
    padding-left: 20px;
}
.category_page .left_categories .csblisting a {
    color: #000000;
    display: block;
    line-height: 26px;
    overflow: hidden;
    outline: medium none;
    text-decoration: none;
    width: 120px;
}
.csbmodels a:hover{
    background-color: #8F101B;
    color: #fff;
}
.csblisting a:hover {
    color: #8F101B;
}
#disqus_thread select {
    color: #993333;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    height: 21px;
    text-decoration: none;
    text-transform: none;
}

.pager_links a{
    float: left;
    background: #7F7F7F;
    text-decoration: none;
    color: #CCCCCC;
    font-weight: bold;
    min-width: 77px;
    padding: 3px 8px;
}
.pager_links a:hover {
    background: #8F8F8F;
    text-decoration: none;
}
.ci_pager_links a{
    float: left;
    background: #7F7F7F;
    text-decoration: none;
    color: #CCCCCC;
    font-size: 14px;
    font-weight: bold;
    margin-right: 5px;
}
.ci_pager_links a:hover {
    background: #8F8F8F;
    text-decoration: none;
}
.ci_pager_links a .big,
.ci_pager_links .big a{
    float: left;
    font-size: 14px;
    padding: 5px 8px;
    min-width: 77px;
}

.more_content .product {
    float: left;
    height: 305px;
    margin-bottom: 10px;
    margin-right: 10px;
    width: 235px;
    border: 1px solid #CCCCCC;
}

.more_content_category {
    /*
    border-left: solid 1px #ddd;
    border-right: solid 1px #ddd;
    */
    float: left;
    width: 1180px;
}

.more_content_category .product {
    /*
    float: left;
    width: 221px;
    height: 298px;
    margin-left: 0px;
    margin-right: 16px;
    margin-bottom: 15px;
    background-color: #e1e1e1;
    */

    float: left;
    width: 176px;
    padding-top: 12px;
    position: relative;
    margin: 5px 24px 5px 0px;
    background-color: #e1e1e1;
    background-repeat: no-repeat;
    background-image: url(../img/products_large_t.jpg);
}

.more_content_category.products_centered .product {
    margin-left: 8px !important;
    margin-right: 8px !important;
}


.more_content_category .sold_gallery {
    width: 221px;
    height: 298px;
    margin-left: 0px;
    margin-right: 16px;
    margin-bottom: 15px;
    background-image: url(../img/SoldGallery.jpg);
    background-repeat: no-repeat;
    background-position: bottom right;
}

.more_content .product .img_box,
.more_content_category .product .img_box {
    float: left;
    height: 155px;
}
.more_content .product .title,
.more_content_category .product .title {
    /*padding-left: 15px;
    padding-top: 5px;
    font-size: 11px;
    font-weight: bold;
    float: left;
    background-color: #fff;*/

    clear: both;
    height: 31px;
    margin: 0 5px;
    display: block;
    overflow: hidden;
    padding-top: 5px;
    line-height: 13px;
    border-bottom: 1px solid #b8b8b8;
}
.more_content .product .title a,
.more_content_category .product .title a {
    /*
    color: #000;
    line-height: 12px;
    float: left;
    */
    color: #000000;
    font-size: 12px;
    font-weight: bold;
}
.more_content .product .row_info,
.more_content_category .product .row_info {
    /*
    padding-left: 15px;
    padding-top: 3px;
    font-size: 11px;
    float: left;
    width: 206px;
    */
    width: 100%;
    float: left;
    height: 18px;
    overflow: hidden;
    line-height: 18px;
}

.more_content_category .product .product_details_left {
    float: left;
    width: 54px;
    font-size: 11px;
    padding-left: 5px;
}

.more_content_category .product .product_details_right {
    float: left;
    width: 110px;
    font-size: 12px;
}

.more_content_category .product .product_details_right a {
    color: #000000;
    font-size: 12px;
}
.more_content_category .product .product_details_right a:hover {
    text-decoration: underline;
}

.more_content_category .product .product_footer {
    float: left;
    width: 100%;
    height: 23px;
    margin-top: 5px;
    background-image: url(../img/products_large_more_new.jpg);
}

.more_content_category .product .product_footer a.see_more {
    float: left;
    width: 176px;
    display: block;
    color: #ffffff;
    font-size: 11px;
    line-height: 23px;
    text-align: center;
}

.more_content_category .product .product_footer a.contact_owner {
    width: 99px;
    float: right;
    color: #ffffff;
    display: block;
    font-size: 11px;
    line-height: 23px;
    text-align: center;
}

.more_content .product .myAccPanel, .more_content_category .product .myAccPanel {
    overflow: hidden;
    height: 16px;
}

.product_details .myAccPanel a,
.product_details .myAccPanel a:visited,
a.myAccPanel:visited {
    color: #000000;
    font-size: 14px;
    text-decoration: none !important;
    line-height: 16px;
    display: inline;

}
.img_box_wraptocenter {
    padding-top: 10px;
    display: table-cell;
    text-align: center;
    vertical-align: top;
    width: 235px;
    height: 145px;
}

.more_content_category  .product .img_box_wraptocenter {
    width: 176px;
}

.img_box_wraptocenter * {
    vertical-align: top;
}
/*\*//*/
.img_box_wraptocenter {
    display: block;
}
.img_box_wraptocenter span {
    display: inline-block;
    height: 100%;
    width: 1px;
}
/**/

.cbsbread {
    color: #0B40FE;
    font-weight: normal;
    padding-bottom: 5px;
    font-size: 14px;
}
.cbsbread a{
    color: #0B40FE;
    font-size: 14px;
}

.top_back a {
    color: #9F9F9F;
    text-decoration: underline;
}
.top_back a:hover {
    color: #841417;
}
.top_back {
    color: #9F9F9F;
    font-size: 12px;
    font-weight: normal;
    padding: 0 0 5px 25px;
    background-image: url("../img/backarrow.jpg");
    background-repeat: no-repeat;
    margin-left:10px;
}

.dealer_details h1 {
    color: #181818;
    font-size: 18px;
    font-weight: bold;
}

.dealer_details .top_img_box {
    height: 150px;
    min-width: 366px;
}

.dealer_details .top_img_box img{
    margin-right: 10px;
}

.dealer_details.center .top_img_box {
    padding-top: 10px;
    display: table-cell;
    text-align: right;
    vertical-align: middle;
    min-width: 366px;
    height: 150px;
}
.dealer_details.center .top_img_box * {
    vertical-align: middle;
}
/*\*//*/
.dealer_details.center .top_img_box {
    display: block;
}
.dealer_details.center .top_img_box span {
    display: inline-block;
    height: 100%;
    width: 1px;
}
/**/

.border_b_000 {
    border-bottom: 1px solid #000000;
}
.border_t_000 {
    border-top: 1px solid #000000;
}

.productPaging {
    height: 38px;
    margin-top: -5px;
    #margin-top: 3px;
    min-width: 800px;
    width: 800px;
    float: left;
    margin-left: 220px;
}

.productPaging li {
    color: #000000;
    cursor: pointer; cursor: hand;
    float: left;
    font-weight: bold;
    list-style: none outside none;
    margin-left: 2px;
    margin-right: 2px;
    padding: 0px;
    position: relative;
    text-transform: uppercase;
}
.productPaging li a .pagingLink {
    background-color: #B0B0B0;
    color: #000000;
}
.productPaging li a .pagingLink:hover{
    background-color: #BfBfBf;
}
.productPaging li a.active {
    background-color: #000;
    color: #FFFFFF;
    cursor: default;
    float: left;
    height: 15px;
    text-align: left;
    padding: 5px 5px;
}
.pagingLink_FirstLast {
    background: #444 !important;
    color: #FFFFFF !important;
    font-size: 14px;
    height: 15px;
    text-decoration: none;
    float: left;
    padding: 5px 10px;
}
.pagingLink_FirstLast:hover {
    background: #5f5353 !important;
}
.pagingLink_PrevNext {
    background-color: #7F7F7F !important;
    color: #CCCCCC !important;
    font-size: 14px;
    height: 15px;
    min-width: 95px;
    text-decoration: none;
    float: left;
    text-align: left;
    padding: 5px 10px;
}
.pagingLink_PrevNext:hover{
    background: #8f8f8f !important;
}
.ci_pagingLink_current {
    float: left;
    color: #FFFFFF;
    cursor: default;
    font-size: 14px;
    background: #000;
    padding: 5px 8px;
    min-width: 10px;
    margin-right: 5px;
    font-weight: bold;
}
.ci_pagingLink_digit a{
    float: left;
    font-size: 14px;
    padding: 5px 8px;
    color: #000;
    min-width: 10px;
    margin-right: 5px;
    background: #B0B0B0;
}
.ci_pagingLink_digit a:hover {
    background: #BFBFBF;
}
.ci_pager_links .ci_pager_links_first_last a  {
    float: left;
    cursor: default;
    font-size: 14px;
    padding: 5px 8px;
    color: #000;
    min-width: 77px;
    background-color: #444444;
    color: #FFFFFF;
}
.ci_pager_links .ci_pager_links_first_last a:hover {
    background-color: #5f5353;
}

.pagingLink {
    color: #000000;
    font-size: 14px;
    text-decoration: none;
    float: left;
    height: 15px;
    text-align: left;
    padding: 5px 5px;
}

.dealerDetailsContent {
    color: #212121;
    font-weight: normal;
    padding-left: 20px;
    padding-top: 10px;
    width: 810px;
    float: left;
}
.dealerDetailsContent .header {
    background-color: #EFEFEF;
    font-size: 12px;
    font-weight: bold;
    height: 17px;
    padding-bottom: 1px;
    padding-top: 3px;
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
.dealerDetailsContent .header a{
    color: #000;
}
.dealerDetailsContent .header a:hover{
    color: #841714;
}
.dealerContentTab {
    margin-top: 10px;
    font-size: 12pt;
    overflow: auto;
    width: 800px;
    margin-bottom: 10px;
}
.dealerContentTab h2 {
    font-size: 19px;
    font-family: sans-serif;
    padding-top: 15px;

}
.dealerContentTab h3 {
    font-size: 14px;
    font-family: sans-serif;
    padding-top: 10px;
}

.product_details .filter_tab {
    float:left;
    margin-top: 3px;
    background-color: #707070;
    color: #E5E5E5;
    height: 22px;
    padding-top: 4px;
    width: 100%;
    font-size: 11px;
}

.product_details .filter_tab span {
    color: #fff;
}
.product_details .filter_tab span a{
    color: #E5E5E5;
    text-decoration: underline;
    margin-right: 8px;
}

.filter_tab_builders_lounge {
    background-color: #B1AFB0;
    color: #000000;
    font-weight: bold;
    height: 21px;
    width: 100%;
    padding-top: 4px;
    font-size: 11px;
}
.filter_tab_builders_lounge span {
    color: #000;
}
.filter_tab_builders_lounge  span a{
    color: #000;
    text-decoration: underline;
    margin-right: 8px;
}

h1.catname {
    font-size: 17px;
    margin: 0;
    padding-bottom: 10px;
}

.category_page .category_left {
    float: left;
    width: 140px;
}
.category_left .csbmodels a {
    padding-left: 8px;
}
.category_left .csbmodels a.current {
    font-weight: bold;
}
.category_left .categories_list_title {
    padding-left: 8px;
    font-size: 13px;
    font-weight: bold;
}
.category_page .category_center {
    float: left;
    width: 430px;
    font-size: 11px;
    padding: 0 5px 0px 20px ;
}
.category_page .category_image_box {
    float: left;
    width: 500px;
}
.category_page .category_desc_box {
    font-size: 11px;
}
.category_page .category_desc_box .title {
    float: left;
    width: 100%;
    font-weight: bold;
    padding-bottom: 10px;
}
.category_page .category_desc_box h2{
    float: left;
    width: 100%;
    font-weight: bold;
    padding-bottom: 10px;
    font-size: 12px;
}
.category_page .category_desc_box .description{
    float: left;
    width: 100%;
    font-size: 11px;
    overflow: hidden;
}
.category_page .category_desc_box #category_read_more {
    display: none;
    float: left;
    width: 100%;
}
.category_page .left_categories{
    float: left;
    width: 140px;
    background: #e1e1e1 url(../img/category_left_side_top.jpg) no-repeat;
    border: 0;
}
.category_page .dealer_builder_page.left_categories{
    background: none;
    border: 1px solid #CBCBCB;
}
.category_page .category_right {
    float: right;
    width: 580px;
}
.category_page .category_right .category_products_list {
    float: left;
    width: 100%;
    overflow: hidden;
}
.category_page .category_right .category_products_list .header_csblist {
    background: #fff url(../img/category_products_header.jpg);
}
.category_page .center_categories{
    float: left;
    width: 100%;
}
.category_page .right_categories{
    float: left;
    width: 100%;
    padding-top: 30px;
}
.category_page .right_categories div {
    text-align: left;
    padding-bottom: 30px;
    margin: 0;
}
.category_page .disqus_box {
    float: left;
    width: 100%;
    padding-top: 20px;
}
.category_page .disqus_box .csblisting {
    float: left;
    width: 860px;
    margin-left: 0px;
}
.literature {
    float:left;
    border: 1px solid #CBCBCB;
    font-weight: normal;
    padding: 5px 0px 0px 0px;
    text-align: left;
    vertical-align: top;
}

.csblisting {
    border-top: 1px solid #CBCBCB;
    border-left: 1px solid #CBCBCB;
    border-right: 1px solid #CBCBCB;
    font-weight: normal;
    overflow: auto;
    vertical-align: top;
    margin-left: 5px;
    float: left;
    width: 725px;
}

.category_right .category_products_list .products_list {
    float: left;
    border-left: solid 1px #ddd;
    border-right: solid 1px #ddd;
    width: 578px;
    margin: 0;
    padding-bottom: 10px;
}
#center_csblist_inner.product_details_list .products_list_row,
.category_right .category_products_list .products_list .products_list_row {
    float: left;
    width: 565px;
    background: #e1e1e1;
    margin: 5px 0 2px 7px;
}
#center_csblist_inner.product_details_list .products_list_row {
    width: 480px;
    margin: 5px 15px 2px 7px;
}
#center_csblist_inner.product_details_list .products_list_row .picture_cell,
.category_right .category_products_list .products_list .products_list_row .picture_cell {
    float: left;
    width: 110px;
    padding: 7px 0;
    height: 70px;
}
#center_csblist_inner.product_details_list .products_list_row {
    position: relative;
    margin: 15px 0 2px 7px;
    padding-top:10px;
}

#center_csblist_inner.product_details_list .products_list_row .picture_cell .picture_box,
.category_right .category_products_list .products_list .products_list_row .picture_cell .picture_box {
    display: table-cell;
    width: 110px;
    height: 70px;
    vertical-align: middle;
    text-align: center;
}
#center_csblist_inner.product_details_list .products_list_row .picture_cell img,
.category_right .category_products_list .products_list .products_list_row .picture_cell img {
    max-width: 96px;
    max-height: 70px;
}
#center_csblist_inner.product_details_list .products_list_row .see_more,
.category_right .category_products_list .products_list .products_list_row .see_more {
    float: right;
    width: 450px;
    height: 28px;
}
#center_csblist_inner.product_details_list .products_list_row .see_more {
    width: auto;
    position:relative;
    top:-10px;
}
#center_csblist_inner.product_details_list .products_list_row .see_more a.more,
.category_right .category_products_list .products_list .products_list_row .see_more a.more {
    width: 82px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    display: block;
    float:right;
    background: url(../img/see_more.jpg);
    color: #fff;
    font-size: 10px;
    font-weight: bold;
}
#center_csblist_inner.product_details_list .products_list_row .see_more a.contact_owner,
.category_right .category_products_list .products_list .products_list_row .see_more a.contact_owner {
    width: 106px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    display: block;
    float:right;
    background: url(../img/category_contact.jpg);
    color: #fff;
    font-size: 10px;
    font-weight: bold;
}
#center_csblist_inner.product_details_list .products_list_row .product_name,
.category_right .category_products_list .products_list .products_list_row .product_name {
    float: right;
    width: 335px;
    height: 53px;
    padding-top: 0;
    line-height: 17px;
}
#center_csblist_inner.product_details_list .products_list_row .product_name {
    width: 260px;
    padding-top:5px;
}
#center_csblist_inner.product_details_list .products_list_row .product_name a.product,
.category_right .category_products_list .products_list .products_list_row .product_name a.product {
    color: #000;
    font-size: 14px;
    font-weight: bold;
}
#center_csblist_inner.product_details_list .products_list_row .product_name a.company,
.category_right .category_products_list .products_list .products_list_row .product_name a.company {
    color: #000;
    font-size: 13px;
}
#center_csblist_inner.product_details_list .products_list_row .product_price,
.category_right .category_products_list .products_list .products_list_row .product_price {
    float: right;
    width: 114px;
    height: 40px;
    padding-top: 16px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.find_dealer_page .category_image_box {
    margin-right: 20px;
}

.find_dealer_page .category_desc_box {
    width: 640px;
}
.right_categories .title,
.disqus_box .title,
.csblisting .title {
    background: none repeat scroll 0 0 #CBCBCB;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    padding-bottom: 0px;
    margin-right: 2px;
}

#center_categories_box h3 {
    font-size: 11px;
    font-weight: bold;
    float: left;
    width: 480px;
    line-height: 20px;
    color: #000;
}
.category_full_screen {
    float: right;
    width: 76px;
    height: 19px;
    display: block;
    text-indent: -5000px;
    background: url(../img/full_screen.jpg);
}
.category_back {
    float: right;
    width: 77px;
    height: 19px;
    display: block;
    text-indent: -5000px;
    background: url(../img/category_back.jpg);
}
#center_categories_box .csblisting h3{
    color: #000;
    text-align: left;
    padding-bottom: 0px;
    color: #000000;
    font-size: 11px;
    padding: 5px 0px 5px 5px;
    float: left;
}

.csbvideo div {
    margin-left: 10px;
    padding-bottom: 20px;
    text-align: center;
}
.csbvideo h2 {
    font-size: 14px;
    margin-top: 0pt;
    margin-bottom: 10px;
}
.csbvideo div a{
    font-size: 11px;
    text-decoration: underline;
    font-weight: bold;
}
.dealer_builder_page.csbvideo div,
.category_page .csbvideo div {
    float: left;
    width: 420px;
    padding: 25px 0 0 0;
}
.category_page .dealer_builder_page.csbvideo,
.category_page .dealer_builder_page.csbvideo div {
    width: 240px !important;
    padding: 0px;
    line-height: 25px;
}
a.lnk {
    color: #000000;
    font-weight: bold;
    line-height: 18px;
    outline: medium none;
    text-decoration: none;
}
a.lnk:hover{
    color: #8f101b;
}
.top10_right_lnk_box span {
    float: left;
    width: 16px;
    font-weight: bold;
    font-size: 10px;
    line-height: 13px;
    padding-left: 2px;
}
.top10_right_lnk_box img {
    width: 29px;
    float: right;
    padding-right: 4px;
}
.top10_right_lnk_box span.link{
    float: left;
    width: 87px;
    padding-left: 0;
}
.top10_right_lnk_box span.link a {
    line-height: 13px;
}
.top10_right_lnk_box {
    float: left;
    text-align: left !important;
    border-bottom: 1px solid #aeaeae;
    padding: 5px 0px 0px 0px;
    width: 140px;
    padding-bottom: 5px !important;
}
.category_page .dealer_builder_page.csbvideo div.top10_right_lnk_box {
    float: left;
    padding: 10px 0px 10px 0px;
}
.category_page .dealer_builder_page.csbvideo div.top10_right_lnk_box span.link {
    float: left;
    width: 210px;
}
#login_box{
    width: 278px;
    min-height: 350px;
    overflow: hidden;
    position: absolute;
    z-index: 999;
    /*right: -42px;*/
    right: 42px;
    top: 235px;
    float: left;
    display: none;
    background-color: #000;
}
.login_arrow{
    display: block;
    text-align: center;
    margin-bottom: -5px;
    position: relative;
    z-index: 98;
}
.login_box_content{
    background: url('../img/login_back.jpg') #000;
    border: 1px solid #000000;
    /*opacity: 0.95;
    filter:alpha(opacity=95);*/
    min-height: 332px;
    width: 278px;
}
.login_box_content a#login_close_x{
    float: right;
    font-size: 10px;
    color: #000;
    text-align: center;
    margin-right: 8px;
    margin-top: 6px;
    background-image: url('../img/new_login_close_x.png');
    background-repeat: no-repeat;
    width: 11px;
    height: 11px;
    line-height: 9px;
}
.login_box_content a#login_close_x:hover{
    color: #921120;
}
.login_button img{
    float: left;
}
.login_button a{
    background-image: url("../img/new_login_btn.png");
    background-repeat: no-repeat;
    float: left;
    width: 67px;
    height: 24px;
    line-height: 24px;
    padding: 0 2px;
    color: #FFFFFF;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
}
.login_button a:hover{
    color: #ccc;
}
.login-form, .forgot-passowrd-form{
    width: 270px;
    float: left;
    padding-left: 5px;
    padding-top: 0px;
    padding-bottom: 10px;
}
.login-form p{
    float: left;
    width: 240px;
    padding-left: 25px;
    padding-bottom: 10px;
    margin: 0;
}
.login-form label{
    width: 178px;
    float: left;
    color: #FFFFFF;
    font-weight: bold;
}
.login-form a.forgot_login_lnk {
    color: #a3372b !important;
}
.login-form input, .forgot-passowrd-form input{
    background-color: #B8B5B5;
    border: 1px solid #FFFFFF;
    color: #000000;
    height: 16px;
}
.login-form input{
    width: 170px;
    float: left;
}

.forgot-passowrd-form p{
    float: left;
    width: 250px;
    padding-left: 25px;
    padding-top: 10px;
    margin: 0;
}

.forgot-passowrd-form label{
    width: 200px;
    margin: 0;
    float: left;
    color: #FFFFFF;
}
.forgot-passowrd-form input{
    width: 190px;
    float: left;
    margin: 5px 0px;
}
.not_member_box {
    float: left;
    width: 220px;
    padding-left: 0px;
    padding-top: 15px;
    margin: 15px 0px 0px 25px;
    border-top: 1px solid #fff;
}
.not_member_box p {
    font-size: 12px;
    color: #fff;
}
.not_member_box a{
    background-image: url("../img/new_login_signup.png");
    background-repeat: no-repeat;
    float: left;
    width: 76px;
    height: 28px;
    line-height: 26px;
    padding: 0 2px;
    color: #FFFFFF;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
    margin-top: 10px;
    margin-right: 10px;
}

.forgot-passowrd-form a{
    color: #fff;
    text-decoration: none;
}
.forgot-passowrd-form a:hover{
    text-decoration: underline;
}
.product_page_csblisting {
    float: left;
    /*width: 100%;*/
    height: auto;
    overflow: auto;
    font-weight: normal;
    vertical-align: top;
    border: 1px solid #cbcbcb;
}

.gallery_box {
    float: left;
    width: 745px;
    height: 96px;
}
.gallery_box_images_holder {
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 10px;
    height: 79px;
    float: left;
    width: 711px;
    overflow: hidden;
}
.gallery_box_images_holder_all {
    margin-left: 5px;
    margin-right: 5px;
    height: 79px;
    float: left;
    width: 678px;
    overflow: hidden;
}
.gallery_box_images_holder .img_box {
    float: left;
    margin-right: 5px;
    height: 79px;
}
.gallery_box_images_holder .img_box  a{
    height: 79px;
    line-height: 79px;
}
.gallery_box_images_holder .img_box  a img {
    vertical-align:middle;
}

.gallery_box .left_arrow {
    float: left;
    margin-top: 40px;
    width: 11px;
}
.gallery_box .right_arrow {
    float: left;
    margin-top: 40px;
    width: 11px;
}
.faq_left{
    float: left;
    margin-top: 10px;
    width: 585px;
    border-right: 1px dashed #BFBFBF;
    min-height: 430px;
}
.faq_question {
    float: left;
    border-bottom: 1px dashed #BFBFBF;
    height: 25px;
    width: 520px;
    padding-top: 0px;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
}
.faq_question a{
    color: #393939;
    font-size: 14px;
    text-decoration: none;
}
.faq_question a:hover{
    color: #393939;
    text-decoration: underline;
}
.faq_question a.active{
    color: #97241F;
    font-weight: bold;
}
.faq_right {
    float: left;
    width: 520px;
    font-size: 11px;
    color: #393939;
    font-weight: normal;
    margin-top: 10px;
    margin-left: 10px;
    overflow: hidden;
}

.faq_right span.nr{
    float: left;
    padding-right: 5px;
}

.login-message{
    color: red;
    font-size: 10px;
    line-height: auto;
    display: block;
    padding-right: 10px;
    margin-bottom: 2px;
}

.about_page .left_row {
    float: left;
    width: 165px;
}
.about_page .about_center_row {
    float: left;
    width: 730px;
    margin-left: 15px;
}

.about_page .board_center_row {
    float: left;
    width: 700px;
    padding-right: 30px;
}

.about_page .board_center_row p{
    float: left;
    width: 670px;
    margin-bottom: 20px;
    font-size: 14px;
}

.about_page .about_center_row p{
    float: left;
    width: 730px;
    margin-top: 20px;
    font-size: 14px;
}
.about_page .about_center_row h3{
    float: left;
    width: 730px;
    margin-top: 20px;
    font-size: 14px;
    font-weight: normal;
}
.about_page .about_center_row h1{
    font-size: 24px;
    font-weight: bold;
    margin-top:0px;
    color: #393939;
    float: left;
    width: 730px;
}
.about_page .about_center_row h2{
    font-weight: bold;
    float: left;
    width: 730px;
    margin-top: 20px;
    font-size: 14px;
}
.join_panel_header, .join_panel_footer{
    width: 1175px;
    float: left;
}

.join_panel_content{
    width: 1171px;
    float: left;
    background-color: #eaeaea;
    border-right: 2px solid #767676;
    border-left: 2px solid #767676;
    padding-top: 20px;
}
.comment_container{
    width: 150px;
    float: left;
    color: #393939;
    font-size: 11px;
    padding-left: 30px;
}
.comment_content{
    width: 150px;
    text-align: center;
}

.comment_box{
    width: 146px;
    height: 120px;
    display: block;
    background-image: url(../img/commenttest1.jpg);
    background-repeat: no-repeat;
    margin-bottom: 10px;
    text-align: center;
    padding: 0 2px;
    padding-top: 10px;
}

.comment_author{
    margin-bottom: 20px;
}
.inner_join_panel{
    width: 970px;
    float: left;
    padding-left: 20px;
    padding-bottom: 50px;
}
.inner_join_panel h1{
    color: #010101;
    font-size: 36px;
    font-weight: normal;
    margin: 0;
}
.inner_join_panel h3{
    color: #010101;
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0 0 0;
}
/*
.pricing_container{
    width: 970px;
    margin-top: 20px;
    color: #000000;
    display: block;
}



.pricing_left{
    width: 490px;
    float: left;
}
.pricing_panel_container{
    width: 320px;
    float: left;
}
.pricing_panel_container img{
    float: left;
}
.pricing_panel_content_up, .pricing_panel_content_down{
    width: 316px;
    float: left;
    background-color: #fff;
    border-right: 2px solid #767676;
    border-left: 2px solid #767676;
}
.pricing_panel_content_up h1{
    font-size: 17px;
    font-weight: bolder;
    margin: 0 0 2px 10px;
}
.pricing_panel_line{
    width: 320px;
    float: left;
    background-color: #AA3927;
    height: 8px;
}
.pricing_panel_content_down p{
    width: 296px;
    margin: 10px 0;
    margin-left: 10px;
    color: #212121;
    font-size: 12px;
    font-weight: bold;
}
.pricing_panel_content_down p label{
    float: right;
}
.create-account-button{
    float: right;
    height: 35px;
    line-height: 35px;
    margin-top: 15px;
}
.create-account-button img{
    float: left;
}
.create-account-button a{
    height: 35px;
    line-height: 35px;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    padding: 0 10px;
    float: left;
    background-image: url(../img/createaccbutton_bg.jpg);
    background-repeat: repeat-x;
}

.pricing_right{
    width: 480px;
    float: left;
}
*/


.inner_join_panel_content{
    width: 970px;
    display: block;
    font-size: 12px;
    margin-top: 20px;
}
.inner_join_panel_content h1{
    font-size: 16px;
    font-weight: bold;
}
.inner_join_panel_private, .inner_join_panel_company{
    width: 475px;
    float: left;
}
.join-button{
    float: left;
    height: 35px;
    line-height: 35px;
    margin-top: 15px;
}
.join-button img{
    float: left;
}
.join-button a{
    height: 35px;
    line-height: 35px;
    color: #FFFFFF;
    cursor: pointer; cursor: hand;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    padding: 0 10px;
    float: left;
    background-image: url(../img/createaccbutton_bg.jpg);
    background-repeat: repeat-x;
}

.inner_join_panel p.text-join{
    width: 970px;
    margin: 10px 0;
    color: #010101;
    font-size: 14px;
    font-weight: normal;
}
.inner_join_panel p.text-join img{
    float: left;
    padding-right: 5px;
}
.inner_join_panel p.text-join span{
    float: left;
}

.join_panel_private_form{
    width: 1171px;
    text-align: center;
}
.join_panel_private_form  p{
    margin: 5px 0;
    text-align: left;
    width: 1171px;
    float: left;
}
.join_panel_private_form  p label{
    width: 490px;
    float: left;
    text-align: right;
    padding-right: 10px;
}

.join_panel_private_form  p input{
    text-align: left;
}
#error-messages{
    margin: 0 0 10px 0 !important;
}
#error-messages span.error{
    color: red;
    font-size: 12px;
    display: block;
    text-align: center;
}

#content_generic span.success{
    color: green !important;
    font-size: 14px !important;
    display: block !important;
    text-align: left !important;
}

.subscription_container{
    width: 1130px;
    float: left;
    margin: 5px 0;
    padding-left: 35px;
}
.subscription_container p.subscription_content{
    width: 200px;
    float: left;
    margin: 0;
    margin-right: 10px;
    padding: 5px;
    border: 1px solid #cecece;
    font-size: 12px;
    text-align: center;
}
.subscription_container p.subscription_content span{
    display: block;
    margin-bottom: 10px;
    height: 120px;
    overflow: hidden;
}

#contact-container{
    width: 600px;
    height: 477px;
    float: left;
    background-color: #333333;
    font-size: 14px;
    font-weight: bold;
    color: #999999;
}
#new-contact-container{
    width: 600px;
    height: 500px;
    float: left;
    background: url(../img/contact-bg.gif) repeat-y scroll transparent;
    font-size: 14px;
    font-weight: bold;
    color: #999999;
}

#contact-logo{
    width: 600px;
    float: left;
    height: 88px;
    background: url(../img/header_side_background_old.jpg) repeat scroll 0 -22px transparent;
    background-color: #000;
}
#new-contact-logo{
    width: 600px;
    float: left;
    height: 118px;
}

.contact-text{
    width: 595px;
    float: left;
    padding-top: 10px;
    padding-left: 5px;
    text-align: left;
}
.new-contact-text{
    width: 600px;
    float: left;
    padding-top: 10px;
    text-align: left;
    background: url(../img/contact-bg.gif) repeat transparent;
}

.contact-text span{
    display: block;
    color: #999999;
}
.contact-text label{
    display: block;
    color: green;
}
#new-contact-form,
.contact-form{
    width: 595px;
    float: left;
    padding-top: 15px;
    padding-left: 5px;
    text-align: left;
}
#new-contact-form label{
    font-weight: bold;
    font-size: 14px;
    color: #000000;
}

.contact-form div{
    width: 595px;
    float: left;
}
#new-contact-form input{
    width: 470px;
    color: #a2a2a2;
    font-size: 14px;
    height: 15px;
    border: 1px solid #c9c9c9;
}
#new-contact-form textarea{
    width: 470px;
    color: #a2a2a2;
    font-size: 14px;
    height: 115px;
    border: 1px solid #c9c9c9;
}
#new-contact-form  td{
    padding: 5px 0px;
}

#new-contact-form a{
    background: url(../img/contact-send.png) no-repeat transparent;
    width: 173px;
    height: 39px;
    line-height: 39px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    float: left;
    text-align: center;
}
#contact_footer{
    background: url(../img/contact-footer.gif) no-repeat transparent;
    width: 600px;
    height: 23px;
    float:left;
    clear: both;
}

.contact-form div input{
    width: 575px;
    color: #993333;
    font-size: 14px;
    height: 15px;
}

.contact-form div textarea{
    width: 380px;
    color: #993333;
    font-size: 14px;
    height: 115px;
}
.description_left{
    width: 390px !important;
    float: left !important;
}
.description_right{
    width: 200px !important;
    float: left;
    text-align: center !important;
}

.description_right input{
    font-size: 16px !important;
    height: 22px !important;
    width: 58px !important;
}
.h90 {
    min-height: 75px;
}
.csblisting .table_row {
    float: left;
    width: 681px;
    margin-left: 10px;
    border-bottom: 1px solid #000;
}
.csblisting .table_row .picture_cell {
    float: left;
    width: 130px;
    border-right: 1px solid #000;
    color: #000000;
    font-size: 11px;
    font-weight: bold;
}
.table_row .picture_cell .picture_box{
    width: 130px;
    height: 90px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color: #000000;
    font-size: 11px;
    font-weight: bold;
}
.table_row .picture_cell .picture_box * {
    vertical-align: middle;
}
/*\*//*/
.table_row .picture_cell .picture_box {
    display: block;
}
.table_row .picture_cell .picture_box span {
    display: inline-block;
    height: 100%;
    width: 1px;
}
/**/
.csblisting .table_row .product_cell {
    float: left;
    width: 399px;
    border-right: 1px solid #000;
    color: #000000;
    font-size: 11px;
    font-weight: bold;
    padding-left: 5px;
    padding-top: 15px;
}
.csblisting .table_row .product_cell .row{
    float: left;
    height: 50px;
    overflow: hidden;
    width: 399px;
}
.csblisting .table_row .product_cell .button{
    float: left;
    width: 399px;
}

.csblisting .table_row .price_cell {
    float: left;
    width: 76px;
    border-right: 1px solid #000;
    color: #000000;
    font-size: 11px;
    font-weight: bold;
    padding-left: 5px;
    padding-top: 15px;
}
.csblisting .table_row .year_cell {
    float: left;
    width: 56px;
    border-right: 1px solid #000;
    color: #000000;
    font-size: 11px;
    font-weight: bold;
    padding-left: 5px;
    padding-top: 15px;
}
.no_border {
    border: 0px !important;
}

#searchInput{
    width: 200px;
    height: 12px;
    font-size: 10px;
    color: #993333;
}
.h45{
    height: 45px;
}
.h40{
    height: 40px;
}
.h35{
    height: 35px;
}
.center_dealers {
    float: left;
    width: 750px;
}
.center_dealers .table_row .picture_cell .picture_box{
    width: 130px;
    height: 45px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color: #000000;
    font-size: 11px;
    font-weight: bold;
}
.table_row .picture_cell .picture_box * {
    vertical-align: middle;
}
/*\*//*/
.table_row .picture_cell .picture_box {
    display: block;
}
.table_row .picture_cell .picture_box span {
    display: inline-block;
    height: 100%;
    width: 1px;
}
/**/
.center_dealers .csblisting .table_row .product_cell {
    float: left;
    width: 399px;
    border-right: 1px solid #000;
    color: #000000;
    font-size: 11px;
    font-weight: bold;
    padding-left: 5px;
    padding-top: 5px;
}
.center_dealers .csblisting .table_row .country_cell {
    float: left;
    width: 138px;
    border-right: 1px solid #000;
    color: #000000;
    font-size: 11px;
    font-weight: bold;
    padding-left: 5px;
    padding-top: 10px;
}

.sitemap_border{
    border-bottom: 1px solid #ACACAC;
    padding-bottom: 8px;
    margin-bottom: 10px;
    margin-top: 30px;
    font-size: 22px;
    font-weight: bold;
}
.sitemap_cat_container{
    display: block;
    margin-top: 10px;
}

.sitemap_cat{
    float: left;
    margin-right: 10px;
    width: 220px;
}
.sitemap_cat a{
    display: block;
    font-size: 11px;
    font-weight: normal;
    line-height: 18px;
    margin-bottom: 2px;
    padding: 0 7px;
    text-decoration: none;
}
.sitemap_cat a.cat {
    color: #000000;
    font-size: 13px;
    font-weight: bold;
}
.sitemap_cat a.subcat {
    color: #76797C;
}

a.subcat:hover, a.dealer:hover, a.builder:hover, a.sitemap_link:hover {
    color: #232323;
    text-decoration: underline;
}
a.dealer, a.builder, a.sitemap_link {
    color: #76797C;
    float: left;
    text-decoration: none;
}
.sitemap_link{
    width: 100px;
    font-size: 11px;
    font-weight: normal;
    line-height: 18px;
    margin-bottom: 10px;
    padding-left: 26px;
}
.dealer_builder{
    width: 140px;
    float: left;
    font-size: 11px;
    font-weight: normal;
    line-height: 18px;
    margin-bottom: 10px;
}
.dealer_builder img{
    float: left;
    padding-right: 5px;
    padding-top: 2px;
}

.nform {
    float: left;
    width: auto;
    height: auto;
}

.newsletterbox .wrap-newsletter {
    float: left;
    width: 170px;
    height: 128px;
}


.feedbackTable .subm {
    background: url("../img/feedback.jpg") repeat scroll 0 0 transparent;
    height: 26px;
    margin: 0 0 0 0;
    padding: 0;
    width: 140px;
}
.feedbackTable input {
    float: left;
    border: 0 none;
    color: #777575;
    font-family: Arial;
    font-size: 14px;
    padding: 3px;
}
.feedbackTable {
    -moz-border-radius: 5px 5px 5px 5px;
    background: url("../img/feedback_gradient.jpg") repeat-x scroll 0 0 #7E0E0C;
    background-repeat: no-repeat;
    margin: 5px auto;
    padding: 10px;
    width: 362px;
    height: 225px;
    float:left;
}
.feedBoxClass {
    background-color: #FFFFFF;
    margin: auto;
    position: relative;
    width: 380px;
}
.feedback_row {
    float:left;
    width: 360px;
    margin-bottom: 5px;
    _margin-bottom: 5px;
}
.feedback_row textarea {
    float:left;
    width: 355px;
    border: 0 none;
    color: #777575;
    font-family: Arial;
    font-size: 14px;
    padding: 3px;
    height: 60px;
}
.feedBoxClass h1 {
    color: #595959;
    font-size: 22px;
    font-family: Arial,Helvetica,sans-serif;
    margin-top: 10px;
    padding-bottom: 5px;
}
.feedBoxClass h2{
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 15px;
    margin-top: 10px;
    width: 340px;
    float:left;
    margin-bottom: 5px;
    _margin-bottom: 5px;
}
.account_page {
    margin: 0 auto;
}
.account .header {
    float: left;
    margin-left: 1px;
    width: 1180px;
}
.account .header .left{
    float: left;
    background: url("../img/new_account_sprite.png") 0px -175px;
    background-repeat: no-repeat;
    width: 7px;
    height: 48px;
}
.account .header .content{
    float: left;
    background: url("../img/new_account_sprite.png") 0px -274px;
    background-repeat: x-repeat;
    width: 1163px;
    height: 48px;
    text-align: center;
}
.account .header .content .content_menu{
    width: 920px;
    margin:0 auto;
}
.account .header .content div.menu_divider{
    float: left;
    height: 46px;
    border-left: 2px solid #c4c4c5;
    width: 2px;
}
.account .header .content div a {
    float: left;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    color: #ffffff;
    padding: 15px 14px 0px 14px;
    text-decoration: none;
}
.account .header .content div a:hover{
    text-decoration: underline;
}
.account .header .content div a.selected{
    text-decoration: underline;
}
.account .header .content ul li a.inactive{
    color: #999999;
}
.account .header .content  ul li a.inactive:hover{
    color: #999999;
    text-decoration: none;
}
.account .header .right{
    float: left;
    background: url("../img/new_account_sprite.png") 0px -225px;
    background-repeat: no-repeat;
    width: 9px;
    height: 48px;
}
.account .subheader {
    float: left;
    margin-left: 86px;
    height: 23px;
    margin-top: -1px;
}
.account .subheader .left{
    float: left;
    background: url("../img/sub_header.jpg") 0 0;
    background-repeat: no-repeat;
    width: 6px;
    height: 23px;
}
.account .subheader .right{
    float: left;
    background: url("../img/sub_header.jpg") 0 -46px;
    background-repeat: no-repeat;
    width: 6px;
    height: 23px;
}
.account .subheader .content{
    float: left;
    background: url("../img/sub_header.jpg") 0 -23px;
    background-repeat: x-repeat;
    width: 487px;
    height: 23px;
}
.account .subheader .content div a {
    float: left;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
    padding: 4px 10px 0px 10px;
    text-decoration: none;
}
.account .subheader .content div a:hover{
    text-decoration: underline;
}
.account .subheader .content div a.selected{
    text-decoration: underline;
    color: #90002e;
}
.account .subheader .content div.menu_divider{
    float: left;
    height: 23px;
    border-left: 2px solid #c4c4c5;
    width: 2px;
}

.account .account_body{
    float: left;
    width: 1180px;
    background: url("../img/big_middle_shaddow.jpg");
    background-repeat: repeat-y;
    position: relative;
}

.account .account_body .box{
    /*width: 838px;*/
    width: 930px;
    margin: 0px auto;
}
.account input[type=text]{
    width: 200px;
}
.left_bottom_corner{
    float: left;
    width: 10px;
    height: 11px;
    margin-left: 2px;
    margin-top: -4px;
    background: url("../img/border_bottom_left.gif") left;
    background-repeat: no-repeat;
}
.bottom_border_left{
    float: left;
    background: url("../img/border_bottom.gif") left;
    background-repeat: repeat-x;
    height: 7px;
    width: 815px;
}
.right_bottom_corner{
    float: left;
    width: 11px;
    height: 11px;
    margin-top: -5px;
    margin-bottom: 1px;
    background: url("../img/border_bottom_right.gif");
    background-repeat: no-repeat;
}
.account .account_body .left_part {
    float: left;
    width: 594px;
    min-height: 533px;
}
.account .account_body .row-left{
    float: left;
    width: 560px;
    padding-left: 25px;
}
a.tu{
    color: #000;
}

.account .account_body .right_part {
    float: right;
    width: 280px;
    min-height: 533px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 20px;
}
.right_logo{
    width: 280px;
    float: left;
    text-align: center;
    padding: 10px 0;
}
.account .account_body .row{
    float: left;
    /*width: 838px;*/
    width: 930px;
    margin-left: 25px;
}

.account .account_body h1{
    float: left;
    margin: 45px 0px 45px 0px;
    font-size: 23px;
    font-weight: bold;
}
.account .account_body .email_icon {
    background: url("../img/account_sprite.png") 0 0px;
    width: 12px;
    height: 23px;
    color: #fff;
    font-size: 10px;
    padding-left: 22px;
    padding-top: 2px;
}
.account_icon_holder {
    background: url("../img/account_sprite.png") 142px -159px ;
    width: 142px;
    height: 92px;
}
.edit_profile_icon {
    background: url("../img/account_sprite.png") 93px -34px;
    width: 83px;
    height: 83px;
    margin: 3px 0px 0px 28px;
    text-indent: -999999px;
}
.account_option_user {
    width: 140px;
    margin-left: 60px;
    float: left;
}
.account_option_user.first {
    margin: 0;
}
.account_icon_holder_user {
    width: 140px;
}
.account_icon_holder_user .edit_profile_icon {
    background: url(../img/user_edit_profile.png);
    width: 140px;
    height: 90px;
    margin: 0;
}
.account .account_body .end-user h1{
    margin-top:20px;
    margin-bottom:20px;
}
.account .account_body .account_what_to_do{
    float:right;
    width:555px;
    height:auto;
    padding-left:5px;
    border:2px solid #000;
    height:300px;
}

.account .account_body .end-user .left_part{
    width:750px;
}

.account .account_body .account_what_images{
    float:left;
    width:160px;
    margin:0;
}

.account .account_body .account_what_images .account_option_user{
    margin-left:0;
    margin-bottom:18px;
}

.account .account_body .end-user h3{
    font-size:14px;
    margin-bottom:25px;
}

.account .account_body .end-user h4{
    font-size:14px;
    margin-top:20px;
    text-align:left;
    font-weight:bold;
    line-height:20px;
}

.account .account_body .end-user p{
    font-size:14px;
    text-align:left;
    font-weight:bold;
    line-height:20px;
}

.account .account_body .end-user ul{
    font-size:14px;
    text-align:left;
    font-weight:bold;
    line-height:20px;
}

.account .account_body .end-user a{
    font-size:14px;
    text-align:left;
    font-weight:bold;
    color:#000;
    line-height:20px;
    text-decoration:underline;
}

.offer_item_icon {
    background: url("../img/offer_instrument.jpg") 0 0; width: 83px; height: 83px; margin: 3px 0px 0px 28px;
}
.account_icon_holder_user .offer_item_icon {
    background: url(../img/user_offer_items.png);
    width: 140px;
    height: 90px;
    margin: 0;
    text-indent: -999999px;
}
.request_item_icon {
    background: url("../img/request_instrument.jpg") 0 0;
    width: 83px;
    height: 83px;
    margin: 3px 0px 0px 28px;
}
.account_icon_holder_user .request_item_icon {
    background: url(../img/user_request_items.png);
    width: 140px;
    height: 90px;
    margin: 0;
    text-indent: -999999px;
}
.edit_add_instrument_icon {
    background: url("../img/account_sprite.png") -83px -118px;
    width: 83px;
    height: 83px;
    margin: 3px 0px 0px 28px;
    text-indent: -999999px;
}
.dealers_collective_icon {
    background: url("../img/account_sprite.png") 176px -34px;
    width: 83px;
    height: 83px;
    margin: 3px 0px 0px 28px;
    text-indent: -999999px;
}
.boost_shop_icon {
    background: url("../img/account_sprite.png") 340px -118px; width: 83px; height: 83px; margin: 3px 0px 0px 28px;
    text-indent: -999999px;
}
.reseller_network_icon {
    background: url("../img/account_sprite.png") -82px -34px;
    width: 83px;
    height: 83px;
    margin: 3px 0px 0px 28px;
    text-indent: -999999px;
}
.advertise_icon {
    background: url("../img/account_sprite.png") 0px -34px;
    width: 83px;
    height: 83px;
    margin: 3px 0px 0px 28px;
    text-indent: -999999px;
}

.account .account_option {
    float: left;
    width: 152px;
    margin-bottom: 10px;
}
.account .account_option a.left-text, .account .account_option div{
    float: left;
    width: 140px;
    font-size: 11px;
    color: #3a3a3a;
    text-decoration: none;
}
.account .account_option .account_option_not_available {
    float: left;
    width: 110px;
    font-size: 9px;
    margin-top: -70px;
    margin-left: 15px;
    color: #ff0000;
    text-align: center;
}
.account .account_option .account_option_not_available a {
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
    color: #ff0000;
    cursor: pointer !important;
    cursor: hand !important;
}
.ontop {
    position: relative;
    z-index: 2;
}

.transparent {
   -moz-opacity: 0.2;
   opacity: 0.2;
   position: relative;
   /* IE 8: yes, it is ugly but it has to be on one line. :-( */
    -ms-filter: "progid:DXImageTransform.Microsoft.Chroma(color='white') progid:DXImageTransform.Microsoft.Alpha(opacity=20)";

    /* IE 6,7 is more flexible: it can be on multiple lines. */
    filter: progid:DXImageTransform.Microsoft.Chroma(color='white') progid:DXImageTransform.Microsoft.Alpha(opacity=20);
}
body .transparent {
    background-color: white;
}
.table {
    float: left;
    width: 600px;
}
.table_row {
    float: left;
    /*width: 100%;*/
    width: auto;
}

.table_head_cell {
    float: left;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    background: url("../img/head_sprite.jpg") 0 -55px;
    height: 18px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    padding: 3px 5px 3px 5px;
}

.table_cell {
    float: left;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    height: 20px;
    line-height: 20px;
    color: #000;
    font-size: 12px;
    padding: 3px 5px 3px 5px;
    overflow: hidden;
}
.odd {
    float: left;
    background-color: #d2d2d2;
}
.even {
    float: left;
    background-color: #eaeaea;
}

/*search*/
#iFinderContent {
  background:#1d1d1b url(../img/finder_m2.jpg) repeat-x;
  padding:5px 0;
  margin-top:5px;
  display:none;
}

#iFinderContent input{
    color: #2A2A2A;
    font-size: 18px;
    height: 22px;
    text-align: center;
    width: 75px;
    font-family: Arial,Helvetica,sans-serif;
    text-decoration: none;
    text-transform: none;
    vertical-align: middle;
}

.iFinderTabContentClass {
    position:relative;
    visibility:hidden;
    width:100%;
    height:auto;
    margin-top:10px;
}

.search_text{
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    text-transform: none;
    padding:0px 0px 0px 5px;
}

.iFinderAdvSearchLink{
    position:relative;
    margin-top:8px;
    margin-left:10px;
    color:#FFFFFF;
    font-size:14px;
    font-weight:bold;
    min-width:300px;
}
label.join {
    float: left;
    width: 100px;
    height: 25px;
    line-height: 25px;
    font-size: 16px;
    color: #020202;
}
label.join span{
    color: #FF0202;
}
input.join, select.join {
    float: left;
    /*width: 250px;*/
    width: 90%;
    color: #020202;
    border: 1px solid #c7c8c8;
    height: 25px;
    line-height: 25px;
    font-size: 16px;
    font-weight: normal;
}
#form_save_account_settings .shipping_fees label,
#form_save_information .shipping_fees label{
    width: auto;
    padding-right: 5px;
}
#form_save_account_settings .shipping_fees input.fee,
#form_save_information .shipping_fees input.fee{
    width: 50px;
}
#form_save_account_settings .shipping_fees input.text,
#form_save_information .shipping_fees input.text{
    width: 150px;
}
#form_save_account_settings .shipping_fees ul li,
#form_save_information .shipping_fees ul li{
    width: 780px;
    float:left;
}
#form_save_account_settings div label, #form_save_information div label{
    width: 160px;
}
#form_save_account_settings div label a{
    color: #020202;
    text-decoration: underline;
}
#form_save_account_settings div select{
    width: 203px;
}

#form_save_account_settings div textarea{
    width: 350px;
    height: 70px;
    color: #020202;
}
#form_save_account_settings div p span{
    float: left;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    color: #020202;
}
#form_save_account_settings div p input{
    width: 170px;
    margin: 0 5px;

}
.join_bottom_part a .button {
    margin-top: 50px;
    margin-left: 120px;
    margin-bottom: 20px;
    float: left;
    background: url("../img/join_sprite.png") 0px -64px;
    width: 204px;
    height: 47px;
    color: #fff;
    padding-top: 10px;
    font-size: 30px;
}
label.join_big_label {
    float: left;
    width: 100%;
    height: 25px;
    line-height: 25px;
    font-size: 16px;
    color: #020202;
}

.instrument_list {
    min-height: 50px;
}
.instrument_list .row{
    float: left;

    margin-left: 15px !important;
    padding-top: 5px;
    border-bottom: 1px solid #000;
}

.instrument_list .row .img_box{
    float: left;
    /*height: 80px;*/
    width: 100px;
}
.instrument_list .row .title_box{
    float: left;
    height: 90px;
    width: 430px;
    padding-left: 10px;
}
.instrument_list .row .title_box span{
    float: left;
    width: 420px;
    height: 20px;
    line-height: 20px !important;
    overflow: hidden;
}
.instrument_list .row .price_box {
    float: left;
    width: 140px;
    padding-top: 5px;
}
.instrument_list .row .price_box span{
    float: left;
    width: 140px;
}
.instrument_list .row .action_box {
    float: left;
    width: 100px;
    padding-left: 10px;
}
.instrument_list .row .action_box span{
    float: left;
    width: 100px;
}

/* mesage view*/
.table_cell a{
    color: #000;
}
.table_cell a img{
    padding: 2px 0px;
}


.table_cell_view {
    float: left;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    color: #000;
    font-size: 12px;
    padding: 3px 5px 3px 5px;
    height: auto;
    line-height: 20px;
}
.message_view {
    float: left;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    color: #000;
    font-size: 12px;
    padding: 3px 5px 3px 5px;
    height: auto;
    line-height: 20px;
}
#recipient_name{
    width:200px;
}
#message_title{
    width: 360px;
    border : 1px solid #000;
}
#message_content_tbl,
#message_content{
    width: 453px;
    margin-left:5px;
    border : 1px solid #000;
    height: 100px;
}
.autosuggest {
  border: 1px solid #000000;
  display: none;
  padding: 0px;
  position:absolute;
  width: 250px;
  min-width: 250px;
  z-index: 1;
  overflow: auto;
}

.loading{
  background-image:url('../img/indicator.gif');
  background-position:right;
  background-repeat:no-repeat;
}

.autosuggest ul li {
  background-color:#fff;
  cursor:pointer;
  display:block;
  list-style:none;
  white-space:nowrap;
}

.autosuggest ul li:hover {
  background-color:#efefef;
  color:#000;
}

#errors{
    font-size:12px;
    color: #90002e;
    float: left;
    width: 550px;
    padding-left: 5px;
}
.instrument_list .add_this_box span{
    width: 16px !important;
    height: 16px !important;
}
.user_logo img{
    margin: 5px 0;
}
.user_logo a{
    display: block;
    text-align: center;
    color: #000;
    text-decoration: underline;
}

.upload_logo{
    height: 35px;
    line-height: 35px;
    float: left;
}
.menu_element{
    float: left;
}

.input_reset{
    border: 0;
    padding: 0;
    margin: 0;
    background-image: url("../img/createaccbutton_bg.jpg");
    background-repeat: repeat-x;
    color: #FFFFFF;
    cursor: pointer; cursor: hand;
    float: left;
    font-size: 16px;
    font-weight: bold;
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    text-decoration: none;
}

.image_sort {
    float: left;
    margin-right: 10px;
}

#request_info{
    text-align: center;
    height: 30px;
}
#request_info a{
    color: #fff;
    height: 20px;
    line-height: 20px;
    background-color: #171717;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 50px;
    text-decoration: underline;
}
#request_info a:hover{
    color: #fff;
    height: 20px;
    line-height: 20px;
    background-color: #841714;
    font-size: 16px;
    padding: 5px 50px;
    text-decoration: underline;
}

#visitorsdiv{
    float: left;
    padding-top: 10px;
    width: 275px;
    font-size: 11px;
}

#visitorsdiv #vtitle{
    text-align: center;
    padding: 5px 0px;
    font-weight: bold;
}
#visitorsdiv #vtitle span{
    margin-bottom: 5px;
    border-bottom: 2px solid #C5C5C6;
    padding: 0 10px;
    padding-bottom: 5px;
}

#visitorsdiv .left_cell{
    width: 80px;
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    padding-left: 30px;
}
#visitorsdiv .right_cell{
    width: 140px;
    font-size: 11px;
    color: #494949;
}
.offers_sortable{
    width: 800px;
    float: left;
    padding-bottom: 10px;
}
.offers_sortable .image_sort{
    width: 110px;
    height: 100px;
    padding-bottom: 10px;
    float: left;
    text-align: center;
}
a.gray_button {
    padding: 5px 15px;
    font-size: 14px;
    line-height: 26px;
    background: #c0c0c0;
}
a.gray_button:hover {
    text-decoration: underline;
}
a span.item_media_head {
    float: left;
    padding: 4px 16px;
    border-bottom: 0px;
    color: #fff;
    font-size: 12px;
    border-right: 1px solid #c5c5c6;
}
a span.item_media_head.active,
a span.item_media_head:hover {
    text-decoration: underline;
}

#most-wanted, .user_actions{
    width: 230px;
    float: left;
    padding-left: 2px;
    padding-top: 10px;
}
.rounded_row{
    width: 275px;
    float: left;
    height: 14px;
}

.rounded_border_top{
    width: 260px;
    float: left;
    border-top: 1px solid #d4d4d4;
    height: 13px;
}
.rounded_left_top_corner{
    width: 7px;
    float: left;
    height: 14px;
    background-image: url(../img/top_left_right_sidebar.jpg);
}
.rounded_right_top_corner{
    width: 8px;
    float: left;
    height: 14px;
    background-image: url(../img/top_right_right_sidebar.jpg);
}

.rounded_left_bottom_corner{
    width: 8px;
    float: left;
    height: 14px;
    background-image: url(../img/bottom_left_right_sidebar.jpg);
}

.rounded_right_bottom_corner{
    width: 8px;
    float: left;
    height: 14px;
    background-image: url(../img/bottom_right_right_sidebar.jpg);
}

.rounded_border_bottom{
    width: 259px;
    float: left;
    border-bottom: 1px solid #d4d4d4;
    height: 13px;
}
.rounded_container{
    width: 273px;
    float: left;
    border-right: 1px solid #d4d4d4;
    border-left: 1px solid #d4d4d4;
}
.dealers_colective_container{
    width: 193px;
    padding:0px 30px 0px 50px;
    float: left;
    font-size: 10px;
    background-color: #ffffd1;
}
.dealers_colective_title{
    width: 178px;
    float: left;
    font-weight: bold;
    text-align: center;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 2px solid #c5c5c6;
}

.affiliate_action_box,
#dealerColectives{
    width: 275px;
    float: left;
}

.affiliate_action_box .rounded_row,
#dealerColectives .rounded_row{
    background-color: #ffffd1;
}
.affiliate_action_box .rounded_row .rounded_left_top_corner,
#dealerColectives .rounded_row .rounded_left_top_corner{
    width: 7px;
    float: left;
    height: 14px;
    background-image: url(../img/top_left_right_sidebar_yellow.jpg);
}
.affiliate_action_box .rounded_row .rounded_right_top_corner,
#dealerColectives .rounded_row .rounded_right_top_corner{
    width: 8px;
    float: left;
    height: 14px;
    background-image: url(../img/top_right_right_sidebar_yellow.jpg);
}

.affiliate_action_box  .rounded_row .rounded_left_bottom_corner,
#dealerColectives .rounded_row .rounded_left_bottom_corner{
    width: 8px;
    float: left;
    height: 14px;
    background-image: url(../img/bottom_left_right_sidebar_yellow.jpg);
}

.affiliate_action_box  .rounded_row .rounded_right_bottom_corner,
#dealerColectives .rounded_row .rounded_right_bottom_corner{
    width: 8px;
    float: left;
    height: 14px;
    background-image: url(../img/bottom_right_right_sidebar_yellow.jpg);
}
.most_wanted_title{
    width: 273px;
    float: left;
    text-align: center;
}
.most_wanted_title span{
    color: #000;
    font-size: 10px;
    display: block;
    font-weight: bold;
}
.most_wanted_title label{
    color: #494949;
    font-size: 10px;
    display: block;
    margin: 0 20px;
}
.most_wanted_container{
    width: 273px;
    float: left;
}
.most_wanted_row{
    width: 273px;
    float: left;
}
.most_wanted_container_row{
    width: 200px;
    padding-left: 20px;
    font-size: 10px;
    margin-top: 5px;
    float: left;
}
.most_wanted_picture{
    width: 41px;
    height: 28px;
    float: left;
    text-align: right;
}

.most_wanted_container_row span{
    color: #303030;
    padding-right: 5px;
}

.most_wanted_container_row a{
    color: #303030;
    text-decoration: underline;
}
.end_user_button{
    float: left;
    padding-left: 50px;
    margin-bottom: 20px;
}
.end_user_button img{
    float: left;
}
.rounded_container .button, .account_body .button{
    background-image: url(../img/end_user_button_1px.jpg);
    background-repeat: repeat-x;
    color: #FFFFFF;
    float: left;
    font-size: 14px;
    height: 37px;
    line-height: 37px;
    width: 170px;
    text-align: center;
}
.account .row.no_border label {
    float: left;
    width: 200px;
    font-size: 16px;
}
.account .row.no_border label span {
    color: #ff0202;
}
.account .row.no_border input[type=text] {
    width: 200px;
}
.new_err_msg {
    color: #ff0202;
}
.new_err_msg a{
    color: #ff0202 !important;
    text-decoration: underline;
}
.instrument_list .row a {
    color: #000;
}
.account_page .top_shadow {
    float: left;
    background: url('../img/new_account_sprite.png') 0 0;
    height: 6px;
    width: 1180px;
    background-repeat: no-repeat;
    margin-left: 2px;
}
.account_page .footer {
    float: left;
    background: url('../img/new_account_sprite.png') 0px -7px;
    height: 15px;
    width: 1180px;
    background-repeat: no-repeat;
    margin-left: 2px;
}
.account_page .save_btn {
    float: left;
    background: url('../img/new_account_sprite.png') 0px -82px;
    width: 365px;
    height: 30px;
    text-align: center;
    padding-top: 4px;
}
.account_page .back_btn {
    float: left;
    background: url('../img/new_account_sprite.png') 0px -117px;
    width: 280px;
    height: 30px;
    text-align: center;
    padding-top: 4px;
}
.account_page .upload_button {
    float: left;
    background: url('../img/new_account_sprite.png') 0px -22px;
    width: 87px;
    height: 20px;
    text-align: center;
    font-size: 12px;
    padding-top: 5px;
}
.account_page h1 {
    font-size: 19px !important;
    font-weight: normal !important;
}
.media_head {
    float:left;
    background: url('../img/new_account_sprite.png') 0px -151px;
    background-repeat: no-repeat;
    width: 297px;
    height: 23px;
}
.no_padding_top {
    padding-top: 0px !important;
}

.subscription-title{
    width: 850px;
    float: left;
}
.subscription-title h1{
    font-size: 21px;
    color: #000;
    margin: 0 !important;
}

.subscription-title span.member_since{
    font-size: 11px;
    color: #666;
    display: block;
}

.subscription-title span.next_charge{
    color: #000;
    display: block;
    font-size: 11px;
}

.current_subscription_container{
    width: 880px;
    float: left;
    padding-top: 20px;

    padding-bottom: 20px;
}

.current_subscription_border{
    width: 578px;
    border: 1px solid #666;
    padding: 15px;
    float: left;
}

.current_subscription_border img{
    display: block;
    margin: 0 auto;
}

.current_subscription_border .price{
    color: #666;
    font-size: 15px;
    text-align: left;
    padding-left: 5px;
    display: block;
}

.current_subscription_content{
    width: 300px;
    float: left;
}

.subscription_plan{
    width: 100%;
    float: left;
    padding-bottom: 5px;
    color: #000;
    font-size: 20px;
}
.subscription_name{
    width: 100%;
    float: left;
    color: #000;
    font-size: 30px;
    text-align: right;
}
.features_available{
    width: 100%;
    float: left;
    padding-bottom: 20px;
}
.features{
    padding-left: 50px;
    float: left;
}
.upgrade_subscription_container{
    width: 849px;
    float: left;

}
.upgrade_subscription_container img{
    float: left;
}
.upgrade_subscription_content{
    width: 809px;
    float: left;
    background-image: url(../img/upgrade_subscription_1px.png);
    background-repeat: repeat-y;
    padding: 10px 20px;
}
.upgrade_title_red{
    width: 809px;
    float: left;
    padding-bottom: 2px;
    color: #ba1e1d;
    font-size: 21px;
}
.upgrade_title{
    width: 809px;
    float: left;
    padding-bottom: 5px;
    color: #000;
    font-size: 21px;
}
.upgrade_subscription_content .fr img{
    display: block;
    float: none;
}

.upgrade_subscription_content .fr  .upgrade_price{
    color: #000;
    font-size: 21px;
    text-align: left;
    padding-left: 5px;
    display: block;
}

.upgrade_features{
    width: 760px;
    float: left;
    background-image: url(../img/upgrade_subscription_arrow.jpg);
    min-height: 300px;
    padding-left: 40px;
    padding-top: 10px;
    background-repeat:no-repeat;
}
.upgrade_features_content{
    width: 505px;
    float: left;
    font-size: 18px;
    min-height: 225px;
}

.upgrade_button{
    width: 320px;
    float: left;
    padding-left: 180px;
}
.upgrade_button p{
    width: 320px;
    float: left;
    text-align: left;
}
.upgrade_button p a.change_subscription{
    font-size: 12px;
    color: #000;
    text-decoration: underline;
}
.upgrade_button a span{
    background: url(../img/join_sprite.png) repeat scroll 0 -64px transparent;
    color: #FFFFFF;
    float: left;
    font-size: 30px;
    height: 47px;
    padding-top: 10px;
    width: 204px;
    text-align: center;

}
.bulk-ops{
    float: right;
}
#box-container{
    position: relative;
    z-index: 1;
}
.box #box-container{
    margin-bottom:75px;
}
.change_password_container{
    right: 0;
    top: 0;
    float: left;
    width: 253px;
    z-index: 9999;
    position: absolute;
}
.change_password_button{
    width: 240px;
    height: 47px;
    background-image: url(../img/button_change_password.jpg);
    background-repeat: no-repeat;
    line-height: 47px;
    float: left;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    text-decoration: underline;
}

.change_password_content{
    width: 240px;
    float: left;
}
.change_password_content_header{
    width: 253px;
    height: 47px;
    background-image: url(../img/header_change_password.jpg);
    background-repeat: no-repeat;
    float: left;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    line-height: 47px;
}
.change_password_content_header a{
    color: #ffffff;
}
.change_password_inside{
    width: 223px;
    float: left;
    background-image: url(../img/1px_change_password.jpg);
    background-repeat: repeat-y;
    padding: 15px 15px 10px 15px;
}
.change_password_content_footer{
    width: 253px;
    float: left;
    height: 16px;
    background-image: url(../img/footer_change_password.jpg);
    background-repeat: no-repeat;
}

.change_password_inside span{
    display: block;
    color: #000;
    font-size: 16px;
    margin-bottom: 3px;
}
.change_password_inside input{
    border: 1px solid #afb0b1;
    width: 200px;
    display: block;
}
.search_label{
    font-size: 12px;
    line-height: 20px;
    height: 20px;
    width: 130px;
}
#search_in_watch_list,
#search{
    border: 1px solid #afb0b1;
    float: left;
    height: 17px;
    border-right: 0;
}
.instrument_list2 #searchButton,
.instrument_list #searchButton{
    width: 68px;
    height: 21px;
    float: left;
    background-image: url(../img/search_button.jpg);
    background-repeat: no-repeat;
    color: #000;
    padding-left: 10px;
    font-size: 11px;
    line-height: 21px;
}
.instrument_list #sort_options,
.instrument_list2 #sort_options,
.instrument_list #bulk_options,
.instrument_list2 #bulk_options, .filter_options{
    border: 1px solid #afb0b1;
    width: 200px;
}
.sort_label{
    font-size: 12px !important;
    line-height: 20px !important;
    height: 20px !important;
    width: 130px;
}

.page404{
    color: #333333;
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
}
.page404 h2{
    color: #B21B2A;
    margin: 10px 0;
    font-size: 17px;
}

.small_red_button {
    float: left;
    background: url('../img/new_account_sprite.png') 0px -47px !important;
    height: 28px !important;
    width: 123px !important;
    text-align: center !important;
    padding-top: 7px !important;
    font-size: 16px !important;
    background-repeat: no-repeat !important;
    margin-left: 1px !important;
    color: #fff !important;
}

.ci_pager_black.spacing  strong,
.ci_pager_black.spacing a{
    padding-right:5px;
}

.ci_pager_black a {
    color: #000;
}
.ci_pager_black a:hover {
    text-decoration: underline;
}

.searchNone{
    float: none !important;
    border: 1px solid #dadada !important;
}

#media_row{
    margin: 0 auto;
    width: 480px;
}
.upgrade_subscription_collective{
    float: left;
    position: absolute;
    width: 1180px;
    background-color: #fff;
    opacity:0.8;
    filter:alpha(opacity=80);
    z-index: 100;
    top: 60px;
    left: 0;
}
.account_body  .end_user_button{
    z-index: 101;
    float: left;
    position: absolute;
    top: 330px;
    left: 520px;
}
.dealers_colective_container .end_user_button, .rounded_container .end_user_button{
    position: static !important;
}
#gthumbs_all,
#gthumbs_photo,
#gthumbs_video {
    width: 5000px;
}

.contactsellerred {
    background: url(../img/redgradient2.jpg) repeat-x;
    float:left;
    width: 227px;
    height: 290px;
    padding: 5px 10px;
    color: #fff;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.contactsellerred h3 {
    color: #fff;
    font-size: 17px;
    margin: 0;
}
.contactsellerred h4 {
    color: #fff;
    font-size: 9px;
    margin: 0;
}
.contactsellerred input, .contactsellerred textarea {
    width: 220px;
    padding: 0 4px;
    font-size: 13px;
    color: #9b9b9b;
    border: solid 1px #fff;
    margin-top: 10px;
}
.contactsellerred textarea {
    height: 78px;
    line-height: 13px;
    padding-top: 4px;
    padding-bottom: 4px;
}
.contactsellerred .subm {
    width: 54px;
    height: 24px;
    border: 0;
    background: url(../img/go.png);
    float: right;
}
.contactsellerred p {
    float: left;
    width: 165px;
    font-size: 11px;
}


#preview{
    position:absolute;
    border: 5px double #999999;
    background: transparent;
    display:none;
    color:#fff;
    z-index: 5;
}
.myAccPanel img{
    cursor: pointer; cursor: hand;
    cursor:hand;
}

.make_an_inquiry{
    width: 98px !important;
    height: 17px;
    background: url(../img/small_green_btn.gif);
    background-repeat: no-repeat;
    color: #fff;
    text-align: center;
    padding-top: 1px;
}

.thanks {
    background: url("../img/thanks-bg.jpg") repeat-x scroll left top #333333;
    color: #6D3C3C;
    margin: 0 auto;
    min-height: 150px;
    padding: 11px 0 0 10px;
    position: relative;
    width: 600px;
}

.thanks-options {
    padding: 23px 0 8px 45px;
}

.thanks-options a {
    color: #FFFFFF;
    font-size: 16px;
    text-decoration: none;
}

.thanks-options span {
    color: #6D3C3C;
    font-size: 18px;
    margin: 0 15px;
}

.thanks-close {
    background: url("../img/thanks-close.jpg") no-repeat scroll left top transparent;
    border: medium none;
    cursor: pointer; cursor: hand;
    height: 23px;
    margin: 0 0 0 263px;
    text-indent: -10000px;
    width: 67px;
}

.thanks #thanks-join {
    margin: 50px 0px 0px 50px;
    width: 500px;
    padding: 10px;
}

.thanks #thanks-join p{
    color: #fff;
    font-size: 28px;
}

.thanks #thanks-join a{
    background: url("../img/thank-red-button.gif") no-repeat scroll left top transparent;
    width: 123px;
    height: 42px;
    line-height: 42px;
    color: #fff;
    font-size: 22px;
    text-align: center;
    float: left;
    padding-right: 10px;
}

.suggested_search {
    float: left;
    border: 1px solid #000000;
    background-color: #fff;
    padding: 0px;
    position: absolute;
    /*top: 120px;
    left: 21px;*/
    top: 85px;
    left: 367px;
    width: 360px;
    min-width: 260px;
    min-height: 50px;
    z-index: 999;
    overflow: hidden;
    display: none;
}
.suggested_search .suggested_row_selected,
.suggested_search .suggested_row {
    float: left;
    color: #000;
    padding: 2px 0px 2px 5px;
    width: 355px;
    height: 40px;
}
.suggested_search .suggested_row_selected {
    background-color: #8f101b;
    color: #fff !important;
}
.suggested_search .suggested_row_selected .image_box,
.suggested_search .suggested_row .image_box {
    float: left;
    width: 50px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    vertical-align: middle;
}
.suggested_search .suggested_row_selected .image_box img,
.suggested_search .suggested_row .image_box img{
    max-width: 50px;
    max-height: 40px;
}
.suggested_search .suggested_row_selected .text_body,
.suggested_search .suggested_row .text_body {
    float: left;
    width: 280px;
    padding-left: 5px;
    padding-top: 3px;
}
.suggested_search .suggested_row_selected .head_row,
.suggested_search .suggested_row .text_body .head_row{
    float: left;
    font-size: 13px;
    width: 280px;
    height: 15px;
    line-height: 15px;
    overflow: hidden;
}
.suggested_search .suggested_row_selected .sub_row,
.suggested_search .suggested_row .text_body .sub_row{
    float: left;
    font-size: 11px;
    height: 13px;
    line-height: 13px;
    overflow: hidden;
}
.suggested_row a {
    color: #3F3F3F !important;
}
.suggested_search .suggested_row_selected a {
    color: #fff !important;
}
.suggested_search .text_body span {
    color: #00f !important;
    font-weight: bold;
}
.suggested_search .suggested_row_pager {
    float: left;
    color: #000;
    padding: 5px 0px 2px 0px;
    width: 360px;
    height: 33px;
}
.suggested_search .suggested_row_pager .prev_next_box {
    float: left;
    width: 110px;
}

.suggested_search .suggested_row_pager .prev_next_box a {
    float: left;
    width: 100px;
    color: #000 !important;
    font-size: 13px !important;
}

.suggested_search .suggested_row_pager .prev_next_box a:hover {
    float: left;
    width: 100px;
    color: #8f101b !important;
    font-size: 13px !important;
}
.suggested_search .suggested_row_pager .prev_next_box a span {
    float: left;
    width: 100px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
}

#footer_site_info{
    font-size: 11px;
    color: #777575;
    padding: 5px 0px 0px 0px;
    text-align: center;
    font-weight: bold;
}

#vintageandrare_did_you_hnow{
    float: right;
    width: 250px;
    padding:10px 10px 20px 10px;
    background-image: url(../img/redgradient2.jpg);
    background-repeat: repeat-x;
    color: #fff;
}

#dealer_collective_message_box{
    font-size: 12px;
    float: right;
    width: 380px;
    background-image: url(../img/redgradient2.jpg);
    background-repeat: repeat-x;
    padding:10px 5px;
    color: #fff;
    margin-top: 10px;
}

#dealer_collective_message_box ul li{
    padding: 5px 0px;
}

#subscription_message_box{
    float: right;
    width: 240px;
    padding: 10px;
    background-image: url(../img/redgradient2.jpg);
    background-repeat: repeat-x;
    color: #fff;
    font-size:13px;
}

#subscription_message_box ul li{
    padding: 5px 0px;
}

#subscription_message_box a{
    color: #fff;
}

#subscription_message_box a:hover{
    text-decoration: underline;
}

.seo_field_input{
    width: 555px !important;
    font-size: 10px;
    color: #000;
    font-family: Verdana,Arial,Helvetica,sans-serif;
}

.dealer_video{
    width: 245px;
    float: left;
    padding: 0px 10px 10px 0;
    height: 240px;
}

.dealer_video h2{
    font-size: 14px;
    width: 245px;
    float: left;
    padding: 5px 0px;
    text-align: center;
    height: 30px;
    overflow: hidden;
}


.about_us_container{
    width: 1117px;
    margin-left:8px;
    margin-top: 10px;
}
.board_left{
    width: 905px;
    float: left;
}
.about_title{
    font-size: 24px;
    font-weight: bold;
    margin-top:0px;
    color: #393939;
    margin-left: 175px;
    margin-bottom: 15px;
}
.board_name{
    font-size: 14px;
    color: #000;
    font-weight: bold;
}
.category_rss{
    float: right;
    height: 39px;
    background-image: url(../img/rss_button_nou.jpg);
    background-repeat: no-repeat;
    background-position: 0 0;
    padding-left: 45px;
    color: #000;
    font-family: Arial;
    text-decoration: none;
    line-height: 14px;
    width: 260px;
}
.category_rss span.rss_header{
    font-size: 17px;
    font-weight: bold;
    display: block;
}
.category_rss span.rss_subheader{
    font-size: 15px;
}
#rss_box{
    float: right;
    padding-right: 13px;
    color: #333333;
    font-size: 11px;
    line-height: 11px;
}
#rss_box span{
    display: block;
    width: 190px;
    float: left;
}
#rss_box img{
    float: left;
    padding: 2px 0px 0px 3px;
}

.updrade_box {
    float: left;
    /*
    background-image: url(../img/upgrade_back_img.gif);
    background-repeat: no-repeat;
    height: 380px;
    */
    width: 211px;
    margin-left: 15px;
    height: 470px;
}
.updrade_box .header{
    float: left;
    width: 211px;
    height: 56px;
    padding-top: 10px;
    text-align: center;
    background: transparent url(../img/pack-header.gif) left top no-repeat;
    margin: 0px;
}
.updrade_box .bx_footer{
    float: left;
    width: 211px;
    height: 14px;
    background: transparent url(../img/pack-footer.gif) left top no-repeat;
}
.updrade_box .bx_container{
    float: left;
    width: 211px;
    height: 450px;
    padding-bottom: 10px;
    background: transparent url(../img/pack-bg.gif) left top repeat-y;
}
.updrade_box .header span{
    float: left;
    text-align: center;
    color: #fff;
    font-size: 18px;
    width: 211px;
}
.updrade_box .header p{
    float: left;
    text-align: center;
    color: #fff;
    width: 211px;
    /*font-size: 23px;*/
    font-size: 18px;
    line-height: 16px;
}

.updrade_box .features_box {
    float: left;
    width: 195px;
    /*height: 208px;*/
    height: 365px;
    text-align: left;
    font-size: 16px;
    padding-left: 16px;
    padding-top: 25px;
}
.updrade_box .features_box span{
    float: left;
    width: 180px;
    padding-left: 5px;
    padding-top: 10px;

}

.updrade_box .read_more_box {
    float: left;
    width: 211px;
    height: 30px;
    text-align: center;
    text-decoration: underline;
}
.account_page .button_box,
.updrade_box .button_box {
    float: left;
    padding-left: 5px;
    height: 30px;
    text-align: left;
    padding-top:30px;
}
.updrade_box .current_plan {
    color: #f6001a;
    font-size: 13px;
    width: 204px;
    text-align: center;
}
.account_page .button_box a,
.updrade_box .button_box a {
    float: left;
    text-align: center;
    background-image: url(../img/upgrade_btn.gif);
    background-repeat: no-repeat;
    width: 169px;
    height: 35px;
    color: #fff;
    font-size: 14px;
    padding-top: 3px;
    margin-left: 17px;
}

.updrade_box ul {
    padding-top: 10px;
    margin-left: 15px;
    margin-right: 15px;
    list-style: disc !important;
    color: #000;
    font-size: 12px !important;
    padding-bottom: 10px;
}
.updrade_box ul li{
    padding: 0px 0px 5px 0px;
    margin: 0px;
    line-height: 16px;
}
.upgrade_page {
    float: left;
    width: 1000px;
    text-align: left;
}
.upgrade_page .left_box {
    float: left;
    width: 365px;
}
.upgrade_page .right_box {
    float: left;
    width: 200px;
    padding-left: 300px;
}
.upgrade_page .right_box img {
    float: left;
}
.upgrade_page .right_box span {
    float: left;
    text-align: left;
    font-size: 22px;
    width: 213px;
}
.upgrade_page .left_box p{
    float: left;
    width: 350px;
    padding-left: 15px;
    text-align: left;
    font-size: 27px;
}
.upgrade_page .left_box .feature_box {
    float: left;
    /*
    background-image: url(../img/upgrade_feature_back.gif);
    background-repeat: no-repeat;
    height: 145px;
    */
    background: transparent url(../img/pack-box-bg.gif) left top repeat-y;
    width: 363px;
    text-align: left;
    padding: 15px 0px;
    font-size: 17px;
}
.upgrade_page .left_box #box_header{
    background: transparent url(../img/pack-box-header.gif) left top no-repeat;
    width: 363px;
    height: 8px;
    float: left;
}
.upgrade_page .left_box #box_footer{
    background: transparent url(../img/pack-box-footer.gif) left top no-repeat;
    width: 363px;
    height: 8px;
    float: left;
}

.upgrade_page .left_box .feature_box span {
    float: left;
    text-align: left;
    font-size: 16px;
    width: 300px;
    padding-top: 10px;
}

.upgrade_page .left_box .feature_box ul{
    font-size: 12px;
    list-style: disc;
    margin-left: 15px;
    padding-top: 10px;
}

.upgrade_page .upgrade_button_big {
    float: left;
    width: 332px;
    padding-left: 300px;
}
.profile_home_stats_title {
    float: left;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px;
}
.profile_home_stats_title div{
    float: left;
    border-bottom: 2px solid #C5C5C6;
    margin-bottom: 5px;
    font-size: 11px;
    width: 250px;/* 210px;*/
    padding-top: 10px;
    margin-left: 11px; /*31px;*/
}
.profile_home_stats_row {
    float: left;
    width: 273px;
    text-align: center;
    font-size: 12px;
}
.profile_home_stats_explanation {
    float: left;
    width: 253px;
    padding: 15px 10px 0 10px;
    text-align: center;
    font-size: 10px;
}

.dealer_details .box {
    float: left;
    width: 370px;
}
.dealer_details .box .row{
    float: left;
    text-align: center;
    width: 370px;
}
.dealer_details .box .row .info {
    text-align: left;
    float: left;
    margin-left: 0px;
    margin-right: 0px;
    border-bottom: 1px dashed #DFDFDF;
    color: #212121;
    font-size: 16px;
    font-weight: normal;
    padding-bottom: 3px;
    padding-top: 5px;
    width: 370px;
}
.dealer_details .box .row .info span.title{
    float: left;
    width: 130px;
    font-weight: bold;
}
.dealer_details .box .row .info div {
    float: left;
    width: 240px;
    overflow: hidden;
}

.header_csblist{
    width: 100%;
    height: 29px;
    line-height: 29px;
    float: left;
    background-color: #dedede;
    font-weight: bold;
    font-size: 11px;
}
.dealer_builder_page .header_csblist .header_view_as,
.dealer_builder_page .header_csblist .header_csblist_right  {
    color: #010101;

}
.header_search{
    width: 978px;
    height: 29px;
    line-height: 29px;
    float: left;
    background-color: #dedede;
    border-bottom: 1px solid #f6f6f6;
    border-left: 1px solid #f6f6f6;
    border-right: 1px solid #f6f6f6;
    font-weight: bold;
    font-size: 11px;
    color: #010101;
}

.header_csblist_right{
    float: right;
    color: #010101;
}

.header_csblist_right label{
    height: 29px;
    line-height: 29px;
    float: left;
}
.header_sort_by{
    float: left;
    padding-right: 70px;
}

.header_sort_select{
    width: 130px;
    border: 1px solid #6e6f70;
    margin-top: 4px;
    float: left;
    margin-left: 5px;
}
.header_pagination{
    float: left;
    padding-right: 10px;
}
.header_pagination a.pagination_prev, .header_pagination a.pagination_next, .header_pagination span.unlink{
    display: inline-block;
    float: left;
    margin-top: 7px;
    _margin-top: 7px;
    padding-left: 5px;
    line-height: 16px;
}

.header_view_as{
    float: left;
    font-size: 12px;
    color: #010101;
    padding-left: 10px;
}
.left_content .header_view_as,
.category_page .header_view_as,
.category_page .header_csblist_right {
    color: #ffffff;
}
.header_view_as label {
    float: left;
    padding-right: 2px;
}

.icon_view_as {
    float: left;
    margin-right: 5px;
    text-decoration: none;
    width: 20px;
    height: 20px;
    margin-top: 5px;
}
.header_view_as .icon1 {
    background-image: url(../img/icon-viewas.gif);
    background-repeat: no-repeat;
    background-position: 0 -20px;
}
.header_view_as .icon1:hover,
.header_view_as .icon1-active {
    background-position: 0 -40px;
}

.header_view_as .icon2 {
    background-image: url(../img/icon-viewas.gif);
    background-repeat: no-repeat;
    background-position: 0 -60px;
}
.header_view_as .icon2:hover,
.header_view_as .icon2-active {
    background-position: 0 -80px;
}

.header_view_as .icon3 {
    background-image: url(../img/icon-viewas.gif);
    background-repeat: no-repeat;
    background-position: 0 -100px;
}
.header_view_as .icon3:hover,
.header_view_as .icon3-active {
    background-position: 0 0;
}

.footer_csblist{
    width: 725px;
    height: 29px;
    line-height: 29px;
    float: left;
    background-color: #dedede;
    margin-left: 5px;
    border-bottom: 1px solid #CBCBCB;
    border-left: 1px solid #CBCBCB;
    border-right: 1px solid #CBCBCB;
    font-weight: bold;
    font-size: 11px;
}
.category_products_footer {
    float: left;
    width: 100%;
    background: #ddd;
}
.footer_search{
    width: 978px;
    height: 29px;
    line-height: 29px;
    float: left;
    background-color: #dedede;
    border-bottom: 1px solid #f6f6f6;
    border-left: 1px solid #f6f6f6;
    border-right: 1px solid #f6f6f6;
    font-weight: bold;
    font-size: 11px;
}

.footer_public{
    width: 100%;
    line-height: 29px;
    float: left;
    background-color: #dedede;
    border-bottom: 1px solid #f6f6f6;
    border-left: 1px solid #f6f6f6;
    border-right: 1px solid #f6f6f6;
    font-weight: bold;
    font-size: 11px;
    margin-top: 10px;
}

.footer_page{
    float: left;
    padding-left: 10px;
    width: 90px;
}
.footer_pagination{
    width: 400px;
    float: left;
    text-align: center;
}
.footer_pagination .previous_disabled, .footer_pagination .previous{
    width: 76px;
    height: 21px;
    line-height: 21px;
    display: inline-block;
    margin-right: 5px;
}
.footer_pagination .previous_disabled{
    background-image: url(../img/icon-navbar.gif);
    background-repeat: no-repeat;
    background-position: 0 -21px;
    color: #e8e8e8;
}

.footer_pagination .previous{
    background-image: url(../img/icon-navbar.gif);
    background-repeat: no-repeat;
    background-position: 0 0;
    color: #e8e8e8;
}

.footer_pagination label{
    padding: 0 7px;
    height: 20px;
    line-height: 21px;
    display: inline-block;
    margin-right: 5px;
    background-color: #c4c4c4;
}

.footer_pagination a{
    color: #606060;
    display: inline-block;
    margin-right: 5px;
}

.footer_pagination .next_disabled, .footer_pagination .next{
    width: 51px;
    height: 21px;
    line-height: 21px;
    display: inline-block;
    margin-right: 5px;
    color: #e8e8e8;
}

.footer_pagination .next_disabled{
    background-image: url(../img/icon-navbar.gif);
    background-repeat: no-repeat;
    background-position: 0 -63px;

}

.footer_pagination .next{
    background-image: url(../img/icon-navbar.gif);
    background-repeat: no-repeat;
    background-position: 0 -42px;
}

.footer_per_page{
    float: right;
}

.footer_per_page label{
    color: #606060;
    float: left;
    padding-right: 5px;
}
.per_page_item{
    float: left;
    padding-right: 5px;
    margin-top: 6px;
}
.per_page_item a{
    height: 16px;
    line-height: 16px;
    padding: 0 3px;
    background-color: #fff;
    border-top: 1px solid #c8c6c7;
    border-bottom: 1px solid #c8c6c7;
    color: #e0e0e0;
    float: left;
}
.per_page_item a.per_page_active, .per_page_item a:hover{
    color: #000;
}

.per_page_item img{
    float: left;
}

.more_content .small_product {
    float: left;
    height: 99px;
    margin-right: 10px;
    width: 110px;
    border: 1px solid #CCCCCC;
}

.more_content_category .small_product {
    float: left;
    height: 99px;
    margin-left: 7px;
    width: 110px;
    border: 1px solid #CCCCCC;
}

.more_content .small_product .img_box, .more_content_category .small_product .img_box  {
    padding-top: 10px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 110px;
    height: 89px;
}
.new_item_step_1_box {
    float: left;
    width: 570px;
}
.new_item_step_1_box .top{
    float: left;
    background: url(../img/new_item_sprite_v2.gif) 0 -1px transparent;
    background-repeat: no-repeat;
    width: 570px;
    height: 14px;
    text-align: left;
}
.new_item_step_1_box .body{
    float: left;
    border-left: 2px solid #969696;
    border-right: 2px solid #969696;
    width: 566px;
    height: auto;
    padding-top: 10px;
    text-align: left;
}
.new_item_step_1_box .bottom{
    float: left;
    background: url(../img/new_item_sprite_v2.gif) 0 -22px transparent;
    background-repeat: no-repeat;
    width: 570px;
    height: 18px;
    text-align: left;
}

.new_item_step_2_box {
    float: left;
    width: 514px;
    padding-left: 5px;
}
.new_item_step_2_box .top{
    float: left;
    background: url(../img/new_item_sprite_v2.gif) 0 -40px transparent;
    background-repeat: no-repeat;
    width: 514px;
    height: 19px;
    text-align: left;
}
.new_item_step_2_box .body{
    float: left;
    background-image: url(../img/new_item_step2_back_v2.gif);
    background-repeat: repeat-y;
    width: 514px;
    text-align: left;
}
.new_item_step_2_box .bottom{
    float: left;
    background: url(../img/new_item_sprite_v2.gif) 0 -57px transparent;
    background-repeat: no-repeat;
    width: 514px;
    height: 14px;
    text-align: left;
}
.new_item_step_3_box {
    float: left;
    width: 536px;
}
.new_item_step_3_box .top{
    float: left;
    background: url(../img/new_item_sprite_v2.gif) 0 -72px transparent;
    background-repeat: no-repeat;
    width: 536px;
    height: 14px;
    text-align: left;
}
.new_item_step_3_box .body{
    float: left;
    border-left: 2px solid #969696;
    border-right: 2px solid #969696;
    width: 531px;
    text-align: left;
}
.new_item_step_3_box .bottom{
    float: left;
    background: url(../img/new_item_sprite_v2.gif) 0 -98px transparent;
    background-repeat: no-repeat;
    width: 536px;
    height: 18px;
    text-align: left;
}
.new_item_step_4_box {
    float: left;
    width: 544px;
    padding-left: 10px;
}
.new_item_step_4_box .top{
    float: left;
    background: url(../img/new_item_sprite_v2.gif) 0 -123px transparent;
    background-repeat: no-repeat;
    width: 544px;
    height: 12px;
    text-align: left;
}
.new_item_step_4_box .body{
    float: left;
    border-left: 2px solid #7e7d7d;
    border-right: 1px solid #7e7d7d;
    width: 540px;
    text-align: left;
}
.new_item_step_4_box .bottom{
    float: left;
    background: url(../img/new_item_sprite_v2.gif) 0 -136px transparent;
    background-repeat: no-repeat;
    width: 544px;
    height: 20px;
    text-align: left;
}

.new_item_step_4_box .bottom1{
    float: left;
    background: url(../img/new_item_sprite_v2.gif) 0 -290px transparent;
    background-repeat: no-repeat;
    width: 544px;
    height: 20px;
    text-align: left;
}

.new_item_step_1_box .title,
.new_item_step_2_box .title,
.new_item_step_3_box .title,
.new_item_step_4_box .title {
    padding-left: 10px;
    font-size: 20px;
    font-weight: bold;
}

.new_item_step_1_box .top .header,
.new_item_step_2_box .top .header,
.new_item_step_3_box .top .header,
.new_item_step_4_box .top .header {
    float: left;
    width: 490px;
    height: 17px;
    padding-left: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    padding-top: 5px;
}
.new_item_step_1_box .top .header span,
.new_item_step_2_box .top .header span,
.new_item_step_3_box .top .header span,
.new_item_step_4_box .top .header span {
    font-size: 11px;
    font-weight: bold;
    color: #000;
}

.new_item_step_1_box .top .tooltip,
.new_item_step_2_box .top .tooltip,
.new_item_step_3_box .top .tooltip,
.new_item_step_4_box .top .tooltip {
    float: right;
    width: 17px;
    height: 17px;
    padding-right: 10px;
    padding-top: 3px;
}
.new_item_step_3_box .top .tooltip {
    padding-top: 5px;
}
.new_item_step_4_box .top .tooltip {
    padding-top: 4px;
}
.new_item_step_1_box .youtube_box {
    float: left;
    width: 562px;
}
.new_item_step_1_box .youtube_box .top {
    float: left;
    background: url(../img/new_item_sprite_v2.gif) 0 -157px transparent;
    background-repeat: no-repeat;
    width: 562px;
    height: 15px;
    text-align: left;
    margin-left: 2px;
}
.new_item_step_1_box .youtube_box .top .header_ybox span{
    float: left;
    padding-top: 5px;
    margin: 0px;
    font-size: 16px;
    color: #000;
    font-weight: bold;
    padding-left: 10px;
}
.new_item_step_1_box .youtube_box .top .header_ybox img{
    float: left;
    padding-top: 4px;
    padding-left: 20px;
}
.new_item_step_1_box .youtube_box .bottom {
    float: left;
    background: url(../img/new_item_sprite_v2.gif) 0 -171px transparent;
    background-repeat: no-repeat;
    width: 562px;
    height: 14px;
    text-align: left;
    margin-left: 2px;
}
.new_item_step_1_box .youtube_box .body {
    float: left;
    width: 556px;
    margin-left: 3px;
}
.new_item_step_1_box .youtube_box .body input.youtube_upload {
    float: left;
    width: 260px;
    height: 30px;
    font-size: 16px;
    border: 1px solid #c2c2c2;
    margin-left: 10px;
}
.new_item_step_1_box .youtube_box .body label.youtube_upload_label {
    float: left;
    width: 500px;
    font-size: 11px;
    color: #000;
    padding-left: 10px;
    padding-bottom: 10px;
}
.new_item_step_2_box .body .left .description_box a.button,
.new_item_step_1_box .youtube_box a.button {
    float: right;
    background: url(../img/new_item_sprite_v2.gif) -508px -223px transparent;
    background-repeat: no-repeat;
    width: 93px;
    text-align: center;
    font-size: 12px;
    color: #000;
    height: 28px;
    line-height: 28px;
    margin-top: 10px;
    margin-right: 10px;
}
.new_item_step_2_box .top .left {
    float: left;
    width: 290px;
    padding-top: 1px;
}
.new_item_step_2_box .top .right {
    float: left;
    width: 215px;
    padding-top: 0px;
}
.new_item_step_2_box .top .right #all_media_box,
.new_item_step_2_box .top .right #only_images,
.new_item_step_2_box .top .right #only_videos{
    height: 450px;
    overflow: auto;
}

.new_item_step_2_box .top .right .header,
.new_item_step_2_box .top .left .header {
    float: left;
    width: 250px;
    padding-left: 5px;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    padding-top: 0px;
}
.new_item_step_2_box .top .right .header {
    width: 220px;
}
.new_item_step_2_box .top .right .header span a{
    font-weight: normal;
    font-size: 10px;
}
.new_item_step_2_box .top .right .header span a:hover {
    font-size: 10px;
    text-decoration: underline;
}
.new_item_step_2_box .top .right .header span a.selected{
    font-weight: bold;
    font-size: 11px;
}
.new_item_step_2_box .top .left .header .tooltip {
    float: right;
    width: 17px;
    height: 17px;
    padding-right: 10px;
    padding-top: 3px;
}
.new_item_step_2_box .body .left .img_box img {
    max-width: 280px;
    max-height: 325px;
}
.new_item_step_2_box .body .left .img_box {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 290px;
    height: 325px;
    padding-top: 5px;
}
.new_item_step_2_box .body .left .img_box * {
    vertical-align: middle;
}
/*\*//*/
.new_item_step_2_box .body .left .img_box {
    display: block;
}
.new_item_step_2_box .body .left .img_box span {
    display: inline-block;
    height: 100%;
    width: 1px;
}
/**/

.new_item_step_2_box .body .left .description_box {
    float: left;
    width: 280px;
    padding-left: 5px;
}
.new_item_step_2_box .body .left .description_box .top {
    float: left;
    background: url(../img/new_item_sprite_v2.gif) 0 -213px transparent;
    background-repeat: no-repeat;
    width: 280px;
    height: 7px;
    text-align: left;
    margin-left: 2px;
}
.new_item_step_2_box .body .left .description_box .bottom {
    float: left;
    background: url(../img/new_item_sprite_v2.gif) 0 -227px transparent;
    background-repeat: no-repeat;
    width: 280px;
    height: 10px;
    text-align: left;
    margin-left: 2px;
}
.new_item_step_2_box .body .left .description_box .body {
    float: left;
    border-left: 1px solid #7e7d7d;
    border-right: 1px solid #7e7d7d;
    width: 270px;
    margin-left: 3px;
    padding-left: 5px;
}
.new_item_step_2_box .body .left .description_box .body textarea{
    float: left;
    height: 40px;
    width: 265px;
    border: 0px;
    font-size: 13px;
}
.new_item_step_2_box .body .left .description_box label {
    float: left;
    font-size: 13px;
    font-family: Georgia;
    color: #000;
    padding-left: 18px;
    padding-top: 5px;
    width: 220px;
}
.new_item_step_2_box .body .left {
    float: left;
    width: 280px;
}
.new_item_step_2_box .body .right {
    float: left;
    width: 210px;
    padding-top: 5px;
    padding-left: 15px;
}
.new_item_step_2_box .body .right .thumb_box {
    float: left;
    width: 60px;
    min-height: 75px;
    max-height: 90px;
    padding-left: 5px;
    padding-bottom: 5px;
    text-align: center;
}
.new_item_step_2_box .body .right .thumb_box img{
    max-width: 60px;
    max-height: 60px;
}
.new_item_step_3_box .body .row {
    float: left;
    width: 515px;
    border: 0px;
}
.new_item_step_4_box .body .row {
    float: left;
    width: 520px;
    border: 0px;
    padding-top: 10px;
}
span#item_desc_parent {
    clear: both;
    float: left;
}
.new_item_step_4_box .body .row label,
.new_item_step_3_box .body .row label {
    float: left;
    width: 140px;
    padding-top: 5px;
}
.new_item_step_3_box .body .row input.textbox {
    float: left;
    width: 280px !important;
    font-size: 16px;
    line-height: 24px;
    height: 26px;
    border: 1px solid #C2C2C2;
}
.account .row.no_border .new_item_step_4_box .body .row input.textbox {
    float: left;
    width: 260px;
    font-size: 18px;
    border: 1px solid #C2C2C2;
}
.new_item_step_3_box .body .row textarea {
    float: left;
    width: 500px;
}
.new_item_step_3_box .body .row select {
    float: left;
    width: 280px !important;
    line-height: 20px;
    height: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.new_item_step_4_box .body .row div.other_currency{
    float: left;
    width: 60px;
    padding-left: 60px;
}
.new_item_step_4_box .body .row div.other_currency label{
    float: left;
    width: 35px !important;
    padding: 0px;
}
.new_item_step_4_box .body .row div.other_currency input{
    float: left;
    margin-right: 5px;
}
.new_item_step_4_box .body .row div.other_currency span p.span{
    float: left;
    width: 20px;
    padding-top: 0;
    color: #000;
}

.new_item_step_4_box .body .row .tooltip,
.new_item_step_3_box .body .row .tooltip {
    float: left;
    padding-left: 5px;
    width: 60px;
}
.new_item_step_4_box .body .item_availability_box {
    float: left;
    width: 525px;
    padding-left: 5px;
}
.new_item_step_4_box .body .item_availability_box .top {
    float: left;
    background: url(../img/new_item_sprite_v2.gif) 0 -250px transparent;
    background-repeat: no-repeat;
    width: 525px;
    height: 15px;
    text-align: left;
    margin-left: 2px;
}
.new_item_step_4_box .body .item_availability_box .body {
    float: left;
    min-height: 30px;
    width: 522px;
    margin-left: 2px;
}
.new_item_step_4_box .body .item_availability_box .availability_row {
    float: left;
    width: 510px;
    padding-left: 10px;
    padding-top: 10px;
}
.new_item_save_btn_box {
    float: left;
    width: 260px;
    padding-left: 182px;
    padding-top: 20px;
}
.new_item_save_btn_box a{
    float: left;
    background-image: url(../img/GreenSaveButton.png);
    width: 260px;
    height: 65px;
    background-repeat: no-repeat;
}
.new_item_step_4_box .price_extra_box {
    float: left;
    height: 14px;
    padding: 0px !important;
    margin: 0px;
    margin-top: 3px;
}
.new_item_step_4_box .body .row .price_extra_box a,
.new_item_step_4_box .body .row .price_extra_box img,
.new_item_step_4_box .body .row .price_extra_box input {
    float: left;
    #float: auto;
    width: 12px !important;
    padding-right: 10px;
    font-size: 14px;
    line-height: 14px;
    height: 14px;
    padding-top: 0px !important;
    margin-right: 5px;
    margin-top: 0px !important;
}

.new_item_step_4_box .price_extra_box_txt {
    font-size: 14px !important;
}
.new_autosuggest {
  border: 1px solid #000000;
  display: none;
  padding: 0px;
  position:absolute;
  width: 280px;
  left: 187px;
  padding-top: 30px;
  min-width: 250px;
  z-index: 1;
  overflow: auto;
}

.new_autosuggest ul li {
  background-color:#fff;
  cursor:pointer;
  display:block;
  list-style:none;
  white-space:nowrap;
}

.new_autosuggest ul li:hover {
  background-color:#efefef;
  color:#000;
}

/* simple css-based tooltip */
.my_tooltip {
    background-color: #000000;
    border: 1px solid #fff;
    padding: 10px 15px;
    width: 200px;
    display: none;
    color: #ffffff;
    text-align: left;
    font-size: 12px;
    z-index: 5;
    /* outline radius for mozilla/firefox only */
    -moz-box-shadow:0 0 10px #000;
    -webkit-box-shadow:0 0 10px #000;
}

.overview_instrument{
    position: absolute;
    background-color: #ffffff;
    z-index: 999999;
}
#disqus_thread{
    border-bottom: 1px solid #CBCBCB;
}

.new_subscription_container{
    width: 859px;
    height: 522px;
    float: left;
    background-image: url(../img/my_subscription_upgrade_box.gif);
    background-repeat: no-repeat;
}
.new_subscription_body {
    float: left;
    padding-top: 35px;
    padding-left: 31px;
    width: 859px
}
.new_subscription_body .header {
    color: #ba1e1d;
    font-size: 30px;
    width: 530px;
}
.new_subscription_body .sub_header {
    color: #000;
    font-size: 24px;
    padding-bottom: 20px;
    width: 530px;
}
.new_subscription_body .features_box {
    float: left;
    padding-left: 75px;
    width: 520px;
}
.new_subscription_body .features_box .feature_box_txt {
    float: left;
    width: 520px;
    height: 200px;
}
.new_subscription_body .features_row {
    float: left;
    color: #000;
    font-size: 18px;
    width: 520px;
    font-weight: normal;
}
.new_subscription_body .features_row_link {
    float: left;
    font-weight: normal;
    padding-left: 160px;
    padding-top: 12px;
    width: 360px;
}
.new_subscription_body .features_row_link a {
    width: 321px;
    height: 71px;
    float: left;
    background-image: url(../img/my_subscription_upgrade_btn.gif);
    background-repeat: no-repeat;
}
.new_subscription_body .features_row_link a.link{
    background: none;
    font-size: 14px;
    text-decoration: underline;
    color: #000;
    width: 330px;
    text-align: center;
}

.new_subscription_body .right_box {
    float: left;
    width: 150px;
    padding-left: 50px;
}
.new_subscription_body .right_box span{
    float: left;
    /*padding-left: 60px;*/
    padding-top: 80px;
    font-size: 18px;
    width: 100%;
    text-align: center;
    display: block;
}
#google-friend-connect{
    float: left;
    padding-left: 5px;
    padding-top: 25px;
    width: 200px;
}
.link-google-container{
    width: 190px;
    font-size: 11px;
}
.error{
    color: #ff0000;
}
.success{
    color: green;
}
.social_media_connect{
    float: left;
    padding-left: 5px;
    padding-top: 10px !important;
    width: 70px !important;
}
.frm_step1{
    /*font-family: Georgia; */
}

.other_currency_row{
    width: 445px !important;
    padding-left: 75px;
}

.other_currency_input{
    width: 205px !important;
    height: 16px !important;
}
.social_media_connect_big{
    float: left;
    padding-left: 5px;
    padding-top: 0px !important;
    width: 200px !important;
}

#dealer_builder_submenu{
    float:left;
    width:1180px;
    border-bottom: 4px solid #696969;
}

#dealer_builder_submenu .button{
    float: left;
    width: 102px;
    height: 21px;
    color : #4c4a4a;
    font-weight: bold;
    margin-right: 5px;
    text-align: center;
    background: #cbcbcb url(../img/about_us/tabs_bg.gif) left top repeat-x;
}

#dealer_builder_submenu a{
    float: left;
    width: 102px;
    height: 21px;
    font-size: 14px;
    color : #4c4a4a;
    line-height: 21px;
    background: #cbcbcb url(../img/tabs-corners.png) left top no-repeat;
}

#dealer_builder_submenu .selected,
#dealer_builder_submenu  a:hover {
    color: #dddddd;
    background: transparent url(../img/tabs-corners.png) left top no-repeat;
}
#blog_container{
    width: 1178px;
    float: left;
}
#blog_container .header{
    float: left;
    background-color: #CBCBCB;
    color: #000;
    padding-left:10px;
    line-height: 33px;
    font-size: 20px;
    vertical-align: middle;
}

#old_blog_posts{
    float:left;
    width: 300px;
    padding: 10px 0px 0px 10px;
}

#blog_div{
    width: 858px;
    padding:10px 10px 10px 0px;
    float:left;
}
.old_post{
    border-bottom:1px solid #cbcbcb;
    padding:5px 0px 5px 5px;
    width:295px;
}
.blog_view_more a{
    color : #000;
    font-size: 12px;
}

.blog_author{
    font-size: 12px;
    font-weight: bold;
}

.blog_title{
    font-size: 18px;
    font-weight: bold;
}
.blog_title a {
    color: #212121;
}
.blog_description{
    font-size: 12px;
    padding: 5px 0px;
}
#old_blog_posts img{
    float: right;
    padding: 10px 10px 5px 5px;
}
#last_post{
    float: left;
    padding:20px 20px 15px 20px;
}
#last_post img{
    padding-top: 10px;
    padding-left: 10px;
}

#blog_footer{
    border-top:1px solid #cbcbcb;
    border-bottom:1px solid #cbcbcb;
    float: left;
    height: 30px;
    line-height: 30px;
    width: 878px;
}
#blog_footer_tags {
    border: none;
    line-height: 24px;
    height: 15px;
    clear: both;
}
#blog_tags{
    color: #727272;
    font-size: 12px;
    padding-left: 10px;
}
#blog_tags a{
    text-decoration: underline;
    color: #727272;
}

.post_content_col1{
    width: 500px;
}
.post_header{
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
.post_description{
    width: 100%;
    float: left;
}
.post_content_col1 a{
    display: block;
    color: #000;
}
.post_content_col2{
    width: 150px;
    text-align: center;
    padding-top: 30px;
}
.post_content_col3{
    width: 150px;
    padding-top: 30px;
    text-align: right;
}
.post_content_col3 a{
    display: block;
    color: #000;
}
.post_content_col3 a:hover, .post_content_col1 a:hover{
    text-decoration: underline;
}
.blog-textarea{
    height: 500px;
}
.xclose{
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(../img/icons/close_icon.gif);
    background-repeat: no-repeat;
    text-decoration: none;
    line-height: 16px;
    margin-left: 2px;
}
.public_page_section_title{
    width: 100%;
    float: left;
    margin: 10px 0;
    font-size: 16px;
    color: #000;
    font-weight: bolder;
}
.product .img_box img {
    max-width: 136px;
    max-height: 148px;
    border-radius: 10px;
}

#first_video_container{
    float:left;
    width: 1138px;
    border-bottom:1px solid #cbcbcb;
    padding: 20px 20px 10px;
}

#first_video_container h1{
    font-weight: bold;
    font-size: 16px;
    padding: 10px 0px;
}

.border_right_cbcbcb{
    border-right:1px solid #cbcbcb;
}

.border_left_cbcbcb{
    border-left:1px solid #cbcbcb;
}

.border_top_cbcbcb{
    border-top:1px solid #cbcbcb;
}

.border_bottom_cbcbcb{
    border-bottom: 1px solid #cbcbcb;
}

.video_box{
    padding: 20px;
    /* height: 90px; */
    height: auto;
    overflow : hidden;
    border-bottom: 1px solid #cbcbcb;
}

#blog_container .video_box.last,
#blog_container > div:last-child .video_box {
    border-bottom: 0 none;
}

.new_item_step_2_box #video_box {
    padding: 20px 0;
}
.video_details{
    width: 415px;
    float: left;
    padding-left: 10px;
}

.video_box .video_details.right-details {
    float: right;
    width: 250px;
}

.video_details .video_description{
    height: auto;
    border-bottom: 0 none;
    max-height: 200px;
    overflow: auto;
}
.video_details .video_description .desc {
    padding-right: 7px;
}

.video_details .video_title{
    height: 28px;
    overflow: hidden;
}

.video_details a{
    color: #000;
}

.info_section_title {
    color: #212121;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
}

#info_about{
    float:left;
    width: 530px;
    padding: 10px;
}

#info_contact{
    float: left;
    width: 249px;
    padding: 10px;
}

#info_terms{
    float: left;
    width: 802px;
    padding: 10px;
}
.dealer_home_center {
    float: left;
    width: 514px;
    min-height: 410px;
}
.dealer_home_header{
    float: left;
    width: 395px;
    font-size: 16px;
    padding-bottom: 10px;
    font-weight: bold;
}
.dealer_home_video_box {
    float: left;
    width: 400px;
    height: 124px;
    border-bottom: 1px solid #e5e5e5;
}
.dealer_home_video_box .image_box{
    float: left;
    width: 161px;
    height: 107px;
    padding: 5px 0px 0px 5px;
}
.dealer_home_video_box .video_desc{
    float: left;
    width: 200px;
    padding-left: 20px;
    padding-top: 5px;
}
.dealer_home_video_box .video_desc .title{
    float: left;
    width: 200px;
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    height: 28px;
    overflow: hidden;
}
.dealer_home_video_box .video_desc .desc{
    float: left;
    width: 200px;
    font-size: 12px;
    line-height: 14px;
    height: 56px;
    overflow: hidden;
}
.dealer_home_video_box .video_desc .play_link {
    float: left;
    width: 200px;
    font-size: 12px;
    line-height: 14px;
    padding-top: 8px;
}
.home_page_blog_section {
    float: left;
    border: 1px solid #CCCCCC;
    height: 262px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 1179px;
}
.home_page_blog_section .header {
    float: left;
    font-size: 16px;
    line-height: 18px;
    padding: 8px 0px 4px 14px;
    width: 1165px;
}
.home_page_blog_section .blog_post_box {
    float: left;
    border-right: 1px solid #CCCCCC;
    width: 260px;
    padding: 4px 12px 0px 14px;
    height: 225px;
}
.home_page_blog_section .blog_post_box .blog_post_data{
    float: left;
    width: 260px;
    height: 205px;
    overflow: hidden;
    line-height: 100%;
}
.home_page_blog_section .blog_post_box .title{
    float: left;
    width: 260px;
    font-size: 16px !important;
    line-height: 18px;
    font-weight: bold;
    max-height: 36px;
    overflow: hidden;
}
.home_page_blog_section .blog_post_box .author{
    font-size: 12px;
    float: left;
    width: 260px;
    line-height: 14px;
    font-weight: bold;
    max-height: 14px;
}
.home_page_blog_section .blog_post_box .short_desc {
    float: left;
    width: 260px;
    font-size: 12px;
    font-weight: normal;
    line-height: 13px;
    padding-top: 10px;
    min-height: 135px;
    max-height: 160px;
    overflow: hidden;
}
.home_page_blog_section .blog_post_box .short_desc_with_image {
    float: left;
    width: 260px;
    height: 142px;
    font-size: 12px;
    overflow: hidden;
    line-height: 14px;
    padding-top: 10px;
    font-weight: normal;
}
.home_page_blog_section .blog_post_box .short_desc_with_image img {
    float: right;
    padding: 10px 10px 5px 5px;
}
.home_page_blog_section .blog_post_box .view_more a{
    float: left;
    height: 15px;
    color: #000000;
    font-size: 12px;
    line-height: 14px;
    font-weight: normal;
}

.header_footer_div{
    color: #00000;
    margin-top: 5px;
    _margin-top: 5px;
    background-color: #dddddd;
    /*border: 1px solid #dddddd;*/
}
.header_label{
    height: 35px;
    font-size: 20px;
    line-height: 35px;
    padding-left: 10px;
}

#search_inventary_container{
    height: 35px;
    width: 700px;
    font-size: 14px;
    line-height: 35px;
}

#inventary_search_input{
    border: 0px;
    height: 18px;
    width: 160px;
    color: #010101;
    line-height: 18px;
}

.pagination_content{
    padding-right: 10px;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
}
.pagination_content img{
    margin-left : 5px;
}

.pages_container,
.view_as_container {
    float: left;
    width: auto;
    height: 30px;
    color: #000000;
    line-height: 30px;
    padding-left: 10px;
    background: transparent url(../img/mediumgreytitle_bg.gif) left top no-repeat;
}

.pages_container {
    font-size: 12px;
}

.view_as_container {
    font-size: 14px;
    font-weight: bold;
}

.view_as_icon {
    float: left;
    text-decoration: none;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-left: 5px;
    margin-top: 5px;
}

.view_as_container .icon1{
    background-image: url(../img/icon-viewas.gif);
    background-repeat: no-repeat;
    background-position: 0 -20px;
}
.view_as_container .icon1:hover, .view_as_container .icon1-active{
    background-position: 0 -40px;
}

.view_as_container .icon2{
    background-image: url(../img/icon-viewas.gif);
    background-repeat: no-repeat;
    background-position: 0 -60px;
}
.view_as_container .icon2:hover, .view_as_container .icon2-active{
    background-position: 0 -80px;
}

.view_as_container .icon3{
    background-image: url(../img/icon-viewas.gif);
    background-repeat: no-repeat;
    background-position: 0 -100px;
}
.view_as_container .icon3:hover, .view_as_container .icon3-active{
    background-position: 0 0;
}

.pagination_container {
    height: 35px;
    line-height: 35px;
    float: right;
    padding-right: 10px;
    font-size: 14px;
    color: #010101;
}

.pagination_container label {
    float: left;
    padding-right: 10px;
    font-size: 12px;
}

.mediumgrey_title .pagination_container {
    height: 30px;
    line-height: 30px;
}

.mediumgrey_title table {
    width: 100%;
}
.mediumgrey_title table td {
    width: 33%;
}

.mediumgrey_title .page_counter {
    float: left;
    height: 30px;
    padding-top: 2px;
    font-weight: bold;
    margin: 0px !important;
}

.mediumgrey_title .page_counter a,
.mediumgrey_title .page_counter label {
    float: left;
    margin: 3px;
    color: #000000;
    font-size: 12px;
    padding: 0px 7px;
    line-height: 20px;
}

.mediumgrey_title .page_counter label,
.mediumgrey_title .page_counter .next,
.mediumgrey_title .page_counter a:hover,
.mediumgrey_title .page_counter .previous,
.mediumgrey_title .page_counter .next_disabled,
.mediumgrey_title .page_counter .previous_disabled {
    color: #ffffff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.mediumgrey_title .page_counter .next,
.mediumgrey_title .page_counter .next_disabled {
    margin-left: 5px;
}

.mediumgrey_title .page_counter .previous,
.mediumgrey_title .page_counter .previous_disabled {
    margin-right: 5px;
}

.mediumgrey_title .page_counter label,
.mediumgrey_title .page_counter .next,
.mediumgrey_title .page_counter a:hover,
.mediumgrey_title .page_counter .previous {
    background-color: #999; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3b3a3c', endColorstr='#999999'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#3b3a3c), to(#999999)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #3b3a3c,  #999999); /* for firefox 3.6+ */
}

.mediumgrey_title .page_counter .next_disabled,
.mediumgrey_title .page_counter .previous_disabled {
    background-color: #c4c4c4;
}

/*
.pagination_container  a{
    color: #010101;
}
*/
.account_body .meta_info .row  {
    float: left;
}
.account_body .meta_info .row label {
    float: left;
    padding-left: 100px;
    width: 100px;
}
.account_body .meta_info .row input {
    float: left;
    width: 500px !important;
}

/*category blog section */
.category_blog_section {
    margin-top: 45px;
    margin-bottom: 30px;
    float: left;
    width: 100%;
}
.category_blog_section a.see_all_blogs {
    padding: 10px 0 0 0;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    float: left;
}
.category_blog_section .header, .category_page .csbvideo .header {
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    border-bottom: solid 1px #ddd;
    background: none;
    padding-bottom: 2px;
    height: auto;
}
.category_blog_section .blog_post_box {
    float: left;
    width: 100%;
    padding: 18px 0 0 0;
}
.category_blog_section .blog_post_box .blog_post_data{
    float: left;
    width: 100%;
}
.category_blog_section .blog_post_box .title{
    float: left;
    width: 100%;
    font-size: 14px !important;
    line-height: 18px;
    font-weight: bold;
    max-height: 36px;
    overflow: hidden;
}
.category_blog_section .blog_post_box .title a {
    color: #000;
}
.category_blog_section .blog_post_box .title a:hover {
    text-decoration: underline;
}
.category_blog_section .blog_post_box .author{
    font-size: 12px;
    float: left;
    width: 100%;
    line-height: 14px;
    font-weight: bold;
    max-height: 14px;
}
.category_blog_section .blog_post_box .short_desc {
    float: left;
    width: 100%;
    font-size: 12px;
    font-weight: normal;
    line-height: 14px;
    padding-top: 10px;
}
.category_blog_section .blog_post_box .short_desc_with_image {
    float: left;
    width: 100%;
    font-size: 12px;
    font-weight: normal;
    line-height: 14px;
    padding-top: 10px;
}
.category_blog_section .blog_post_box .short_desc_with_image img {
    float: right;
    padding: 10px 10px 5px 5px;
}
.category_blog_section .blog_post_box a.category_blog_more {
    color: #000;
    font-size: 14px;
}
.category_blog_section .blog_post_box .view_more a{
    float: left;
    font-size: 12px;
    font-weight: normal;
    line-height: 14px;
    height: 15px;
    color: #000;
}

#main_menu  li.selected{
    border: 2px solid #333333;
    background-image: url("../img/roll-tmenu.png");
    background-repeat: repeat-x;
    height: 26px;
    /*padding: 8px 16px 2px 13px;*/
    padding: 8px 8px 2px 6px;
}
#header .second_menu li.selected {
    border: 1px solid #333333;
    height: 51px;
    background-image: url("../img/roll-bmenu.png");
    background-repeat: repeat-x;
}

.sort_asc{
    background-image: url(../img/arrows.gif);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    width: 14px;
    height: 12px;
    float:left;
}

.sort_desc{
    background-image: url(../img/arrows.gif);
    background-repeat: no-repeat;
    background-position: -14px 0px;
    width: 14px;
    height: 12px;
    float:left;
}

a:hover.sort_asc{
    background-position: 0px -14px;
}

a:hover.sort_desc{
    background-position: -14px -14px;
}
.table_row .header_text{
    font-size: 12px;
}

#verticalgallery .large .watchlist_added{
    background-image: url(../img/Added_List_Button.png);
    background-repeat: no-repeat;
    width: 123px;
    height: 20px;
    padding-right: 8px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.row .info .watchlist_added{
    background-image: url(../img/Addedtowatchlist.png);
    background-repeat: no-repeat;
    width: 194px;
    height: 40px;
    float: right;
}

#verticalgallery .large  .watchlist_add{
    background-image: url(../img/Add_List_Button.png);
    background-repeat: no-repeat;
    width: 123px;
    height: 20px;
    padding-right: 8px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.row .info .watchlist_add{
    background-image: url(../img/Addtowatchlist.png);
    background-repeat: no-repeat;
    width: 195px;
    height: 41px;
    float: right;
}

.sold_img{
    position: absolute;
    right: 5px;
}

#footer_site_info #sitemap_link{
    color: #777575;
}
#footer_site_info .link{
    color: #777575;
}
div.category_desc_box {
    padding-bottom: 10px;
    float: left;
    width: 100%;
}
#lightbox_bg {
    background:#000 none repeat scroll 0 0;
    display:none;
    height:2000px;
    left:0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    opacity: 0.5;
    top:0;
    width:100%;
    z-index: 140;
    display:none;
    position:fixed;
}
#popup_div_box {
    z-index: 150;
    position: absolute;
    left: 30%;
    top:5%;
    text-align: left;
    background-color: #fff;
    min-height: 300px;
    width: 500px !important;
}
#popup_div_box .content_box {
    width: 320px;
    margin: 0px auto;
}

#popup_div_box .row {
    width: 500px;
}
.no_margin_left {
    margin-left: 0px !important;
}
.instrument_list2 {
    min-height: 50px;
}
.instrument_list2 .row{
    float: left;
    margin-left: 0px !important;
    padding-top: 5px;
    border-bottom: 1px solid #000;
    width: 1030px !important;
}
.instrument_list2 .row .title_header {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.instrument_list2 .row .name_box {
    float: left;
    width: 345px;
    border-right: 1px solid #c0c0c0;
}
.instrument_list2 .row .name_box.title_header {
    border-right: 0px;
}

.instrument_list2 .row .img_box{
    float: left;
    height: 80px;
    width: 100px;
}
.instrument_list2 .row .title_box{
    float: left;
    width: 220px;
    padding-left: 10px;
}
.instrument_list2 .row.item .title_box {
    float: left;
    width: 220px;
    padding-top: 10px;
    line-height: 20px !important;
    overflow: hidden;
}
.instrument_list2 .row.item .title_box a{
    color: #000;
}
.instrument_list2 .row .price_box {
    float: left;
    width: 140px;
    border-right: 1px solid #c0c0c0;
}
.instrument_list2 .row .price_box span{
    float: left;
    width: 130px;
    padding: 10px 0px 0px 10px;
    font-size: 20px;
}
.instrument_list2 .row .action_box {
    float: left;
    width: 165px;
    border-left: 1px solid #c0c0c0;
}
.instrument_list2 .row .action_box  a{
    color: #000;
}
.instrument_list2 .row .year_box {
    float: left;
    width: 66px;
    border-right: 1px solid #c0c0c0;
}
.instrument_list2 .row.item .year_box {
    width: 50px;
    padding: 0px 0px 0px 10px;
}
.instrument_list2 .row .category_box {
    float: left;
    width: 190px;
    border-right: 1px solid #c0c0c0;
}
.instrument_list2 .row.item .category_box {
    width: 180px;
    padding: 0px 0px 0px 10px;
}
.instrument_list2 .row.item .category_box a {
    color: #000;
}
.instrument_list2 .row .commision_p_box {
    float: left;
    width: 125px;
    text-align: center;
}
.instrument_list2 .row.item .commision_p_box{
    font-size: 20px;
    color: #b20000;
    padding-top: 10px;
}
.instrument_list2 .row .action_box span{
    float: left;
    width: 155px;
    padding-left: 10px;
}
.instrument_list2 .row.item .category_box,
.instrument_list2 .row.item .price_box,
.instrument_list2 .row.item .year_box,
.instrument_list2 .row.item .name_box,
.instrument_list2 .row.item .commision_p_box,
.instrument_list2 .row.item .action_box{
    height: 140px;
}
.instrument_list2 .row.item {
    height: 144px;
}
.instrument_list2 .new_list_header {
    background-color: #c6c6c6;
    border: 0px !important;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    width: 1040px !important;
    margin-left: -5px !important;
}
.instrument_list2 .row.item {
    border: 0px !important;
    border-top: 2px solid #797979 !important;
}
.instrument_list2 .row.site_views_and_social {
    float: left;
    padding: 0px;
    padding-top: 3px;
    padding-bottom: 3px;
    border-top: 1px solid #797979 !important;
}
.instrument_list2 .row.site_views_and_social .items_has_views {
    float: left;
    width: 850px;
}
.instrument_list2 .row.site_views_and_social .items_has_views a {
    color: #000;
}
.instrument_list2 .row.site_views_and_social .social_media_box {
    float: right;
}
/* about_us pages */
#sellerinfo {
    float: left;
    padding: 5px 5px 0 5px;
}

#sellerinfo .tabnav,
#about_us_menu {
    float: left;
    border-bottom: 4px solid #696969;
}

#sellerinfo .tabnav {
    width: 422px;
    margin-bottom: 15px;
}

.rpart .wrappers {
    float: left;
    width: 422px;
    display: none;
    min-height: 350px;
    padding-bottom: 10px;
}

#about_us_menu {
    width: 316px;
    margin: 0 400px;
}

#sellerinfo .button,
#about_us_menu .button {
    float: left;
    height: 21px;
    color : #4c4a4a;
    font-weight: bold;
    margin-right: 5px;
    background-image: url(../img/about_us/tabs_bg.gif);
}

#sellerinfo .button p {
    text-align: center;
}
#sellerinfo .b1 {
    width: 70px;
}
#sellerinfo .b1 p{
    width: 46px;
}

#sellerinfo.checkout .b1 {
    width:175px;
}

#sellerinfo.checkout .b1 p{
    width: 151px;
}

#sellerinfo .b2 {
    width: 80px;
}

#sellerinfo .b2 p {
    width: 56px;
}

#sellerinfo .b3 {
    width: 94px;
}

#sellerinfo .b3 p {
    width: 70px;
}

#sellerinfo .tabnav a,
#about_us_menu a {
    float: left;
    height: 21px;
    color : #4c4a4a;
    font-size: 14px;
    line-height: 21px;
    background-color: #cbcbcb;
    background-repeat: no-repeat;
}

#about_us_menu a {
    background-image: url(../img/tabs-corners.png);
}

#sellerinfo .tabnav a p {
    float: left;
}

#sellerinfo .tabnav a span {
    width: 12px;
    height: 21px;
    background-repeat: no-repeat;
    background-color: transparent;
    background-image: url(../img/tabs-corners.png);
}

#sellerinfo .tabnav a .bleft {
    float: left;
    background-position: left top;
}

#sellerinfo .tabnav a .bright {
    float: right;
    background-position: right top;
}

#about_us_menu .button,
#about_us_menu a {
    width: 102px;
    text-align: center;
}

#sellerinfo .tabnav .selected,
#sellerinfo .tabnav a:hover,
#about_us_menu .selected,
#about_us_menu  a:hover {
    color : #ddd;
    background-color: transparent;
}

.about_page  #page_content{
    float: left;
    padding: 20px 0 10px 0;
    font-size: 14px;
    margin-left: 140px;
}
.about_page  #page_content h3{
    margin-top: 20px;
    font-size: 14px;
    font-weight: normal;
}
.about_page #page_content h1{
    font-size: 24px;
    font-weight: bold;
    margin-top:0px;
    color: #393939;
    width: 300px;
    padding-bottom: 10px;
}
.about_page #page_content h2{
    font-weight: bold;
    margin-top: 20px;
    font-size: 14px;
}
.about_page #page_content .title{
    font-size: 24px;
    font-weight: bold;
    margin-top:0px;
    color: #393939;
    width: 400px;
    padding-bottom: 10px;
}
.about_page #page_content a{
    text-decoration: underline;
    color: #0000FF;
    padding-top: 10px;
    float: left;
}
.about_page #page_content ul{
    padding-left: 20px;
}

#our_team  .name{
    font-weight: bold;
    font-size: 20px;
    padding: 5px 0 10px 0;
}

#our_team  .function{
    font-style: italic;
    font-weight: bold;
    padding-bottom: 10px;
}

#box_ways_top {
    width: 183px;
    height: 11px;
    float: left;
    background-image: url(../img/about_us/ways_top.gif);
    background-repeat: no-repeat;
}
#box_ways_bottom {
    width: 183px;
    height: 11px;
    float: left;
    background-image: url(../img/about_us/ways_bottom.gif);
    background-repeat: no-repeat;
}
#ways_box {
    width: 183px;
    float: left;
    background: url("../img/about_us/ways_gradient.gif") repeat-x scroll left top #000;
    color: #fff;
}
#ways_box #box_title {
    font-weight: bold;
    font-size: 18px;
    padding: 0 5px 5px  5px;
    margin: 0 5px;
    border-bottom: 1px solid #fff;
}
#ways_box ul{
    padding: 5px 10px;
    font-size: 12px;
}
#ways_box ul li{
    padding: 3px 0;
    float: left;
}
#ways_box ul li span{
    font-size: 25px;
    float: left;
    padding: 5px 5px 0 0;
}
#our_team  .history_title{
    font-size: 24px;
    font-weight: bold;
    margin-top:0px;
    color: #393939;
    width: 300px;
    padding-bottom: 10px;
}

#contact_us h1{
    font-size: 24px;
    font-weight: bold;
    margin-top:0px;
    color: #393939;
    width: 400px;
    padding: 25px 10px 10px 10px;
    float: left;
}

#contact_us_form {
    float: right;
    width: 300px;
    padding: 10px 30px;
    font-size: 14px;
}
#contact_us_form p{
    padding: 0 0 10px 0;
}

#contact_form{
    font-size: 12px;
}

#contact_form label{
    font-weight: bold;
    display: block;
}

#contact_form input,
#contact_form select {
    width: 200px;
    display: block;
    border: 1px solid #ccc;
}
#contact_form textarea{
    width: 300px;
    height: 150px;
    display: block;
    border: 1px solid #ccc;
}

#contact_form #contact_us_buttom{
    float:right;
    background: url("../img/about_us/btn_green.png") no-repeat left top;
    width: 108px;
    height: 37px;
    line-height: 37px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}
#contact_form  #contact_info{
    font-size: 14px;
    width: 160px;
    line-height: 17px;
}
#header_text{
    font-size: 11px;
    color: #fff;
    font-style: italic;
    /*width: 90%;*/
    /*padding-top: 20px;*/
    /*padding-left: 5px;*/
    float: left;
    font-family: Helvetica,Arial,sans-serif;
    margin-top: -13px;
    padding-left: 82px;
}

.instrument_list2 .row .promote_box {
    float: left;
    padding-left: 10px;
    font-size: 13px;
    position: absolute;
    bottom: 10px;
    left: 100px;
}

.instrument_list2 .row .promote_box a{
    color: #000;
    text-decoration: underline;

}

#promote_instrument_box a{
    color: #000;
    text-decoration: underline;
}

.promoted_instrument {
    background-color: #ccc;
}

#center_csblist_inner .products_list_row.promoted_instrument {
    /*width: 563px;*/
    width: 495px;
    height: 82px;
    background-color: #d0d0d0;
    border: 1px solid #9f9f9f;
}
#center_csblist_inner.product_details_list .products_list_row.promoted_instrument {
    width: 478px !important;
}
#center_csblist_inner .products_list_row.promoted_instrument .see_more {
    /*width: 448px;*/
    width: 385px;
}
#center_csblist_inner.product_details_list .products_list_row.promoted_instrument .see_more {
    width: 358px !important;
}
#center_csblist_inner .products_list_row.promoted_instrument .product_price {
    width: 113px;
}
#center_csblist_inner .products_list_row.promoted_instrument .product_name {
    width: 270px;
}
#center_csblist_inner.product_details_list .products_list_row.promoted_instrument .product_name {
    width: 234px !important;
}
#center_csblist_inner .small_product.promoted_instrument {
    background-color: #d0d0d0;
    border: 1px solid #9f9f9f;
}

.promoted_instrument .row_info.last {
    padding-bottom: 5px;
}

/*footer counter section in dealer/builder admin pages*/
#footer_counter {
    float: left;
    margin: 0 auto;
    width: 1180px;
    height: 110px;
}

#conter_box{
    width: 1180px;
    height: 85px;
    margin: 18px auto;
    background: url("../img/counter/left.png") no-repeat left top;
    font-size: 14px;
}
#conter_box .spacer{
    background: url("../img/counter/delimiter.png") no-repeat left top;
    width: 1px;
    height: 83px;
    float: left;
}

#conter_box .title{
    padding: 0px 15px;
    text-align: center;
    float: left;
    font-size: 13px;
    color:#fff;
}

#conter_box .counter{
    width: 110px;
    height: 21px;
    margin-top: 25px;
    margin-right: 15px;
    text-align: center;
    float: left;
    background: none;
    border:1px solid #c7c7c7;
}

#conter_box .counter_second{
    border:1px solid #7a7a7a;
    border-width: 1px 1px 0 1px;
    float:left;
}

#conter_box .big_counter{
    width: 128px;
    float:left;
    height: 22px;
    margin-top: 25px;
    text-align: center;
    background: none;
    border:1px solid #c7c7c7;
}

#conter_box .big_counter_second{
    float:left;
    height: 21px;
    border:1px solid #7a7a7a;
    border-width: 1px 1px 0 1px;
    float:left;
}
#conter_box .bigger_counter{
    width: 146px;
    height: 22px;
    margin-top: 25px;

    text-align: center;
    float: left;
    background: none;
    border:1px solid #c7c7c7;
}

#conter_box .cell{
    background: url("../img/counter/number-bg.png") no-repeat left top;
    height: 21px;
    line-height: 21px;
    width: 17px;
    border-right:1px solid #dadada;
    float: left;
    text-align: center;
    color:#515151;
    font-size:14px;
}

#conter_box .counter_content{
    float: left;
    height: 83px;
    background: url("../img/counter/bg.png") repeat-x left top;
}
.ads_row_box {
    margin-top:3px;
    margin-bottom: 10px;
    display: block;
    clear: both;
    text-align: center;
}
.your_add_here {
    text-align: right;
    padding-bottom: 2px;
}
.your_add_here a {
    font-size: 11px;
    text-decoration: underline;
    color: #696969;
}
.sub_menu {
    text-align: left !important;
}

#most-wanted table td {
    vertical-align: middle;
    padding: 3px 0;
    border-bottom: solid 1px #ddd;
}
#most-wanted table tr.last td {
    border: 0;
}
#most-wanted td.most_wanted_header {
    font-size:11px;
    font-weight:bold;
    text-align: center;
    border: 0;
}
#most-wanted td.most_wanted_header .top3 {
    font-size: 10px;
    color: #b21c28;
}
#most-wanted td.most_wanted_number {
    color:#b21c28;
    font-size:12px;
    font-weight:bold;
    text-align: center;
    width: 34px;
}
#most-wanted td.most_wanted_product {
    width: 160px;
    padding-right: 10px;
}
#most-wanted td.most_wanted_product a {
    font-size:10px;
    color: #000;
    float:left;
}
#most-wanted td.most_wanted_product a:hover {
    color: #b21c28;
}
#most-wanted td.most_wanted_first_image img {
    max-width: 57px;
    max-height: 57px;
    padding: 0 10px;
    border: solid 1px #ddd;
}
#most-wanted td.most_wanted_image {
    text-align: center;
}
#most-wanted td.most_wanted_image img {
    max-width: 36px;
    max-height: 36px;
    padding: 0 5px;
    border: solid 1px #ddd;
    margin: auto;
}
.user_box {
    background: url(../img/account_box.png);
    width: 391px;
    height: 394px;
    float: left;
    margin-left: 3px;
}
.user_box .user_box_content {
    margin: auto;
    width: 290px;
}
.user_box .user_box_content h2 {
    padding: 12px 0 25px 0;
    text-align: center;
    font-size: 22px;
    color: #515151;
    font-weight: normal;
}
.user_box .user_box_content p.user_searched_term {
    line-height: 22px;
}
.user_box .user_box_content p.user_searched_term a {
    color: #000;
    font-size: 14px;
}
.user_box .user_box_content p.user_searched_term a:hover {
    color: #b21c28;
}
.user_box .user_box_content .recently_viewed_line {
    float: left;
    width: 100%;
    padding: 5px 0;
    border-bottom: solid 2px #ddd;
}
.user_box .user_box_content .recently_viewed_line.last {
    border-bottom: 0;
}
.user_box .user_box_content .recently_viewed_product {
    float: left;
    width: 175px;
    padding-left: 15px;
}
.user_box .user_box_content .recently_viewed_product a {
    font-size: 14px;
    color: #000;
}
.user_box .user_box_content .recently_viewed_product a:hover {
    color: #b21c28;
}
.user_box .user_box_content .recently_viewed_image {
    float: right;
    border: solid 1px #ddd;
    width: 72px;
    height: 58px;
    text-align: center;
}
.user_box .user_box_content .recently_viewed_image img {
    max-width: 72px;
    max-height: 58px;
}
.account input#post_title {
    width: 800px;
}

.rounded_row_mail{
    width: 500px;
    float: left;
    height: 14px;
}

.rounded_border_top_mail{
    width: 485px;
    float: left;
    border-top: 1px solid #d4d4d4;
    height: 13px;
}
.rounded_border_bottom_mail{
    width: 484px;
    float: left;
    border-bottom: 1px solid #d4d4d4;
    height: 13px;
}
.rounded_container_mail{
    width: 498px;
    float: left;
    border-right: 1px solid #d4d4d4;
    border-left: 1px solid #d4d4d4;
}
.profile_home_stats_title_mail {
    float: left;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px;
}
.profile_home_stats_title_mail div{
    float: left;
    border-bottom: 2px solid #C5C5C6;
    margin-bottom: 5px;
    font-size: 11px;
    width: 435px;
    padding-top: 10px;
    margin-left: 31px;
}
.profile_home_stats_row_mail {
    float: left;
    width: 498px;
    text-align: center;
    font-size: 12px;
}
.profile_home_stats_explanation_mail {
    float: left;
    width: 478px;
    padding: 15px 10px 0 10px;
    text-align: center;
    font-size: 10px;
}

#categories_submenu{
    float:left;
    width:1180px;
    border-bottom: 4px solid #686868;
}
.category_share {
    float: right;
    height: 23px;
    overflow: hidden;
}
.category_share .get_newsletter {
    float: left;
    padding-right: 14px;
    line-height: 20px;
}
.category_share .twitter-share-button {
    float: left;
}
.category_share a.btn_email {
    background: url(../img/btn_email.jpg);
    width: 56px;
    height: 21px;
    float: left;
    display: block;
    text-indent: -5000px;
}

#categories_submenu .button{
    color : #4c4a4a;
    width: auto;
    height: 21px;
    padding-top: 9px; /*2px;*/
    float: left;
    text-align: center;
    font-weight: bold;
    margin-right: 5px;
    position: relative;
}

#categories_submenu .button a {
    color : #4c4a4a;
    width: auto;
    height: 21px;
    line-height: 21px;
    font-size: 14px;
    float: left;
    background-color: #cbcbcb;
    position: relative;
    padding: 0 10px;
}
#categories_submenu .button a .bleft {
    background: url(../img/category_submenu_bgs.jpg);
    width: 8px;
    height: 21px;
    display: block;
    position: absolute;
    left: 0px;
    top: 0;
    overflow: hidden;
}
#categories_submenu .button a .bright {
    background: url(../img/category_submenu_bgs.jpg) -8px 0;
    width: 8px;
    height: 21px;
    display: block;
    position: absolute;
    right: 0px;
    top: 0;
    overflow: hidden;
}
#categories_submenu .button a:hover .bleft, #categories_submenu .button a.selected .bleft {
    background-position: -16px 0;
}
#categories_submenu .button a:hover .bright, #categories_submenu .button a.selected .bright {
    background-position: -24px 0;
}
#categories_submenu .selected,
#categories_submenu .button a.selected,
#categories_submenu  a:hover {
    color : #ddd;
    background-color: #4C4A4A;
}
.full {
    width: 100% !important;
}

.category_page .category_right .recent_news {
    float: left;
    width: 100%;
}
.category_page .category_right .recent_news .recent_news_title {
    float: left;
    width: 570px;
    padding: 0 0 2px 10px;
    border-bottom: solid 1px #ddd;
    color: #000;
    font-size: 14px;
    font-weight: bold;
}
.category_page .category_right .recent_news .recent_news_line {
    float: left;
    width: 100%;
    padding: 5px 0;
}
.category_page .category_right .recent_news .recent_news_line p {
    font-size: 12px;
    padding-left: 10px;
    width: 570px;
    float: left;
}
.category_page .category_right .recent_news .recent_news_source {
    padding: 10px 0 10px 10px;
    float: left;
    width: 570px;
}
.category_page .category_right .recent_news ul {
    float: left;
    width: 100%;
    padding: 5px 0;
}
.category_page .category_right .recent_news ul li {
    list-style-type: disc;
    float: left;
    width: 558px;
    line-height: 18px;
    margin-left: 22px;
}
.category_page .category_right .recent_news ul li a {
    color: #0000f1;
}
.category_products_large {
    float: left;
    width: 578px;
    border-left: solid 1px #ddd;
    border-right: solid 1px #ddd;
    padding: 5px 0 10px 0;
}
.category_products_large .product {
    float: left;
    width: 176px;
    padding-top: 12px;
    background-color: #e1e1e1;
    background-image: url(../img/products_large_t.jpg);
    background-repeat: no-repeat;
    margin: 5px 8px 5px 7px;
    position: relative;
}

.category_products_large .product.promoted_instrument,
.more_content_category .product.promoted_instrument {
    background-image: url(../img/products_large_tp.jpg);
}
.category_products_large .product .img_box_wraptocenter {
    padding-top: 1px;
    height: 130px;
    width: 176px;
}
.category_products_large .product .img_box_wraptocenter img {
    max-width: 150px;
    max-height: 128px;
}
.category_products_large .product .title {
    padding-top: 5px;
    height: 31px;
    line-height: 13px;
    border-bottom: solid 1px #b8b8b8;
    margin: 0 5px;
    overflow: hidden;
}
.category_products_large .product.promoted_instrument .title,
.more_content_category .product.promoted_instrument .title {
    margin: 0;
    padding-left: 5px;
    width: 169px;
    background-color: #d0d0d0 !important;
    border-left: 1px solid #9f9f9f;
    border-right: 1px solid #9f9f9f;
}
.category_products_large .product .title a {
    font-size: 12px;
    font-weight: bold;
    color: #000;
}
.category_products_large .product .row_info {
    float: left;
    width: 100%;
    line-height: 18px;
    height: 18px;
    overflow: hidden;
}
.category_products_large .product.promoted_instrument .img_box,
.category_products_large .product.promoted_instrument .row_info,
.more_content_category .product.promoted_instrument .img_box,
.more_content_category .product.promoted_instrument .row_info {
    width: 174px;
    background-color: #d0d0d0;
    border-left: 1px solid #9f9f9f;
    border-right: 1px solid #9f9f9f;
}
.category_products_large .product .product_details_left {
    float: left;
    width: 54px;
    padding-left: 5px;
    font-size: 12px;
}
.category_products_large .product .product_details_right {
    float: left;
    width: 110px;
    font-size: 12px;
}
.category_products_large .product .product_details_right a {
    color: #000;
    font-size: 12px;
}
.category_products_large .product .product_footer {
    background-image: url(../img/products_large_more_new.jpg);
    width: 100%;
    float: left;
    height: 23px;
    margin-top: 5px;
}
.category_products_large .product.promoted_instrument .product_footer,
.more_content_category .product.promoted_instrument .product_footer {
    width: 176px;
    margin-top: 0;
    height: 23px;
    /*background-image: url(../img/products_large_more_p.jpg);*/
    background-image: url(../img/products_large_more_new.jpg);
}
.category_products_large .product .product_footer a.contact_owner {
    width: 99px;
    float: right;
    display: block;
    text-align: center;
    color: #fff;
    line-height: 23px;
    font-size: 11px;
}
.category_products_large .product .product_footer a.see_more {
    width: 176px;
    float: left;
    display: block;
    text-align: center;
    color: #fff;
    line-height: 23px;
    font-size: 11px;
    margin-top: 0px;
}
.category_products_large .product.promoted_instrument .product_footer a.contact_owner,
.category_products_large .product.promoted_instrument .product_footer a.see_more,
.more_content_category .product.promoted_instrument .product_footer a.contact_owner,
.more_content_category .product.promoted_instrument .product_footer a.see_more {
    /*margin-top: 4px;*/
}
.category_products_small.ranking ,
.category_products_small {
    float: left;
    width: 578px;
    border-left: solid 1px #ddd;
    border-right: solid 1px #ddd;
    padding-top: 5px;
}
.category_products_small.ranking {
    border: 0px;
    width: 100%;
}
.category_products_small .small_product {
    border: 1px solid #CCCCCC;
    float: left;
    height: 120px;
    margin-left: 7px;
    width: 134px;
    background: #e1e1e1;
    border: solid 1px #d6d6d6;
}
.category_products_small.ranking .small_product {
    width: 132px;
}
.category_products_small .small_product .img_box {
    display: table-cell;
    height: 120px;
    padding-top: 10px;
    text-align: center;
    vertical-align: middle;
    width: 134px;
}
.category_products_small .overview_instrument {

}
.category_products_small .overview_instrument .title,
.category_products_small .overview_instrument .row_info {
    width: 220px;
    padding-left: 10px;
    font-size: 12px;
}
.category_products_small .overview_instrument .title a,
.category_products_small .overview_instrument .title {
    color: #000000;
    font-weight: bold;
}
.category_page .category_blog_post {
    width: 1016px;
    float: right;
}
.category_page .category_blog_post #blog_container {
    width: 1016px;
}
.category_page .category_blog_post #blog_container .header {
    background: url(../img/category_blog_header.jpg);
    height: 35px;
    line-height: 33px;
    width: 1004px;
    padding: 0;
    padding-left: 12px;
    color: #fff;
    font-size: 18px;
}
.category_page .category_blog_post #blog_container #blog_div {
    float: left;
    padding: 70px 60px 50px 53px;
    width: 901px;
    border-left: solid 1px #ddd;
    border-right: solid 1px #ddd;
}
.category_page .category_blog_post #blog_footer {
    border: 1px solid #ddd;
    float: left;
    height: 34px;
    line-height: 34px;
    width: 1014px;
}
.category_page .category_blog_post #blog_footer #blog_footer_tags {
    float: right;
    line-height: 34px;
    clear: none;
    padding-right: 10px;
}
.category_page .category_blog_post #old_blog_posts {
    float: left;
    width: 100%;
    padding: 0;
    margin: 10px 0 0 0;
}
.category_page .category_blog_post #old_blog_posts .header {
    line-height: 35px;
    font-size: 18px;
    background: #ddd;
    color: #000;
}
.category_page .category_blog_post #old_blog_posts .older_posts_list {
    float: left;
    width: 1015px;
    border-left: solid 1px #ddd;
}
.category_page .category_blog_post #old_blog_posts .older_posts_list .old_post {
    float: left;
    width: 227px;
    border-right: solid 1px #ddd;
    padding: 15px 10px 10px 10px;
}
.category_page .category_blog_post #old_blog_posts .older_posts_list .old_post .blog_title {
    font-size: 15px;
    height: 57px;
    line-height: 19px;
    overflow: hidden;
}
.category_page .category_blog_post #old_blog_posts .older_posts_list .old_post .blog_author {
    padding-top: 5px;
    height: 15px;
    line-height: 15px;
    overflow: hidden;
}
.category_page .category_blog_post #old_blog_posts .older_posts_list .old_post .blog_description {
    height: 114px;
    line-height: 15px;
    overflow: hidden;
}
.category_videos {
    float: right;
    width: 1016px;
}
.category_videos #category_videos_container {
    float: left;
    width: 1016px;
    border-bottom: solid 1px #cbcbcb;
}
.category_videos #category_videos_container .header {
    background: url(../img/category_blog_header.jpg);
    height: 35px;
    line-height: 33px;
    width: 1004px;
    padding: 0;
    padding-left: 12px;
    color: #fff;
    font-size: 18px;
}
.category_videos #category_videos_container #first_video_container {
    width: 974px;
    border-left: solid 1px #cbcbcb;
    border-right: solid 1px #cbcbcb;
}
.category_videos #category_videos_container .first_video_details {
    float: right;
    width: 280px;
    padding: 0 10px
}
.category_videos #category_videos_container .other_videos {
    float: left;
    width: 1014px;
    border-left: solid 1px #cbcbcb;
    border-right: solid 1px #cbcbcb;
}
.category_videos #category_videos_container .video_details {
    width: 333px;
}
.category_videos #category_videos_container .video_details .video_title {
    height: 77px;
}
.category_videos #category_videos_container .video_details a {
    color: #0a05d1;
    font-size: 14px;
    font-weight: bold;
}
.noborder {
    border: 0 !important;
}
.category_page .category_products_list .header_csblist {
    font-weight: normal;
}

.category_page .category_product_page {
    float: right;
    width: 1016px;
}
.category_page .category_product_page h2 {
    font-size: 16px;
}
.category_page .category_product_page .category_products_list .header_csblist {
    background: #fff url(../img/category_subpage_products_header.jpg);
}
.category_page .category_product_page .category_products_list .header_csblist .header_sort_by {
    padding-right: 270px;
}
.category_page .category_products_list .header_csblist .header_sort_by #sort_by {
    position: relative;
    width: 130px;
    height: 20px;
    float: left;
    background: #7e0e0d url(../img/red_dropdown.jpg) no-repeat;
    overflow: hidden;
    z-index: 2;
    margin: 5px 0 0 10px;
}
.category_page .category_products_list .header_csblist .header_sort_by #sort_by:hover {
    height: auto;
}
.category_page .category_products_list .header_csblist .header_sort_by #sort_by #selected_sort_by {
    float: left;
    height: 20px;
    padding: 0 18px 0 8px;
    line-height: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
}
.category_page .category_products_list .header_csblist .header_sort_by #sort_by ul {
    float: left;
    width: 128px;
    border-left: solid 1px #b86d6f;
    border-right: solid 1px #b86d6f;
    border-bottom: solid 1px #b86d6f;
    padding: 5px 0;
}
.category_page .category_products_list .header_csblist .header_sort_by #sort_by ul li {
    float: left;
    width: 120px;
    line-height: 15px;
    padding-left: 8px;
}
.category_page .category_products_list .header_csblist .header_sort_by #sort_by ul li.label {
    font-weight: bold;
    line-height: 18px;
    width: 124px;
    padding-left: 4px;
}
.category_page .category_products_list .header_csblist .header_sort_by #sort_by ul li a {
    display: block;
    float: left;
    width: 100%;
    color: #cacaca;
}
.category_page .category_products_list .header_csblist .header_sort_by #sort_by ul li a:hover {
    color: #898989;
}
.category_page .category_product_page .category_products_list .products_list {
    float: left;
    border-left: solid 1px #ddd;
    border-right: solid 1px #ddd;
    width: 1014px;
    margin: 0;
    padding-bottom: 10px;
}
.category_page .category_product_page .category_products_list .products_list .products_list_row {
    float: left;
    width: 496px;
    background: #e1e1e1;
    margin: 5px 0 2px 7px;
    position: relative;
}
.category_page .category_product_page .category_products_list .products_list .products_list_row .picture_cell {
    float: left;
    text-align: center;
    width: 110px;
    padding: 7px 0;
    height: 70px;
}
.category_page .category_product_page .category_products_list .products_list .products_list_row .picture_cell img {
    max-width: 96px;
    max-height: 70px;
}
.category_page .category_product_page .category_products_list .products_list .products_list_row .see_more {
    float: right;
    width: 385px;
    height: 28px;
}
.category_page .category_product_page .category_products_list .products_list .products_list_row .see_more a.more {
    width: 82px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    display: block;
    float:right;
    background: url(../img/see_more.jpg);
    color: #fff;
    font-size: 10px;
    font-weight: bold;
}
.category_page .category_product_page .category_products_list .products_list .products_list_row .see_more a.contact_owner {
    width: 106px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    display: block;
    float:right;
    background: url(../img/category_contact.jpg);
    color: #fff;
    font-size: 10px;
    font-weight: bold;
}
.category_page .category_product_page .category_products_list .products_list .products_list_row .product_name {
    float: right;
    width: 270px;
    height: 53px;
    padding-top: 0;
    line-height: 17px;
}
.category_page .category_product_page .category_products_list .products_list .products_list_row .product_name a.product {
    color: #000;
    font-size: 14px;
    font-weight: bold;
}
.category_page .category_product_page .category_products_list .products_list .products_list_row .product_name a.company {
    color: #000;
    font-size: 13px;
}
.category_page .category_product_page .category_products_list .products_list .products_list_row .product_price {
    float: right;
    width: 114px;
    height: 40px;
    padding-top: 16px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}
.category_page .category_product_page .category_products_large {
    width: 1014px;
}
.category_page .category_product_page .category_products_large .product {
    margin: 6px 13px;
}
.category_page .category_product_page .category_products_small {
    width: 1014px;
    padding-bottom: 10px;
}
.category_page .category_product_page .category_products_small .product {
    margin: 6px 13px;
}
.category_page .icon_view_as {
    float: left;
    margin: 0 3px;
    text-decoration: none;
    width: 19px;
    height: 29px;
    background-image: url(../img/category_views.jpg);
}
.category_page .header_view_as .icon1 {
    background-position: 0 0;
    margin-left: 6px;
}
.category_page .header_view_as .icon2 {
    background-position: -19px 0;
}
.category_page .header_view_as .icon3 {
    background-position: -38px 0;
}
.category_page .header_view_as .icon1:hover, .category_page .header_view_as .icon1-active {
    background-position: -57px 0;
}
.category_page .header_view_as .icon2:hover, .category_page .header_view_as .icon2-active {
    background-position: -76px 0;
}
.category_page .header_view_as .icon3:hover, .category_page .header_view_as .icon3-active {
    background-position: -95px 0;
}
.brand_videos {
    float: left;
    width: 100%;
}
.brand_videos div {
    float: left;
    width: 337px;
    padding: 15px 0 0 0;
    margin: 0 auto 20px;
    text-align: center;
}
.brand_videos div h2 {
    font-size: 13px;
    padding-bottom: 6px;
}
.m15top { margin-top: 15px; }

.prodlist_title {
    float: left;
    height: 30px;
    margin-top: 5px;
    background: transparent url(../img/redlisttitle_bg.gif) left center repeat-x;
}

.prodlist_title table {
    width: 100%;
}

.prodlist_title .label {
    width: auto;
    float: left;
    height: 30px;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    padding-left: 10px;
    background: transparent url(../img/redlisttitle_bg.gif) left top no-repeat;
}

.prodlist_title .end {
    float: right;
    width: 5px;
    height: 30px;
    background: transparent url(../img/redlisttitle_bg.gif) right bottom no-repeat;
}

.prodlist_title .pagination_content {
    float: right;
    height: 30px;
    color: #ffffff;
    line-height: 30px;
}

.prodlist_title #search_inventary_container,
.prodlist_title #search_inventary_label,
.prodlist_title #search_inventary_label_2 {
    float: left;
    height: 30px;
    width: auto;
    color: #ffffff;
    font-size: 14px;
    line-height: 30px;
    display: inline-block;
    /*padding-right: 211px;*/
}
.prodlist_title #search_inventary_label {
    max-width: 200px;
    overflow: hidden;
    text-align: right;
}
.prodlist_title #search_inventary_label_2 {
    width: 70px;
}

.prodlist_title .view_as {
    float: left;
    height: 29px;
    padding-top: 1px;
    line-height: 29px;
}

.prodlist_title .view_as label {
    float: left;
    color: #ffffff;
    font-size: 13px;
    padding-right: 5px;
}

.prodlist_title .view_as .icon {
    float: left;
    width: 19px;
    height: 28px;
    margin: 0 2px;
    line-height: 28px;
    text-decoration: none;
    background-image: url(../img/category_views.jpg);
}

.prodlist_title .view_as .icon1 {
    background-position: 0 0;
}

.prodlist_title .view_as .icon2 {
    background-position: -19px 0;
}

.prodlist_title .view_as .icon3 {
    background-position: -38px 0;
}

.prodlist_title .view_as a:hover.icon1,
.prodlist_title .view_as .icon1.active {
    background-position: -57px 0;
}

.prodlist_title .view_as .icon2.active,
.prodlist_title .view_as a:hover.icon2 {
    background-position: -76px 0;
}

.prodlist_title .view_as .icon3.active,
.prodlist_title .view_as a:hover.icon3 {
    background-position: -95px 0;
}


.smallgrey_title {
    float: left;
    height: 21px;
    background: #cbcbcb url(../img/smallgreytitle_bg.gif) left center repeat-x;
}

.smallgrey_title .label {
    float: left;
    width: auto;
    height: 21px;
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    line-height: 21px;
    padding-left: 10px;
    background: transparent url(../img/smallgreytitle_bg.gif) left top no-repeat;
}
.smallgrey_title .end {
    width: 5px;
    height: 21px;
    float: right;
    background: transparent url(../img/smallgreytitle_bg.gif) right bottom no-repeat;
}

.mediumgrey_title {
    float: left;
    height: 30px;
    position: relative;
    background: #cbcbcb url(../img/mediumgreytitle_bg.gif) left center repeat-x;
}
.mediumgrey_title .pagination_container {
    background: transparent url(../img/mediumgreytitle_bg.gif) right bottom no-repeat;
}

.left_content {
    float: left;
    width: 985px;
    height: auto;
}

.left_content .product {
    margin-right: 26px;
}

.left_content .more {
    font-size: 12px;
    color: #000000;
}

.rankingnav {
    float: left;
    width: 100%;
    height: 23px;
    margin: 10px 0;
}

.rankingnav tr td {
    height: 23px;
    border-left: 1px solid #ffffff;
    background: #524e4e url(../img/rankingnav_bg.png) left -54px repeat-x;
}

.rankingnav tr td.lc a {
    background: transparent url(../img/rankingnav_bg.png) right -108px no-repeat;
}

.rankingnav tr td.lc.active a,
.rankingnav tr td.lc.selected a {
    background: transparent url(../img/rankingnav_bg.png) right bottom no-repeat;
}

.rankingnav tr td.fc a {
    background: transparent url(../img/rankingnav_bg.png) 0 0 no-repeat;
}

.rankingnav tr td.fc.active a,
.rankingnav tr td.fc.selected a {
    background: transparent url(../img/rankingnav_bg.png) 0 -26px no-repeat;
}

.rankingnav tr td a {
    width: auto;
    height: 23px;
    display: block;
    color: #ffffff;
    font-size: 12px;
    line-height: 23px;
    text-align: center;
}

/*.rankingnav td a:hover,*/
.rankingnav td.active,
.rankingnav td.selected {
    background: #ffffff url(../img/rankingnav_bg.png) left -80px repeat-x;
}

.rankingnav td.active a,
.rankingnav td.selected a {
    color: #666666;
}
.category_products_small.ranking .small_product .rank,
#center_csblist_inner.product_details_list .products_list_row .rank,
.more_content_category .product .rank {
    top: 0;
    left: 0;
    float: left;
    width: 24px;
    height: 24px;
    color: #ffffff;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    position: absolute;
    background: transparent url(../img/rank.png) 0 0 no-repeat;
}
#center_csblist_inner.product_details_list .products_list_row .rank {
    top: 0px;
    left: 250px;
}
.category_products_small.ranking .small_product .rank {
    top: 0px;
    left: 0px;
}

.dealerdetails {
    float: left;
    font-size: 12px;
}

.dealerdetails table td {
    vertical-align: top;
    border-style: solid;
    border-color: #cbcbcb;
    border-width: 0 1px 1px 1px;
}

.dealerdetails .colleft {
    float: left;
    width: 345px;
    padding: 10px 5px;
}

.dealerdetails .colmiddle {
    float: left;
    width: 514px;
    padding: 10px 5px;
}

.dealerdetails .colright {
    float: left;
    width: 297px;
}

.dealerdetails .colright .video-container {
    line-height: 0;
}

.dealerdetails .colmidright {
    float: left;
    width: 822px;
}

.dealerdetails .colmidright .wrapper {
    float: left;
    width: 822px;
}

.dealerdetails .colmidright .wrapper #content_holder {
    background: transparent url(../img/dot-cbcbcb.gif) 550px 0 repeat-y;
    width: 822px;
    float: left;
}

/*.dealerdetails .colmidright li {
    list-style: outside;
    padding-left: 5px;
    margin-left: 15px;
}*/

.dealerdetails .colright ul li {
    float: left;
    width: 287px;
    padding: 5px;
    border-bottom: 1px solid #cbcbcb;
}

.dealerdetails .colright .image_box {
    float: left;
    padding-right: 5px;
}
.dealerdetails .colright .video_desc {
    /*float: right;
    width: 110px;*/
    width: 100%;
}

.dealerdetails .colright .video_desc .title {
    font-weight: bold;
}

.dealerdetails .colright .video_desc .desc {
    padding: 10px 0;
}

.dealerdetails .colleft ul,
.dealerdetails .colleft ul li,
.dealerdetails .colright ul,
.dealerdetails .colright ul li {
    float: left;
}

.dealerdetails .colleft ul li {
    width: 345px;
    padding-bottom: 10px;
}

.dealerdetails .colleft label {
    float: left;
    width: 100px;
    font-weight: bold;
}

.dealerdetails .colleft p {
    float: left;
}

.dealerdetails a {
    color: #0000ee;
    text-decoration: none;
}

.dealerdetails h3 {
    float: left;
    font-size: 16px;
    font-weight: bold;
}

.btn_green_36 {
    float: left;
    width: 100%;
    min-width: 160px;
    height: 36px;
    color: #ffffff;
    font-size: 20px;
    line-height: 36px;
    font-weight: bold;
    text-align: center;
    background: transparent url(../img/btn_green_36.png) left center repeat-x;
}

.btn_green_36 span {
    display: block;
    background: transparent url(../img/btn_green_36.png) left top no-repeat;
}

.btn_green_36 a {
    display: block;
    color: #ffffff;
    background: transparent url(../img/btn_green_36.png) right bottom no-repeat;
}

.sorter {
    float: left;
    width: 190px;
    height: 30px;
    position: relative;
}

.sorter label {
    float: left;
    height: 29px;
    color: #ffffff;
    font-size: 12px;
    line-height: 29px;
}

.sorter #sort_by {
    right: 0px;
    float: left;
    z-index: 2;
    width: 130px;
    height: 20px;
    color: #ffffff;
    font-size: 12px;
    overflow: hidden;
    position: absolute;
    margin: 5px 0 0 10px;
    background: #7e0e0d url(../img/red_dropdown.jpg) 0 0 no-repeat;
}

.sorter #selected_sort_by {
    float: left;
    height: 21px;
    line-height: 21px;
    padding: 0 18px 0 8px;
    cursor: pointer;
    text-overflow: ellipsis;
    overflow: hidden;
}

.sorter #sort_by ul {
    float: left;
    width: 128px;
    padding: 5px 0;
    border-bottom: 1px solid #b86d6f;
    border-left: 1px solid #b86d6f;
    border-right: 1px solid #b86d6f;
    z-index: 2;
}

.sorter #sort_by ul li {
    float: left;
    width: 120px;
    padding-left: 8px;
    line-height: 15px;
}
.sorter #sort_by ul li.first {
    line-height: 18px;
}

.sorter #sort_by ul li a {
    float: left;
    width: 100%;
    color: #cacaca;
    display: block;
}

.sorter #sort_by ul li a:hover {
    color: #ffffff;
}

.sorter #sort_by ul li.parent {
    width: 124px;
    font-weight: bold;
    line-height: 18px;
    padding-left: 4px;
}

.sorter #sort_by:hover {
    height: auto;
}

/* new home design */
#grouped {
    float: left;
    /*width: 780px;*/
    width: 1180px;
    overflow: hidden;
}

    #grouped .row {
        /*width: 780px;*/
        width: 1180px;
        height: auto;
        overflow: hidden;
        min-height: 356px;
        padding-bottom: 5px;
    }

    #grouped .row .prodlist_title {
        /*width: 780px;*/
        width: 1180px;
    }

    #grouped .group {
        width: 380px;
        height: auto;
        overflow: hidden;
        min-height: 319px;
        padding-bottom: 5px;
    }

        #grouped .hidder {
            float: left;
            height: auto;
            padding-top: 5px;
        }

        #grouped .group .hidder {
            width: 408px;
        }

        #grouped .row .hidder {
            width: 804px;
        }

    #grouped .more {
        clear: both;
        display: block;
    }

        #grouped .more a {
            float: right;
            color: #365f51;
            font-size: 17px;
            font-weight: bold;
            margin-right: 6%;
        }

        #grouped .more a:hover {
            color: #1c312a;
        }

    #grouped .group.l {
        float: left;
    }

    #grouped .group.r {
        float: right;
    }

    #grouped .group .product {
        margin-right: 27px;
    }

    #grouped .row .product {
        margin-right: 40px;
    }

    #grouped .group .prodlist_title {
        width: 380px;
    }

    #grouped .row .prodlist_title .label,
    #grouped .group .prodlist_title .label {
        font-size: 14px;
    }

#header_subscriber_site {
    height: 45px;
    background: #000;
}
#header_subscriber_site h1 {
    line-height: 45px;
    color: #fff;
    border-left: dotted 1px #555;
    padding-left: 15px;
    font-size: 20px;
    float: left;
}
#header_subscriber_site a.logo {
    background: url(../img/logo.jpg) no-repeat;
    float: left;
    width: 230px;
    height: 45px;
}
#header_subscriber_site a.contact_owner {
    float: right;
    background: #333;
    display: block;
    line-height: 45px;
    height: 45px;
    color: #fff;
    padding: 0 10px;
    font-size: 16px;
}
#header_subscriber_site a.contact_owner:hover {
    background: #444;
}
#header_subscriber_site a.close {
    background: url("../img/prettyphoto/facebook/sprite.png") no-repeat scroll -1px -1px transparent;
    width: 22px;
    height: 22px;
    display: block;
    float: right;
    margin: 11px 6px 0 6px;
    text-indent: -5000px;
}
#replace_video_content ul li {
    border-bottom: 0px !important;
}
.more_content_category .sold_gallery_v2 {
    width: 176px;
    height: 80px;
    margin-left: 0px;
    margin-right: 16px;
    background-image: url(../img/SoldGallery.gif);
    background-repeat: no-repeat;
    background-position: bottom right;
}
.AdSpeed {
    padding-top: 10px;
}
.video_thumb_container {
    display: block;
    width: 100px;
    height: 70px;
    position: relative;
}
.video_thumb_container a {
    display: block;
    width: 100px;
    height: 70px;
    position: relative;
    float: none !important;
    text-indent: 0 !important;
}
.video_thumb_container img.play_button {
    position: absolute;
    top: 0;
    left: 0;
}

/* dealer-builder new upload logo*/
#logo_container{
    width: 1140px;
    margin: 20px auto 0;
    clear: both;
}

#upload_left_box{
    width: 768px;
}

#upload_top_corner{
    width: 768px;
    height: 11px;
    background: transparent url(../img/upload-corners-top.gif) left top no-repeat;
    float: left;
}
#upload_bottom_corner{
    width: 768px;
    height: 11px;
    background: transparent url(../img/upload-corners-bottom.gif) left top no-repeat;
    float: left;
}
#upload_logo_box{
    width: 766px;
    border-left: 1px solid #666666;
    border-right: 1px solid #666666;
}

#upload_container{
    width: 600px;
    margin: 0px auto;
}
#buttons_box{
    width: 600px;
    padding: 10px 0px;
    float: left;
}

#upload_container .header{
    font-size: 16px;
    font-weight: bold;
    width: 600px;
}

#upload_container .header span{
    font-size: 11px;
    font-weight: normal;
}

#user_logo{
    font-size: 12px;
    width: 558px;
    height: 210px;
    color: #999999;
    background: transparent url(../img/upload-holder.gif) left top no-repeat;
    padding: 10px 0px 10px 10px;
}

#preview_logo_container{
    width: 766px;
    border-top: 1px solid #d5d4d4;
    float: left;
}

#preview_container{
    width: 670px;
    margin: 0px auto;
}

#logo_description{
    width: 206px;
    font-size: 11px;
    padding: 10px 0px 10px 60px;
}

#thumb_box{
    width: 200px;
    padding: 10px 0px 10px 30px;
}

#logo_save_box{
    width : 95px;
    padding: 10px 0px;
}
#logo_save_box a#save_logo{
    width : 95px;
    height : 36px;
    background: transparent url(../img/upload-save.png) left top no-repeat;
    color: #ffffff;
    display: block;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    padding-top: 5px;
}
#logo_save_box a#saved{
    width : 95px;
    height : 36px;
    background: transparent url(../img/upload-saved.png) left top no-repeat;
    color: #c2c2c2;
    display: block;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    padding-top: 5px;
}

#logo_saved_text{
    width : 75px;
    padding-top: 13px;
    padding-left: 3px;
    font-size: 12px;
    color: #5e5e5e;
}

#logo_description_box{
    width: 305px;
    border-top: 1px solid #d5d4d4;
    border-bottom: 1px solid #d5d4d4;
    padding: 15px 0px;
}

#logo_description_box .right_box{
    font-size: 12px;
    width : 220px;
    color: #5e5e5e;
    padding-right: 10px;
}
#logo_description_box .left_box{
    width : 74px;
    text-align: center;
}

#logo_example{
    margin: 10px 0px 15px 0px;
}

/* affiliate signup*/
#affiliate-container{
    width: 604px;
    margin: 20px auto;
}
#aff_header{
    width : 604px;
    height : 15px;
    background: transparent url(../img/affiliate-header.gif) left top no-repeat;
}
#aff_body{
    width : 604px;
    background: transparent url(../img/affiliate-bg.gif) left top repeat-y;

}
#aff_footer{
    width : 604px;
    height : 15px;
    background: transparent url(../img/affiliate-footer.gif) left top no-repeat;
}
#affiliate_headline{
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-size: 20px;
    color: #000000;
}

#affiliate_step_title{
    margin: 0;
    padding: 0 0 0 20px;
    font-weight: bold;
    font-size: 18px;
    color: #7b0511;
}

#aff_body ul{
    padding: 5px 25px;
}

#aff_body ul li{
    margin-bottom: 5px;
    height: 29px;
    position: relative;
}

#aff_body input,
#aff_body select{
    border: 1px solid #d1d1d1;
    height: 25px;
    line-height: 25px;
    width: 282px;
    float: right;
}
#aff_body select{
    padding-top: 2px;
}
#aff_body textarea{
    border: 1px solid #d1d1d1;
    height: 100px;
    width: 300px;
}

#aff_body label{
    width: 260px;
    font-size: 16px;
    color: #000000;
    height: 29px;
    line-height: 29px;
    display: inline-block;
}

#aff_body #bin_help{
    margin: 5px 0px 0px 5px;
    vertical-align: text-bottom;
}
#aff_body label span{
    color: #7b0511;
}

#aff_body #footer_box{
    border-top:2px solid #b2b2b2;
    width : 540px;
    height : 35px;
    padding: 5px 25px;
    margin: 0 7px;
}
#aff_body #pager{
    width : 400px;
    text-align: right;
    color: #4b4b4b;
    float: left;
    padding: 15px 15px 0px 0px;
}
#aff_body #next_step{
    width : 121px;
    height : 44px;
    background: transparent url(../img/affiliate-button.png) left top no-repeat;
    color: #ffffff;
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    padding-top: 8px;
    float: left;
}

div.htmltooltip{
    position: absolute; /*leave this and next 3 values alone*/
    z-index: 1000;
    left: -1000px;
    top: -1000px;
    background: #000000;
    border: 2px solid #ffffff;
    color: #ffffff;
    padding: 10px;
    width: 250px; /*width of tooltip*/
    font-size: 12px;
}
#aff_body #step2_description{
    padding: 10px 25px;
    font-size: 12px;
    color: #000000;
}

#aff_body #products{
    width : 590px;
    margin: 0 7px;
    padding: 0;
}
#aff_body #products li{
    width : 550px;
    border-top:2px solid #b2b2b2;
    padding: 5px 20px;
    height: 112px;
    margin: 0;
}

#aff_body #products .product_box{
    float: left;
    padding: 5px 0px 0px 20px;
    width: 390px;
}
#aff_body #products .img_box{
    float: left;
    width: 140px;
    height: 112px;
}

#aff_body #products .product_title{
    font-size: 16px;
    font-style: italic;
    color: #7b0511;
    width: 390px;
}
#aff_body #products .product_url_label{
    font-size: 16px;
    color: #000000;
    float: left;
    width: 100px;
}

#aff_body #products .product_make_available{
    font-size: 12px;
    color: #000000;
    width: 90px;
}

#aff_body #products .make_available{
    width: 390px;
    text-align: right;
}

#aff_body #products .product_url{
    width: 390px;
    text-align: right;
    display: inline-block;
    position: relative;
}

#aff_body #accept_label{
    font-size: 18px;
    color: #4b4b4b;
    width: auto;
    padding-right: 5px;
    display: inline-block;
}

#aff_body #accept_box{
    width : 541px;
    margin: 0px auto;
    clear: both;
    padding: 10px 0px;
    height: 25px;
}
#aff_body #accept_box p{
    width : 541px;
    text-align: center;
}

#aff_body  #affiliate_step3_content{
    padding: 0px 25px;
    font-size: 12px;
    color: #000000;
    width : 541px;
    margin: 0px auto;
}

#aff_header_box{
    width : 541px;
    height : 11px;
    background: transparent url(../img/affiliate-box-header.gif) left top no-repeat;
}
#aff_body #box{
    width : 537px;
    background: #ffffff;
    border-left: 2px solid #b2b2b2;
    border-right: 2px solid #b2b2b2;
}
#aff_footer_box{
    width : 541px;
    height : 10px;
    background: transparent url(../img/affiliate-box-footer.gif) left top no-repeat;
}

#aff_body #affiliate_terms_conditions_list{
    width : 541px;
    margin: 0px auto;
    padding: 15px 0px;
}

#aff_body #box{
    font-size: 12px;
    color: #000000;

}
#aff_body #box ul{
    font-style: italic;
    padding: 5px 0px 5px 10px;
}

#aff_body #box p{
    padding: 5px 15px;
}

#aff_body #box ul li{
    background: transparent url(../img/affiliate-bullet.gif) left top no-repeat;
    padding: 0px 0px 10px 20px;
    margin: 0;
    height: auto;
}

#aff_body #affiliate_help{
    width : 541px;
    margin: 0px auto;
    padding: 0px 0px 15px 0px;
    text-align: right;
}

#vr_logo{
    margin: 0px auto;
    width: 295px;
    padding-top: 40px;
}

#aff_body  span.error{
    font-size: 12px;
    position: absolute;
    left: 0px;
    top: 22px;
}

#aff_body #products p.error{
    font-size: 12px;
    padding: 5px 0px 0px 107px;
    float: left;
}

#aff_body #confirm_code_box{
    width: 300px;
    margin: 0 auto;
}
#integrate_account_headline{
    margin: 30px 0px;
    padding: 0px;
    font-size: 19px;
    font-weight: bold;
}

.account .account_body .affiliate_left_part {
    float: left;
    width: 640px;
}
.account .account_body .affiliate-row-left{
    float: left;
    width: 620px;
    padding-left: 25px;
}

.account .account_body .affiliate-row-left a{
    color: #000000;
    text-decoration: underline;
}

.account .account_body .affiliate_container{
    float: left;
    margin: 0 auto;
    width: 700px;
    padding-left: 130px;
}

.dealer_home_header.replace_video a#read_more_terms {
    font-size: 12px !important;
    font-weight: normal !important;
    float: right;
    padding-right: 25px;
    padding-top: 3px;
}

#epay_upgrade_subscription_box p{
    font-size: 12px;
    padding-bottom: 5px;
}

#epay_upgrade_subscription_box .header{
    color: #BA1E1D;
    font-size: 30px;
    width: 570px;
    padding-bottom: 20px;
}

/* invoice details*/
#invoice_back_btn{
    background: transparent url(../img/back.png) left top no-repeat;
    height: 22px;
    line-height: 22px;
    margin: 1px 25px 1px 0px;
    padding-left: 33px;
    color: #808080;
}

#invoice_print_btn{
    background: transparent url(../img/print.png) left top no-repeat;
    height: 22px;
    line-height: 22px;
    padding-left: 27px;
    color: #808080;
}

#invoice table{
    font-size: 12px;
    margin-bottom: 20px;
    width: 100%;
}

#invoice table .tb_header td{
    background-color: #fff0f0;
    font-size: 14px;
    font-weight: bold;
}

#invoice table td{
    padding: 5px;
}

#invoice table .tb_header td{
    border-bottom: 1px solid #7b0511;
}

#invoice table .border td{
    border-bottom: 2px solid #808080;
}

#confirm_box{
    /*
    width: 652px;
    height: 197px;
    */
    width: 450px;
    height: 136;
    background: url(../img/account-thankyou1.jpg) right bottom no-repeat;
    font-size: 17px;
    float: left;
    padding-left: 7px;
    padding-top: 15px;
}
#confirm_box div{
    padding-left: 85px;
    padding-right: 5px;
    font-size: 13px;
}
#confirm_box #confirm_box_title{
    font-size: 18px;
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 0px;
}
#confirm_box div img{
    vertical-align: middle;
}

/* terms */
/*
vintage-background-bottom.jpg
vintage-background-repeat-y.jpg
vintage-background-top.jpg
vintage_bottom_logo.png
vintage_top_logo.png
*/
.terms_of_service{
    margin: 0 auto;
    width: 712px;
}

.terms_of_service_top{
    background: url("../img/vintage-background-top.jpg") no-repeat;
    height: 15px;
}

.terms_of_service_content{
    background: url("../img/vintage-background-repeat-y.jpg") repeat-y;

}

.terms_of_service_text_image{
    float:right;
    padding-right:10px;
}

.terms_of_service_text_block_first{
    margin: 0 50px;
}

.terms_of_service_text_block_first h1{
    text-align: center;
    padding-left:10px;
}

.terms_of_service_text_block_first h2{
    text-align: center;
    padding-left:10px;
    font-size: 11px;
    font-weight: normal;
}

.terms_of_service_text_block_first h3{
    padding: 20px 0 10px;
}

.terms_of_service_text_block_first p{
    padding: 5px 0;
    font-size:12px;
}

.terms_of_service_text_block_first ul{
    list-style-type:disc;
    padding:5px 0 5px 80px;
    font-size:12px;
}

.terms_of_service_text_block_first a,
.terms_of_service_text_block_first a:visited,
.terms_of_service_text_block_first a:hover{
    text-decoration:none;
    color: #000;
}

.terms_of_service_text_block a,
.terms_of_service_text_block a:visited,
.terms_of_service_text_block a:hover{
    text-decoration:none;
    color: #000;
}

.terms_of_service_text_block_first li{
    padding-top:5px;
    padding-bottom:5px;
}

.terms_of_service_text_block{
    border-top: 1px solid #bebebe;
    margin: 10px 50px;
}

.terms_of_service_text_block h1{
    text-align: center;
    padding-left:10px;
}

.terms_of_service_text_block h2{
    text-align: center;
    padding-left:10px;
    font-size: 11px;
    font-weight: normal;
}

.terms_of_service_text_block h3{
    padding: 20px 0 10px;
}

.terms_of_service_text_block p{
    padding: 5px 0;
    font-size:12px;
}

.terms_of_service_text_block ul{
    list-style-type:disc;
    padding:5px 0 5px 80px;
    font-size:12px;
}

.terms_of_service_text_block li{
    padding-top:5px;
    padding-bottom:5px;
}

.terms_of_service_text_block ol{
    list-style-type: upper-alpha;
    padding:5px 0 5px 80px;
    font-size:12px;
}

.terms_of_service_logo_bottom{
    background: url("../img/vintage_bottom_logo.png") no-repeat scroll right bottom transparent;
    height: 52px;
    width: 695px;
    padding-top: 20px;
}

.terms_of_service_bottom{
    background: url("../img/vintage-background-bottom.jpg") no-repeat;
    height: 19px;
}

/* end terms */

.bg_box {
    background: url("../img/box_bg.gif") repeat-x bottom #FFFFFF;
    width: 390px;
    float: left;
    margin-left: 3px;
    position: relative;
}
.bg_box .box_top{
    width: 390px;
    height: 11px;
    background: url("../img/box_top.png") left top no-repeat;
    float: left;
}
.bg_box .box_mid{
    width: 390px;
    background: url("../img/box_mid.png") left repeat-y;
    float: left;
}
.bg_box .box_bottom{
    width: 390px;
    height: 13px;
    background: url("../img/box_bottom.png") left bottom no-repeat;
    float: left;
    position: absolute;
    bottom: 0px;
}

.bg_box .user_box_content {
    margin: auto;
    width: 350px;
}
.bg_box .user_box_content h2 {
    padding: 12px 0 25px 0;
    text-align: center;
    font-size: 19px;
    color: #515151;
    font-weight: normal;
}
.bg_box .user_box_content .recently_viewed_line {
    float: left;
    width: 100%;
    padding: 5px 0;
    border-bottom: solid 2px #ddd;
    height: 85px;
}
.bg_box .user_box_content .recently_viewed_line.last {
    border-bottom: 0;
    height: 87px;
}
.bg_box .user_box_content .recently_viewed_product {
    float: left;
    width: 235px;
}
.bg_box .user_box_content .recently_viewed_product a {
    font-size: 14px;
    color: #000;
}
.bg_box .user_box_content .recently_viewed_product a:hover {
    color: #b21c28;
}
.bg_box .user_box_content .recently_viewed_image {
    float: right;
    text-align: center;
}

.border_afb0b1{
    border: 1px solid #afb0b1;
}

.light_gray{
    background-color: #d7dff7;
}
.dark_gray{
    /*background-color: #d2b1b1;*/
    background-color: #e2ffe3;
}

.aligncenter {
    float: none;
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.view_cart_btn{
    width: 100px;
    height: 35px;
    line-height: 35px;
    background: url("../img/blank-blue-button.png") center center no-repeat;
    float: right;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}

.first_tick{
    background: url("../img/tick.png") left 0px no-repeat;
    padding-left: 23px;
    float: left;
    line-height: 16px;
    font-size: 14px;
    width: 80%;
}

.tick{
    background: url("../img/tick.png") left 10px no-repeat;
    /*text-indent: 18px;*/
    padding-left: 23px;
    float: left;
    padding-top: 10px;
    line-height: 16px;
    font-size: 14px;
    width: 80%;
}

.advertising_example_link{
    text-decoration: underline;
    color: #000000;
    padding-top: 25px;
    text-align: center;
    font-size: 14px;
    display: block;
    float: left;
    width: 92%;
}

.delete_btn{
    color: #ffffff !important;
    background-color: #992621;
    padding: 5px 10px;
    margin: 26px 0px 0px 40px;
    float: left;
    font-size: 13px;
}
.w92pr{
    width: 92%;
}
.promote_more_btn{
    color: #ffffff;
    background-color: green;
    padding: 5px 10px;
    float: left;
    font-size: 13px;
    font-weight: bold;
    width: 165px;
    text-align: center;
}

.go_home_btn{
    color: #000000;
    background-color: #cccccc;
    padding: 5px 10px;
    margin: 0px 0px 0px 10px;
    float: left;
    font-size: 13px;
    font-weight: bold;
    width: 165px;
    text-align: center;
}

.total_box{
    font-size: 20px;
    width: 216px;
}

ul#promoted_list{
    list-style-type: disc!important;
    list-style-position:inside;
    padding-left: 15px;
}
ul#promoted_list li{
    padding-top: 5px;
}

/* upload module v3*/

#upload_container_v3{
    width: 97%;
    margin-left: 25px;
    float: left;
    clear: both;
    position: relative;
}

#social_share_box_top,
#social_share_box_bottom{
    width: 100%;
}

#upload_container_v3 .upload_section .title,
#social_share_box_top .title,
#social_share_box_bottom .title{
    font-size: 19px;
    position: relative;
    float: left;
    width: 100%;
}

#upload_container_v3 .tooltip{
    /*
    position: absolute;
    top: -15px;
    */
    float: left;
    padding-left: 5px;
}

#upload_container_v3 .tooltip img{
    width: 25px;
    height: 23px;
}

#upload_container_v3 .upload_section{
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    float: left;
}
#upload_container_v3 .upload_section .header{
    width: 100%;
    background: url("../img/dot.png") center top repeat-x;
    margin: 0px 0px 15px 0px;
    position: relative;
    height: 42px;
}

#upload_container_v3 .upload_section .header  img{
    width: 43px;
    height: 42px;
    top: 0px;
    left: -1px;
    position: absolute;
}
#upload_container_v3 .upload_section span.new_v3_err_msg{
    color: #cb1616;
    font-size: 14px;
}

#upload_container_v3 .upload_section  .row{
    margin: 0px !important;
    border: none;
    float: left;
    width: 100%;
}

#upload_container_v3 .upload_section .shipping_fees{
    padding-bottom:10px;
}
    #upload_container_v3 .upload_section .shipping_fees ul li{
        float:left;
    }

#upload_container_v3 .upload_section  .add_more{
    line-height:30px;
}
    #upload_container_v3 .upload_section  .paypal_logo{
        float:left;
        padding-left:20px;
    }

#upload_container_v3 .upload_section .row label{
    width: 115px;
    padding-right: 5px;
    padding-top: 5px;
    text-align: right;
    float: left;
    color: #545454;
    font-size: 14px;
}
#upload_container_v3 .upload_section .row label.w160{
    width: 160px;
}
    #upload_container_v3 .upload_section .row .w180{
        width:180px;
    }

#upload_container_v3 .upload_section .row label span{
    color: #b10e22;
}

#upload_container_v3 .upload_section .row input,
#upload_container_v3 .upload_section .row #recipient_name{
    width: 207px;
}
#upload_container_v3 .upload_section .row input[type=checkbox]{
    width: auto;
    padding: 0px 0px 0px 0px;
}
#upload_container_v3 .upload_section .row input[type=checkbox].buy_now {
    margin-top: 9px;
}
#upload_container_v3 .new_item_v3_save_btn_box{
    margin: 0 auto;
    width: 212px;
}

#upload_container_v3 .new_item_v3_save_btn_box #submit_step_1{
    background-image: url(../img/GreenSaveButton.png);
    width: 212px;
    height: 65px;
    background-repeat: no-repeat;
    float: left;
    border: none;
}

#upload_container_v3 #social_share_box_top{
    float: left;
    width: 100%;
}
#upload_container_v3 #error-messages{
    text-align: center;
    float: left;
    width: 100%;
}

#upload_container_v3 #social_share_box_top a,
#upload_container_v3 #social_share_box_top span.new_err_msg,
#upload_container_v3 #error-messages span.error{
    color: #cb1616 !important;
}
#upload_container_v3 #social_share_box_top span.new_err_msg,
#upload_container_v3 #error-messages span.error{
    padding-left: 5px;
}
#upload_container_v3 #social_share_box_top input[type=checkbox]{
    float: left;
}
#upload_container_v3 .youtube_upload{
    width: 35%;
    float: left;
    margin-right: 20px;
}

#upload_container_v3 .tinyMce{
    height: 300px;
    width: 90%;
}

#upload_container_v3 .border_left_dddddd{
    border-left: 1px solid #dddddd;
}

#upload_container_v3 td.valign_middle{
    vertical-align: middle !important;
}

#upload_container_v3 .new_autosuggest {
  border: 1px solid #cccccc;
  display: none;
  padding: 0px;
  position: absolute;
  width: 280px;
  left: 120px;
  min-width: 250px;
  z-index: 9999;
  overflow: auto;
  font-size: 13px;
  height: 250px;
}
#upload_container_v3 .new_autosuggest ul{
    margin: 0px;
}
#upload_container_v3 .new_autosuggest ul li {
  background-color: #fffffff;
  cursor: pointer;
  display: block;
  list-style: none;
  white-space: nowrap;
  padding: 3px 3px 0px 3px;
  margin: 0px !important;
}

#upload_container_v3 .new_autosuggest ul li:hover {
  background-color: #efefef;
  color: #000;
}

#upload_container_v3 #sortable td.handle{
    cursor: move;
}

#upload_container_v3 a{
    outline: 0;
}

.organization-header-image {
    height: 183px;
}

.organization-header h1,
.organization-header-image h1 {
    font-family: Arial;
    font-weight: bold;
    font-size: 22px;
    color: #b31b2a;
    text-transform: uppercase;
}

.organization-header-image h1 {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 15px;
    color: #ffffff;
}

#buy_now_page h1{
    font-family: Arial;
    font-weight: bold;
    font-size: 22px;
    color: #b31b2a;
    padding: 20px 0px 10px 0px;
    text-transform:uppercase;
}

#buy_now_page .text p{
    font-family: Arial;
    font-size: 14px;
    color: #000000;
    padding: 0px 0px 10px 0px;
}

#buy_now_page .see_more_btn{
    height: 26px;
    background-image: url(../img/buy_now_btns.png);
    background-repeat: no-repeat;
    margin: 0 auto;
    width: 164px;
}
#buy_now_page .see_more_btn{
    background-position: 0px -26px;
}

#buy_now_page .see_more_btn .see_more_btn_content{
    font-family: Arial;
    font-size: 12px;
    color: #ffffff;
    font-weight: bold;
    width: 150px;
    text-align: center;
    background-image: url(../img/buy_now_btns.png);
    background-repeat: repeat-x;
    background-position: 0px -146px;
    height: 26px;
    line-height: 26px;
    display: block;
    float: left;
    margin-left: 7px;
}

#buy_now_page .see_more_btn .btn_end{
    width: 7px;
    height: 26px;
    line-height: 26px;
    float: left;
    background-image: url(../img/buy_now_btns.png);
    background-repeat: no-repeat;
    background-position: 0px -264px;
}

#buy_now_page .see_more_btn:hover{
    background-position: 0px 0px;
}
#buy_now_page .see_more_btn:hover .btn_end{
    background-position: 0px -238px;
}
#buy_now_page .see_more_btn:hover .see_more_btn_content{
    background-position: 0px -120px;
}
#buy_now_page form{
    margin: 0 auto;
    width: 164px;
}

#buy_now_page .buy_it_now_btn{
    height: 34px;
    background-image: url(../img/buy_now_btns.png);
    background-repeat: no-repeat;
}
#buy_now_page .buy_it_now_btn{
    background-position: 0px -52px;
}

#buy_now_page .buy_it_now_btn .buy_it_now_btn_content{
    font-family: Arial;
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
    width: 150px;
    text-align: center;
    background-image: url(../img/buy_now_btns.png);
    background-repeat: repeat-x;
    background-position: 0px -172px;
    height: 32px;
    line-height: 32px;
    float: left;
    margin-left: 7px;
    padding: 0px;
    border: 0px;
}

#buy_now_page .buy_it_now_btn .btn_end{
    width: 7px;
    height: 34px;
    float: left;
    background-image: url(../img/buy_now_btns.png);
    background-repeat: no-repeat;
    background-position: 0px -290px;
}

#buy_now_page .buy_it_now_btn:hover{
    background-position: 0px -86px;
}
#buy_now_page .buy_it_now_btn:hover .btn_end{
    background-position: 0px -324px;
}
#buy_now_page .buy_it_now_btn:hover .buy_it_now_btn_content{
    background-position: 0px -206px;
}

#buy_now_page #center_csblist_inner .end{
    width: 176px;
    height: 12px;
    background-image: url(../img/products_large_t2.jpg);
    background-repeat: no-repeat;
    clear: both;
    margin-bottom: 5px;
}
#buy_now_page .sale{
    background-image: url(../img/sale_discount.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 6px;
    right: 24px;
    width: 62px;
    height: 63px;
}
#buy_now_page .sale1{
    background-position: 0px 0px;
}
#buy_now_page .sale2{
    background-position: 0px -73px;
}
#buy_now_page .sale3{
    background-position: 0px -146px;
}

#divInfo .buy_it_now_btn{
    height: 32px;
    background-image: url(../img/buy_now_btns.png);
    background-repeat: no-repeat;
    width: 379px;
    float:left;
}
#divInfo .buy_it_now_btn{
    background-position: 0px -52px;
}

#divInfo .buy_it_now_btn .buy_it_now_btn_content{
    font-family: Arial;
    font-size: 19px;
    color: #ffffff;
    font-weight: bold;
    width: 364px;
    text-align: center;
    background-image: url(../img/buy_now_btns.png);
    background-repeat: repeat-x;
    background-position: 0px -172px;
    height: 32px;
    float: left;
    margin-left: 6px;
    padding: 0px;
    border: 0px;
    line-height: 30px;
}

#divInfo .buy_it_now_btn .btn_end{
    width: 7px;
    height: 32px;
    float: left;
    background-image: url(../img/buy_now_btns.png);
    background-repeat: no-repeat;
    background-position: 0px -290px;
}

#divInfo .buy_it_now_btn:hover{
    background-position: 0px -86px;
}
#divInfo .buy_it_now_btn:hover .btn_end{
    background-position: 0px -324px;
}
#divInfo .buy_it_now_btn:hover .buy_it_now_btn_content{
    background-position: 0px -206px;
}

#buy_now_btn{
    height: 43px;
    background-image: url(../img/buy_now_btns.png);
    background-repeat: no-repeat;
    width: 147px;
    float: right;
}
#buy_now_btn{
    background-position: 0px -402px;
}

#buy_now_btn .buy_now_btn_content{
    font-family: Arial;
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
    width: 140px;
    text-align: center;
    background-image: url(../img/buy_now_btns.png);
    background-repeat: repeat-x;
    background-position: 0px -490px;
    height: 43px;
    line-height: 43px;
    float: left;
    margin-left: 7px;
    display: block;
}

#buy_now_btn .btn_end{
    width: 7px;
    height: 43px;
    float: left;
    background-image: url(../img/buy_now_btns.png);
    background-repeat: no-repeat;
    background-position: 0px -578px;
}

#buy_now_btn:hover,
#buy_now_btn.selected{
    background-position: 0px -358px;
}
#buy_now_btn:hover .btn_end,
#buy_now_btn.selected .btn_end{
    background-position: 0px -534px;
}
#buy_now_btn:hover .buy_now_btn_content,
#buy_now_btn.selected .buy_now_btn_content{
    background-position: 0px -446px;
}

#header .right_menu_border_new{
    width: 7px;
    height: 43px;
    float: left;
    background-image: url(../img/buy_now_btns.png);
    background-repeat: no-repeat;
    background-position: 0px -578px;
}

#header .right_menu_border_new:hover {
    background-position: 0px -534px;
}

#header #buy_now_link{
    float: right;
    height: 42px;
    line-height: 42px;
}

.sharethis{
    color: #212121;
    font-size: 12px;
    font-weight: normal;
    padding-bottom: 3px;
    padding-top: 5px;
    text-align: left;
    width: 425px;
}
.sharethis span{
    float: left;
}

#sharethis_container{
    width: 100%;
    border-spacing:0;
    border-collapse:collapse;
}
#sharethis_container td{
    border: none;
    padding: 5px 2px;
}

.sharethis_button{
    margin-top: 5px !important;
    display: inline-block;
    float:left;
}

#contact_form_container{
    width: 400px;
    margin: 0 auto;
    font-size: 14px;
    font-weight: bold;
    color: #999999;
}

#contact_form_container div.error span{
    color: #cb1616;
}

#new-contact-form2{
    width: 100%;
    float: left;
    padding-top: 15px;
    text-align: left;
}
#new-contact-form2 label{
    font-weight: bold;
    font-size: 14px;
    color: #000000;
}

#new-contact-form2 input{
    width: 300px;
    color: #a2a2a2;
    font-size: 14px;
    height: 15px;
    border: 1px solid #c9c9c9;
}
#new-contact-form2 textarea{
    width: 300px;
    color: #a2a2a2;
    font-size: 14px;
    height: 115px;
    border: 1px solid #c9c9c9;
}
#new-contact-form2  td{
    padding: 5px 0px;
    border: none;
}

#new-contact-form2 a{
    background: url(../img/contact-send.png) no-repeat transparent;
    width: 173px;
    height: 39px;
    line-height: 39px;
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
    float: left;
    text-align: center;
}

.contact_owner a{
    background-color: #993745;
    color: #ffffff;
    width: auto;
    padding: 0px 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 5px;
    font-size: 9px;
    height: 20px;
    line-height: 20px;
}
.contact_owner a:hover{
    color: #ffffff;
}

#left_sell{
    float:left;
    width:200px;
    margin-bottom:30px;
}

    #left_sell .left_sell_title{
        background: url(../img/vintage-and-homa-page-box_03.png) no-repeat transparent;
        width: 197px;
        height: 40px;
    }

    #left_sell .left_sell_content{
        background: url(../img/vintage-and-homa-page-box_05.png) no-repeat transparent;
        height: 502px;
        width: 197px;
        padding-top:10px;
    }

    #left_sell h3{
        color:#fff;
        text-align:center;
        font-size:15px;
        padding-top: 15px;
        float:left;
        width:100%;
    }

    #left_sell p{
        color:#fff;
        text-align:center;
        font-size:14px;
        margin:0;
        padding:0;
        float:left;
        width:100%;
    }

    #left_sell ul{
        padding-top:10px;
        padding-left:10px;
        padding-right:10px;
    }

    #left_sell ul li{
        color:#fff;
        text-align:center;
        font-size:14px;
    }

    #left_sell a{
        width:100%;
        height:30px;
        margin-left:10px;
        margin-right:10px;
    }

    #left_sell .signup{
        background: url(../img/vintage-and-homa-page-box_11.png) no-repeat transparent;
        width:176px;
        height:29px;
        float:left;
        margin-top:15px;
        margin-bottom:15px;
    }

    #left_sell .collect{
        background: url(../img/vintage-and-homa-page-box_08.png) no-repeat transparent;
        width:176px;
        height:29px;
        float:left;
        margin-top:15px;
        margin-bottom:15px;
    }

    #left_sell .separator{
        background: url(../img/vintage-and-homa-page-box_14.png) no-repeat transparent;
        width:195px;
        height:2px;
        float:left;
    }

    .show_more_videos{
        display:none;
    }

    .click_more_videos{
        text-align:center;
        float:left;
        width:100%;
        cursor:pointer;
        color: #0000EE;
    }
.hidden {
    visibility: hidden;
}

.none {
    display: none;
}

.drag_handle{
    float:right;
    height:195px;
}

.drag_handle img{
    position:relative;
    top:35%;
    cursor:move;
}

.action_box .drag_handle {
    float: right;
    height: 90px;
    position: absolute;
    right: 60px;
    top: 0;
}

.action_box .drag_handle img{
    position:relative;
    top:23%;
    cursor:move;
}

.instrument_list2 .instrument .row.item .name_box,
.instrument_list2 .instrument .row.item .year_box,
.instrument_list2 .instrument .row.item .category_box,
.instrument_list2 .instrument .row.item .price_box,
.instrument_list2 .instrument .row.item .commision_p_box,
.instrument_list2 .instrument .row.item .action_box,
.instrument_list2 .instrument .row.item{
    height:85px;
    position:relative;
}

.instrument_list2 .instrument .row.item{
    border-top:1px solid #797979!important;
    background:#fff;
}

.instrument{
    float:left;
    width:100%;
    border-bottom:1px solid #797979;
}

.sortable_items{
    float:left;
    width:120px;
    height:110px;
    /*height:100px;*/
    position:relative;
    line-height:100px;
    background:#FEFEFE;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border:1px solid #000;
    margin:7px;
    text-align:center;
}

.sortable_items .handle{
    float:left;
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    cursor:pointer;
    z-index:2;
}

.sortable_items .btn{
    position:absolute;
    right:-5px;
    top:-10px;
    padding:0;
    /*visibility:hidden;*/
    z-index:3;
}

#fileQueue{
    float:left;
    width:100%;
}

.sortable_items .toggle{
    position:absolute;
    right:-5px;
    bottom:-5px;
    z-index:3;
}

#sortable .first_image{
    border:3px solid #60C160;
    margin-bottom:7px!important;
}

.first_image{
    border:3px solid #60C160;
    margin-bottom:7px!important;
}

#sortable .sortable_items{
    margin-bottom:12px;
}

.help .ccc{
    color: #cccccc;
}

.shipping_info .total em{
    font-size: 12px;
}

#order_footer{
    border-top: 1px solid #cccccc;
}
#order_footer .order_footer_content{
    padding: 10px;
}

#order_footer h4{
    font-size: 13px;
    padding: 5px 0px;
}
#order_footer p{
    font-size: 12px;
    padding: 5px 0px 0px 0px;
}

#order_footer a{
    color: #000000;
}

#shipping_address_box,
#note_to_box,
#no_logged_box,
#message_to_box{
    border-top: 1px solid #cccccc;
    float: left;
    margin-top: 5px;
    width: 100%;
    font-size: 12px;
}
#shipping_address_box div.box_form,
#note_to_box div.box_form,
#no_logged_box div.box_form,
#message_to_box div.box_form{
    padding: 0px 10px 10px 10px;
    float: left;
    width: 97%;
}

#shipping_address_box div.box_form div,
#note_to_box div.box_form div,
#no_logged_box div.box_form div,
#message_to_box div.box_form div{
    float: left;
    width: 100%;
    padding-top: 10px;
}

#shipping_address_box div.box_form div label,
#no_logged_box div.box_form div label{
    float: left;
    width: 10%;
    text-align: right;
    padding-right: 5px;
}

#note_to_box textarea,
#message_to_box textarea{
    width: 95%;
}

#shipping_address_box .title_form,
#note_to_box .title_form,
#no_logged_box .title_form,
#message_to_box .title_form{
    font-size: 15px;
    font-weight: bold;
}

#shipping_address_box em,
#note_to_box em,
#no_logged_box em,
#message_to_box em{
    color: #B10E22;
}

#shipping_address_box select{
    padding: 3px;
    width: 36%;
}

#order_confirm_box{
    width: 100%;
    padding-bottom: 10px;
    padding-top: 20px;
    border-bottom: 1px solid #CCCCCC;
}

#order_confirm_box p{
    padding-bottom: 10px;
    padding-left: 15px;
    font-size: 14px;
}


#order_confirm_box  a{
    color: blue;
}

.shipping_info div.error{
    border: 1px solid #B10E22;
    float: left;
    width: 100%;
    color: #000000;
    padding: 10px 0px 0px 0px;
}
.shipping_info span.error {
    clear: both;
    float: left;
    color: #B10E22;
    font-size: 12px;
    line-height: 14px;
    padding: 0px 0px 3px 0px;
}

.ship_to_align{
    float:left;
    width:auto;
    line-height:19px;
}

#no_logged_box label.error,
#message_to_box label.error,
#shipping_address_box label.error{
    color: #B10E22;
}

.st_sharethis_custom{
    padding: 0px 10px 0px 0px;
    margin: 5px 0px 0px 0px;
    width: 80px;
    height:32px;
}

.st_sharethis_custom.faceboook{
    background: url(../img/facebook_2.png) no-repeat scroll left top transparent;
}
.st_sharethis_custom.twitter{
    background: url(../img/twitter_2.png) no-repeat scroll left top transparent;

}
.st_sharethis_custom.pinterest{
    background: url(../img/pinterest_2.png) no-repeat scroll left top transparent;
}
.st_sharethis_custom.gplus{
    background: url(../img/gplus_2.png) no-repeat scroll left top transparent;
}


.products_list_row .discount{
    top:0;
}

.discount{
    top:12px;
    background:url(../img/discount_ribbon_08.png) no-repeat;
    color: #fff;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    height: 29px;
    line-height: 26px;
    padding-left: 10px;
    position: absolute;
    text-align: left;
    width: 92px;
    z-index: 1; /*2;*/
}

.discount_big{
    top:12px;
    background:url(../img/discount_ribbon_03.png) no-repeat;
    color: #fff;
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    height: 32px;
    line-height: 30px;
    padding-left: 20px;
    position: absolute;
    text-align: left;
    width: 135px;
    z-index: 2;
}

/***
*** PRODUCT NOT AVAILABLE PAGE
***/

#center_csblist_inner {
    min-height: 240px;
}

#not-available {
    padding-top: 45px;
    padding-bottom: 10px;
}

#not-available .text {
    margin: 30px 0;
}

#not-available .text p {
    font-size: 18px;
    color: #333333;
    line-height: 30px;
    font-weight: bold;
}

#not-available #divInfo .buy_it_now_btn .buy_it_now_btn_content {
    font-size: 14px;
    text-transform: uppercase;
}

#not-available .product_details > div {
    width: 100%;
    float: left;
    margin-top: 15px;
}

#not-available .product_details .under-button {
    margin-top: 30px;
    margin-bottom: 30px;
    font-style: italic;
}

.btn-rotate_dealer_builder {
    background-image: url("../img/rotate_button_dealer_builder.png");
    height: 20px;
    width: 23px;
    cursor: pointer;
    padding: 0;
    position: absolute;
    z-index: 3;
    left: 0px;
    bottom: 0px;

}

.btn-rotate_end_user {
    background-image: url("../img/rotate_button_end_user.png");
    height: 20px;
    width: 23px;
    cursor: pointer;
    padding: 0;
    position: absolute;
    z-index: 3;
    left: 0px;
    bottom: 0px;

}

.category_full_width .category_desc_box {
    padding-top: 50px;
}

.mtop_left56 {
    margin-top: 56px;
    margin-left: 56px;
}

.txt13 {
    font-size: 13px;
}

#header .second_menu ul li {
    width: 168px;
    max-width: 168px;
    color: #FFFFFF;
    vertical-align: middle;
    text-align: center;
}

#header .second_menu li a.three_dots {
    font-family: Georgia,Arial,serif;
    font-size: 30px;
    letter-spacing: 8px;
    line-height: 7px;

}

#header .second_menu ul li#more_categories {
    min-width: 170px;
    width: 170px;
}

#home_categories_submenu {
    display: none;
    font-size: 16px;
    /*font-weight: bold;*/
    position: absolute;
    right: -2px;
    text-align: center;
    top: 56px;
    z-index: 999;
}

.home_categories_submenu_content {
    border: 1px solid #000000;
    min-height: 336px;
    width: 275px;
}

#home_categories_submenu .second_menu_dropdown li {
    color: #FFFFFF;
    cursor: pointer;
    height: 56px;
    /*line-height: 50px;*/
    list-style: none outside none;
    position: relative;
    background: url("../img/cats_bg.jpg") repeat-x scroll left top transparent;
    line-height: 22px;
    min-width: 275px;
}

#home_categories_submenu .second_menu_dropdown li a:hover {
    color: #B2B2B3;
}

#header .second_menu ul li#more_categories:hover #home_categories_submenu {
    display: block;
}

.prodlist_title_new {
    margin: 0 auto;
    color: #000;
    margin-top: 20px;
    margin-bottom: 15px;
}

.prodlist_title_new .label {
    font-size: 25px;
    font-weight: bold;
    text-align: center;
}

.mleft70 {
    margin-left: 70px;
}

#form_save_homepage_top_section {
    font-size: 14px;
}

    #form_save_homepage_top_section input {
        width: 270px;
    }

    #form_save_homepage_top_section label {
        display: block;
        font-style: italic;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    #form_save_homepage_top_section .top_section_header {
        font-size: 18px;
        font-weight: bold;
        margin-top: 10px;
        float: left;
        width: 100%;
    }

    #form_save_homepage_top_section .item_details {
        margin-bottom: 20px;
    }

    #form_save_homepage_top_section form.upload_form, #save_homepage_data {
        background-color: #365f51;
        border: none;
        text-align: center;
        text-decoration: none;
        padding-left: 18px;
        padding-right: 18px;
        padding-top: 5px;
        font-weight: bold;
        width: 60px;
        height: 23px;

    }

    #form_save_homepage_top_section form.upload_form a {
        color: #ffffff;
    }

    #form_save_homepage_top_section a.dropzone div.dz-default.dz-message, #form_save_homepage_top_section img {
        margin-top: 10px;
    }

    #form_save_homepage_top_section a.dropzone a.dz-remove {
        color: #6cac97;
    }

#save_homepage_data {
    color: #ffffff;
    padding: 5px 18px 0px 18px;
    float: right;

}

div.homepage_slider_margin {
    margin-bottom: 15px;
}

#form_save_homepage_top_section .dropzone .dz-preview {
    float: left;
    margin-left: -18px;
}

.first_img_slider {
    width: 100%;
    text-align: center;
    position: relative;
    margin-bottom: 3px;
}
.first_img_slider p {
    bottom: 0;
    color: #ffffff;
    font-family: Arial;
    font-size: 50px;
    height: 55px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 90%;
}

.img_slider {
    float: left;
    text-align: center;
    position: relative;
    margin-bottom: 5px;
}
.img_slider p {
    font-size: 22px;
    bottom: 5px;
    color: #ffffff;
    font-family: Arial;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 90%;
}

div.img_slider.margin8 {
    margin-left: 8px;
    margin-right: 8px;
}

.img_slider img {
    vertical-align: text-top;
}

.profile_upgrade_message {
    background-color: #6cac97;
    color: #ffffff;
    font-size: 18px;
    height: 26px;
    text-align: center;
    margin: auto auto 7px;
    width: 30%;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 26px;
}

    .profile_upgrade_message a {
        text-decoration: underline;
        color: #ffffff;
    }

.required_field {
    box-shadow: 0px 0px 5px red;
}

.displayblock {
    display: block;
}

.loader {
    display:none;
    opacity:0.8;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: url(../images/prettyPhoto/default/loading.gif) 50% 50% no-repeat rgb(249,249,249);
    background-size: 500px 300px;

}

#popup_overlay,
#pop_up_overlay{
    background: none repeat scroll 0 0 #000000;
    height: 100%;
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    z-index: 99999;
    display:none;
    opacity:0.5;
    filter: alpha(opacity=50);
}

/* DROPZONE UPLOAD */

/*
#upload_instrument_picture .dz-image img {
    width: 100%;
    height: 100%;
}

.dropzone {
    border: none !important;
}

#upload_container_v3 .dropzone .dz-remove {
    background-color: #da4f49;
    border-radius: 4px;
}

#upload_container_v4 .dropzone .dz-remove {
    background-color: #7a7a7a;
}

.dropzone .dz-remove {
    height: 35px;
    width: 20px;
    line-height: 35px;
    border-radius: 0px;
    position: absolute;
    z-index: 35;
    right: -5px;
    top: -5px;
}

.dropzone a.icon-trash.icon-white {
    height: 35px !important;
    width: 20px !important;
    background-position-x: -454px !important;
    background-position-y: 11px !important;
    margin-top: 0px !important;
}

#upload_instrument_picture .toggle {
    position: absolute;
    right: -5px;
    bottom: -1px;
    z-index: 35;
}

.dropzone .dz-preview .dz-image {
    border-radius: 12px;
}

.dropzone .dz-image.first_image {
    margin-bottom: 0px !important;
}

.span7 .toggle_all {
    vertical-align: middle;
}

.span7 .align_buttons {
    margin-top: 14px;
    margin-left: 136px;
    position: absolute;
}

.dropzone.instrument_upload.dz-started .dz-message, .dropzone.instrument_upload.dz-clickable .dz-message {
    display: inline;
    padding: 10px;
}

#upload_instrument_picture.dropzone.instrument_upload.dz-started .dz-message > span {
    line-height: 0px !important;
    color: #ffffff !important;
    float: none !important;
    margin-bottom: 0px !important;
    padding-top: 0px !important;
}

#upload_container_v3 #upload_instrument_picture.dropzone.instrument_upload.dz-clickable .dz-message > span {
    background-color: #5bb75b;
    line-height: 0px !important;
    color: #ffffff !important;
    float: none !important;
    margin-bottom: 0px !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    vertical-align: middle;
    cursor: pointer;
    font-size: 14px;
    text-align: center;
    border-radius: 4px;
    padding: 7px 20px !important;
}

#upload_container_v3 .dropzone.instrument_upload.dz-started .dz-message, .dropzone.instrument_upload.dz-clickable .dz-message {
    display: block;
    padding: 0 !important;
    margin-top: 20px;
    width: 25%;
}

#upload_container_v3 .dropzone {
    padding: 0 !important;
}

#upload_instrument_picture.dropzone .btn-rotate_dealer_builder, #upload_instrument_picture.dropzone .btn-rotate_end_user {
    z-index: 35;
}
*/

/* DROPZONE UPLOAD */

#upload_container_v4 .dropzone,
#upload_container_v3 .dropzone {
    margin-top: 50px;
    margin-left: 20px;

}

#upload_container_v4 .dropzone {
    width: 92%;
}

#upload_container_v3 .dropzone {
    width: 74%;
}

.dropzone .dz-image img {
    width: 100% !important;
    height: 100% !important;
}

.dropzone .btn-rotate_dealer_builder, .dropzone .btn-rotate_end_user {
    z-index: 35;
}

#upload_container_v3 .dropzone .dz-remove {
    background-color: #da4f49;
    border-radius: 4px;
}

#upload_container_v4 .dropzone .dz-remove {
    background-color: #7a7a7a;
}

.dropzone {
    margin-top: 35px;
    margin-bottom: 35px;
}

#upload_container_v4 .dropzone {
    margin-top: 50px;
}

.dropzone .dz-remove {
    height: 35px;
    width: 20px;
    line-height: 35px;
    border-radius: 0px;
    position: absolute;
    z-index: 35;
    right: -5px;
    top: -5px;
}

.dropzone a.icon-trash.icon-white {
    height: 35px !important;
    width: 20px !important;
    background-position-x: -454px !important;
    background-position-y: 11px !important;
    margin-top: 0px !important;
}

.dropzone a.icon-cancel.icon-white {
    height: 35px !important;
    width: 20px !important;
    background-position-x: -309px !important;
    background-position-y: 11px !important;
    margin-top: 0px !important;
}

.dropzone .dz-preview .dz-image {
    border-radius: 12px;
}

.dropzone .dz-image.first_image {
    margin-bottom: 0px !important;
}

div.dropzone .dz-preview:hover .dz-image img {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -webkit-filter: blur(0px);
    filter: blur(0px);
}

#upload_container_v3 div.dropzone .dz-preview .dz-progress .dz-upload {
    background: linear-gradient(to bottom, #31b431, #2b9e2b);
    color: #ffffff;
    text-align: center;
    line-height: 15px;
}

#upload_container_v4 div.dropzone .dz-preview .dz-progress .dz-upload {
    background: linear-gradient(to bottom, #5bacc7, #419fbe);
    color: #ffffff;
    text-align: center;
    line-height: 14px;
}

.span7 .toggle_all {
    vertical-align: middle;
}

.span7 .align_buttons {
    /*margin-top: 14px;
    margin-left: 136px;
    position: absolute;*/
    float: left;
}

.dropzone .toggle {
    position: absolute;
    right: -5px;
    bottom: -1px;
    z-index: 35;
}


#upload_container_v3 #upload_instrument_picture.instrument_upload {
    background: #5bb75b;
    line-height: 0px !important;
    color: #ffffff !important;
    float: left;
    margin-bottom: 0px !important;
    margin-right: 15px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    vertical-align: middle;
    cursor: pointer;
    font-size: 14px;
    text-align: center;
    border-radius: 4px;
    padding: 15px 20px;
}

#upload_container_v4 #upload_instrument_picture.instrument_upload {
    background-color: #3b5999;
    line-height: 0px !important;
    color: #ffffff !important;
    float: left;
    margin-right: 15px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    vertical-align: middle;
    cursor: pointer;
    font-size: 14px;
    text-align: center;
    padding: 17px 20px;
}

div.dropzone .dz-preview .dz-error-message {
  background: linear-gradient(to bottom, #f5f5f5, #a6a6a6);
}

div.dropzone .dz-preview .dz-error-message:after {
    border-bottom: 6px solid #f5f5f5;
}
#upload_container_v4 div.dropzone .dz-preview .dz-error-message span,
#upload_container_v3 div.dropzone .dz-preview .dz-error-message span {
        color: #be2626;
        line-height: 20px;
        text-align: center !important;
}

#backend_info #videos_box p.video_upload input {
    width: 75%;
}

#backend_info #videos_box #youtube_upload_button.dealer_video_upload {
    background: #3b5999;
    padding: 4px 15px;
}

#backend_info #videos_box #youtube_upload_button.dealer_video_upload span {
    color: #ffffff;
}


/* END DROPZONE UPLOAD */


.pp_gallery div {
    min-width: 60px;
}

/* DISCLAIMER */
#disclaimer {
	padding: 0 50px;
}

	#disclaimer h4, #disclaimer h6 {
		text-align: center;
		margin-bottom: 20px;
	}

	#disclaimer p {
		margin-bottom: 20px;
		text-align: justify;

	}

	#disclaimer ol {
		list-style-type: upper-alpha;
		margin-left: 25px;
		margin-bottom: 20px;
	}

	#disclaimer ul {
		list-style: circle;
		margin-left: 25px;
		margin-bottom: 20px;
	}

/* END DISCLAIMER */

.account .delete_box {
    border: 1px solid #aaaaaa;
    border-radius: 2px;
    float: right;
    bottom: 34px;
    padding: 10px;
    position: absolute;
    right: 30px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
}

.delete_box_popup {
    border: 1px solid #aaaaaa;
    border-radius: 2px;
    padding: 10px;
    display: block;
    cursor: pointer;
    margin-top: 14px;
    width: 137px;
}

.delete_box_popup:hover,
.delete_box:hover {
  background: #C6C6C6;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  opacity: 1;
  z-index: 10000;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 120px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 300px;
  position: relative;
  line-height: 28px;
  height: auto;
}

.popup h2 {
  margin-top: 0;
  color: #333;
}

.popup p {
  font-size: 14px;
}

.popup .close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #7B7B7B;
}
.popup .content {
  overflow: auto;
}

.popup .absolute {
  height: 40px;
  margin-top: 15px;
}

.account_del {
    cursor: pointer;
}

.error-dialog {
    display: none;
    color: red;
    font-size: 12px;
}

@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
}