TABLE.c_Shop {
    width               : 100%;
}
TABLE.c_Cart {
    width               : 100%;
    background-color    : #ffffce;
}


    TR.c_Listing {
        background-color    : #ffcf00;
    }


        TD.c_AlignCenter {
            text-align  : center;
        }
        TD.c_AlignLeft {
            text-align  : left;
        }
        TD.c_AlignRight {
            text-align  : right;
        }



        TD.c_Button {
            width       : 40px;
        }
        TD.c_Name {
        }
        TD.c_Picture {
            width       : 15px;
        }
        TD.c_PriceAndUnitType {
            text-align  : right;
            width       : 60px;
        }
        TD.c_Quantity {
            width       : 40px;
        }
        TD.c_Specification {
            font-style  : italic;
        }

        TD.c_Roleplayers {
            vertical-align  : middle;
        }
        TD.c_RoleplayersText {
            text-align      : center;
        }


H2.c_Shop {
    color           : #844100;
    font-size       : 20pt;
    font-weight     : bold;
    text-align      : center;
}

INPUT.c_TEXT_Shop {
    text-align      : center;
    width           : 40px;
}

INPUT.c_BUTTON_Shop {
    width           : 60px;
}

IMG.c_openImageWindow {
    border-width    : 0px;
}
HR {
    border          : 1px solid #844100;
}
