/*
 * 2013-2014 Froggy Commerce
 *
 * NOTICE OF LICENSE
 *
 * You should have received a licence with this module.
 * If you didn't buy this module on Froggy-Commerce.com, ThemeForest.net
 * or Addons.PrestaShop.com, please contact us immediately : contact@froggy-commerce.com
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to benefit the updates
 * for newer PrestaShop versions in the future. If you wish to customize PrestaShop for your
 * needs please refer to http://www.prestashop.com for more information.
 *
 *  @author Froggy Commerce <contact@froggy-commerce.com>
 *  @copyright  2013-2014 Froggy Commerce
 */

hr.froggy-qop {
	height: 1px;
	border: none;
	background-color: #CCC;
	margin: 10px 0;
}

.froggy-qop-link {
	font-size: 12px;
	font-weight: bold;
}

.froggy-qop-form {
	padding: 5px 10px;
}

.froggy-qop-form label {
	float: left;
	width: 30%;
	margin-right: 5%;
	text-align: right;
}

.froggy-qop-form input,
.froggy-qop-form textarea {
	padding: 0 5px;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	font-size: 12px;
}

.froggy-qop-form input {
	height: 22px;
}

.froggy-qop-form textarea {
	width: 60%;
	height: 120px;
}

.froggy-qop-form .center {
	text-align: center;
}

.froggy-qop-product {
	background-color: #eee;
	border: 1px solid #ccc;
	padding: 10px;
	margin-bottom: 15px;
}

.froggy-qop-product img {
	border: 1px solid #ccc;
	margin-right: 10px;
}

.f_left {
	float: left;
}

.clearBoth {
	clear: both;
}