h2.productsRproducts_h2 {
    font-size: 1em;
    line-height: 1.8em
}

#productsRproducts {
    display: inline-block;
    margin: 10px auto ;
    width: 100%
}

.rproducts_item .product_image {
    display: block;
    width: 100%;
    text-align: center;
}

.rproducts_item {
    float: left;
    padding: 10px 5px 0 5px;
    text-align: center;
    width: 234px;
    overflow: hidden;
    line-height: 20px;
    display: inline-block;
    border-bottom: 1px solid #CCC;
	margin-bottom: 20px;
}

.productsRproducts_center {
    font-size: 14px;
    width: 100%;
    text-decoration: none;
    height: 40px;
    overflow: hidden;
    display: inline-grid;
    text-align: center;
    margin: 0 auto;
}

.rproducts_item .rproductsPrice {
    font-weight: bold;
    padding: 5px 0;
}

.rproducts_item .exclusive {
    margin-top: 2px
}
.rproducts_item .rproductsButtons {
    margin-top: 5px;
	margin-bottom: 20px
}
.rproducts_item  a.ajax_add_to_cart_button,
.rproducts_item  a.select_product {
	color: white;
    background: #c2d44e;
    border-color: #c2d44e;
    font-size: 12px;
    padding: 4px 6px;
	width:100%;
}
.rproducts_item  a.select_product:hover {
    border-color: #c2d44e;
    background: #f9ffd0;
    color: #c2d44e;
}