.on {
    display:block;
}
.off{
    display:none;
}


#sc_cross_sell {
    padding-bottom: 5px;
    margin-bottom: 10px; 
}
#sc_cross_sell * {
    font-family: arial, helvetica, sans-serif;
    color: #333;
}
    #sc_cross_sell .head {
	background: url(bluebar.gif) center left no-repeat;
	color: #FFF; 
        margin: 15px 0 5px 0;
	padding: 5px 0 5px 5px; 
	font: italic bold 14px arial, helvetica, sans-serif;
	text-align: left; 
    }
    #sc_cross_sell .head span { color: #FFF; }
    #sc_cross_sell td {
        padding: 3px 8px;
    }
    #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;
	    color: #1F2C88;
            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: #CC0000;
        }

