/**
 * Magmodules.eu
 * http://www.magmodules.eu
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to info@magmodules.eu so we can send you a copy immediately.
 *
 * @category    Magmodules
 * @package     Magmodules_Snippets
 * @author      Magmodules <info@magmodules.eu)
 * @copyright   Copyright (c) 2014 (http://www.magmodules.eu)
 * @license     http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */
 
.snippets {
	border: 1px solid #ccc;
	margin: 5px 0;
	min-height: 75px;
	overflow: auto;
}	

.snippets p {
	margin-bottom: 0px;
}

.snippets .product-name {
	font-weight: bold;
}	

.snippets .prod-thumb {
	float: left;
	padding: 5px;
}

.snippets img {
	display: block;
}	

.snippets .content {
	margin-left: 85px;
	padding: 5px;
}

.snippets .rating-box {
	float: left;
	margin-top: 3px;
	margin-right: 5px;
}

p.snippets-footer {
	padding-top: 10px;
	color: #666666;
	font-style: normal;
	margin-bottom: 0;
}

.snippets-fields ul { display:inline; }
.snippets-fields li { display:inline; color: #666; background: none !important; padding-left: 0px !important; margin: 0px !important}

.snippets-fields li + li::before {
    content: "- ";
}

.std ul {
  padding-left: 0em;
}