/**

 * Content - Simple Product Snapshot

 *

 * @version 1.3

 * @package Joomla

 * @subpackage plugins

 * 

 * @author Bruno Pourtier

 * @website http://forge.joomla.org/gf/project/simplesnapshot

 * @email bruno.pourtier@gmail.com

 * @copyright (C) 2008-2010 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:auto;

}



/** 

 * Class for product name 

 */

.sps_product .product_name {

	display: block;

	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 {

	display: block;

}



.sps_product .product_price {

	color: #ffffff;

	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 .addtocart_button_module {

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

	color: #ffffff;

	width: 94px;

	height: 29px;

	cursor: pointer;

	border: none;

	background: url('./button-submit.png') 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: #ffffff;

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

	font-family: Verdana;

	font-size: 10px;

	font-weight: bold;

	text-decoration: none;

}



.quantity_box_button {

	background-position:center center;

	background-repeat:no-repeat;

	border:1px solid #000000;

	height:10px;

	vertical-align:middle;

	width:10px;
	
	color: #ffffff;

}




