﻿.FreeDeliveryStar
{
    background-position: 0px 0px;
    position: relative;
    width: 125px;
    height: 125px;
    background-image: url( 'images/FreeDelStar.png' );
    background-repeat: no-repeat;
}

.FreeDeliveryStar a:link,.FreeDeliveryStar a:visited{
display:block;
width:125px;
height:125px;
background-image: url( 'images/FreeDelStar.png' );
    background-repeat: no-repeat;
border-bottom:none;
}
.FreeDeliveryStar a:hover{
display:block;
width:125px;
height:125px;
background-image: url( 'images/FreeDelStar_over.png' );
    background-repeat: no-repeat;
border-bottom:none;
}

.readyToBuyAbsolute{
position:absolute;
top:15px;
right:130px;
 width: 142px;
    height: 142px;
    }
    
    
   .readyToBuyAbsolute a:link, .readyToBuyAbsolute a:visited
{
    display: block;
    width: 142px;
    height: 142px;
    background-image: url( '../images/BuyNow_peeling_sticker.png' );
    background-repeat: no-repeat;
    border-bottom: none;
}
   .readyToBuyAbsolute a:hover
{
    display: block;
    width: 142px;
    height: 142px;
    background-image: url( '../images/BuyNow_peeling_sticker_over.png' );
    background-repeat: no-repeat;
    border-bottom: none;
}


#topCornerFloatingTab
{
    background-position: left top;
    position: fixed;
    z-index: 1500;
    top: 0;
    left: 0;
    width: 185px;
    height: 184px;
    background-image: url(  'images/NewSoftwareCornerTab.png' );
    background-repeat: no-repeat;
}
#topCornerFloatingTab .getUpdate
{
    padding-top:130px;
    text-align:left;
}
#topCornerFloatingTab .getUpdate a:link, #topCornerFloatingTab .getUpdate a:visited
{
    display: block;
    width: 98px;
    height: 36px;
    background-image: url( 'images/NewSoftwareCornerTab_Btn.png' );
    background-repeat: no-repeat;
    background-position: right top;
    border-bottom: none;
}
#topCornerFloatingTab .getUpdate a:hover
{
    display: block;
    width: 98px;
    height: 36px;
    background-image: url( 'images/NewSoftwareCornerTab_BtnOver.png' );
    background-repeat: no-repeat;
    background-position: right top;
    border-bottom: none;
}


.PaymentOptCornerTab
{
    background-position: right 0px;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: 163px;
    height: 163px;
    background-image: url( 'images/NewPaymentCornerTab.png' );
    background-repeat: no-repeat;
}
.buyNowBtn
{
    padding-top:123px;
    text-align:right;
    padding-left:50px;
}
.buyNowBtn a:link, .buyNowBtn a:visited
{
    display: block;
    width: 79px;
    height: 30px;
    background-image: url(  'images/NewPaymentCornerTab_BuyNow.png' );
    background-repeat: no-repeat;
    background-position: right top;
    border-bottom: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    color:#ffffff;
    padding: 7px 8px 0px 0px;
}
.buyNowBtn a:hover
{
    display: block;
    width: 79px;
    height: 30px;
    border-bottom: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    color:green;
     padding: 7px 8px 0px 0px;
}
