.shopProdDiv{ 
    float:left;
    width: 225px;
    text-align: center;
    height: 120px;
    padding: 30px 0px 30px 0px;
}

.shopProdImg{
    height: 130px;
}

.shopProdTitle{
    font-size: 12px;
    font-weight: bold;
}

.prods{
    width: 700px;
    float: right;
}

.catDiv{
    width: 820px;
    margin: auto;
}

.prodText h2{
    border-bottom: 1px solid #272727;
    line-height: 30px;
}

.prodText h2 a{
    font-size: 18px;
    text-decoration: none;
}

.prodText h2 a:hover{
    text-decoration: underline;
}