.on {
    display:block;
}
.off{
    display:none;
}


#sc_cross_sell {
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
}
#sc_cross_sell * {
    font-family: verdana, trebuchet ms, tahoma, arial;
    color: #333;
}
    #sc_cross_sell .head {
        margin: 15px 5px 5px 5px;
        padding-bottom: 1px;
        font-size: 14px;
        font-weight: bold;
        border-bottom: 1px solid #ccc;
    }
    #sc_cross_sell td {
        padding: 3px 3px;
    }
    #sc_cross_sell td.spacer {
        width: 1px;
        background-color: #eee;
        padding: 0;
    }
        #sc_cross_sell td {
            font-size: 11px;
        }
        #sc_cross_sell a {
            margin: 3px 0;
            font-size: 11px;
            text-decoration: none;
            font-weight: bold;
        }
        #sc_cross_sell a:hover {
            text-decoration: underline;
        }
        #sc_cross_sell .price {
            font-size: 11px;
        }
        #sc_cross_sell .sale {
            font-size: 12px;
            font-weight: bold;
            color: #c00;
        }

