#actionsContainer {
    background : #CFD0D2;
}

#actionsTitleContainer {
    float : left;
}

#actionsTitle {
    float         : none;
    margin-bottom : 10px;
    margin-left   : 30px;
    margin-top    : 30px;
}

#actionsTitle h2 {
    color       : #7E1347;
    font-size   : 20px;
    font-weight : bold;
}

.actionBoxContainer {
    float : left;
}

.actionBox {
    float         : none;
    margin-left   : 38px;
    margin-bottom : 30px;
    width         : 200px;
}

.actionBox .title {
    background-color : #7E1347;
    color            : #E2007A;
    font-weight      : bold;
    height           : 35px;
    line-height      : 35px;
    text-align       : center;
    width            : 200px;
}

.imageContainer {
    background-color : white;
}

.image {
    height              : 95px;
    margin-left         : 7px;
    width               : 193px;
}

.actionTableCellImage {
    background-repeat   : no-repeat;
    background-position : bottom left;
    float               : left;
    height              : 60px;
    margin-top          : 17px;
    width               : 75px;
}

.actionImage {
    float : left;
    width : 75px;
}

.actionContent {
    float : left;
    width : 118px;
}

.quantity {
    color       : #646567;
    float       : right;
    font-weight : bold;
    margin-top  : 20px;
    text-align  : center;
    width       : 108px;
}

.price {
    color       : #E2007A;
    float       : right;
    font-size   : 20px;
    font-weight : bold;
    margin-top  : 10px;
    text-align  : center;
    width       : 108px;
}

.actionBox .description {
    background-color : #BCBDBE;
    color            : #7E1347;
    height           : 250px;
    width            : 200px;
}
