With css can create the effect although may not prefect, it is a starting point
Code:
/* Add borders to the cells of columnar display in center column */
.centerBoxContentsNew, .centerBoxContentsFeatured, .centerBoxContentsSpecials, .specialsListBoxContents {
padding-bottom: 0.5em;
padding-top: 0.5em;
border-top: 0.1em solid #E7E7E7;
border-left: 0.1em solid #E7E7E7;
margin-right: -0.06em;
margin-left: -0.06em;
}
/* For style of the link which under the images of above column display */
.centerBoxContentsNew a, .centerBoxContentsFeatured a, .centerBoxContentsSpecials a, .specialsListBoxContents a {
display: block;
text-align: center;
padding-left: 5%;
padding-right: 5%;
}