    .nofloat {
            float: none !important;
    }


    td.ABAProductListItemCell {
        padding: 5px;
        height: 100%;
    }

    div.ProductListItemControl:hover {
        border: 1px solid #e0e0e0 !important;
        background-color: #f9f9f9 !important;
    }


 td.ProductListItemControl {
    width: 300px;
    border: 1px solid #ff0000 !important; 
}

span.PriceTextLabel {
    float: left;
}

    span.PriceValueLabel {
        float: right;
        font-weight: bold;
    }


.ProductItemControl_PersonifyDefault .ProductNameDisplay:hover {
    text-decoration: none !important;
}


a.ProductNameLink {
	text-decoration: none !important;
}
    a.ProductNameLink:hover {
        text-decoration: none !important;
    }
span.ProductNameDisplay {
	text-decoration: none !important;
}
    span.ProductNameDisplay:hover {
        text-decoration: none !important;
    }

