

/* Product Box Template Design */
.product-box {
    width:210px;
    height:269px;
    border:ridge 2px rgb(111, 111, 111);
    font-family:Arial;
    font-size:12px;
}

.product-head {
    padding:5px 0 5px 0;
    border-bottom:ridge 1px rgb(111, 111, 111);
    background-color:rgb(0, 153, 204);
    text-align:center;
}
.product-head a {
    color:#000000;
    font-weight:bold;
    text-decoration:none;
    font-weight:bold;
    font-size:15px;
    width:210px;
    display:inline-block;
}
.product-body {
    width:210px;
    height:210px;
    border-bottom:ridge 1px rgb(111, 111, 111);
}
.product-img {
    margin:5px auto;
    text-align:center;
}
.product-txt {
    height:67px;
    text-align:center;
}
.product-desc {
    height:52px;
    font-size:12px;
    text-align:justify;
    padding:0 5px 0 5px;
}
.product-desc a{
    text-decoration:none;
    color:black;
}

.product-price {
    height:15px;
    color: rgb(0, 0, 128);
}
.product-link {
    padding:5px 0 5px 0;
    background-color:rgb(0, 51, 255);
    text-align:center;
}
.product-link a {
    color:rgb(255,255,255);
    font-weight:bold;
    text-decoration:none;
    width:210px;
    display:inline-block;
}
