/**
* 2002-2015 TemplateMonster
*
* TemplateMonster Deal of Day
*
* NOTICE OF LICENSE
*
* This source file is subject to the General Public License (GPL 2.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/GPL-2.0
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade the module to newer
* versions in the future.
*
*  @author    TemplateMonster (Sergiy Sakun)
*  @copyright 2002-2016 TemplateMonster
*  @license   http://opensource.org/licenses/GPL-2.0 General Public License (GPL 2.0)
*/

.daydeal-box {
	padding: 5px;
}
.daydeal-box h3,
.daydeal-box-product h3{
	color: red;
}
#daydeal-products .label-daydeal {
	position: absolute;
	right: 5px;
	top: 5px;
	display: inline-block;
	padding: 5px 12px;
	background: #FF0;
}
.daydeal-box-product {
	padding: 10px 10px 0 20px;
}
.daydeal-box-product.act{
	display: none;
}
.daydeal-box-product > div > span > span,
.daydeal-box > div > span > span {
	display: inline-block;
	padding-right: 3px;
}
.daydeal-box-product > div > span,
.daydeal-box > div > span{
	display: inline-block;
	padding-right: 7px;
}