﻿/*-------------------discount styles---------------*/
.DiscountStar_prodPage
{
    display:none;
    /*width: 85px;
    height: 85px;
    position: absolute;
    
    background-image: url( '../Images/10offStar.png' );
    background-repeat: no-repeat;
    background-position: 0px 0px;
    right: 0px;
    top: 0px; */
}

.DiscountStar_accPage
{
    /*display:none;*/
    width: 55px;
    height: 55px;
    position: absolute;
   background-image: url( '../Images/15offStar_55px.gif' );
    background-repeat: no-repeat;
    background-position: 0px 0px;
    right: 0px;
    top: 0px;
}


.topCornerOffer
{
    /*display:none;*/
    margin: 0px;
    padding: 0px;
    width: 200px;
    height: 200px;
    position: absolute; 
    background-image: url('../Images/iPod-Bluetooth-Adaptor-A2DP-Offer.gif' );
    background-repeat: no-repeat;
    background-position: 0px 0px;
    right: 0px;
    top: 0px;
    
}
.percentOffTag
{
    background-position: center top;
    width: 211px;
    height: 144px;
    background-image: url('../Images/15offTag.png');
    background-position: center top;
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;
    left: 40%;
    z-index: 10;
}
.percentOffTag a:link, .percentOffTag a:visited{
display:block;
width:211px;
height:144px;
border:0;
}