/**

 * 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 {
width: 100%;
float:left;
clear: both;
margin-top: 12px;
margin-bottom: 12px;
overflow:auto;
}


.product_image {
width:175px;
float: left;
margin: 0;
padding:0;
clear: left;
min-height: 100px;
overflow:auto;
text-align: center;
}

.product_image img{
max-width: 150px;
max-height: 126px;
}

.product_info {
width: 350px;
float: left;
margin: 0;
padding:0px;
clear: right;
min-height: 100px;
overflow:auto;
}

.sps_product h2 {
font-family: Arial, Helvetica; line-height: normal; font-size: 14px; color: #555555;
margin: 0;
padding:0;
margin-bottom: 20px;
font-weight: bold;
}

.sps_product p {
color: #000000; font-family: Arial, Helvetica, sans-serif; font-weight: normal; font-size: 12px; line-height: 15px;
margin: 0;
padding:0;
margin-bottom: 12px;
}

.sps_product h5 {
color: #000000; font-family: Arial, Helvetica, sans-serif; font-weight: normal; font-size: 12px; line-height: 15px;
margin: 0;
padding:0;
margin-bottom: 20px;
}

.sps_product h5 a {
color: #555555; font-family: Arial, Helvetica, sans-serif; font-weight: normal; font-size: 11px; line-height: 15px;
}



