.bottomContainer {
    border: 0px solid #ff0000;
    width: 868px;
    float: left;
    color: #ffffff;
}

.productContainer {
    border: 0px solid #ffffff;
    margin: 0px auto;
    width: 812px;
    height: 162px;
    position: relative;
    margin-top: 0px;
    margin-bottom: 10px;
}

.centerContainer {
    border: 0px solid #ffff00;
    width: 790px;
    margin: 0px auto;
}

.hspace {
    float: left;
    width: 10px;
    height: 142px;
}

.product {
    border: 0px solid #ffffff;
    width: 190px;
    height: 142px;
    float: left;
    position: relative;
    margin-top: 10px;
}

.productLabel {
    border-bottom: 1px solid #ffffff;
    width: 172px;
    padding-top: 4px;
    margin: 0px auto;
    font-size: 14px;
    padding-bottom: 3px;
}

.productContent {
    border: 0px solid #ffffff;
    padding-top: 4px;
    width: 172px;
    margin: 0px auto;
    height: 28px;
    font-size: 10px;
    color: #ffffff;
}

.productImage {
    width: 172px;
    margin: 0px auto;
    height: 55px;
}

.product1 {
    background: url(../../portal/images/product1.jpg);
}

.product2 {
    background: url(../../portal/images/product2.jpg);
}

.product3 {
    background: url(../../portal/images/product3.jpg);
}

.product4 {
    background: url(../../portal/images/product4.jpg);
}

.productItemBorder {
    border: 1px solid #ffffff;
    width: 188px;
    height: 140px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
}

.productItemFill {
    background: #fffffe;
    width: 190px;
    height: 142px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -2;
}

.productBorder {
    border: 1px solid #ffffff;
    width: 810px;
    height: 160px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
}

.productFill {
    background: #fffffe;
    width: 812px;
    height: 162px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -2;
}

.buttonContainer {
    border: 0px solid #00285b;
    width: 172px;
    margin: 0px auto;
    margin-top: 5px;
}

button.readButton {
    cursor: pointer;
    background: url(../../portal/images/btn-desc.png) no-repeat;
    height: 19px;
    width: 74px;
    text-align: center;
    font-family: Arial;
    font-size: 11px;
    color: white;
    border: 0px;
    float: right;
}

button.readButton:hover {
    color: #faa74a;
}
