.verticalAlign{
    float:left;
    display:inline;
    width:234px;
    margin-right:2px;
    margin-top:2px;
}
.productBox{
    float:left;
    display:inline;
    width:234px;
    height:auto;
    background:#fff; 
}
    .productBox > .imagePopUp{
        position:absolute;
        display:none;
        border:1px solid #000;
    }
   
    .safari .productBox > .statusIcon, .ie .productBox > .statusIcon{
        margin-left:0;
    }
    .chrome .productBox > .statusIcon{
            margin-left:-117px;
        }
    .productBox > a{
            float:left;
            display:inline;
            width:234px;
            height:auto;
            color:#F2C55F;
            text-transform:uppercase;
            text-decoration:none;
     
        }
        .productBox > a{
            float:left;
            display:inline;
            width:234px;
            height:auto;
            color:#F2C55F;
            text-transform:uppercase;
            text-decoration:none;
            margin-top:5px;
        }
        .productBox > a img{
            float:left;
        }
    .productBox > .imageWrapper{
        margin-top:0;
    }
    .productBox > .detailLink{
        font-family:"courier";
        text-transform: capitalize;
        color:#000;
        text-align: left;
        padding-left:10px;
        width:220px;
        font-weight: bold;
        font-size:14px;
    }
    