/* vim: set ts=2 sw=2 sts=2 et: */
/**
 * Recently viewed module CSS stylesheet
 *  
 * @category   X-Cart
 * @package    X-Cart
 * @subpackage CSS
 * @author     Ruslan R. Fazlyev <rrf@x-cart.com> 
 * @version    $Id: main.css,v 1.3 2010/08/03 15:52:10 igoryan Exp $
 * @link       http://www.x-cart.com/
 * @see        ____file_see____
 */

.rviewed-section {
    border-top: 1px solid #BCBABB;
	padding-top:20px;
	margin-top:20px;
	clear:both;
}
.rviewed-section h2 {
    font-family: 'Merriweather',serif;
    font-size: 10px;
    font-style: italic;
    font-weight: 400;
    letter-spacing: 1px;
	text-transform: uppercase;
	text-align:center;
}
.rviewed-section .products {
	margin-top:5px;
}
.rviewed-section .products .item {
	float:left;
	width: 120px;
	padding:5px;
}
.rviewed-section .products .item .image{
	margin-bottom:5px;
	height:133px;
}

