/**
 * 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;
	overflow:hidden;
}
/* Class for product name */

.sps_product .product_name {
	display: block;
	font-size: 12px;
	font-weight: bold;
}

.sps_product .product_image {
	float:left;
	padding: 3px;
/*border:solid; border-bottom-color:red; width 1600px;*/ /*tomi*/
}

.sps_product .product_image a{

	text-decoration: none;



}



.sps_product .product_image img{

	border: 0px none;

}



.sps_product .product_s_desc {

	display: block;

		

}



.sps_product .product_price {

	color: #f29100;

	display: block;

	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 {

	font: 11px Arial, Helvetica, sans-serif;

	color: #f29100;

	width: 94px;

	height: 29px;

	cursor: pointer;

	border: none;

	background: url('./button-submit.gif') no-repeat left top;

}



.sps_product .product_link_checkout {

}



.sps_product .product_link_readmore {

}



.sps_product .product_link_checkout a,

.sps_product .product_link_readmore a {

	color: #f29100;

	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: #f29100;

	font-family: Verdana;

	font-size: 10px;

	font-weight: bold;

	text-decoration: none;

}



.sps_error_message {

	clear: both;

	color: red;

	display: block;

	font-weight: bold;

}
