/**
 * Content - Simple Product Snapshot
 *
 * @version 1.2.15
 * @package Joomla
 * @subpackage plugins
 * 
 * @author Bruno Pourtier
 * @website http://forge.joomla.org/gf/project/simplesnapshot
 * @email bruno.pourtier@gmail.com
 * @copyright (C) 2008-2009 Bruno Pourtier
 * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
 *
 * http://www.joomla.org
 *
 * VirtueMart is Free Software.
 * VirtueMart comes with absolute no warranty.
 * http://virtuemart.net
 */


/* Main snapshot class */
div.sps_product {
	clear:both;
	text-align:center;
	overflow:auto;
}

/* Class for product name */
.sps_product .product_name {
	font-size: 12px;
	font-weight: bold;
}

.sps_product .product_image {
	float:left;
	padding: 3px;
}

.sps_product .product_image a{
	text-decoration: none;
}

.sps_product .product_image img{
	border: 0px none;
}

.sps_product .product_s_desc {
}

.sps_product .product_price {
	color: #990000;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: normal;
	padding: 3px;
	text-decoration: none;
}

.sps_product .product_link_addtocart {

}

.sps_product .product_link_addtocart input {
	background-position:bottom left;
	width:146px;height:30px;
	cursor:pointer;
	color: #ffffff;
	border: none;
	font-weight:bold;
	font-family:inherit;
	background: url( 'http://farmaciaonofri.it/templates/shopper_frenzy/images/style1/s5_add_to_cart.png' ) no-repeat  center transparent;
	vertical-align: middle;
	overflow:hidden;
	padding-left: 30px;
	
}

.sps_product .product_link_checkout {
}

.sps_product .product_link_readmore {
}

.sps_product .product_link_checkout a,
.sps_product .product_link_readmore a {
	color: #990000;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

.sps_product .product_link_checkout a:hover,
.sps_product .product_link_readmore a:hover {
	color: #990000;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

.sps_error_message {
	clear: both;
	color: red;
	display: block;
	font-weight: bold;
}