@import url(https://fonts.googleapis.com/css?family=Muli:300,400,700);


/* global styles */

html, body{
    height: 100%;
    margin: 0px;
    padding: 0px;
}

body{
    background-color: #fff;
    font-family: "Muli", Arial, Helvetica, sans-serif;
    font-size: 17px;
    color: #515050;
}

body, div, a, span, ul, li{
    font-family: "Muli", Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6{
    font-family: "Muli", Arial, Helvetica, sans-serif;
    color: #515050;
    padding: 0px 0px 10px 0px;
    margin: 0px;
    line-height: 1em;
    font-weight: bold;

}

/* all the same on this site, override if necessary */

h1{ font-size: 24px; font-weight: normal; }
h2{ font-size: 24px; }
h3{ font-size: 24px; }
h4{ font-size: 24px; }
h5{ font-size: 24px; }
h6{ font-size: 24px; }


#ptop{
    width: 100%;
    overflow: hidden;
}

#site_c{
    position: relative;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    overflow: visible;

    margin-left: 0px;

    transition: left .2s ease-in, margin .21s linear;
}
#site_c.mb_right{
    left: 100%;

    margin-left: -75px;

}


#bg_image{ width: 100%; position: absolute; top: 0px; left: 0px; z-index: -1; }


a img{ border: 0px solid #fff; }

/* FORM ELEMENTS */

input, select, textarea{
    background-color: #fff;
    font-weight: normal;
    font-size: 15px;
    border: 1px solid #e2e2e2;
    padding: 10px;

    color: #515050;

    font-family: "Muli", Arial, Helvetica, sans-serif;
}

.button, .button2{
    font-weight: normal;
    font-size: 15px;
    cursor: pointer;
    text-decoration: none;
    border: 0px;
    background: #00853e;
    padding: 10px;
    color: #fff;
    text-align: center;

    min-width: 120px;

    -webkit-appearance: none;
    transition: background .2s ease-in;
}
.button:hover, .button2:hover{
    background: #01b656;
}

a.button, a.button2, a.button:hover, a.button2:hover{
    display: inline-block;
    color: #fff;
    padding: 11px;
}

/* END FORM ELEMENTS */

/* anchors */
a{ color: #0f1f71; }
a:hover{ color: #525e9c; }

/* end anchors */

/* misc */
.clearBoth{ display: table; clear: both; }

.error{ font-weight: bold;  color: #FF0000; border: 0px solid #fff; padding: 0px 2px;}
.warn{ color: #dd9500; font-weight: bold; }
.good{ color: #090; font-weight: bold; }

form{ padding: 0px; margin: 0px; }

hr, div.hr{
    background: #ddd;
    height: 1px;

    padding: 0;
    margin: 20px 0px;

    line-height: 0;

    border: 0px solid #fff;

}

/* end misc */

/* end global styles */


/* header styles */

#top_bar_c{
    display: none;
    border-top: 5px solid #118441;
}

#top_bar{
    box-sizing: border-box;
    max-width: 1300px;
    margin: 0px auto;
    padding: 0px 20px;
    height: 49px;
}

#top_bar_phone{
    width: 120px;
    padding: 14px 0px 0px 0px;

    font-size: 16px;
    font-weight: bold;
}

#header_container{
    position: relative;
		width: 100%;
		background-color: #ffffff;
		border-top: 5px solid #118441;
    z-index: 20000;
}


#header{
    position: relative;
    max-width: 1300px;
    margin: 0px auto;
    text-align: center;
}

#print_logo{ display: none; }

#header_logo{
    display: inline-block;

    padding: 10px 0px 10px 0px;

    text-align: center;

}

.logo_link{
    text-decoration: none;
    border: 0px solid #fff;
}
.logo_link img{ border: 0px solid #fff; width: 100px; display: block; }

#h_menu_button{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 5px;

    z-index: 10000;
    cursor: pointer;

    margin: auto 0;
    height: 48px;
    width: 48px;

    overflow: hidden;
    white-space: nowrap;
}

#hmb_nav{
    width: 48px;
    height: 48px;
    display: block;
    background: #fff;
}
.hmb_active #hmb_nav{ background-color: #fff; }

#hmb_nav_inner{
    display: block;
    position: relative;
}

#hmb_nav_inner span{
    position: absolute;
    top: 8px;
    right: 11px;
    display: block;

    background: #515050;
    width: 26px !important;
    height: 4px;
    line-height: 0;
    padding: 0;
    margin: 5px auto;
    transition: top .1s, transform .4s linear;
}

#hmb_nav_inner span:first-child{
    top: 17px;
}
#hmb_nav_inner span:last-child{
    top: 26px;
}
.hmb_active #hmb_nav_inner span:first-child{
    top: 8px;
    transform: rotateZ(135deg);
}
.hmb_active #hmb_nav_inner span:last-child{
    top: 8px;
    transform: rotateZ(-135deg);
}
.hmb_active #hmb_nav_inner span:nth-child(2){
    top: 8px;
    transform: rotateZ(495deg);
}

#h_menu_button #h_menu_button_txt{
    float: left;
    padding: 7px 0px 0px 8px;
    font-size: 18px;
    color: #323e99;
}




.m_cart_button img{
    position: relative;
    top: 5px;
    margin-right: 5px;
}


#hm_controls{
    position: absolute;
    top: 15px;
    right: 5px;
    z-index: 2000;
}

#hm_controls span{
    cursor: pointer;
    display: inline-block;
    margin: 0px 5px;
}

#hm_controls span#hm_cart{
    display: none;
}


#h_cart_num_c{
    position: absolute;

    right: 20px;
    top: 50%;
    margin-top: -16px;

    width: 32px;
    height: 33px;

    background: url(/images/site_images/icon_m_cart.gif) no-repeat top left;
}

#h_cart_num_c a{
    display: block;
    width: 100%;
    height: 100%;
}

#h_cart_num{
    position: absolute;
    top: 3px;
    right: 0px;

    width: 23px;

    color: #fff;
    font-size: 12px;
    text-align: center;
}

#h_cart_txt{
    display: none;
}


#header_tools_c{
    height: 0;
}

#header_tools{
    opacity: 1;
    position: absolute;
    left: -100%;
    top: 0px;
    z-index: 20000;

    box-sizing: border-box;

    padding: 0 0 0 75px;

    width: 100%;
    min-height: 100%;
    background: #fff;

    border-right: 1px solid #eee;

    text-align: left;

    transition: left .25s ease-in, opacity .5s ease-in;
}

#header_tools.mb_open{
    opacity: 1;
}

#header_search_c{
    position: relative;
    margin: 0px auto;
    width: 100%;

    background: #fafafa;
    border-bottom: 1px solid #eee;

    overflow: hidden;
}


#header_search_input{
    padding: 12px 31px 11px 10px;
    width: 100%;
    border: 0;
    background: transparent;

    font-weight: 600;
    font-style: italic;
}

#header_search_button{
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 0px;
    min-width: 0;
    width: 36px;
    height: 48px;
    margin-top: 0;
    background: transparent url(/images/site_images/m_nav_right_arrow.png) no-repeat center center;
    border: 0px;
    text-indent: -9999em;
}
#header_search_button:hover{
    background-color: #eee;
}


#mb_close{
    position: absolute;
    top: 18px;
    right: 90px;

    width: 24px;
    height: 24px;

    background: transparent;


    cursor: pointer;
}

#header_tools ul, #header_tools ul li{
    margin: 0;
    padding: 0;
    list-style: none;
}

#header_tools ul li{
    border-bottom: 1px solid #eee;
}
#header_tools ul li a{
    position: relative;
    display: block;

    padding: 10px;

    color: #515050;

    text-decoration: none;
    overflow: hidden;
}

#header_tools ul li a.ta_drop span, #usr_account a span{
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;

    width: 36px;
    height: 48px;

    background: url(/images/site_images/m_nav_right_arrow.png) no-repeat center center;

    transition: all .1s linear;
}
#header_tools ul li a.ta_drop.ta_active span{
    transform: rotateZ(90deg);
}

#header_tools ul li a:hover{
    background-color: #fafafa;
}

#header_tools ul li ul li{
    background: #fafafa;
    padding-left: 10px;
}

#header_tools ul li ul li a:hover{
    background-color: #dedede;
}

#header_tools ul li ul li ul li{
    border-bottom: 0px;
}

#header_tools ul li ul li ul li:last-child{
    padding-bottom: 10px;
}

#header_tools ul li ul li ul li a{
    border-bottom: 0px;
    font-size: 14px;
    padding-top: 3px;
    padding-bottom: 3px;
}

/* end drop down menu */

/* end menubar styles */

/* end header styles */

/* structure */

#pageContainer{
    position: relative;
    z-index: 1000;
    padding: 0px;
    width: 100%;
    text-align: left;
    background-color: #fff;
}

#main{
    background: #fff;
    overflow: hidden;
}

.homepage_container{ background-color: transparent !important; margin: 0px auto !important; width: 980px !important; }

#columnMain, #columnLeft{ vertical-align: top; }

#columnLeft{ width: 280px; }
#columnMain{ padding-left: 40px; }
.homepage_container #columnMain{ padding-left: 0px !important; }

.content_container{
    position: relative; overflow: hidden; z-index: 1000; padding: 40px 0px;
}

.content_g{
    background-color: #f8f8f8;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
}

.content{ box-sizing: border-box; height: auto; padding: 0px 15px; max-width: 1366px; margin: 0px auto; }


#content_bottom{ background-color: #f9f9f9; border-top: 1px solid #eaeaea; padding: 0px 10px; }

#footer_outer{ background: #323232; padding: 0px 0px 10px; overflow: hidden; }
#footer{ position: relative; max-width: 1366px; margin: 0px auto; color: #fff; }

.bottommenu{ list-style: none; margin: 0px; padding: 0px; overflow: hidden; max-width: 950px; }
.bm_a{
    position: relative;
    display: block;
    color: #fff;
    font-size: 20px;
    padding: 10px;
    text-decoration: none;
    font-family: 'Muli', sans-serif;
    font-weight: 300;
    border-bottom: 1px solid #7e7e7e;
}
.bm_a:hover{ color: #fff; }
#footer_follow, #footer_newsletter_title{ cursor: default; color: #fff; }

#footer_follow{ padding-left: 0px; }
#footer_follow:hover{ color: #fff !important; }

#social_block{
    padding: 20px 0px;
}

#footer_social_icons{
    display: block;
    margin-right: 10px;
    margin-left: -10px;
    padding-top: 10px;
}


.bottommenu > li{ }
.bm_a span{ position: absolute; top: 23px; right: 17px; display: block; width: 20px; height: 5px; background-color: #fff; border-radius: 1px; transition: all .3s linear; }
.bm_a span:first-child{ }
.bm_a span:last-child{ transform: rotateZ(-270deg); }

.bm_a.bm_active span{
     transform: rotateZ(0deg);
}

.bottommenu li ul{ display: none; background-color: #fff; list-style: none; margin: 0px; padding: 10px; }
.bottommenu li ul li a{ display: block; color: #2b2b2b; font-size: 16px; text-decoration: none; transition: color .1s linear; padding: 5px 0px; }
.bottommenu li ul li a:hover{ color: #568aff; }

#footer_newsletter_title{ padding: 0px; }
#footer_newsletter{ padding: 40px 0px 10px 10px; }
#footer_newsletter input{
    width: 80%;
    max-width: 400px;
    box-sizing: border-box;
}

#footer_associations{
    padding-left: 10px;
}

#footer_associations div{
    padding: 20px 0px 0px 10px;
    line-height: 1.5em;
}

#footer_associations .bm_a{
    border-bottom: 0px;
}

#f_assoc{ list-style: none; margin: 0; padding: 0; }
#f_assoc li{
    list-style: none;
    margin: 0;
    padding: 10px 0;
}

#footer_follow, #footer_newsletter_title{ border-bottom: 0px solid #fff; }

#footer_call{ float: right; color: #c0c0c0; font-size: 20px; margin-top: -4px; }
#footer_call span{ color: #fff; }

#footer_categories{ list-style: none; margin: 0px; padding: 33px 0px 0px 0px; text-align: left; }
#footer_categories .footer_main_category{ float: left; margin-right: 24px; }
#footer_categories .footer_main_category a{ display: block; text-decoration: none; color: #fff; font-size: 20px; padding-bottom: 4px; }
#footer_categories .footer_main_category a:hover{ border-color: #fff; }
#footer_categories .footer_main_category ul{ list-style: none; margin: 8px 0px; padding: 0px; }
#footer_categories .footer_main_category ul li a{ display: inline; text-decoration: none; color: #fff; font-size: 15px; }
#footer_categories .footer_main_category ul li a:hover{ text-decoration: underline; }

#footer_bottom_outer{ background: transparent; padding: 20px 10px 100px 10px; overflow: hidden; }
#footer_bottom{ position: relative; margin: 0px auto; color: #515050 }
#footer_bottom, #footer_bottom a{ color: #515050; font-size: 14px; }
#footer_copyright{ text-align: center; }
#footer_copyright span{ display: block; }
#footer_terms{ text-align: center; padding-bottom: 20px; }
#footer_terms a{ display: inline-block; margin: 0 10px; font-size: 12px; text-decoration: none; }
#footer_terms a:hover{ text-decoration: underline; }

/* end column main */


#bc_container{
    background: #f8f8f8;
    padding: 10px;
}

.breadcrumb_navigation{ max-width: 1366px; margin: 0 auto; font-size: 14px; }
.breadcrumb_navigation a{ text-decoration: none; font-size: 14px; color: #616161; padding: 0px 5px; }
.breadcrumb_navigation a:first-child{ padding-left: 0px; }
.breadcrumb_navigation a:hover{ text-decoration: underline; }
.breadcrumb_navigation h5{ font-size: 14px; display: inline; font-weight: normal; padding-left: 5px; text-transform: none; font-family: 'Muli', sans-serif; }

/* generic styles */

.round_3{border-radius: 3px;}
.round_4{border-radius: 4px;}
.round_5{border-radius: 5px;}
.round_6{border-radius: 6px;}
.round_8{border-radius: 8px;}

.round_top_3{border-top-left-radius: 3px;border-top-right-radius: 3px;}
.round_top_4{border-top-left-radius: 4px;border-top-right-radius: 4px;}
.round_top_5{border-top-left-radius: 5px;border-top-right-radius: 5px;}
.round_top_6{border-top-left-radius: 6px;border-top-right-radius: 6px;}
.round_top_8{border-top-left-radius: 8px;border-top-right-radius: 8px;}

.round_bottom_3{border-bottom-left-radius: 3px;border-bottom-right-radius: 3px;}
.round_bottom_4{border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;}
.round_bottom_5{border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;}
.round_bottom_6{border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;}
.round_bottom_8{border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;}

.round_left_3{border-bottom-left-radius: 3px;border-top-left-radius: 3px;}
.round_left_4{border-bottom-left-radius: 4px;border-top-left-radius: 4px;}
.round_left_5{border-bottom-left-radius: 5px;border-top-left-radius: 5px;}
.round_left_6{border-bottom-left-radius: 6px;border-top-left-radius: 6px;}
.round_left_7{border-bottom-left-radius: 7px;border-top-left-radius: 7px;}
.round_left_8{border-bottom-left-radius: 8px;border-top-left-radius: 8px;}

.round_right_3{border-bottom-right-radius: 3px;border-top-right-radius: 3px;}
.round_right_4{border-bottom-right-radius: 4px;border-top-right-radius: 4px;}
.round_right_5{border-bottom-right-radius: 5px;border-top-right-radius: 5px;}
.round_right_6{border-bottom-right-radius: 6px;border-top-right-radius: 6px;}
.round_right_8{border-bottom-right-radius: 8px;border-top-right-radius: 8px;}


/* general content related styles */

.g_content_block{
    padding: 20px 0px;
    border-top: 1px solid #c9c9c9;
    clear: both;

    /* hack for old ie */
    max-width: 100%;
    overflow: hidden;
}

.g_img_thumbs_left{
    float: left;
    padding-right: 2%;
    width: 15%;
}

/* used in conjunction with g_img_thumbs_left */
.g_float_right{
    float: right;
    padding-left: 2%;
    width: 80%;
}

.g_cel_thumbs{
    float: left;
    padding-right: 20px;
}
.g_cel_thumbs img{
    margin-bottom: 10px;
    margin-right: 10px;

}
.g_cel_content{
    padding-left: 20px;
}

.g_thumb img{
    width: 100px;
}

.g_content_block h1 a, .g_content_block h2 a, .g_content_block h3 a, .g_content_block h4 a, .g_content_block h5 a, .g_content_block .h6 a{
    font-size: 1em;
    font-weight: bold;
}

/* end general styles */


/* products */

.p_list{ list-style: none; margin: 0px; padding: 0px; overflow: hidden; }

.p_list li{
    list-style: none;
    display: block;
    height: 340px;
    width: 100%;

    margin: 0px 0px 20px;
    padding: 0;
    vertical-align: top;
    text-align: center;
}

.p_list li a{
    display: block;

    width: 100%;
    text-align: left;

    color: #383838;
    font-size: 14px;

    padding: 0px 10px 20px 10px;

    text-decoration: none;

}
.p_list li a:hover{
    color: #525e9c;
}

.p_list_thumb{
    padding: 0px !important;
    text-decoration: none;

    text-align: center;
    position: relative;
    max-width: 250px;
    min-height: 240px;

    margin: 0px auto;

    line-height: 0;
    background-color: #fff;
}

.p_list_thumb img{
    margin: auto;
    padding: 0px;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    height: auto;
}

.p_list_txt{
    display: block;
    padding-top: 10px;

    font-size: 16px;
}

.product_quick_view_overlay{
    display: none;
    position: absolute;
    bottom: 8px;
    left: 48px;
    width: 160px !important;
    vertical-align: middle;
}

.p_list a.product_quick_view_overlay{
    display: block;

    width: 160px;
    max-width: 160px;
    text-align: center;

    background: #67157b;

    color: #fff;
    font-size: 14px;

    text-transform: uppercase;

    padding: 20px 0px;

    opacity: .9;

    text-decoration: none;

}

.p_list a.product_quick_view_overlay:hover{ text-decoration: none; background: #863499; color: #fff; }

.p_list_brand{ font-size: 12px; }

.final_price{ font-weight: bold; }

.final_price.call_for_availability{ color: #e02632 !important; }

/* p_list overrides */

#p_list_related.p_list li{
    /* height: 320px; */
    width: 100%;
}

/* end p_list overrides */

#category_name{ border-bottom: 1px solid #dfdfdf; padding-bottom: 30px; margin-bottom: 30px; }

#product_results_none{ font-size: 16px; font-style: italic; padding: 15px; }

#product_category_sel{
    position: relative;
    display: block;
    padding: 10px 10px;
    background: #fbfbfb;

    margin-bottom: 20px;

    min-width: 200px;
    max-width: 400px;

    box-shadow: 0px 0px 5px rgba(0, 0, 0, .3);
    cursor: pointer;
}

#product_category_sel > span{
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    height: 20px;
    width: 20px;
    background: url(/images/menu_arrow.png) no-repeat center center;
}

#product_category_sel.pc_active > span{
    transform: rotateZ(180deg);
}

#product_category_sel.pc_fixed{
    position: fixed;
    left: 10px;
    top: 10px;
    z-index: 20000;
    width: 100%;
}

#product_category_nav{
    /* float left, show in higher res */
    display: none;
}
#product_category_main{
    /* float right in higher res */
}

.product_category_tools{ width: 100%; overflow: hidden; }
.product_category_tools_left{ text-align: left; padding: 0px 0px 10px 0px; }
.product_category_tools_left .button{ min-width: 0; }
.product_category_tools_right{ text-align: center; font-weight: bold; padding: 12px 0px 10px 0px; }
.product_category_tools_right a{ text-decoration: none; color: #383838; }
.product_category_tools_right .product_navigation_current{ color: #fff; padding: 2px 4px; background-color: #67157b; }
.product_category_tools_right a:hover{ text-decoration: underline; }



#product_category_nav_top{ padding: 0px 10px 10px; margin-bottom: 20px; border-bottom: 1px solid #e9e9e9; }
#product_category_nav_bottom{ padding: 10px; border-top: 1px solid #e9e9e9; margin-top: 10px; }
#product_category_nav_top select, #product_category_nav_bottom select{ border: 1px solid #d1d1d1; box-shadow: 0px 0px 0px 3px #f8f8f8; }


#ajax_loader_container{ }
#ajax_product_loader{ position: fixed; width: 220px; font-size: 18px; text-align: center; padding: 20px 0px; background: #fff; }

/* product details */

#p_product_c{
    padding: 30px 0px;
}

#p_product_images_c, #pkg_prod_img_c{
    padding-bottom: 40px;
}

#p_product_details_c, #pkg_prod_details_c{
    padding-bottom: 40px;
}

#product_details_table{ width: 100%; }
#product_details_left, #product_details_right{ vertical-align: top; }
#product_details_left{ width: 350px; }
#product_details_right{ padding-left: 24px; }

.product_images{
    text-align: center;
}

#product_main_img{
    display: inline-block;
    position: relative;
    max-width: 100% !important;
    max-height: 500px;

    margin: 0px auto;

    text-align: center;
    border: 0px solid #fff;
}

#product_main_img .cloud-zoom, #product_main_img #wrap{
    max-width: 100% !important;
    max-height: 500px !important;

    width: 100%;
    height: 100%;
}

#main_product_image{
    position: relative;
    display: block;
    max-width: 100%;
    max-height: 500px;
    width: auto;
    height: auto;
    margin: 0px auto;
    border: 0px solid #fff;
}
#main_product_image_zoom{
    position: absolute;
    z-index: 25000;
    bottom: 19px;
    left: 10px;
}
#main_product_image_zoom img{ display: block; }

#prod_img_gal{
    position: relative;
    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.4% 2.4% 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;
    text-align: center;
    border: 1px solid #323e99;
    width: 100%;
    height: 80px;
}

#prod_img_gal ul li a:hover{
    border: 1px solid #f12100;
}

#prod_img_gal ul li a img{
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    margin: auto;
    padding: 0px;
    max-width: 90%;
    min-height: 20px;
    max-height: 80px;
}




.product_details_section{ border-bottom: 1px solid #c9c9c9; padding-bottom: 10px; margin-bottom: 10px; }
#product_name, #product_name a{ color: #515050; font-size: 30px; margin: 0px; padding: 0px; font-weight: 300; }
#product_name{ padding-bottom: 20px; }
#product_brand, #product_number{ padding-top: 5px; font-size: 15px; }

#product_number{
    padding-bottom: 30px;
}

#p_product_top_data{
    overflow: hidden;
}

#product_share{
    padding-bottom: 30px;
}

#cart_form .button{ text-transform: none; }
#cart_form .product_list_price{ margin-top: 0px; }
#cart_form .price_strike{ text-decoration: line-through; color: #2cabe3; }
#cart_form .final_price{ font-size: 24px; padding: 5px 0px; margin: 0px; font-weight: normal; }
#cart_form .call_for_availability{ color: #e02b34; font-weight: bold; }

#cart_form_top{
    overflow: hidden;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    padding: 10px 0px;
}
#cart_form_bottom{
    overflow: hidden;
    padding: 10px 0px;
    text-align: right;
}

#button_add_to_cart{
    background-color: #6dbe3d;
}

#button_add_to_cart:hover{
    background-color: #87ea4c;
}

#package_link{
    padding: 30px 0px 10px 0px;
    text-align: right;
}

#cart_form_table{ width: 100%; }
#cart_form_table td{ vertical-align: bottom;}
#cart_form_options{ float: left; text-align: left; margin: 0px 20px 20px 0px; width: auto !important; max-width: 100%; }
#cart_form_options select{ max-width: 99%; box-sizing: border-box; }

.p_option_name{ font-size: 15px; color: #464646; }
.p_option_sel{ padding: 5px 0px 10px 0px; }
.p_option_sel select{ font-size: 17px; max-width: 100%; }
.p_option_sel:last-child{ padding-bottom: 0px; }

.p_option_sku{ padding-top: 5px; clear: both; }
.p_sku_id{float: left; margin-right: 10px; margin-bottom: 40px;}
.p_sku_label{ display: block; padding-top: 0px; color: #262626; font-size: 14px; }

#product_options .product_details_heading{ margin-top: 0px; padding-top: 0px; }

#cart_message{ }

#cart_form_checkout{
    white-space: nowrap;
    padding-top: 20px;
    font-size: 17px;
    overflow: hidden;
}

.cfc_controls{
    float: right;
    width: 220px;
}

.cfc_left{
    float: left;
}

.cfc_right{
    float: right;
    white-space: normal;
}


#cart_form_checkout input[type=text]{ width: 20px; }

#product_options{
    float: left;
}
#product_options div{
    padding: 10px 0px;
}


#button_wishlist_c{
    padding: 30px 0px 10px 0px;
    text-align: right;
}

#product_tabs_c{
    margin: 0px 0px 20px;
}

#product_tabs ul{
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: left;
}

#product_tabs ul li a{
    display: block;
    position: relative;
    top: 1px;
    padding: 10px 0px;
    color: #bdbdbd;
    border-bottom: 6px solid #bdbdbd;
    font-size: 18px;
    text-decoration: none;
    font-weight: 600;
}

#product_tabs ul li a:hover, #product_tabs ul li a.prod_tab_cur{
    color: #67157b;
    border-bottom: 6px solid #67157b;
}

#product_description{
    padding: 20px;
}

#product_details_description{ margin-top: 24px; padding: 10px 0px 20px 0px; }
#product_description_attributes{ margin-top: 10px; }
#product_description_attributes td{ vertical-align: top; }
.product_attribute_container ul{ padding: 0px; margin: 0px; list-style-type: none; }
.product_attribute_container ul li{ margin: 0px; padding: 0px; }

.product_details_heading{ font-size: 15px; padding: 10px 0px; font-weight: normal; text-align: center; }

#product_details_related{ padding: 50px 0px; border-top: 1px solid #e9e9e9; }
#product_details_related .product_details_heading{ font-size: 30px; padding: 0px 0px 30px; margin: 0px; }

.manufacturer_products table{ width: 100%; }
.manufacturer_products td{ vertical-align: top; width: 20%; }

#product_tabs_desc_c{
    position: relative;
    overflow: hidden;

    border-top: 5px solid #1d2c79;
    margin: 0; padding: 0;
}

#product_tabs_desc, #product_tabs_desc li{
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;

    border-right: 1px solid #ececec;
    border-left: 1px solid #ececec;
}

#product_tabs_desc li a{
    position: relative;
    display: block;
    padding: 15px 20px;
    background: #f5f5f5;

    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;

    text-transform: uppercase;
    text-decoration: none;

    font-family: Muli, sans-serif;
    color: #717171;

}

#product_tabs_desc .prod_desc{
    display: none;
    position: relative;
    padding: 50px 20px;

    border-bottom: 1px solid #ececec;
}

#product_tabs_desc li.prod_tab_cur .prod_desc{
    /* display: block; */
}

#product_tabs_desc li a span{ position: absolute; top: 23px; right: 17px; display: block; width: 20px; height: 5px; background-color: #4e4e4e; border-radius: 1px; transition: all .3s linear; }
#product_tabs_desc li a span:first-child{ }
#product_tabs_desc li a span:last-child{ transform: rotateZ(-270deg); }

#product_tabs_desc li a.prod_tab_cur span{
     transform: rotateZ(0deg);
}


#product_quick_view{ width: 750px; margin-bottom: 30px; }
#product_quick_view_top{ text-align: left; }
#product_quick_view_left, #product_quick_view_right{ vertical-align: top; }
#product_quick_view_left{ width: 236px; }
#product_quick_view_right{ width: 440px; padding-left: 20px; text-align: left; }
#product_quick_view #product_name{ margin-bottom: 10px; }
#product_quick_view #product_description{ line-height: 1.5em; margin-bottom: 8px; }

#product_quick_view_more_details{ display: block; font-size: 16px; font-weight: bold; }
#wrap{ text-align: left; }

#product_error, .product_error{
    border: 2px solid #f76767;
    margin-bottom: 10px;
    padding: 10px 10px 10px 30px;
    background: #fff2d6 url(/images/common/warning.png) no-repeat 4px 4px;
    font-weight: bold;
    font-size: 14px;
    color: #a01e1e;
}

.product_good{
    border: 2px solid #7cc466;
    margin-bottom: 10px;
    padding: 10px 10px 10px 30px;
    background: #fff url(/images/common/checkmark.gif) no-repeat 4px center;
    font-weight: bold;
    font-size: 14px;
    color: #7cc466;
}


#pkg_prod_img_c{
    text-align: center;
}

#pkg_prod_details_c select{
    max-width: 100%;
}

.pkg_opt_header{
    background-color: #323e99;
    color: #fff;
    padding: 20px;
}

.pkg_option_c{
    background: #fafafa;
}

.pkg_option{
    padding: 20px 20px;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}

.pkg_opt_name{
    font-weight: bold;
    color: #000;
    font-size: 18px;
    padding-bottom: 10px;
}

.pkg_opt_list{
    padding: 20px 10px 0px 10px;
}

.pkg_opt_list strong{
    display: inline-block;
    margin: 0px 10px;
}

.pkg_product_container{
    padding-bottom: 5px;
}

/* modified from old site */
#productPackageContainer{
    position: relative;
    padding-bottom: 36px;
}

#ppkg_price_info{

    border: 1px solid #eaeaea;

    text-align: right;

    padding: 20px;
    margin: 20px 0px;
}

#ppkg_price_info div{
    margin: 5px 16px 0px 8px;
    text-align: right;
    font-size: 14px;
}
#ppkg_price_info .button{
    border: 1px solid #cbebff;
    padding-bottom: 2px;
}

#productPackageContainer h4{
    background-color: #3ab0ff;
    color: #ffffff;
    padding: 2px 4px;
    margin: 5px 0px 5px 0px;
    font-size: 12px;
}
#productPackageContainer h5{
    font-weight: bold;
    margin: 5px 0px 5px 0px;
    font-size: 13px;
}

#product_package_data{
    position: relative;
}

a.pkg_help_link{
    float: left;
    margin: 3px 4px 3px 2px;
    text-decoration: none;
}

a.pkg_help_link img{
    border: 0px solid #ffffff;
}

.pkg_help_content{
    display: none;
    position: absolute;
    right: 360px;
    z-index: 25000;
    width: 300px;
}
.pkg_help_content div{
    padding: 8px;
    background-color: #f9f9f9;
    border: 1px solid #323e99;
    color: #000000;
    font-size: 13px;

    min-height: 100px;

    border-radius: 5px;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, .45);
}

#productPackageContainer h4 a img, #productPackageContainer h5 a img{
    border: 0px solid #ffffff;
}

#productPackageContainer blockquote{
    margin: 0px;
    padding: 5px 0px 16px 10px;
}

.product_option_container{
    display: none;
    margin-left: 24px;
    padding-left: 20px;
    padding-bottom: 20px;
}

#pkg_footer{
    text-align: right;
    padding: 20px;
}

.pkg_error{
    border: 1px solid #f00;
}


/* end products */

/* cart */

#cart_intl{ border: 1px solid #d3dadc; padding: 8px; margin-bottom: 15px; }
#cart_buttons .button{ text-transform: none; }

#cart_intl{
    margin: 10px 0px 20px 0px;
    padding: 10px;
    border: 2px solid #5a5a5a;
    background-color: #fff;
    font-size: 14px;
}
#cart_intl a{
    font-size: 14px;
    font-weight: bold;
}


.cart_product_row td{
    padding: 10px 0px 5px 0px;
    border-bottom: 1px solid #e0e3e0;
}

#cart_container{ overflow: hidden; }
#cart_left{ margin-bottom: 20px; }

.cr_title{ font-family: 'Muli', sans-serif; color: #fff; background-color: #323e99; padding: 5px 10px; font-size: 24px; text-transform: uppercase; }
.cr_title_grey{ color: #383838; background-color: transparent; border-left: 1px solid #d1d1d1; border-right: 1px solid #d1d1d1; padding: 15px 15px 0px; }

.cr_content{ padding: 15px; border-left: 1px solid #d1d1d1; border-right: 1px solid #d1d1d1; border-bottom: 1px solid #d1d1d1; background-color: #fff; }

/* new cart product row */

.cart_product_c{
    padding: 20px;
    background-color: #fff;
    border-left: 1px solid #d1d1d1;
    border-right: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    overflow: hidden;
}
.cart_product_c:nth-child(2){ border-top: 1px solid #d1d1d1; }

.cart_product_c .button, .cart_product_c .button:hover{
    padding-left: 0px;
    padding-right: 0px;
    width: auto;
    min-width: 120px;
    max-width: 80%;
}

.cart_product_headings{ display: none; }


/* config for low res */
.cart_product_c .cart_prod_thumb{
    float: left;
    width: 40%;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #383838;
}
.cart_product_c:first-child .cart_prod_thumb{ text-align: left; }

.cart_product_c .cart_prod_thumb img{
    float: none !important;
    max-width: 100%;
    max-height: 150px;
    width: auto;
    height: auto;
    border: 0px;
}

.cart_product_c .cart_prod_data{
    float: left;
    width: 50%;
    padding-left: 8%;
    color: #383838;
    font-size: 16px;
}

.cart_product_c .cart_prod_data a{ font-size: 18px; text-decoration: none; font-weight: bold; }
.cart_product_c .cart_prod_qty a{ text-decoration: none; }

.cart_product_c .cart_prod_price{
    clear: both;
    text-align: center;
}
.cart_product_c .cart_prod_qty{
    text-align: center;
}
.cart_product_c .cart_prod_qty input[type=text]{
    width: 45px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
}
.cart_product_c .cart_prod_qty input[type=submit]{
    border: 0px solid #fff;
    color: #323e99;
    padding: 0px;
    margin: 0px;
    cursor: pointer;
    font-weight: bold;
}
.cart_product_c .cart_prod_qty input[type=submit]:hover{ color: #4968aa; }

.cart_product_c .cart_prod_total{
    text-align: center;
}

.cart_product_c .cart_prod_price, .cart_product_c .cart_prod_qty, .cart_product_c .cart_prod_total{ padding: 10px 0px; color: #383838; font-size: 16px; font-weight: bold; }



#cart_footer{
    padding-top: 20px;
    overflow: hidden;
}

#cart_footer td{
    font-size: 16px;
    color: #383838;
}

#cart_footer_blocks{ overflow: hidden; }

.cart_shipping_calculator{ text-align: left; background-color: #fff; margin-bottom: 20px; }
.cart_shipping_container{
    text-align: left;
}
#cart_shipping_form span{ white-space: nowrap; }
#cart_shipping_form em{ font-size: 12px; }
#shipping_quote_zip{ width: 45px; }
.cart_shipping_container .button{ min-width: 0; }
#shipType{ max-width: 100%; }

.cart_totals{ background-color: #fff; }
.cart_totals_container{ text-align: right; }
.cart_totals_container tr td{
    text-align: right;
}
.cart_totals_container tr td:first-child{
    text-align: left;
}

.cart_bottom_title{
    background-color: #323e99;
    color: #fff;
    text-align: left;
    font-family: 'Muli', sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    padding: 7px 20px;
}

.cart_buttons, .checkout_buttons{
    clear: both;
    padding: 20px 0px;
    text-align: center;
}

#cart_button_left{ background: #323e99 url(/images/checkout_button_left.png) no-repeat 30px center; max-width: 240px; width: 100%; }
#cart_button_right{ background: #399d3b url(/images/checkout_button_right.png) no-repeat 210px center; max-width: 240px; width: 100%; }

.cart_bottom_content{ padding: 20px; border-left: 1px solid #d2d2d2; border-right: 1px solid #d2d2d2; border-bottom: 1px solid #d2d2d2; color: #383838; }

.info_forms td{
    padding: 3px !important;
}


#cart_container{
    overflow: hidden;
}

.checkout_header{
    padding: 0px;
    overflow: hidden;
}

.checkout_header table{
    border-collapse: collapse;
    width: 100%;
}
.checkout_header td{
    width: 50%;
    padding: 10px !important;
    border: 1px solid #d1d1d1;
    vertical-align: top;
}

.checkout_header{
    padding-bottom: 15px;
}

.checkout_header .checkout_header_block{
    min-width: 320px;
}

.checkout_header_block h3{
    font-size: 20px;
    padding: 15px;
}
.checkout_header_block div{
    padding: 2px 15px;
}

.cart_totals_table{
    text-align: left;
    margin: 0px 0px 0px auto;
}
.cart_totals_table td{
    font-size: 14px;
    padding: 8px 0px;
}
.cart_totals_table tr:first-child td{ padding-top: 0px; }
.cart_totals_table tr:nth-child(2) td{ padding-bottom: 15px; }
.cart_totals_table tr:last-child td{
    border-top: 1px solid #d1d1d1;
    padding: 15px 0px 0px;
}

.discount_total{
    color: #090;
}

#receipt_shipping{
    margin: 10px 0px;
    padding: 10px;
    border: 1px solid #e0e3e0;
}
.receipt_container{
    overflow: hidden;
}

/*.receipt_container h1{
    font-size: 18px;
}*/

.p_ship_header{
    background-color: #efefef;
    padding: 6px 10px !important;
}

#cart_ship_rates td{
    border-bottom: 0px solid transparent;
    /* border-top: 1px solid #efefef; */
}

.checkout_footer_extra td{
    vertical-align: top;
}

.cart_shipping_message{ padding: 10px 10px 0px 0px; }
.cart_shipping_message a{ color: #cb0000; font-weight: bold; font-size: 16px; }
#site_message_container{ padding: 20px 10px; text-align: left; }

#cart_footer_tools{
    float: left;
    width: 320px;
    padding-bottom: 40px;
}

.cart_survey{
    padding-right: 100px;
}

#cart_survey_data{
    height: 73px;
}

.cart_survey_options{
    padding: 5px 0px 10px 0px;
}

.giftcard_amount strong{
    color: #090;
}

.giftcard_amount .button{
    padding: 0px;
    text-transform: none;
    font-weight: normal;
    background: none;
    border: 0px;
}
.giftcard_amount .button:hover{

}


#info_forms{
    overflow: hidden;
}

.info_form{
    float: left;
    min-width: 320px;
    width: 100%;
}

.info_form div{
    position: relative;
    padding: 10px 10px 10px 40px;
}
.info_form .required{
    position: absolute;
    left: 10px;
    top: 20px;
    color: #f00;
}

.info_form input[type=text]{
    width: 80%;
}

/* end cart */

/* new cart */
#checkout_intl_notice{
    padding: 18px 10px 17px 75px;
    margin-bottom: 30px;
    background: #fff url(/images/common/attention_international_icon.jpg) no-repeat 0px 0px;
    border: 1px solid #d1d1d1;
}

#checkout_container{ border: 1px solid #d1d1d1; overflow: hidden; background-color: #f8f8f8; }
#checkout_top{ padding: 30px; text-align: center; font-size: 24px; color: #383838; line-height: 2em; background-color: #f8f8f8; border-bottom: 1px solid #d1d1d1; }
#checkout_signin{ display: none; }

#checkout_left{ background-color: #fff; }
#checkout_left_inner{ border-right: 1px solid #d1d1d1; }

.checkout_step{ position: relative; padding: 105px 30px 30px; border-bottom: 1px solid #d1d1d1; }
.checkout_step:last-child{ border-bottom: 0px solid #fff; }
.checkout_step_number{
    position: absolute;
    top: 25px;
    left: 20px;
    font-size: 24px;
    color: #383838;
    font-weight: bold;
    border: 1px solid #dbdbdb;
    background-color: #fdfdfd;
    width: 50px;
    padding: 8px 0px;
    text-align: center;
}

.checkout_section_title{
    font-size: 24px;
    color: #383838;
    font-family: 'Muli', sans-serif;
    text-transform: uppercase;
}

#checkout_left .checkout_section_title{
    position: absolute;
    top: 33px;
    left: 90px;
}

.info_form_item{ overflow: hidden; margin-bottom: 10px; }

.info_form_label{ display: none; float: left; margin: 10px 1% 0px 0px; text-align: right; }
.info_form_label.info_form_ship_select{ display: block !important; width: 5%; }
.info_form_input{ width: 90%; }


.info_form_input select, .info_form_input input[type=text]{ width: 85%; }
#expMonth{ width: 160px; }
#expYear{ width: 82px; }
.cc_number{ overflow: hidden; }
.cc_number input[type=text]{ float: left; width: 55%; min-width: 160px; }

.cc_number div{ padding: 10px 0px; clear: both; }

.cc_number div img{ margin-right: 5px; }

.info_form_select_shipping{ margin-top: 9px; }

.info_form_label label, .info_form_input label{ cursor: pointer; }

/* radio hack from http://www.inserthtml.com/2012/06/custom-form-radio-checkbox/ */
.info_form_label input[type=radio]{ display: none; }
.info_form_label input[type=radio] + label{
	-webkit-appearance: none;
	background-color: #fafafa;
	border: 1px solid #cacece;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	padding: 6px;
	border-radius: 50%;
	display: inline-block;
	position: relative;
}

.info_form_label input[type=radio]:checked + label:after{
	content: ' ';
	width: 8px;
	height: 8px;
	border-radius: 50%;
	position: absolute;
	top: 2px;
	left: 2px;
	background: #323e99;
	box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3);
	text-shadow: 0px;
	font-size: 32px;
}

.info_form_label input[type=radio]:checked + label{
	background-color: #e9ecee;
	color: #99a1a7;
	border: 1px solid #adb8c0;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1), inset 0px 0px 10px rgba(0,0,0,0.1);
}

.info_form_label input[type=radio] + label:active, .info_form_label input[type=radio]:checked + label:active{
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}
/* end radio hack */

#info_form_shipping{ display: none; }

.checkout_step .required{ color: #cb0000; }

#checkout_right_inner{ padding: 10px; }


#checkout_right_inner .checkout_section_title{
    margin-bottom: 30px;
}

#checkout_right_inner .h_menu_cart_i_left{ width: 28%; margin-right: 2%; }
#checkout_right_inner .h_menu_cart_i_left img{ max-width: 100%; }
#checkout_right_inner .h_menu_cart_i_right{ padding-top: 8px; }

#checkout_summary{ width: 100%; }
#checkout_summary td{ color: #383838; padding: 4px 0px; }


#checkout_summary td:last-child{ text-align: right; }
#checkout_summary select{ max-width: 240px; }
#checkout_summary .checkout_items{ padding-top: 15px; border-top: 1px solid #d1d1d1; }
#checkout_summary .checkout_shipping{ padding-bottom: 5px; }
.checkout_shipping.shipping_calculated{ text-align: right; }
.checkout_shipping.shipping_calculated select{ width: 100%; max-width: 100% !important; }

#checkout_summary .checkout_nra_donation{ padding-bottom: 5px; border-bottom: 1px solid #d1d1d1; }
#checkout_summary .checkout_nra_donation input{ width: 70px; text-align: right; }


#checkout_summary .discount_total{ padding: 10px 0px; border-bottom: 1px solid #d1d1d1; }
#checkout_summary .checkout_total{ padding: 10px 0px; border-bottom: 1px solid #d1d1d1; font-weight: bold; }

.cart_promo_box_l{ margin-top: 20px; }
.cart_promo_box_r{ padding: 10px 0px 20px; border-bottom: 1px solid #d1d1d1; }
.cart_promo_box_r input[type=text]{ margin-bottom: 10px; }
.cart_promo_box_r input{ width: 100%; box-sizing: border-box; }
.cart_promo_box_r input[type=submit]{ background-color: #0094d4; }
.cart_promo_box_r input[type=submit]:hover{ background-color: #007aaf; }

#checkout_newsletter_signup{ padding-top: 10px; font-size: 12px; }

#checkout_submit_order input[type=submit]{ width: 100%; }
#checkout_submit_order{ padding-top: 20px; }

.receipt_container{ border: 1px solid #d1d1d1; background-color: #fff; }
.receipt_container .checkout_header{ padding-bottom: 0px; }
.receipt_container .checkout_header_shipping > div{ padding: 0px; }
.receipt_container .cart_totals_container{
    float: right;
    min-width: 170px;
    padding: 20px;
}
.receipt_container .checkout_header{ }
.receipt_container .cart_product_c{ border-left: 0px solid #fff; border-right: 0px solid #fff; }

.receipt_container .cart_prod_act{ text-align: right; padding-top: 10px; }

.checkout_receipt_left{ width: 100%; }

.checkout_header_block > div{ padding: 0px; }
.checkout_header_block{ border-bottom: 1px solid #d1d1d1; }
.checkout_header_block h3{ margin-top: 0px; }

#list_cart_form_top{ text-align: left; font-family: 'Muli'; font-size: 18px; text-transform: none; font-weight: bold; }
#list_cart_form_buttons{ padding: 20px 0px; overflow: hidden; }

/* end new cart */

/* This node is for preload work and we don't want it to be seen */
#workNode{ display: none; }

.contactTable{ min-width: 300px; max-width: 500px; }
.contactTable td{ padding: 10px 5px; border-bottom: 1px solid #dedede;}

.contactTable td.cellHeader{
    background-color: #4d4d4d;
    color: #fff;
}

.customContactTable td select{
    font-size: 12px;
    max-width: 200px;
}

#new_customer_signup{ text-align: left; }
#new_customer_signup .cell strong, #new_customer_signup .required_box strong{ color: #f00; }

.show .cellHeader{ font-size: 18px; text-transform: uppercase; }
.show .cell{
    padding: 5px;
    border-bottom: 1px solid #efefef;
    text-align: left;
}


/* INVOICE STUFF / and PRINTABLE SCREENS */

.order_top_container, .print_top_container{
    position: relative;
    text-align: center;
    height: 55px;
}

.order_top_container h3{
    display: none;

    margin: 0px;
    padding: 0px;
    text-align: left;
}

.order_container, .print_container{
    max-width: 800px;
    background: #fff;
    color: #000;
    font-size: 11px;
    padding: 10px 20px 20px 20px;
}

.order_edit_container{
    width: auto;
}


.order_container, .order_container div, .order_container span, .order_container td{
    color: #000;
    font-size: 11px;
}

.print_container, .print_container div, .print_container span, .print_container td{
    color: #000;
    font-size: 11px;
}

.print_container h1, .print_container h2, .print_container h3, .print_container h4, .print_container h5, .print_container h6{
    color: #636363;
}

.d_contact_print{
    display: inline-block;
    padding-right: 50px;
}

.d_contact_print table td{
    padding: 5px 10px;
    border-bottom: 1px solid #ddd;
}

.order_top_container, .print_top_container{
    position: relative;
    text-align: center;
    height: 55px;
}
.order_logo, .print_logo{
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
}

.order_top_container h3{
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.print_top_container h3, .print_top_container h5{
    margin: 0px;
    padding: 0px;
    text-align: right;
}

.order_status_select{
    position: absolute;
    top: 0px;
    left: 0px;
}

.order_customer_number{
/*
    position: absolute;
    top: 0px;
    right: 0px;
*/
    text-align: right;
    padding-top: 10px;
}

.order_number_data{
    width: auto !important;
    margin: 0px !important;
}

.order_number_data td{
    padding: 0px 5px 5px 0px;
}

.order_container td img{
    max-width: 32px;
    max-height: 32px;
}

.order_header_table{
    width: 100%;
    border-collapse: collapse;
}

.order_header_cell{
    width: 33%;
    border: 1px solid #000;
}
.order_header_table td{
    font-size: 10px;
    padding: 3px 5px;

}


.order_header_c{
    overflow: hidden;
}

.order_header_c td{
    font-size: 10px;
    padding: 3px 5px;

}

.order_box{
    padding: 1.5%;
    min-width: 180px;
    width: 30%;
    float: left;
    padding-bottom: 30px;
}


.order_item_list{
    position: relative;
    padding: 20px 0px;
}

.order_item_list table{
    width: 100%;
}
.order_item_list table th{
    padding: 3px;
    background: #000;
    border-right: 1px solid #ccc;
    color: #fff;
}
.order_item_list table td{
    padding: 3px;
    vertical-align: middle;
}


.order_item_list tr th:nth-child(1), .order_item_list tr th:nth-child(3), .order_item_list tr th:nth-child(5){
    display: none;
}
.order_item_list tr td:nth-child(1), .order_item_list tr td:nth-child(3), .order_item_list tr td:nth-child(5){
    display: none;
}


.order_edit_box .order_edit_text{
    display: none;
}
.order_edit_box .order_edit_input{
    display: block;
}

.order_item_list table tr:nth-child(odd) td{
    background: #fff;
    border-right: 1px solid #ddd;
}
.order_item_list table tr:nth-child(even) td{
    background: #ddd;
    border-right: 1px solid #fff;
}

.order_shipping_notes{
    padding-bottom: 20px;
}

.order_footer{
    padding-top: 20px;
    border-top: 1px solid #000;
}
.order_footer_table{
    width: 100%;
}
.order_footer_table td{
    vertical-align: top;
}

.order_totals{
    float: right;
    min-width: 200px;
    max-width: 320px;
    padding: 0px 0px 20px 40px;
    text-align: right;
}

.order_totals table{
    margin: 0px 0px 0px auto;
    text-align: left;
    width: 200px;
}

.order_totals table td{
    padding: 5px 5px;
    border-bottom: 1px solid #ddd;
    white-space: nowrap;
}

.order_totals table tr td:nth-child(2){
    text-align: right;
}

.order_status_memo, .order_status_buttons{
    float: left;
}
.order_status_memo{
    padding-right: 20px;
}
.order_status_buttons{
    padding-top: 20px;
}

#order_status_memos{
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2000;

    width: 200px;
    border: 1px solid #000;
    background: #eee;
}
#order_status_memos h6{
    background: #555;
    color: #fff;
    font-size: 12px;
    margin: 0px;
    padding: 5px;
}

#order_status_memos ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
#order_status_memos ul li{
    list-style: none;
}
#order_status_memos ul li a{
    display: block;
    padding: 5px;
    border-bottom: 1px solid #999;
    text-decoration: none;
}

#gc_product_info td{ padding-bottom: 4px; }
#gc_product_info .gc_product_label{ text-align: right; font-weight: bold; padding-right: 6px; }
#gc_product_info .gc_product_q{ padding: 10px 0px 4px 0px; }
#gc_product_info .gc_product_q div{ font-weight: bold; }
#gc_amount{ width: 44px; }

.cart_prod_data .product_listed_name{ border-bottom: 0px solid #fff; height: auto; }

.cart_item_options{ font-size: 13px; padding: 10px; }
.cart_item_options ul{ margin: 0px; padding: 0px 0px 0px 20px; }
.cart_item_options ul li{ font-size: 13px; padding: 0px; margin: 0px; }


.m_box{
    border: 1px solid #a2a2a2;
    border-radius: 10px;

    padding: 20px;
    margin-bottom: 20px;
}

.youtube_thumb{
    position: relative;
    display: block;
}

.playbutton_m{
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 0;

    display: block;

    width: 100%;
    height: 100%;

    background: url('/images/play_button_large.png') no-repeat center 30px;
    opacity: .7;
    cursor: pointer;
}

.playbutton_t{
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 0;

    display: block;

    width: 100%;
    height: 100%;

    background: url('/images/play_button_small.png') no-repeat center 20px;
    opacity: .6;
    cursor: pointer;
}

.youtube_thumb:hover .playbutton_t{
    opacity: 1;
}

.country_select{ max-width: 200px; }


div.galleryContainer{
    padding: 20px;
}

table.galleryContainer{
    width: 100%;
}
.galleryContainer td{
    text-align: center;
    vertical-align: top;
}
.galleryContainer td a img{
    border: 0px;
}

#homepage_hero{
    background: url(/uimages/home_content/sample_hero.jpg) no-repeat center center;
    background-size: cover;
    height: 450px;
    margin-bottom: 20px;
}
#homepage_hero_container{
    font-family: 'Muli', sans-serif;
    max-width: 1366px;
    margin: 0px auto;
    padding: 40px 10px 0px;
    font-size: 16px;
    color: #fff;
    text-shadow: 0px 0px 5px rgb(50, 50, 50);
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
#homepage_hero_container h1{
    font-family: 'Muli', sans-serif;
    font-weight: 300;
    font-size: 36px;
    color: #fff;
    margin: 0px;
    padding: 0px 0px 10px;
}

#homepage_hero_container a{
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    text-decoration: none;
    text-shadow: 0px 0px 5px rgb(50, 50, 50);
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    transition: color .2s linear;
}
#homepage_hero_container a:hover{ color: #00c3ff; }

#homepage_videos_link img{
    border: 3px solid #fff;
    border-radius: 1px;
    box-shadow: 0px 0px 10px 0px rgb(50, 50, 50);
    box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
}

#homepage_top h2{ font-size: 48px; text-align: center; margin-bottom: 40px;}

#homepage_product_list{ max-width: 1366px; margin: 0px auto; }

#homepage_bottom{
    border-top: 1px solid #eaeaea;
    background-color: #fafafa;
    padding: 48px 0px;
    text-align: left;
}

#homepage_promo ul{ margin: 0px; padding: 0px; list-style: none; }
#homepage_promo ul li{ padding: 0px; margin: 0px 0px 10px; list-style: none; }
#homepage_promo ul li img{ max-width: 100%; }

/* log in / create account page */
#login_error{ color: #cb0000; }
#login_container{ overflow: hidden; }
#login_container ul{ padding: 0px; }
#login_container ul, #login_container li{ margin: 0px; }
#login_container li{ list-style: none; overflow: hidden; padding: 5px 0px; }
.login_inner{ padding: 40px; }
.login_inner h2{ margin-top: 0px; padding-top: 0px; font-size: 36px; }
#login_right .login_inner{ /*background-color: #efefef; border: 1px solid #d1d1d1;*/ }
#login_left{ margin-right: 2%; }

#login_right .login_inner p{ margin-bottom: 40px; }
#login_left li > div, #login_right li > div, #login_left li > input, #login_right li > input, #login_right li > select{
    float: left;
}
#login_left li > input, #login_right li > input, #login_right li > select{ box-sizing: border-box; }
#login_left li > div, #login_right li > div{ display: none; width: 23%; margin-bottom: 10px; margin-right: 2%; padding-top: 2px; }
#login_left li > input, #login_right li > input, #login_right li > select{ width: 100%; }
#login_container input[type=checkbox]{ width: auto !important; }
#login_container input[type=submit]{ width: auto !important; padding: 17px !important;}
/* end log in / create account page */

.checkout_faq_cb{ padding: 0px 10px; }

/* custom forms */

.cust_form_c{
    position: relative;
    max-width: 600px;
}
.cust_form_center{
    margin: 0 auto;
}

.form_items, .form_items li{
    position: relative;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.form_items{ padding-bottom: 12px; }

.form_items li{
    box-sizing: border-box;
    padding: 10px 20px;
}

.form_item_states select{ max-width: 100%; }
.r_col .form_item_textarea{ width: 100%; }
.form_item_textarea textarea{ box-sizing: border-box; max-width: 100%; }

.custom_form_item_error{ position: relative; padding: 4px; color: #303030; border: 4px solid #fcb040; margin: 5px 5px 6px; border-radius: 4px; background-color: #fffbdb; font-weight: normal; font-size: 12px; }

.form_item_text, .form_item_select, .form_item_checkbox, .form_item_radio{
    float: left;
    width: 50%;
    min-width: 250px;
    max-width: 300px;

}

.form_item_text input[type=text], .form_item_select select{
    width: 100%;
}

.form_item_textarea{
    clear: both;
    float: none;
}


.form_item_label{
    color: #701400;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.form_main_label{ display: block; padding: 10px 0px; font-size: 18px; }

.form_buttons{
    padding: 30px 20px 0px 20px;
    clear: both;
}

.cust_form_center .form_buttons{
    text-align: center;
}

/* end custom forms */



#phone_buttons{
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 20000;

    background: #0f1f71;

    width: 100%;
    height: 60px;

    overflow: hidden;
}
#phone_buttons a{
    position: absolute;
    top: 0px;

    display: block;
    text-align: center;
    padding: 21px 0px;
    font-size: 15px;
    width: 50%;

    color: #fff;
    text-decoration: none;
}

#phone_buttons a:hover{
    background: #525e9c;
}

#phone_buttons a:first-child{
    left: 0px;
}

#phone_buttons a:last-child{
    right: -1px;
    border-left: 1px solid #21307a;
}

/* promo banner */
#promo_banner{
    display: block;
    line-height: 0;
    background: transparent;
    margin: 0;
    padding: 0;
}

#promo_banner a{
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 0;

    text-decoration: none;
    text-align: center;
    border: 0;
    color: #fff;
    font-size: 15px;
}

#promo_banner img{
    display: inline-block;
    margin: 0;
    padding: 0;
    border: 0;

    max-width: 100%;
}


#contact_c{
    position: relative;
    width: 100%;
    height: 540px;
    max-height: 540px;
}

#contact_map{
    width: 100% !important;
    height: 100%;
}

.map_text{
    position: absolute;
    left: -90px;
    top: -145px;

    white-space: nowrap;

    color: #fff;
    font-weight: bold;
    font-family: "Muli", sans-serif;

    font-size: 15px;

    text-shadow: 0px 0px 5px rgba(0, 0, 0, .65);

    background: rgba(25, 34, 41, .6);

    padding: 5px;

    border-radius: 5px;
}


/* splash image */

#splash_img_c{
    position: relative;
    text-align: center;
    padding: 10px 0px;
    overflow: hidden;
}

#splash_img{
    display: block;
    max-width: 80%;
    margin: 0px auto;
    padding: 0;
}

#splash_txt{
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    margin: auto;

    width: 90%;
    max-width: 800px;
    height: 80%;
    color: #fff;
    text-shadow: 0 0 8px rgba(0, 0, 0, .7);
}

#splash_txt h1{
    color: #fff;
    font-size: 30px;

    font-weight: bold;
    padding-bottom: 0px;
    margin-bottom: 0;
    line-height: 1em;

    text-shadow: 0 0 8px rgba(0, 0, 0, .7);
}

/* end splash image */
/* Home Page R Columns */
h2.r_col_3 {
    text-align: center;
}
p.r_col_3 {
    font-size: 24px;
    font-weight: 100;
    margin: 20px 0 55px;
    text-align: center;
}
.r_col.img_bdr > img {
    border: 1px solid #dedede;
    box-shadow: 0 0 6px #dedede;
    margin: 10px auto 20px;
}
.r_col.img_bdr {
    text-align: center;
    margin: 20px 0;
}
.r_col > img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
    text-align: center;
}
.r_col .arrow:hover span {
    left: 5px;
}
.r_col .arrow > span {
    left: 0;
    position: relative;
    transition: left 0.5s ease 0s;
}
.r_col .arrow {
    color: #6d207c;
    text-decoration: none;
}
.r_col_2 .r_col {
    line-height: 2.5em;
}
.r_col > ul {
    margin: 0;
    display: block;
    overflow: auto;
}
.r_col li {
    display: list-item;
    list-style-image: url("/images/circle.png");
    min-width: 100px;
    float: none;
    text-align: left;
    width: 100%;
}
.r_col a:hover {
    color: #525e9c;
}
.r_col a {
    color: #68147a;
    font-weight: bold;
}
.img_list {
    margin: 0;
    padding: 0;
    text-align: center;
    list-style-type: none;
}
.r_col ul.img_list > li {
    display: inline-block;
    list-style: outside none none;
    min-width: 120px;
    text-align: center;
    width: 19%;
}
.img_list img {
    padding: 20px 0 15px;
}
.r_col.o_thir {
    margin: 0 0 20px;
}

/* My Account Top Bar */
#usr_account {
    display: none;
    margin-top: 17px;
    position: absolute;
    right: 180px;
    text-align: right;
    top: 0;
}
.Account {
    display: none;
}
.Account.form_active {
    background: none repeat scroll 0 0 #fff;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    box-shadow: 0 4px 7px #dedede;
    left: -22px;
    position: absolute;
    text-align: center;
    top: 38px;
    width: 150px;
    z-index: 1201;
}
#usr_account a.ta_active span {
    transform: rotateZ(180deg);
}
#usr_account a span {
    display: block;
    position: absolute;
    right: -30px;
    top: -10px;
    transition: all 0.1s linear 0s;
    width: 36px;
    background: url(/images/menu_arrow.png) no-repeat center center;
}
.login_button {
    margin: 0;
    padding: 0;
}
/* Inner Splash Img */
#splash_img_c.no_bg_clr {
    padding: 0;
}
#splash_img_c.no_bg_clr #splash_img {
    max-width: 100%;
    min-height: 110px;
}
#login_container .form_container input[type=submit]{ line-height: 2em !important; text-transform: capitilize; }
