.productBox {
    font: 11px Verdana;
    color: #1e2f7c;
    border: 1px solid #c7c7a9;
    width: 542px;
    position: relative;
}
.downloadable {
    border: 1px solid #c9a100;
}
.productBox .productBoxHeader {
    background-color: #f2f2f2;
    height: 55px;
}
.downloadable .productBoxHeader {
    background: url(/static-ap/Gameware/Assets/2008/box/download-bg.gif);
}
.productBox .downloadArrow {
    visibility: hidden;
}
.downloadable .downloadArrow {
    visibility: visible;
    background-color: red;
    position: absolute;
    background: url(/static-ap/Gameware/Assets/2008/box/download-arrow.gif);
    left: 80px;
    top: -7px;
    width: 25px;
    height: 21px;
}
.productBox .uncutIcon {
    position: absolute;
    top: 8px;
    right: 19px;
}
.productBox .platformIcon {
    position: absolute;
    background: url(/static-ap/Gameware/Assets/2008/box/icon-bg.png);
    top: 9px;
    left: 19px;
    padding: 0px;
    width: 36px;
    height: 36px;
}
.downloadable .platformIcon {
    background: url(/static-ap/Gameware/Assets/2008/box/download-icon-pc.gif);
    width: 116px;
}
.productBox .platformIcon img {
    padding: 2px;
}
.downloadable .platformIcon img {
    visibility: hidden;
}
.productBox .productTitles {
    position: absolute;
    top: 15px;
    left: 72px;
}
.downloadable .productTitles {
    left: 148px;
}
.productBox .productTitle {
    font-weight: bold;
}
.productBox .productSubTitle {
    font-size: 9px;
    margin-top: 2px;
}
.downloadable .productSubTitle {
    color: black;
}
.productBox .productBoxContent {
    position: relative;
    font-size: 9px;
}
.productBox .infoTable {
    font-size: 9px;
}
.productBox .ratingBox {
    position: absolute;
    width: 115px;
    height: 36px;
    top: 20px;
    left: 19px; 
    background: url(/static-ap/Gameware/Assets/2008/box/small-box-bg.png);
}
.productBox .ageBox {
    position: absolute;
    width: 115px;
    height: 36px;
    top: 20px;
    left: 147px; 
    background: url(/static-ap/Gameware/Assets/2008/box/small-box-bg.png);
}
.productBox .label {
    position: absolute;
    top: 7px;
    left: 9px;
    line-height: 12px;
}
.productBox .value {
    position: absolute;
    top: 10px;
    font-size: 14px;
}
.productBox .ratingBox .value {
    right: 12px;
}
.productBox .ageBox .value {
    right: 10px;
}
.productBox .infoSection {
    position: relative;
    padding-left: 19px;
    padding-top: 75px;
}
.productBox .infoTable {
    border-collapse: collapse;
    table-layout: fixed;
    width: 242px;
}
.productBox .infoTable .c1 { width: 72px; }
.productBox .infoTable .c2 { width: 64px; }
.productBox .infoTable .c3 { width: 64px; }
.productBox .infoTable .c4 { width: 42px; }
.productBox .infoTable td {
    border: none;
    border-bottom: 1px solid #d0d0d0;
    padding: 0px;
    line-height: 19px;
}
.productBox .infoTable .flag {
    float: left;
    margin-top: 4px; 
    /* vertical-align: middle; */
}
.productBox .infoTable .flag2 {
    padding-left: 10px; 
}
.productBox .infoText {
    padding-top: 19px;
    padding-bottom: 19px;
}
.productBox .cover {
    position: absolute;
    left: 281px;
    top: 20px;
    width: 114px;
    height: 115px;
    background: url(/static-ap/Gameware/Assets/2008/box/cover-bg.png);
    text-align: center;
    line-height: 114px;
}
.productBox .cover img {
    vertical-align: middle;
}
.productBox .price {
    position: absolute;
    left: 408px;
    top: 20px;
    width: 114px;
    height: 115px;
    background: url(/static-ap/Gameware/Assets/2008/box/price-box-lower.png) bottom no-repeat;
}
.productBox .priceHeader {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 114px;
    height: 38px;
    background: url(/static-ap/Gameware/Assets/2008/box/our-price.png) no-repeat;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    line-height: 36px;
}
.productBox .onlineCheaper {
    background: url(/static-ap/Gameware/Assets/2008/box/online-cheaper.png) no-repeat;
}
.productBox .onlineCheaper .text {
    display: none;
}
.productBox .price .amount {
    position: absolute;
    top: 63px;
    right: 15px;
    font-size: 20px;
    color: red;
    text-align: right;
}
.productBox .price .amount .unknown {
    font-size: 11px;
    color: black;
    text-align: center;
    font-style: italic;
    width: 84px;    
}
.productBox .price .amount .tax {
    font-size: 9px;
    color: black;
    line-height: 15px;
}
.productBox .buyButton {
    position: absolute;
    left: 281px;
    top: 150px;
    border: none;
}
.productBox .stockStatus {
    float: right;
    width: 260px;
}
