﻿div table
{
    padding: 0px !important;
    width: 100%;
}

table tr
{
    padding: 0px !important;
    height: 84px !important;
    width: 100%;
}

table td
{
    border: solid 0px #ffffff !important;
    background: transparent url('http://www.santafenewmexican.com/images/msfeaturedbg.gif') no-repeat;
    height: 133px;
    width: 100px !important;
    padding: 10px !important;
    text-align: center;
    vertical-align: top;
    margin-right: 10px !important;
    margin-bottom: 10px;
    margin-top: 0px !important;
    margin-left: 10px !important;
    display:block !important;
    float: left !important;
    overflow: hidden;
}

table td a:link, table td a:visited { line-height: 8000%; font: bold 10px arial; color: #475b8d; text-decoration: none; }
table td a:hover { line-height: 8000%; font: bold 10px arial; color: #475b8d; text-decoration: underline; }


/* FOR SAFARI */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    table td { height: 95px !important; }
    table td div
    {
        float: left;
        /*clear: left !important;*/
        width: 95px !important;
        height: 95px !important;
        overflow: hidden;
    }
}

table td div
{
    float: left;
    /*clear: left !important;*/
    width: 95px !important;
}

table td div a
{
    font-weight: normal;
    font-size: 11px;
    width: 95px;
    display: block;
    
}

table td div a div
{
    width: 95px !important;
    height: 71px !important;
    overflow: visible;
}

