﻿#polaroid {
    background: transparent url(images/polaroidrotleft.png) no-repeat;
    width:291px;
}

#polaroidInner {
    height:268px;
    position: relative;
}

.polaroidTitleImg {
    display: block;
    height: 74px;
    width: 270px;
    text-indent: -9999em;
}

.productImgWrapper {
    padding:0 8px;
    text-align:center;
    width:275px;
    position: absolute;
    top: 60px;
    left: 0px;
}

.polaroidProductImg {
    display: inline;
}

#polaroidInner .prices {
    position: absolute;
    right: 20px;
    top: 220px;
    font-weight: bold;
}

.prices .oldproductPrice
{
    color: Red;
	text-decoration: line-through;
}

.polaroidFooter {
    height: 70px;
    position: relative;
}

.polaroidBuy {
    /*background: transparent url(images/buybtn.png) no-repeat;
    text-indent: -9999em;*/
    display:block;
    position: absolute;
    width: 34px;
    height: 14px;
    top: 33px;
    left: 56px;
}


.polaroidMoreInfo {
    /*background: transparent url(images/moreinfobtn.png) no-repeat;
    text-indent: -9999em;*/
    display: block;
    position: absolute;
    width: 90px;
    height: 21px;
    left:170px;
    top: 13px;
}



