/* GLOBAL STYLES */
html, body{
    height: 100%;
    margin: 0px;
    padding: 0px;
}

body{
    background-color: #FFFFFF;
    font-family: "Lato", Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #707070;
}

body, div, a, span, ul, li, h1, h2, h3, h4, h5, h6{
    font-family: "Lato", Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6{
    color: #707070;
    margin: 20px 0px 20px 0px;
    padding: 10px 0px 10px 0px;
    line-height: 1.1em;
    font-weight: normal;
}

h1{
    font-size: 30px;
    margin: 40px 0px 30px 0px;
    padding: 10px 0px 20px 0px;
}
h2{ font-size: 30px; }
h3{ font-size: 24px; }

h4{ font-size: 18px; }
h5{ font-size: 16px;  }
h6{ font-size: 14px;  }

a, a:visited{ color: #e40009; text-decoration: underline; font-weight: 600; }
a:hover, a:visited:hover{ color: #af1027; }

a img{
    border: 0;
}

/* FORM ELEMENTS */

input, select, textarea{
    background-color: #fff;
    font-weight: normal;
    font-size: 14px;
    border: 1px solid #ddd;
    padding: 10px;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

.button, .button2{
    font-weight: normal;
    font-size: 12px;
    cursor: pointer;
    text-decoration: none;
    border: 0px;
    background-color: #ba0000;
    padding: 10px;
    color: #fff;
    text-align: center;

    min-width: 120px;

    font-family: "Open Sans", Arial, Helvetica, sans-serif;

    -webkit-appearance: none;
}
.button:hover, .button2:hover{
    opacity: .8;
}

a.button, a.button2, a.button:hover, a.button2:hover{
    display: inline-block;
    color: #fff;
}

/* END FORM ELEMENTS */

#content img{
    height: auto !important;
    max-width: 100%;
    padding: 0px;
    margin: 0px;
}

.r_col_2 .r_col, .r_col_3 .r_col, .r_col_4 .r_col{
    padding: 10px 0px;
}

/* END GLOBAL STYLES */

#location_bar_c{
    position: relative;
    z-index: 80000;
    background: #890000;
}

#location_bar_c ul, #location_bar_c li{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#locations_button{
    float: right;
    display: inline-block;
    padding: 11px 0px;

    text-align: center;

    background: #530000 url(/images/top_arrow_down.gif) no-repeat 128px center;

    width: 150px;

    font-size: 14px;

    text-decoration: none;

    color: #fff;
}
#locations_button.loc_btn_open{
    background-image: url(/images/top_arrow_up.gif);
}




#location_bar{
    position: relative;
    overflow: hidden;

    width: auto;
    max-width: 1366px;

    padding: 0px;
    margin: 0px auto;
}

#loc_list{
    display: none;
    overflow: hidden;
    max-height: 40px;
}

#loc_list li{
    display: inline-block;
    color: #fff;
    padding: 12px 22px 20px 0px;

    white-space: nowrap;
}
#loc_list li span{
    font-size: 14px;
}
#loc_list li .loc_name{
    font-weight: bold;
}
#loc_list li .loc_phone{ }


/* head menu (replaced loc_list) */


#hmenu{
    display: none;
    overflow: hidden;
    max-height: 40px;
}

#hmenu ul{
    list-style: none;
    margin: 0px
    padding: 0px;
    text-align: right;
}

#hmenu li{
    list-style: none;

    color: #fff;
    white-space: nowrap;
    padding: 12px 0px 20px 0px;
    display: none;

}
#hmenu li:last-child {
    background: #530000;
    display: inline;
    display: inline-block;
    width: 100%;
    text-align: center;
}
#hmenu li a{
    color: #fff;
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    padding: 0px 12px 0px 12px;
}

#hmenu li:first-child a{
    border-left: 0px;
}

#hmenu li a:hover{
    text-decoration: underline;
}

/* end head menu */


#loc_list_drop_c{

    display: none;

    position: absolute;
    top: 100%;
    left: 0px;
    width: 100%;

    background: #4e4e4e;
}

#loc_list_drop{
    margin: 0px auto;
    padding: 10px;
    max-width: 1366px;
}

#loc_list_drop div, #loc_list_drop span{
    color: #fff;
}

#loc_list_drop_title{
    padding: 10px 0px;

    font-size: 24px;
    font-weight: bold;
}

#loc_list_drop ul{
    padding: 10px 20px;
    overflow: hidden;
}

#loc_list_drop li{
    float: left;
    position: relative;
    width: 200px;
    padding: 0px 0px 0px 20px;
    height: 340px;
}
#loc_list_drop li span{
    display: block;
    padding: 8px 20px;
}

#loc_list_drop li .loc_name{
    font-weight: bold;
}
#loc_list_drop li .loc_map_link{
    position: absolute;
    left: 20px;
    bottom: 0px;
}

#loc_list_drop_close{
    float: right;
    padding-bottom: 20px;

    text-decoration: none;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
}
#loc_list_drop_close:hover{
    color: #fff;
}


#page_container{
    margin: 0px auto 0px auto;
    padding: 0px;
    text-align: center;
    background: #fdfdfd;
}

/* primary containers */
#header_container, #main_container, #footer_container{
    width: auto;
    text-align: center;
}

/* primary fixed areas */
#header, #main, #footer{
    position: relative;
    max-width: 1366px;
    text-align: left;
    margin: 0px auto;
}

#header{
    max-width: 1366px;
}

#header_container{
    position: relative;
    z-index: 50000;
    border-bottom: 1px solid #ededed;

    background: #fff;

}

#header{
    z-index: 50000;
    padding-top: 10px;
}

#header_link{
    border: 0px solid #f00;
    text-decoration: none;

}

#header_link img{
    max-width: 100%;
    padding: 10px;
    margin: 0px;
}


#h_logo_c{
    display: block;
    z-index: 20000;
    position: relative;
    text-align: center;
    margin: 0px auto;
}

#h_menu{
    background: #890000;
    padding: 12px 10px 10px 10px;
    overflow: hidden;
}

#h_menu_button{
    cursor: pointer;
    width: 130px;
    overflow: hidden;
    float: left;
}

#h_menu_button img{
    float: left;
}
#h_menu_button #h_menu_button_txt{
    float: left;
    padding: 0px;
    padding-left: 10px;
    margin-top: -5px;
    color: #fff;
    font-size: 24px;
}

#h_search{
    float: right;
    padding-right: 10px;
    cursor: pointer;
}

#h_search_2{
    display: none;
}

#h_call{ padding: 10px 10px 12px 10px; text-align: center;}

#h_call a{
    display: none;
    margin: 0px auto;
    padding: 10px 10px 10px 42px;
    max-width: 180px;

    border: 1px solid #e1e1e1;
    background: url(/images/icon_phone.gif) no-repeat 10px 12px;

    text-align: left;
    text-decoration: none;
    font-size: 24px;
    color: #707070;

}

#h_search_box{
    display: none;
    position: absolute;
    top: 100%;
    right: 0px;

    background: #f5f5f5;
    color: #3f3f3f;

    padding: 10px;
}

#h_search_box input{
    background: #f5f5f5;
    width: 200px;
    border-radius: 0;
    border: 0;
}

#h_search_box input.button{

    background: #4e4e4e;
    width: 50px !important;
    min-width: 40px !important;
    max-width: auto;
    padding: 10px 10px;

    font-weight: bold;
}


/* END LOGO STYLES */

/* MENUBAR STYLES */

#menubar{
    position: absolute;
    left: 0px;
    top: 100%;

    display: none;

    width: 100%;
    background: #efefef;
}

#menubar ul{
list-style: none;
margin: 0px;
padding: 0px;
}

.tmenu li{
    float: none;
    list-style: none;
    display: block;
}

.tmenu li a{
    display: block;
    text-decoration: none;
    font-weight: normal;
    padding: 10px;

    border-bottom: 1px solid #aeaeae;

    color: #4d4d4d;
}

.tmenu li a.has_sub_nav{
    background: url(/images/m_downarrow.png) no-repeat 98% center;
}
.tmenu li a.ta_active{
    font-weight: bold;
    background: url(/images/m_uparrow.png) no-repeat 98% center;
}

.tmenu li a.ta_cur, .tmenu li a:active, .tmenu li a:hover{
    color: #889000;
}

.tmenu li div{
    display: none;
}

.tmenu li ul li a{
    padding: 10px 30px;
    text-decoration: none;
}

.tmenu li ul li a:before{
    /* content: "\00bb  "; */
}

.tmenu li ul li ul li a{
    padding: 10px 60px;
}

/* END MENUBAR STYLES */

/* USUAL STRUCTURAL STUFF */

#columnLeft, #columnMain, #columnRight{}

#columnLeft, #columnRight{}

#columnMain{
    /* default settings are good enough for this */
}


.cmain_full{
    width: 100% !important;
    max-width: 100% !important;
}

.pc_full #main{
    max-width: 100%;
}
.pc_full #content{ padding-top: 0px; }
.pc_full #contact_container{ max-width: 1366px; margin: 0px auto; }

#main_container{
    position: relative;
    z-index: 500;
    overflow: hidden;
}

#content{
    position: relative;
    margin: 0px;
    padding: 20px;

    width: auto;
    height: auto;

    text-align: left;
    line-height: 1.4em;
}


#sub_menu{
    list-style: none;
    margin: 20px 0px 30px 0px;
    padding: 0px;
    width: 100%;
}
#sub_menu li{
    list-style: none;
    margin: 0px 1px 1px 0px;
    padding: 0px;
}

#sub_menu li a{
    display: block;
    padding: 15px;
    margin: 0px;

    background: #e5e5e5;
}

#sub_menu li a:hover, #sub_menu li a.cur{
    background: #f1f1f1;
}


/* brands */

#f_brands{
    display: none;
    position: relative;
    background: #fff;
    border-top: 1px solid #ececec;
    padding: 0px 20px 50px 20px;
    text-align: center;
    height: 146px;
    overflow: hidden;

    max-width: 1366px;
    margin: 0px auto;
}

#brands_prev_c{
    position: absolute;
    left: 0px;
    top: 50px;

    width: 40px;
    height: 64px;
}

#brands_next_c{
    position: absolute;
    right: 0px;
    top: 50px;

    width: 40px;
    height: 64px;
}

#brands{
    overflow: hidden;
    margin: 0px auto;
    text-align: left;

    padding: 0px 9px;

    /* just testing scrolling */
    /* width: 500px; */

    padding-top: 48px;
}

#brands ul, #brands ul li{
    list-style: none;
    margin: 0px;
    padding: 0px;
    white-space: nowrap;
    text-align: center;
}

#brands ul li{
    display: inline;
    margin: 0px 0px 200px 0px;
}

#brands ul li span{
    display: inline-block;
    padding-right: 45px;
}

#brands ul li span img{
    display: inline-block;
    vertical-align: middle;
    max-height: 106px;
}






#footer_container{
    background: #4e4e4e;
    padding: 0px 20px;
    max-width: 100%;
}

#footer{
    position: relative;
    margin: 0 auto;
    padding: 3% 1% 0px 1%;
    text-align: center;
    font-size: 14px;
    overflow: hidden;
    max-width: 80%;
}

}
#footer_menu{width: 100%;}

#f_logo{
    text-align: center;
    padding: 10px 0px 50px 0px;
}


.footer_block{
    text-align: left;
    float: left;
    padding-bottom: 20px;
    min-width: 100%;

}

.f_block{
    text-align: left;
}

.f_title{
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
}

.f_block_item{
    padding: 10px 0px 5px 0px;

}


#f_connect input{
    width: 95.8%;
    padding-left: 2%;
    padding-right: 2%;
    font-size: 16px;
}
#f_connect input.button{
    width: 100%;
    padding: 17px 0px;
    font-size: 16px;
}

#f_social{
    list-style: none; margin: 0px; padding: 0px;
    padding-top: 10px;
    overflow: hidden;
    text-align: center;
    max-width: 170px;
}

#f_social li{
    list-style: none; margin: 0px; padding: 0px;
    padding-right: 15px;
    float: left;
}

#f_social li a{
    text-decoration: none;
}

#f_social li a img{
    border: 0px;
}

.f_menu{
    list-style: none;
    margin: 0px;
    padding: 0px;
    clear: both;
}
.f_menu li{
    list-style: none;
    margin-bottom: 2%;
    margin: 0px;
    padding: 0px;

}

.f_menu li a{
    color: #c4c4c4;
    text-decoration: none;
    font-size: 14px;
    padding-bottom: 5%;
    line-height: 1.5em;

}
.f_menu li a:hover{
    color: #fff;
}

#f_social{ }

.f_menu_txt{
    display: block;
    color: #fff;
    font-weight: bold;
    padding-bottom: 20px;

    font-size: 16px;
    font-weight: bold;

}

#f_attr{
    max-width: 1366px;
    margin: 0px auto;
    overflow: hidden;
    padding: 0px 20px;
    clear: both;
}
#f_copy{
    color: #FFFFFF;
    font-size: 16px;
    text-align: center;
    display: block;
    clear: both;
}

#f_address{
    color: #ffffff;
    padding: 10px 0px;
}

#f_attr, #f_attr a{
    color: #ffffff;
    text-decoration: none;
    font-weight: normal;
    font-size: 13px;
}
#f_attr a:hover{
    text-decoration: underline;
}

#f_attr div{
    padding-bottom: 20px;
}

#fixed_phone{
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 15px 0px;
    font-size: 18px;
    color: #fff;
    background-color: rgb(186, 0, 0);
    background-color: rgba(186, 0, 0, .9);
    text-align: center;
    z-index: 100000;
    text-decoration: none;
}



/* END USUAL STRUCTURAL STUFF */




/*used for the checkout page header text and for email header text*/
.error{ font-weight: bold;  color: #ee0000; border: 0px solid #fff;}
.warn{ font-weight: bold; color: #f2693f; border: 0px solid #fff; }
.good{ font-weight: bold; color: #00a651;}
div.error{ background-color: #ffffff; padding: 16px; margin-bottom: 24px; }

/* replacement for hr */
div.hr, div.hr2, hr{ height: 1px; font-size: 1px; margin: 6px 0px; border: 0px solid #ececec; background: #ececec; overflow: hidden; }
form{ padding: 0px; margin: 0px; }
table.center{ margin: 0px auto; }
table.right{ margin-left: auto; margin-right: 0px; }



/* MISC */
/* DONT CHANGE THIS P IE Users will appreciate it */
/* Most ie users will probably paste stuff, so here it is. */

/*used for the checkout page header text and for email header text*/
.error{ font-weight: bold;  color: #ee0000; border: 0px solid #fff;}
.warn{ font-weight: bold; color: #f2693f; border: 0px solid #fff; }
.good{ font-weight: bold; color: #00a651;}
div.error{ background-color: #ffffff; padding: 16px; margin-bottom: 24px; }

/* replacement for hr */
div.hr, div.hr2, hr{ height: 1px; font-size: 1px; margin: 6px 0px; border: 0px solid #ececec; background: #ececec; overflow: hidden; }
form{ padding: 0px; margin: 0px; }
table.center{ margin: 0px auto; }
table.right{ margin-left: auto; margin-right: 0px; }

/* GALLERY STYLES */

.galleryDescription{
    margin: 0px;
}

ul.galleryContainer{
    display: block;
    list-style: none;
    margin: 0px;
    padding: 0px;

    width: 100%;
    height: auto;

    overflow: hidden;
}

ul.galleryContainer li{
    float: left;
    margin: 0px;
    padding: 0px 0px;
    text-align: center;

    width: 48%;
    max-width: 48%;
    padding: 1%;

    min-height: 180px;

}

ul.galleryContainer li a{
    display: block;
    margin: 0px;
    padding: 0px;

    white-space: normal;

    font-size: 12px;

    text-decoration: none;
}


ul.galleryContainer li a span{
    display: block;
}
ul.galleryContainer li a span.g_img{
}

ul.galleryContainer li img{
    display: inline-block;
    vertical-align: middle;
    margin: auto;
    border: 0px;
}

/* END GALLERIES */

/* CONTACT STYLES */
.contactTable{
    width: 100%;
    max-width: 430px;
    text-align: left;
}

.contactTable td{
    padding: 5px;
}

.contactLeft{
    width: 100%;
    text-align: left;
}

.contactRight{
    width: 100%;
    text-align: left;
}

.contactTable .contactBottom{
    padding-top: 14px;
}

.required{
    color: #FF0000;
}

/* END CONTACT STYLES */

.clearBoth{ clear: both; }

#workNode{ display: none; }

#google_map, #google_pano{
    width: 100%;
    height: 230px;
}

#google_pano{ display: none; }
#google_maps_infowindow{ width: 120px; height: 60px; }


#mapDirectionsC{
    padding: 8px;
    background-color: #EBF1F9;
    border: 1px solid #D2DCEC;
}

.startAddress{
    width: 250px;
}

#directions{
    display: none;
    margin-top: 8px;
    width: 98%;
    background-color: #FFFFFF;
    border: 1px solid #D2DCEC;
}
.printDirections{
    text-align: right;
}

#workNode{ display: none; }

/* contact styles */

.form_container ul{ list-style: none; margin: 0px; padding: 0px; }

.form_container .button{ max-width: 150px; margin: 0px auto; font-weight: normal; text-transform: capitalize; padding: 15px 0px; }

.form_container ul{ position: relative; list-style: none; margin: 0px; padding: 0px; }
.form_container ul li{ width: 92%; margin-bottom: 10px; }
.form_container ul li ul li{ margin: 2px 0px; width: auto; }
.form_container input, .form_container textarea{ width: 100%; box-sizing: border-box; }

.custom_form_item_error{ position: relative; padding: 4px; color: #303030; border: 4px solid #fcb040; margin: 5px 5px 6px; border-radius: 4px; background-color: #fffbdb; }

.form_static_item span{ font-weight: bold; }

#custom_form_confirmation_help{ padding-bottom: 15px; }

#custom_form_confirmation_actions{ margin-top: 20px; }

#google_map{ height: 300px; }

#contact_right{ padding-top: 50px; }

#contact_right .form_container .form_item_text{width: 91%;}

/* chrome only */
@media screen and (-webkit-min-device-pixel-ratio:0){
    #custom_form .button{ width: 100%; }
    #custom_form li{ width: 100%; }
    #custom_form input, #custom_form textarea{ width: 100%; }
}

#custom_form ul li ul li input{ width: auto; }

.intro_text{ margin-bottom: 20px; }

/* custom form cells */

.cell, .cellOdd, .cellError{ padding: 3px; }
.cellError{ background-color: #ffcfcf; }

/* search results */
.searchResults{
    margin-bottom: 15px;
}
.searchResults h3{
    margin: 0px;
    padding: 0px;
}

.searchDesc{
    padding: 5px 0px;
}
.searchURL{
    color: #25a609;
}

.resultsNav{
    border-top: 1px solid #535353;
    border-bottom: 1px solid #535353;
    padding: 8px 0px;
    margin: 8px 0px;
}
.resultsNav a{
    font-size: 12px;
}
.jumpNav{
    float: right;
    margin-top: 15px;
}
.resultsNav .curNav{
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
}
.searchSuggestion{
    color: #25a609;
    font-style: italic;
    margin-bottom: 4px;
    font-size: 14px;
}
.searchSuggestion a{ font-weight: bold; font-size: 14px; }

/* end search results */



/* home page banner */

#home_banner{
    position: relative;
    padding: 40px 0px;
    text-align: center;
    max-width: 100%;
}

#home_banner #home_banner_long{
    display: none;
}

#home_banner a{
    position: relative;
    display: inline-block;
    max-width: 100%;
}

#home_banner img{
    margin: 0px auto;
    max-width: 100% !important;
}

/* end home page banner */



/* home blocks */


.sat_content, .sat_form{
    padding-bottom: 20px;
}


#hp_blocks{
    position: relative;
    text-align: left;
    overflow: hidden;
    padding: 20px 0px;
}

#hp_cats{
    list-style: none;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

#hp_cats li{
    list-style: none;
    margin-bottom: 20px;
    padding: 0px;
}

#hp_cats li a{
    display: inline-block;
    text-align: center;
    max-width: 100%;
    height: auto;

    color: #707070;
    text-decoration: none;
}
#hp_cats li a:hover{
    color: #af1027;
}

#hp_cats li a span.cat_img{
    position: relative;
    display: block;
    padding-bottom: 0px;

    max-width: 100%;
}

#hp_cats li a span.cat_img img{
    max-width: 100%;

}

#hp_cats li a span.cat_name{
    display: block;
    padding-top: 0px;

    font-size: 16px;
}


#hp_side_content{
    background: #fff;
    border: 1px solid #ededed;
    padding: 20px;

    text-align: center;

    color: #707070;
}

#hp_side_content a{
    color: #707070;
}
#hp_side_content a:hover{
    color: #af1027;
}

#hp_side_content img{
    max-width: 100%;
}

/* end home blocks */



/* general product category list */

.p_list{
    position: relative;
    text-align: left;
    overflow: hidden;
    padding-bottom: 20px;
}

.p_list ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
    text-align: center;

}

.p_list ul li{
    list-style: none;
    margin: 0px 20px 80px 0px;
    padding: 0px;

}

.p_list ul li img{
border: 1px solid #ececec;
}

.p_list ul li a{
    display: inline-block;
    text-align: center;
    width: 300px;
    max-width: 100%;
    height: auto;

    color: #707070;
    text-decoration: none;
}
.p_list ul li a:hover{
    color: #e80010;
}

.p_list ul li a span.p_img{
    position: relative;
    display: block;
    padding-bottom: 10px;

    max-width: 100%;
}

.p_list ul li a span.p_img img{
    max-width: 100%;
}

.p_list ul li a span.p_name{
    display: block;
    padding-top: 16px;

    font-size: 16px;
}


.cat_bread_crumbs{
    padding-bottom: 10px;
    margin: 20px 0px 0px 0px
}
.cat_bread_crumbs a{
    display: inline-block;
    margin: 0px 20px 10px 20px;
    text-decoration: none;
    color: #707070;
}
.cat_bread_crumbs a:first-child{
    margin-left: 0px;
}

.cat_bread_crumbs a:hover, .cat_bread_crumbs a.cbc_cur{
    color: #e80010;
}

.cat_title{
    border-bottom: 1px solid #ececec;
}

.cat_title h1{
    font-size: 32px;
    font-weight: normal;
}


/* product page */

.product_images{
    margin: 0px auto;
    max-width: 600px;
    text-align: center;
    padding: 15px 0px;
    overflow: hidden;
}

#prod_img_gal ul, #prod_img_gal ul li{
    list-style: none;
    margin: 0px auto;
    padding: 0px;
}

#prod_img_gal ul li{
    width: 23%;
    padding: 0px 2.65% 2.65% 0px;

    float: left;
}

#prod_img_gal ul li:nth-child(4n + 0){
    padding-right: 0px;
}

#prod_img_gal ul li a{
    display: block;
    position: relative;
    padding: 0px;
    margin: 0px;
    line-height: 0;
}
#prod_img_gal ul li a img{
    margin: 0px;
    padding: 0px;
}

/* border that is commonly used #ececec */

#product_description{ padding-top: 10px; line-height: 1.8em; }

#product_description_c{
    padding: 20px;
    margin: 0px auto;
    max-width: 700px;
}


#product_details_c{
    padding: 30px 0px;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    text-align: center;
    overflow: hidden;
}

#product_request_quote{ margin-top: 40px; }
#product_request_quote .button{ font-size: 14px; }

#product_options{
    padding-bottom: 30px;
}

#product_options select{
    min-width: 200px;

    box-shadow: 0px 0px 5px #d0d0d0;
    margin: 10px 0px;
}

#product_options select option{
    font-size: 15px;
}

#product_price{
    color: #a4a4a4;
    font-size: 18px;
    font-style: italic;
}

#product_price strong{
    margin-left: 10px;
    color: #707070;
    font-weight: normal;
    font-size: 24px;
    font-style: normal;
}

/* quote/location blocks on bottom */

#p_quote_button_c{
    text-align: center;
    padding: 30px 0px;
}

#p_quote_block_c{
    border-top: 1px solid #ececec;
    padding-top: 50px;
    margin-top: 30px;
}

#p_quote_block_c h2{
    padding-bottom: 40px;
}

#p_badges{
    float: right;
}
#p_badges img{ float: none !important; }
#p_badges img:nth-child(2n){ margin-left: 10px; }

.p_quote_block{
    border: 1px solid #ececec;
    margin: 0px auto 40px auto;
    max-width: 650px;
}

.p_quote_header{
    background: #f9f9f9;
    padding: 20px 15px;
}
.p_quote_header h3{
    margin: 0px;
    padding: 0px;
}
.p_quote_content{
    padding: 0px;
    background: #fff;
}

/* Liquidation Slide */


/* locations */

#p_loc_list ul, #p_loc_list ul li{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#p_loc_list ul li{
    border-top: 1px solid #ececec;
}
#p_loc_list ul li:first-child{
    border-top: 0px;
}

#p_loc_list ul li a.loc_name{
    display: block;
    padding: 20px 20px 20px 50px;
    margin: 0px;

    font-size: 16px;
    color: #707070;

    text-decoration: none;

    background: url(/images/loc_arrow_right.gif) no-repeat 10px center;
}
#p_loc_list ul li a.loc_name.p_loc_drop{
    background: url(/images/loc_arrow_down.gif) no-repeat 10px center;
}
#p_loc_list ul li .loc_details{
    display: none;
    padding: 30px 20px 20px 50px;
    overflow: hidden;
}

#p_loc_list ul li .loc_details.p_loc_drop{
    display: block;
}

#p_loc_list .addr_line_2{
    font-size: 15px;
}

#p_loc_list .loc_addr_text, #p_loc_list .loc_phone, #p_loc_list .loc_hours, #p_loc_list .loc_map_link{
    display: block;
    color: #707070;
}
#p_loc_list .loc_addr_text{
    padding-bottom: 30px;
}
#p_loc_list .loc_phone{
    font-size: 15px;
    padding-bottom: 20px;
}

#p_loc_list .loc_addr, #p_loc_list .loc_store_info{
    float: left;
    padding-right: 40px;
}
#p_loc_list .loc_hours{
    padding-bottom: 20px;
}

.p_quote_block_i{
    padding: 20px;
}

.form_container.p_quote_content{
    padding: 20px;
}

.form_container.p_quote_content ul li{
    width: 93%;
}
.form_container.p_quote_content ul li input{

}

/* product tabs */

/* e40009 : d6d6d6 */

.product_tabs{

}
.product_tabs ul, .product_tabs ul li{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: 99%;
}

.product_tabs ul li{
    display: inline;
    display: inline-block;
    margin-right: 1px;
    width: 32%;
    max-width: 200px;
}

.product_tabs ul li a{
    display: inline-block;

    width: 100%;

    padding-bottom: 16px;
    border-bottom: 4px solid #d6d6d6;

    text-decoration: none;

    color: #d6d6d6;
    font-size: 13px;
}

.product_tabs ul li a:hover{
    color: #d6d6d6;
}

.product_tabs ul li a.a_cur, .product_tabs ul li a.a_cur:hover{
    color: #e40009;
    border-bottom: 4px solid #e40009;
}

/* related products */
/* just used p_list on it, just a few tweaks */

.related_products{
    border-top: 1px solid #ececec;
}

.related_products h3{
    padding: 40px 0px;
}

#finance_container{ overflow: hidden; padding-top: 0px; margin-top: 60px; border-top: 1px solid #ececec; }
#finance_left, #finance_right{
    float: left;
    width: 49%;
    padding: 20px 0px;
}
#finance_left{ margin-right: 2%; }
#finance_container td{ padding: 8px; }

.finance_result{ padding-top: 10px; font-size: 18px; font-weight: bold; }



/* generic modal styles */
#md_modal_container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    z-index: 1000000;
}

#md_modal {
    position: fixed;
    width: 840px;
    max-width: 100%;
    font-size: 16px;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) !important;
    background-color: #fff;
    box-shadow: 0px 1px 4px 0 rgba(0,0,0,0.5);
    z-index: 1000001;
}

#md_modal_close {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #7a858c;
    font-size: 16px;
    cursor: pointer;
}

/* end generic modal styles */