#wideCenter {
    float: left;
    padding-top: 8px;
    width: 800px;
}
#wideCenter .block {
    width: 800px;
}
#wideCenter .block .title {
    width: 800px;
    border-bottom: 1px solid #D2D2D2;
}
#wideCenter .block .content {
    width: 800px;
}
#wideCenter .feature .product .productInfo .requisition {
    display: block;
}
#wideCenter .feature {
    border-bottom: 1px solid #D2D2D2;
    border-top: 1px solid #D2D2D2;
    width: 800px;
}
#wideCenter .feature .product {
    border-right: 1px dashed #D2D2D2;
    border-bottom: 1px solid #EEEEEE;
    height: 310px;
    width: 265px;
    padding: 10px 0 5px;
}
#wideCenter .feature .rightSide {
    border-right: none;
}
#wideCenter .feature .product .images {
    width: 250px;
}

#wideCenter .feature .product .productImage {
    float : left;
    padding: 0px 0px 0px 70px;
}
#wideCenter .feature .product .promotionImage {
    padding: 0px 0px 0px 30px;
}

#wideCenter .feature .product .productInfo {
    padding: 0px 8px;
}
#wideCenter .feature .product .productInfo .productName {
    width: 250px;
    height: 48px;
    overflow: hidden;
}
#wideCenter .feature .product .productInfo .priceNote {
    width: 250px;
    height: 15px;
}
#wideCenter .feature .product .productInfo .requisition form {
    margin: 0px;
    padding: 0px;
}
#wideCenter .feature .product .salePrice {
    font-size: 16px;
    text-align: center;
    width: 250px;
}
#wideCenter .feature .product .eligible {
    background: none;
    width: 250px;
}
#wideCenter .note {
    color: #5E5E5E;
    float: right;
    font-size: 14px;
    font-weight: bold;
    height: 25px;
    padding-top: 5px;
}
#wideCenter .note a {
    color: #0C9CDA;
    text-decoration: underline;
}