/*DEFAULT*/
html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-size: 1em;
}

a:hover {
    text-decoration: underline;
}

.link {
    color: #990000;
    font-weight: bold;
}

.link:hover {
    color: #990000;
}

.imggallery {
    margin: 1px;
    border: 1px solid #ccc;
    max-width: 100%;
}

h1 {
    padding-top: 10px;
    color: #f1945f;
    text-align: center;
}

h2 {
    line-height: 1.5em;
    color: #f1945f;
    font-size: 1.5em;
}

.highlight {
    color: #ff0000;
}

#down_arrow {
    position: absolute;
    bottom: -10px;
    font-size: 50px;
    left: 50%;
    margin-left: 160px;
    color: #c0c0c0;
}

.down_arrow {
    color: #c0c0c0;
}

.down_arrow:hover {
    color: #a0a0a0;
    text-decoration: none;
}
/*END DEFAULT*/

/*CONTAINERS*/
#container {
    position: relative;
    padding: 0;
    min-height: 100%;
    background-color: rgba(255,255,255,0.9);
    border-top: 3px solid #ff0000;
    width: 100%;
}

#content_container {
    position: relative;
    width: 100%;
    min-height: 705px;
    overflow: hidden;
}

#header_container {
    position: relative;
    padding: 0;
    margin-bottom: -20px;
    border-bottom: 1px solid #D0D0D0;
    background-color: rgba(255, 255, 255, 1);
}

#left_container {
    float: left;
    padding: 5px;
    min-width: 292px;
    max-width: 292px;
}

#right_container {
    float: right;
    padding: 5px;
    padding-left: 0;
    min-width: 292px;
    width: calc(100% - 292px);
    overflow-x: auto;
    overflow-y: hidden;
}

#catalog_container {
    position: relative;
    height: auto;
    padding: 5px;
}

#info_tile {
    height: auto;
    width: 100%;
    min-width: 250px;
    max-width: 550px;
    padding: 10px;
    padding-top: 0;
    margin-top: 5px;
    margin-right: 5px;
    margin-left: 0;
    margin-bottom: 5px;
    border: 1px solid #ccc;
    vertical-align: top;
    background: #ccc url("../images/bg.jpg");
    background-repeat: repeat;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.4);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.4);
    box-shadow: 0 1px 2px rgba(0,0,0,.4);
}
/*END CONTAINERS*/

/*TABLES*/
#brand_info {
    padding: 5px;
    margin: 0 auto;
    margin-bottom: 5px;
    border: 1px solid #D0D0D0;
    background-color: rgba(255,255,255,1);
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
}

#catalog_grid {
    width: 100%;
    padding: 5px;
    margin: 0 auto;
}

#catalog_bread {
    width: 100%;
    padding-left: 5px;
    margin: 0 auto;
    border: 1px solid #D0D0D0;
    background-color: rgba(255,255,255,1);
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
}

#table_container {
    min-height: 895px;
}

#products_table {
    width: 100%;
    min-width: 920px;
    margin: 5px auto 0px auto;
    font-size: 0.8em;
}

.confirm_order {
    height: 235px;
}

#products_partno {
    width: 140px;
}

#products_wwpartno {
    width: 170px;
}

#products_fitment {
    width: 180px;
}

#products_description {
    width: 500px;
}

#products_quantity {
    width: 80px;
    text-align: center;
}

#products_us {
    width: 50px;
    text-align: center;
}

#products_tw {
    width: 80px;
    text-align: center;
}

#products_price {
    width: 80px;
    text-align: center;
}

#products_add {
    width: 70px;
}

.product_pricelist {
    display: none;
}

.pricelist_head {
    padding: 10px;
    background-color: #f9fafb;
}

.pricelist {
    padding: 10px;
    background-color: #ffffff;
}

#total {
    text-align: right;
    font-weight: bold;
}

#ecart_customer_notes {
    min-width: 50%;
    max-width: 50%;
}

#ecart_additional_notes {
    min-width: 50%;
    max-width: 50%;
}

#ecart_address {
    min-width: 33%;
    max-width: 33%;
}

#ecart_submit {
    min-width: 33%;
    max-width: 33%;
}

#ecart_details {
    min-width: 33%;
    max-width: 33%;
}

#order_table {
    width: 100%;
    min-width: 830px;
    margin: 5px auto 0px auto;
    font-size: 0.8em;
}

#order_no {
    width: 60px;
}

#order_date {
    width: 80px;
}

#order_tracking {
    width: 160px;
}

#search_tracking {
    width: 160px;
    border: 0;
    background-color: inherit;
}

#order_method {
    width: 140px;
}

#order_country {
    width: 120px;
}
/*END TABLES*/

/*TILED TABLE*/
#products_container {
    position: relative;
    height: auto;
    width: 100%;
    margin-top: 5px;
    margin-left: 0;
    margin-bottom: 5px;
    padding: 5px;
    padding-bottom: 0;
    border: 1px solid #D0D0D0;
    background-color: rgba(255,255,255,1);
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
}

.tiles {
    position: relative;
    height: 258px;
    width: 100%;
    min-width: 242px;
    max-width: 272px;
    border: 1px solid #ccc;
    vertical-align: top;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-top: 1px;
    padding: 5px;
    background: #ccc url("../images/bg.jpg");
    background-repeat: repeat;
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
    opacity: 0.8;
}

.tiles_products {
    position: relative;
    height: 271px;
    width: 100%;
    min-width: 242px;
    max-width: 271px;
    border: 1px solid #ccc;
    vertical-align: top;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-top: 1px;
    padding: 5px;
    background: #ccc url("../images/bg.jpg");
    background-repeat: repeat;
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
    opacity: 0.8;
}

.tiles_country {
    position: relative;
    height: 238px;
    width: 100%;
    min-width: 242px;
    max-width: 272px;
    border: 1px solid #ccc;
    vertical-align: top;
    margin-left: 0;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-top: 1px;
    padding: 5px;
    background: #ccc url("../images/bg.jpg");
    background-repeat: repeat;
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
    opacity: 0.8;
}

.tiles:hover, .tiles_products:hover, .tiles_country:hover {
    opacity: 1;
}

.tiles_dealers {
    opacity: 1;
    padding: 0px;
    width: 280px;
}

.dealer_ul {
    margin-left: 2px;
    padding-left: 2px;
}

#slides_container, #slides_container1 {
    position: relative;
    width: 100vw;
    height: calc(100vh - 64px);
    margin: 0;
    margin-top: 20px;
    padding: 0;
    background-color: rgba(255,255,255,1);
}

#slides_container1 {
    border-top: 1px solid #D0D0D0;
}

#slide1 {
    background-image: url("../images/slides/slide1.jpg");
}

#slide2 {
    background-image: url("../images/slides/slide2.jpg");
}

#slide3 {
    background-image: url("../images/slides/slide3.jpg");
}

#slide4 {
    background-image: url("../images/slides/slide4.jpg");
}

#slide5 {
    background-image: url("../images/slides/slide5.jpg");
}

#slide6 {
    background-image: url("../images/slides/slide6.jpg");
}

#slide7 {
    background-image: url("../images/slides/slide7.jpg");
}

#slide1, #slide2, #slide3, #slide4, #slide5, #slide6, #slide7, #promotion_bg{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    width: 100%;
}

.home_slides {
    max-height: 100%;
    width: 100%;
    object-fit: contain;
}

.home_tiles {
    height: auto;
    width: 100%;
    min-width: 250px;
    max-width: 550px;
    padding: 10px;
    padding-top: 0;
    margin-top: 5px;
    margin-right: 5px;
    margin-left: 0;
    margin-bottom: 5px;
    border: 1px solid #ccc;
    vertical-align: top;
    background: #ccc url("../images/bg.jpg");
    background-repeat: repeat;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.4);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.4);
    box-shadow: 0 1px 2px rgba(0,0,0,.4);
}

.promotion_tiles {
    position: relative;
    height: auto;
    width: 100%;
    min-width: 250px;
    max-width: 550px;
    padding: 10px;
    margin: 0 auto;
    border: 1px solid #ccc;
    top: 50%;
    transform: translateY(-50%);
    background: #ccc url("../images/bg.jpg");
    opacity: 0.8;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.4);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.4);
    box-shadow: 0 1px 2px rgba(0,0,0,.4);
}

.slide_text{
    width: 300px;
    height: 50px;
    background: #e43;
    position: absolute;
    bottom: 0;
    left: calc(50% - 150px);
    text-align: center;
    line-height: 50px;
    letter-spacing: 1px;
    color: #f0f0f0;
    opacity: 0.6;
    font-weight: bold;
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
    z-index: 999;
}

.slide_text.shadow{
    box-shadow: 0 0 3px rgba(0,0,0,.3);
}

.corner-ribbon{
    width: 80px;
    background: #e43;
    position: absolute;
    top: 25px;
    left: -25px;
    text-align: center;
    line-height: 25px;
    letter-spacing: 1px;
    color: #f0f0f0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 0px 10px 10px;
    z-index: 999;
}

.corner-ribbon.shadow{
    box-shadow: 0 0 3px rgba(0,0,0,.3);
}

.corner-ribbon.bottom-right{
    top: auto;
    right: -7px;
    bottom: 20px;
    left: auto;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.corner-ribbon.red{background: #e43;}

.tiles_msg {
    position: relative;
    font-size: 1.5em;
    height: 258px;
    line-height: 180px;
    width: 100%;
    min-width: 242px;
    max-width: 272px;
    border: 1px solid #ccc;
    vertical-align: top;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-top: 1px;
    padding: 5px;
    background: #ccc url("../images/bg.jpg");
    background-repeat: repeat;
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
}

.tiles_msg span {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

.website_button {
    position: relative;
    display: inline-block;
    margin-top: 5px;
}

.store_button {
    background-color: #fcca39;
    padding: 5px;
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
}

.store_button:hover {
    cursor: pointer;
    color: #fff;
}

#ecart_container {
    position: relative;
    height: auto;
    width: calc(100% - 10px);
    margin-top: 5px;
    margin-left: 5px;
    margin-bottom: 5px;
    padding: 5px;
    padding-bottom: 0;
    border: 1px solid #D0D0D0;
    background-color: rgba(255,255,255,1);
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
}

#ecart_table_container {
    position: relative;
    height: auto;
    width: 100%;
    margin: 0;
    padding: 0;
}

.ecart_msg {
    position: relative;
    font-size: 1.2em;
    color: #990000;
    height: 200px;
    line-height: 180px;
    width: 100%;
    text-align: center;
}

.ecart_msg span {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}
/*END TILED TABLE*/

/*SEARCH RESULTS*/
#search_results {
    position: absolute;
    min-width: 241px;
    max-width: 241px;
    max-height: 500px;
    top: 41px;
    border: 1px solid rgb(208, 208, 208);
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    box-shadow: -1px 2px 2px rgba(208,208,208,0.4);
    border-top: 0;
    background-color: rgba(255,255,255,1);
    z-index: 999;
    display: none;
    overflow-y: auto;
}

#search_table {
    padding-left: 10px;
    cursor: pointer;
}
/*END SEARCH RESULTS*/

/*CURSOR LINKS*/
#cursor_link {
    cursor: pointer;
}
/*END CURSOR LINKS*/

/*FOOTER*/
#footer_container {
    position: relative;
    padding: 0;
}

#footer_menu_container {
    padding: 0;
    margin: 0 auto;
    border-top: 1px solid #D0D0D0;
    border-bottom: 1px solid #D0D0D0;
    background-color: rgba(255, 255, 255, 1);
}

#footer_menu {
    width: 100%;
    padding-left: 5px;
    margin: 0 auto;
    text-align: center;
}

#footer {
    position: relative;
    width: 100%;
    padding-top: 5px;
    text-align: center;
    font-size: 0.8em;
    font-weight: bold;
}

.footer_link {
    color: #990000;
    font-weight: bold;
}

.footer_link:hover {
    color: #990000;
    cursor: pointer;
}
/*END FOOTER*/

/*FORM FIELDS*/
#add_button {
    position: absolute;
    bottom: 5px;
    width: 262px;
    margin-left: -131px;
    left: 50%;
}

#dropdown_field {
    width: 250px;
    margin-left: 1px;
}

#dropdown_label {
    width: 90px;
    padding-top: 12px;
    padding-bottom: 12px;
}

#dropdown_select {
    width: 360px;
    border: 1px solid;
    padding-top: 11px;
    padding-left: 14px;
    color: #D0D0D0;
    font-weight: normal;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

#dropdown_menu {
    max-height: 200px;
}

#dropdown_select:hover {
    border: 1px solid #85B7D9;
    color: #909090;
}

.input_field {
    width: 180px;
    border: 1px solid;
    padding: 10px;
    padding-left: 14px;
    color: #D0D0D0;
    font-weight: normal;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.submit_button {
    width: 45%;
    border: 1px solid;
    padding: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.submit_button:hover {
    cursor: pointer;
    background-color: #D0D0D0;
}

.frequency_field {
    width: 45%;
    border: 1px solid;
    padding: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#partno_field {
    width: 200px;
    margin-top: 5px;
}

#partno_search {
    width: 220px;
    margin-top: 5px;
    margin-bottom: 5px;
}

#customer_id_field {
    width: 75px;
    margin-top: 2px;
    margin-left: 1px;
    padding: 0;
    border: 0;
    background-color: inherit;
}

#partno_submit {
    margin-top: 5px;
}

#input_label {
    width: 90px;
}

#input_quantity {
    text-align: center;
    width: 20px;
}

#ecart_checkbox {
    display: none;
    width: 50px;
}

#ecart_terms {
    display: none;
}

#ecart_confirm {
    display: none;
    cursor: pointer;
}
/*END FORM FIELDS*/

/*LOGIN FORM*/
#dealer_container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    z-index: 999;
    display: none;

}
#dealer_login {
    position: relative;
    height: 195px;
    width: 100%;
    min-width: 242px;
    max-width: 271px;
    border: 1px solid #ccc;
    vertical-align: top;
    padding: 5px;
    top: 50%;
    transform: translateY(-50%);
    margin: 20px auto 20px auto;
    background: #ccc url("../images/bg.jpg");
    background-repeat: repeat;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#dealer_close {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}
/*END LOGIN FORM*/

/*CONTACT FORM*/
#contact_container {
    position: relative;
    height: auto;
    width: 100%;
    margin-top: 5px;
    margin-left: 5px;
    margin-bottom: 5px;
}

.contact {
    height: auto;
    width: calc(100% - 10px);
    min-width: 250px;
    max-width: 556px;
    padding: 10px;
    padding-top: 0;
    margin-top: 5px;
    margin-right: 5px;
    margin-left: 0;
    margin-bottom: 5px;
    border: 1px solid #ccc;
    vertical-align: top;
    background: #ccc url("../images/bg.jpg");
    background-repeat: repeat;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.4);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.4);
    box-shadow: 0 1px 2px rgba(0,0,0,.4);
}

#email-div {
    width: calc(100% - 10px);
    min-width: 255px;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 5px;
    background-color: #fff;
    z-index: 500;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
    box-shadow: 0 1px 3px rgba(0,0,0,.4);
}
/*END CONTACT FORM*/

/*MESSAGES*/
#message {
    position: absolute;
    padding: 10px;
    right: 10px;
    top: 10px;
    min-width: 280px;
    max-width: 500px;
    height: 42px;
    display: none;
}

#ship_message {
    width: 150px;
    padding: 7px 14px;
    border: 1px solid #D0D0D0;
    color: #ff0000;
    font-weight: bold;
    background-color: #ffe8e6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#closeable_message {
    min-width: 280px;
    max-width: 500px;
    margin: 20px auto 0 auto;
}

#more {
    font-weight: bold;
}

#social_media {
    width: 160px;
    margin: 0 auto;
    margin-bottom: 10px;
}
/*END MESSAGES*/