root { 
        display: block;
}
#category table {
        padding: 5px;
        text-align: center;
}
#category table tr {}
#category table td {}
#category table fieldset {
        border: 0px;
}
#category table td p {
        font-size:11px;
        font-weight:bold;
}
#category table h2 {
        font-size: 12px;
        padding: 10px;
}
#category table img {
        border: 0px;
        width: 140px;
        height: 105px;
}
.checkbox {
        text-align:center;
        width:50px;
}
.cartdelete {
        float:left;
        margin-left:20px;
        width: 100px;
}
.cartupdate {
        float:left;
        margin-left:20px;
        width: 150px;
}