/**
 * Content - Simple Product Snapshot
 *
 * @version 1.4.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: 11px;
	font-weight: bold;
	width:150px;
	height:20px;
	overflow:hidden;
	padding-left:3px;
	
}

.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;
	font-size: 11px;
	padding-left:3px;
}

.sps_product .product_price {
	 
	display: block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	padding: 0px;
	text-decoration: none;
}

.sps_product .product_link_addtocart {

}

.sps_product .addtocart_button_module {
	font: 11px Arial, Helvetica, sans-serif;
	color: #990000;
	width: 94px;
	height: 29px;
	cursor: pointer;
	border: none;
	background: url('./button-submit.png') no-repeat left top;
}

.sps_product .product_link_mycart {
}

.sps_product .product_link_readmore {
}

.sps_product .product_link_mycart a,
.sps_product .product_link_readmore a {
	
	padding-left:3px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.sps_product .product_link_mycart a:hover,
.sps_product .product_link_readmore a:hover {
	color: #990000;
	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;
}

.quantity_box_button_down {
	background: url('./down_small.gif') no-repeat center middle;
}

.quantity_box_button_up {
	background: url('./up_small.gif') no-repeat center middle;
}