/**
 * --------------------------------------------------------------------------------------------
 * VP Product Carousel - Joomla! 3 Module for VirtueMart 3.0
 * --------------------------------------------------------------------------------------------
 * @package    VP Product Carousel
 * @author     Abhishek Das
 * @copyright  Copyright (C) 2012-2015 VirtuePlanet Services LLP. All rights reserved.
 * @license    GNU General Public License version 2. http://www.gnu.org/licenses/gpl-2.0.html
 * @link       http://www.virtueplanet.com
 * --------------------------------------------------------------------------------------------
*/
.vppl-list {
	padding: 0;
	margin: 0;
	list-style: none;
	list-style-type: none;
}
.vppl-list > li {
	display: block;
	list-style-type: none;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
}
.vppl-list > li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0 none;
}
.vppl-name {
	font-size: 14px;
	line-height: 1.25;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0;
	margin: 0 0 8px;
}
.vppl-image-cont {
	background: #fff;
	border: 1px solid #eee;
	text-align: center;
}