/* $Id: auction_overlay.css,v 1.4 2008-06-27 22:03:28 achai Exp $ */  /* auction 2.0 overlay  06.feb.07 cmorogiello */  .pop-container {    border: 1px solid #4A4A4A;    /* IE png hack - ignored by non IE */    /*  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='../img/sys/common_new/90.png'); */    }    /* for PNG supported browsers - ignored by IE */.pop-container[class] {    /*  background-image:url('../img/sys/common_new/90.png'); */}.pop-lid {    padding: 4px 6px;    color: #494847;    background-color: #dadada;    font-weight: bold;    cursor: move;}.pop-content {    color: #494847;    padding: 8px; }/* end remove */    /* //////////////////////////////////// [v2 layout styles] //////////////////////////// */#auction-lcol{    float:left;    width:200px}#auction-rcol{    float:right;    width:300px}#statusbox{    padding:8px;    margin-bottom:15px;    /* brandable properties */        background-color:#fff;    border:1px solid #cacaca;    /* end */}.winning{    font-weight:bold;    /* brandable properties */        color:#31501a;}.notwinning{    font-weight:bold;    /* brandable properties */        color:#8f0d0d;}h3 {    font-size:15px;    /* brandable properties */    color: ;}#calcTotal{    padding:4px 8px;    font-weight:bold;    /* brandable properties */    background-color:#faf6eb;    border:1px solid #e0ca8e;    color:#d66006;}.stepblock{    padding:4px 6px;    text-align:center;    font-size:13px;    font-weight:bold;    /* brandable properties */        background-color:;    color:#fff}#rowtable{    /* brandable properties */        background-color:#cacaca}#rowtable-legend{    padding:4px;    text-align:right;    text-transform:uppercase;    /* brandable properties */    background-color:#cacaca;}#rowtable-header{    /* brandable properties */        background-color:#cacaca}#rowtable-header th {     text-align:left;    font-weight: normal;    /* brandable properties */        background-color:#f7f6f7;}#rowtable .on {    font-weight:bold;    /* brandable properties */        background-color:#ffffff !important;}#rowtable .off {     /* brandable properties */        background-color:#f7f6f7;}#rowtable tr.off td {	color: #666;}.off a {	text-decoration:none;    /* brandable properties */        color:#666;}.on a {    font-weight:bold;    text-decoration:none;    /* brandable properties */        color:;}/* //////////////////////////////[Table Styles]//////////////////////////////////// */.auctionConfirm-leftT {    padding-right:15px;    font-weight:bold;    text-align:right;    vertical-align:top;    /* brandable styles */    border-top:1px solid #cccccc;    border-right:1px solid #cccccc;}.auctionConfirm-rightT {    padding-left:15px;    vertical-align:top;    /* brandable styles */    border-top:1px solid #cccccc;}.auctionConfirm-left {    padding-right:15px;    font-weight:bold;    text-align:right;    vertical-align:top;    /* brandable styles */    border-right:1px solid #cccccc;}.auctionConfirm-right {    padding-left:15px;    vertical-align:top;}
