@charset
"utf-8"
;
/* CSS Document */
.feature {
    float: left;
    padding-bottom: 10px;
}

#centerLane .feature .title {
    background: none;
    border: none;
    color: #FF8000;
    float: left;
    font-size: 14px;
    font-weight: bolder;
    padding: 15px 0px;
    width: 100%;
}

.feature .content {
    float: left;
    padding: 0px;
}

.feature .product {
    float: left;
}

.feature .product .images {
    float: left;
    font-size: 11px;
    text-align: center;
    width: 180px;
}

.feature .product .brandImage {
    color: #333333;
    font-size: 18px;
    height: 25px;
    text-align: center;
    padding: 0px 0px 0px 10px;

}

.feature .product .brandImage a {
    color: #333333;
}

.feature .product .productImage {
    float: left;
    height: 130px;
}

.feature .product .promotionImage {
    float: left;
    position: relative;
    height: 30px;
    width: 30px;
}

.feature .product .promotionImage a {
    float: left;
}

.feature .product .promotionImage img {
    margin-top: 5px;
    float: left;
}

.feature .product .productInfo {
    float: left;
    line-height: 16px;
    padding: 10px;
    width: auto;
}

.feature .product .productInfo .requisition {
    float: right;
    display: none;
}

.feature .product .salePrice {
    color: #990000;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.feature .product .priceNote {
    color: #0066CC;
    font-size: 13px;
    font-weight: bold;
    height: 16px;
    text-align: center;
    width: 182px;
}

#all .feature .product .eligible {
    color: #016B04;
    height: 16px;
    float: left;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
}

.feature .product .productName {
    width: auto;
}

.feature .product .productName a {
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    font-family: arial,helvetica,sans-serif;
    float: left;
    text-decoration: none;
}

.feature .product .promoInfo {
    color: #FF8000;
    font-size: 11px;
    font-weight: bold;
    height: 16px;
}

.feature .product .review {
    float: left;
    font-size: 11px;
    padding: 3px 0;
    width: 180px;
}

.feature .product .review .stars {
    float: left;
    padding: 3px;
}

.feature .product .review .score {
    float: left;
}

.feature .product .review .score a {
    color: #0066CC;
    text-decoration: underline;
}

#centerLane .feature .product {
    /*border-right: 1px dashed #DDDDDD;*/
    border-bottom: 1px dashed #DDDDDD;
    width: 199px;
    padding: 10px 0 5px;
}

#centerLane .feature .rightSide {
    border-right: none;
}

#centerLane .feature .product .images {
    width: 190px;
    height: 158px;
}

#centerLane .feature .product .productImage {
    padding: 0px 0px 0px 40px;
}

#centerLane .feature .product .productInfo {
    padding: 0px 8px;
}

#centerLane .feature .product .productInfo .productName {
    width: 180px;
    height: 52px;
    overflow: hidden;
}

#centerLane .feature .product .salePrice {
    font-size: 16px;
    text-align: center;
    width: 180px;
}

#centerLane .feature .product .eligible {
    background: none;
    width: 180px;
}

#centerLane .feature .product .productInfo .requisition form {
    margin: 0px;
    padding: 0px;
}


#rightLane .feature {
    float: right;
    background-color: #ffffff;
}

#rightLane .feature .product {
    border-bottom: 1px dashed #D2D2D2;
    height: auto;
    margin-bottom: 8px;
    padding: 5px 0px 0px;
    width: 175px;
}

#rightLane .feature .product .productInfo {
    padding: 8px 0;
    background: url("/images/toll-free-bg02.gif") repeat-x scroll 0 0 transparent;
}

#rightLane .feature .product .productInfo .productName, #rightLane .feature .product .productInfo .eligible, #rightLane .feature .product .productInfo .priceNote, #rightLane .feature .product .productInfo .promoInfo, #rightLane .feature .product .productInfo .review {
    padding: 0px 6px;
}

#rightLane .feature .product .productInfo .review {
    width: auto;
}

#rightLane .feature .product .images {
    width: 175px;
}

#rightLane .feature .product .brandImage {
    padding: 0px 0px 0px 0px;
}

#rightLane .feature .product .productImage {
    padding: 0px;
    width: 140px;
}

#rightLane .feature .product .productImage a {
    float: right;
}

#leftLane .feature .product {
    height: auto;
    padding: 7px 0px 0px;
    width: auto;
}


