/** 	 	     	         	  	          	
* @package Joomla
* @subpackage JoomShopping
* @author Nevigen.com
* @website http://nevigen.com/
* @email support@nevigen.com
* @copyright Copyright © Nevigen.com. All rights reserved.
* @license Proprietary. Copyrighted Commercial Software
* @license agreement http://nevigen.com/license-agreement.html
**/

.nvg_timer_wrapper {
	position: relative;
	width:100%
}
.nvg_timer_wrapper .nvg-timer-block {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	display: none;
}
.nvg_timer_wrapper .nvg-timer-block.nvg-timer-show {
	position: static;
	display: block;
}
.nvg_timer_wrapper .subtitle-name {margin:12px 5px;}
.nvg_timer_wrapper .subtitle-name a{
	font-size: 22px;
	text-decoration: none;
}
.nvg_timer_wrapper .nvg-timer-block .item_image {
	text-align: center;
	margin-bottom: 5px;
}
.nvg_timer_wrapper .tprice_wrapper {
	display: block;
}
.nvg_timer_wrapper .told_price {
	margin-bottom: 7px;
}
.nvg_timer_wrapper .told_price span {
	font-size: 14px;
	font-weight: bold;
	color: #aaa;
	text-decoration: line-through;
}
.nvg_timer_wrapper .told_price,
.nvg_timer_wrapper .tnew_price {
	display: inline-block;
	position: relative;
	width: 48%;
}
.nvg_timer_wrapper .t_discount_new,
.nvg_timer_wrapper .t_economy_new {
	width: 99%;
	padding: 10px 3px 0;
}
.nvg_timer_wrapper .t_discount_new,
.nvg_timer_wrapper .timer-button-buy {
	background: rgb(255,168,76);
	background: -moz-linear-gradient(top,  rgba(255,168,76,1) 0%, rgba(255,123,13,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,168,76,1)), color-stop(100%,rgba(255,123,13,1)));
	background: -webkit-linear-gradient(top,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa84c', endColorstr='#ff7b0d',GradientType=0 );
}
.nvg_timer_wrapper .t_economy_new {
	border: 1px solid #ccc;
	margin-top: 7px;
	box-shadow: 0 0 1.5em #ccc inset;
}
.nvg_timer_wrapper .t_discount_new div,
.nvg_timer_wrapper .t_economy_new div {
	font-size: 27px;
	font-weight:bold;
	text-align: center;
}
.nvg_timer_wrapper .t_economy_new div {
	color: green;
}
.nvg_timer_wrapper .t_discount_new div{
	color:#c00000;
}
.nvg_timer_wrapper .t_kolvo {
	color: #111111;
	text-align: center;
	font-size: 14px;
	border-top: 1px dashed #c0c0c0;
	border-bottom: 1px dashed #c0c0c0;
	margin: 7px 0;
	width: 100%;
}
.nvg_timer_wrapper .told_price,
.nvg_timer_wrapper .tnew_price {
	text-align: center;
}
.nvg_timer_wrapper .tnew_price {
	font-size: 18px;
	font-weight: bold;
	color: #950000;
}
.nvg_timer_wrapper .block_item_nvg {
	margin-top: 10px;
}
.nvg_timer_wrapper .nvg-timer-btnbuy {
	text-align: center;
}
.nvg_timer_wrapper .timer-button-buy {
	display: block;
	width: 99%;
	padding: 7px 0;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
}
.nvg_timer_wrapper .nvg_timeleft {
	margin-top: 5px;
	color: #555555;
	font-size: 14px;
	font-style: italic;
	text-align: center;
	width: 100%;
}
.nvg_timer_wrapper .nvg_timer {
	width: 99%;
	height: 47px; 
	background: rgb(245,246,246);
	background: -moz-linear-gradient(top,  rgba(245,246,246,1) 0%, rgba(219,220,226,1) 21%, rgba(184,186,198,1) 49%, rgba(221,223,227,1) 80%, rgba(245,246,246,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,246,246,1)), color-stop(21%,rgba(219,220,226,1)), color-stop(49%,rgba(184,186,198,1)), color-stop(80%,rgba(221,223,227,1)), color-stop(100%,rgba(245,246,246,1)));
	background: -webkit-linear-gradient(top,  rgba(245,246,246,1) 0%,rgba(219,220,226,1) 21%,rgba(184,186,198,1) 49%,rgba(221,223,227,1) 80%,rgba(245,246,246,1) 100%);
	background: -o-linear-gradient(top,  rgba(245,246,246,1) 0%,rgba(219,220,226,1) 21%,rgba(184,186,198,1) 49%,rgba(221,223,227,1) 80%,rgba(245,246,246,1) 100%);
	background: -ms-linear-gradient(top,  rgba(245,246,246,1) 0%,rgba(219,220,226,1) 21%,rgba(184,186,198,1) 49%,rgba(221,223,227,1) 80%,rgba(245,246,246,1) 100%);
	background: linear-gradient(to bottom,  rgba(245,246,246,1) 0%,rgba(219,220,226,1) 21%,rgba(184,186,198,1) 49%,rgba(221,223,227,1) 80%,rgba(245,246,246,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f6f6', endColorstr='#f5f6f6',GradientType=0 ); /* IE6-9 */
	border: 1px solid #C0C0C0;
	border-radius: 10px;
}
.clock-wrapper {
  float: right;
  margin-right: 40%;
}
.nvg_timer_wrapper .dash {
	color: #333333;
	float: left;
	margin-left: 2px;
	padding-left: 0;
	position: relative;
}
.nvg_timer_wrapper .days_dash,
.nvg_timer_wrapper .timer_wrapper {
	float: left;
	padding: 7px 5px;
}
.nvg_timer_wrapper .days_dash .digit {
	line-height: 30px;
}
.nvg_timer_wrapper .hours_dash span,
.nvg_timer_wrapper .minutes_dash span {
	font-size: 22px;
	font-weight: bold;
	line-height: 30px;
}
.nvg_timer_wrapper .dash .digit {
	color: #111111;
	float: left;
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
	padding-top: 2px;
	text-align: center;
	text-shadow: 1px 1px #C0C0C0;
}
.nvg_timer_wrapper .seconds_dash .digit {
	bottom: -3px;
	font-size: 14px !important;
	position: relative;
	color:#c00000 !important;
}
.nvg_timer_wrapper .dash_title {
	bottom: -8px;
	color: #222222;
	float: left;
	padding: 0 5px;
	position: relative;
}
.nvg_timer_wrapper  .dev_comment {
border-top: 1px dashed #999999;
border-bottom: 1px dashed #999999;
clear: both;
color: #777777;
font-size: 14pt;
padding: 10px;
text-align: center;
}