
/*
 * STYLE TABELI PRODUKTÓW
 */
table.product_list
{
    float: left;
    width: 96%;
}

th.product_header_check, th.product_header_left, th.product_header_right, th.product_header
{
    padding: 4px;
    font-weight: bold;
    color: #FFF;
    background-color: #285bbe;
}

th.product_header_check, th.product_header_left
{
    width: 20px;
}

th.product_header_left
{
    background: url('/images/pl-karen/head_left.png') no-repeat;
    background-color: #285bbe;
}

th.product_header_right
{
    background: url('/images/pl-karen/head_right.png') no-repeat top right;
    background-color: #285bbe;
}


td.product_col, td.product_col_lp, td.product_col_check
{
    border-bottom: solid 1px #cad2d6;
    height: 36px;
    font-weight: bold;
}

td.product_col_lp, td.product_col_check
{
    text-align: center;
}

th.saved_group_show_list
{
    background: url('/images/pl-karen/head_left.png') no-repeat;
    background-color: #285bbe;
    width: 3%;
}

th.saved_group_action
{
    background: url('/images/pl-karen/head_right.png') no-repeat top right;
    background-color: #285bbe;
    width: 30%;
}

th.saved_group_name
{
    width: 67%;
}

th.saved_group_show_list, th.saved_group_name, th.saved_group_action
{
    padding: 4px;
    font-weight: bold;
    color: #FFF;
    background-color: #285bbe;
}



table.saved_group
{
    width: 100%;
}

td.saved_group_show_list
{
    width: 3%;
    text-align: center;
}

td.saved_group_name
{
    width: 67%;
    background-color: #FFF;
}

td.saved_group_action
{
    width: 30%;
    background-color: #FFF;
    text-align: center;
}
td.saved_group_show_list, td.saved_group_name, td.saved_group_action
{
    border-bottom: solid 1px #cad2d6;
    height: 36px;
    font-weight: bold;
}

td.saved_product_list
{
    height: 0;
    padding: 0;
    margin: 0;
}

div.favourite_product_print
{
    width: 10%;
    padding:10px 10px 5px 10px;
}

a.favourite_product_print
{
    margin-left: 10px;
    font-weight: bold;
    color: #285bbe;
    text-decoration: none;
}

p.saved_group_product_name
{
    margin: 4px;
}

a:hover.favourite_product_print
{
    margin-left: 10px;
    font-weight: bold;
    color: #285bbe;
    text-decoration: underline;
}

div.favourite_product_print_logo
{
    float: left;
    width: 307px;
    height: 80px;
}

div.favourite_product_print_address
{
    float: left;
    width: 300px;
    height: 80px;
}
p.favourite_product_new_group_msg
{
    margin: 30px 0 30px 0;
    text-align: center;
}

.overwrite_group_radio, .new_group_radio
{
    float: left;
}

.overwrite_group_label, .new_group_label
{
    float: left;
    font-weight: bold;
    font-size: 12px;
    margin-top: 3px;
    margin-left: 3px;
}

.save_group_row, .save_group_subrow
{
    clear: both;
    height: 36px;
}

.save_group_subrow
{
    margin-left: 20px;
}

input.favourite_button_del
{
    margin: 3px 0 0 25px;
}

div.delete_from_list_msg
{
    display: none;
    width: 100%;
    margin: 20px 0 20px 0;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #e70a0a;
}

