/* @override http://joomladay.info/2009/plugins/content/simpleproductsnapshot/default.css */

/**
 * Content - Simple Product Snapshot
 *
 * @version 1.2.9
 * @package Joomla
 * @subpackage plugins
 * 
 * @author Bruno Pourtier
 * @website http://www.cigalp.com
 * @email bruno.pourtier@gmail.com
 * @copyright (C) 2008-2009 CiGALP
 * @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
 */
 
/* @group Botón entradas */



/* Class for product name */
.sps_product .product_name {
	display: block;
	color: #fff;
	margin-top: 73px;
	text-align: right;
	margin-right: 18px;
	font: bold 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	height: 15px;
	padding: 0;
	margin-bottom: 0;
}

.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 {
	display: block;
		color: #fff;
	text-align: right;
	margin-right: 18px;
	padding: 0;
	margin-bottom: 0;
	margin-top: 0;
	height: 60px;
}

.sps_product .product_price {
	color: #f8ba21;
	display: inline;
	padding: 0;
	text-decoration: none;
	float: right;
	margin-right: 14px;
	font: normal 30px/normal "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	height: 35px;
	margin-top: 10px;
}



.sps_product .product_link_addtocart {
	width: 90px;
	height: 29px;
	border: none;
	padding: 11px 0 0;
	margin: 0 15px 0 0;
	float: right;
}

.sps_product .product_link_addtocart input {
	font: 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #fff;
	cursor: pointer;
	background: none 0;
	text-transform: uppercase;
	margin: 4px 0 0;
	padding: 0 0 0 12px;
	border-style: none;
	border-width: 0;
	width: 94px;
	height: 24px;
}







.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;
}
/* @end */