/* 
    Document   : a5-multi-page-book-menu
    Created on : 25-Jun-2013, 16:09:37
    Author     : AsifJaved
    Description:
        Purpose of the stylesheet follows.
*/
.priceTable td .pCont {
    font-size: 17px;
    height: 60px;
    position: relative;
}

.priceTable td.pCell {
    background: url("/images/hfbg_light.png") repeat scroll center top transparent;
}

.priceTable td .pCont .p8Price {
    height: 30px;
    left: 0;
    line-height: 30px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 104px;
}

.priceTable td .pCont .p12Price {
    background: url("/images/hfbg_light.png") repeat scroll center top transparent;
    bottom: 0;
    height: 30px;
    left: 0;
    line-height: 30px;
    position: absolute;
    text-align: center;
    width: 104px;
}


 .priceTable td.leftHead .pCont .qty {
    font-size: 20px;
    height: 60px;
    left: 0;
    line-height: 60px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 60px;
}

.priceTable td.leftHead .pCont .sizes {
    height: 60px;    
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 34px;
}

.priceTable td.leftHead .pCont .sizes .p8{
    position: absolute;
    right: 0px;
    top: 0px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;    
    width: 34px;
    text-align: center;         
}


.priceTable td.leftHead .pCont .sizes .p12{
    position: absolute;
    right: 0px;
    bottom: 0px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    width: 34px;    
    text-align: center;    
}
