﻿body {
}

table.tbl_product_attributes {
    padding: 0;
    margin: 0;
    margin-bottom: 40px;
    border: 1px solid #333;
    border-collapse: collapse;
    font-size: 11px;
}

table.tbl_product_attributes td {
    padding: 5px;
    border: 1px solid #333;
    text-align: center;
    border-top: 0px solid #333 !important;
    border-bottom: 0px solid #333 !important;
    font-size: 11px;
}


table.tbl_product_attributes th {
    padding: 5px;
    border: 1px solid #333;
    text-align: center;
    font-size: 11px;
}



table.tbl_product_attributes th.code_col {
    background-color: #61b6d2;
}

table.tbl_product_attributes td.code_col {
    white-space: nowrap; 
}

td.no_wrap, th.no_wrap 
{
    white-space: nowrap;
}
table th {
    vertical-align: top;
    padding: 5px;
    
}

table.tbl_groupheader {
    padding: 0;
    margin: 0;
    border: 0px solid red;
    border-collapse: collapse;
    margin: -5px !important;
    
}
table.tbl_groupheader td, table.tbl_groupheader th {
    
    vertical-align: top;
    min-width: 40px;
    max-width: 40px;
    border: none;
    border-right: 1px solid #333;
}

table.tbl_groupheader td:last-child, table.tbl_groupheader th:last-child {
    border-right: 0;
}

table.tbl_groupheader_minimal {
    padding: 0;
    margin: 0;
    border: 0px solid red;
    border-collapse: collapse;
    margin: -5px !important;
    
}
table.tbl_groupheader_minimal td, table.tbl_groupheader_minimal th {
    
    vertical-align: top;
    min-width: 35px;
    max-width: 35px;
    border: none;
    border-right: 1px solid #333;
}

table.tbl_groupheader_wide td:last-child, table.tbl_groupheader_wide th:last-child {
    border-right: 0;
}

table.tbl_groupheader_wide {
    padding: 0;
    margin: 0;
    border: 0px solid red;
    border-collapse: collapse;
    margin: -5px !important;
    
}
table.tbl_groupheader_wide td, table.tbl_groupheader_wide th {
    
    vertical-align: top;
    min-width: 60px;
    max-width: 60px;
    border: none;
    border-right: 1px solid #333;
}

table.tbl_groupheader_minimal td:last-child, table.tbl_groupheader_minimal th:last-child {
    border-right: 0;
}


td.bg_highlighted, th.bg_highlighted {
    background-color: #61b6d2;
}

th.bg_table_striped {
    background-color: #f9f9f9;
}


th.border_bottom, td.border_bottom {
    border-bottom: 1px solid #333 !important;
}


table.attr_table_summary {
    margin-left: 25%;
}

@media (max-width: 767px) {
    table.attr_table_summary {
        margin-left: 0;
    }
}

img.attr_img {
    max-width: 500px;
}

/*
body {
}

table.tbl_product_attributes {
    padding: 0;
    margin: 0;
    margin-bottom: 40px;
    border: 1px solid #333;
    border-collapse: collapse;
    font-size: 11px;
}

table.tbl_product_attributes td {
    padding: 5px;
    border: 1px solid #333;
    text-align: center;
    border-top: 0px solid #333 !important;
    border-bottom: 0px solid #333 !important;
    font-size: 11px;
}


table.tbl_product_attributes th {
    padding: 5px;
    border: 1px solid #333;
    text-align: center;
    font-size: 11px;
}



table.tbl_product_attributes th.code_col {
    background-color: #f9f9f9;
}

table.tbl_product_attributes td.code_col {
    white-space: nowrap; 
}

td.no_wrap 
{
    white-space: nowrap;
}
table th {
    vertical-align: top;
    padding: 5px;
    
}

table.tbl_groupheader {
    padding: 0;
    margin: 0;
    border: 0px solid red;
    border-collapse: collapse;
    margin: -5px !important;
    
}
table.tbl_groupheader td, table.tbl_groupheader th {
    
    vertical-align: top;
    min-width: 40px;
    max-width: 40px;
    border: none;
    border-right: 1px solid #333;
}

table.tbl_groupheader td:last-child, table.tbl_groupheader th:last-child {
    border-right: 0;
}

table.tbl_groupheader_minimal {
    padding: 0;
    margin: 0;
    border: 0px solid red;
    border-collapse: collapse;
    margin: -5px !important;
    
}
table.tbl_groupheader_minimal td, table.tbl_groupheader_minimal th {
    
    vertical-align: top;
    min-width: 30px;
    max-width: 30px;
    border: none;
    border-right: 1px solid #333;
}

table.tbl_groupheader_minimal td:last-child, table.tbl_groupheader_minimal th:last-child {
    border-right: 0;
}

td.bg_highlighted, th.bg_highlighted {
    background-color: #fcfdaa;
}

th.bg_table_striped {
    background-color: #f9f9f9;
}


th.border_bottom {
    border-bottom: 1px solid #333 !important;
}

*/

