﻿

#ProductGroupOuter {
    padding: 0px;
    margin: 0px;
}

/*this approach stops inherritance to the next level*/
.ProductGroupOuterRow {
    padding: 0px;
    margin: 0px;
    /*  border:solid;
    border-color:red;*/
    margin-right: -5px;
    margin-left: -5px;
    margin-bottom: -10px;
}



.ProductGroupOuterCol {
    padding: 0px 5px 0px 5px;
    margin: 0px;
}
