.img{
	max-height:130px;
	max-width:130px;
	border:0px;
	background-color:white;
}

.productTable td{
	width:20%;
	text-align:center;
}

.productTable td.l1{
	padding-top:5px;
	vertical-align:bottom;
}
.productTable td.l2{
	padding-bottom:5px;
	vertical-align:top;
}

#logo_promo_m{
    display:none;
}

@media only screen and (max-width:1000px) {
    #logo_promo{
        display:none;
    }
    #logo_promo_m{
        display:inline-block;
        background-color:red;
        color:white;
        font-weight:bold;
        padding:10px;
        -moz-border-radius: 10px 10px 10px 10px;
        -webkit-border-radius: 10px 10px 10px 10px;
        border-radius: 10px 10px 10px 10px;
    }
}