﻿table.compareEditions { 
    /*width: 100%;*/
    /*background-color: #fafafa;*/
    border: 1px #CDE2F2 solid;
    border-collapse: collapse;
    border-spacing: 0px; 
    margin-bottom: 5.0em;
    caption-side:bottom;
}

caption.compareEditions { 
    color: #404040; 
    font-weight: bold;
    font-size: 16px;
    border-spacing: 0px; 
    margin-bottom: 1.0em;
}

tr.alter {
    background-color:#f8f8f8;
}
/*
thead.compareProduct {
    border-left: none;
    border-top: none;
    border-right: none;
    border-bottom: 2px #CDE2F2 solid;
}
*/

td.compareProduct { 
    /*background-color: #99CCCC;*/
    border-left: none;
    border-top: none;
    border-right: none;
    border-bottom: 2px #CDE2F2 solid;
    /*font-family: Verdana;*/
    font-weight: bold;
    font-size: 16px;
    color: #404040; 
    text-align:center;
    background-color:#EEEEEE;
}

td.compareProductDescr { 
    /*background-color: #99CCCC;*/
    border-left:1px solid #CDE2F2;
    border-bottom:1px solid #CDE2F2;
    border-right:1px solid #CDE2F2;
    /*border-left: 1px #6699CC dotted;
    border-bottom: 1px #6699CC dotted;
    border-right: 1px #6699CC dotted;*/
    /*font-family: Verdana;*/
    font-weight: bold;
    font-size: 14px;
    color: #404040; 
    text-align:center;
    background-color:#EEEEEE;
}

td.compareCateg { 
    /*background-color: #99CCCC;*/
    border-bottom:2px solid #CDE2F2;
    /*border-bottom: 1px #6699CC dotted;*/
    /*font-family: Verdana;*/
    font-weight: bold;
    font-size: 16px;
    color: #404040; 
    background-color:#EEEEEE;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 8px;
    padding-right: 0px; 
}

td.compare { 
    /*border-left: 1px #6699CC dotted;
    border-bottom: 1px #6699CC dotted;
    border-right: 1px #6699CC dotted;*/
    border-left:1px solid #CDE2F2;
    border-bottom:1px solid #CDE2F2;
    border-right:1px solid #CDE2F2;
    text-align: left;
    /*font-family: Verdana, sans-serif, Arial;*/
    font-weight: normal;
    font-size: .9em;
    color: #404040;
    /*background-color: #fafafa;*/
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 8px;
    padding-right: 0px; 
}
td.tick { 
    background-image: url("images/tick.png");
    background-position:center;
    background-repeat: no-repeat;
}

td.compRowDescr {
    /*background-color:#EEEEEE;*/
}

