*{
    border                  : 0;
    margin                  : 0;
    padding                 : 0;
    font-family             : Verdana, sans-serif;
    font-size               : 10px;
    color                   : #56390A;
    text-decoration         : none;
    line-height             : 180%;
    list-style-type         : none;
    
    /*zoom                    : 1;*/
}
div.clear {
    clear                   : both;
}
/*
    Transparent flash grey outline correction
*/
object { 
    outline                 : none;
}
#itemAddedDiv {
    display                 : none;
    height                  : 184px;
    left                    : 50%;
    margin                  : 0 0 0 -140px;
    position                : fixed;
    top                     : 250px;
    width                   : 280px;
    z-index                 : 200;
}


*html #itemAddedDiv { /* only ie6 : hack position fixe */
    position                : absolute;
    top                     : expression((document.documentElement.scrollTop || document.body.scrollTop) + this.offsetHeight - this.offsetHeight +250);
}
