#top-cart-content {
    background: red;
    position: absolute;
    width:200px;
    background: #e5e5e5;
    text-align: left;
    margin-left:-50px;
    padding:5px;
}

#pc-messages {}
#pc-messages li{
    border-radius: 3px 3px 3px 3px;
    padding: 3px 3px 3px 10px;}
#pc-messages li.type-success{background: none repeat scroll 0 0 green;}
#pc-messages li.type-error{}

#dialog-cart {margin-top: 10px}

