#product-compare-container {
    width:770px;
    height:auto;
    padding-bottom:25px;
    overflow:auto;
}
#product-compare-data {
    width:5000px;
}

table.product-compare {
    border-collapse:separate;
    margin:0em;
    padding:0em;
    font-size:1em;
    empty-cells:show;
    border-bottom:1px solid #D0D0D0;
    border-right:1px solid #D0D0D0;
    width:auto;
}
table.product-compare th, table.product-compare td {
    padding:3px 5px;
    width:150px;
}
table.product-compare th {
    font-weight:bold;
    text-align:center;
    background:#2E3136;
    color:#FFF;
    vertical-align:top;
    padding:3px 5px;
    border-left:1px solid #000;
}
table.product-compare td {
    font-size:0.95em;
    font-weight:normal;
    color:#000;
    text-align:left;
    border-bottom:1px solid #FFF;
    border-top:1px solid #D0D0D0;
    border-right:1px solid #FFFFFF;
    border-left:1px solid #D0D0D0;
}
table.product-compare .c { text-align:center; }
table.product-compare .r { text-align:right; }
table.product-compare .l { text-align:left; }
table.product-compare a {
    color:#000000;
}
table.product-compare th a {
    color:#FFFFFF;
}

table.product-compare a.compare-remove {
    padding-left:16px;
    background:url(../../images/action/delete.gif) no-repeat 0% 50%;
}

table.product-compare tr.images td, table.product-compare tr.prices td, table.product-compare tr.groupname td, table.product-compare tr.actions td {
    background:#FFFFFF;
}
table.product-compare tr.prices td, table.product-compare tr.images td, table.product-compare tr.actions td {
    border-top:0;
    border-bottom:0;
    text-align:center;
}
table.product-compare tr.prices td {
    vertical-align:top;
    text-align:center;
}
table.product-compare div.priceinfo, table.product-compare div.priceinfo-old {
    color:#000;
    font-size:0.9em;
}
table.product-compare div.priceinfo .price {
    font-weight:bold;
    color:#F00;
    font-size:1.2em;
}
table.product-compare div.priceinfo-old .price {
    color:#000;
    text-decoration: line-through;
}
table.product-compare div.priceinfo-text {
    color:#000;
    font-size:0.9em;
}