

 .Productflag {
   float: right;
    margin-right: -13px;
    margin-top: -13px;
    height: 58px;
    width:58px;
}

.Product-Image {
    width:58px;
    height: 58px;
}

.Price {

    font-size: 21px;
color: #000;
font-weight: bold;
line-height: 21px;
}

.Enquire {
    color: #d52b1e;
    text-decoration: underline;
}

.button_opaque {
    text-decoration: none;
    display: inline-block;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
    font-weight: bold;
    color: #FFFFFF;

    background-image: url("/Portals/0/SkinObjects/ButtonBG.png");
    background-repeat: repeat-x;
    background-position: right top;
    cursor:default;
    Color: white !important;
    /*-webkit-border-radius: 5px;
    -moz-border-radius: 5px;*/
    border-radius: 5px;
    width: 86%;
    opacity:0.2;
}


.text-underline:hover {
    text-decoration:underline;
}

