/* countdown */
.countdown_dashboard {
	height: 140px;
	width: 420px;
	margin: 15px auto 0px auto;
	padding:0;
	background: none;
	text-align:center;
}

.dash {
	padding:7px 0 0 0;
	width: 45px;
	height: 60px;
	float: left;
	position: relative;
	color: #212121;
	border: 2px solid #6D7071;
	  -moz-border-radius: 7px;
	  -webkit-border-radius: 7px;
	  border-radius: 7px;
	  behavior: url('border-radius.htc'); /* учим IE border-radius */
	  box-shadow: 2px 2px 2px #999;
	
	/* background: #053650; */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eeeeee)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ffffff,  #eeeeee); /* for firefox 3.6+ */ 
	background: -o-linear-gradient(top,  #ffffff,  #eeeeee); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff,  #eeeeee); /* IE10+ */
}
/*
.dashbg {
	background: transparent url('blogurl.com/wp-content/plugins/uwcart/js/countdown/skins/yourskin/img/your_bg_img.png\') 0 0 no-repeat;
}
*/
.days_dash {
	width:70px;
	margin-left:7px;
	padding-left:19px;
}

.hours_dash {
	width: 65px;
	margin-left:5px;
	padding-left: 30px;
}

.minutes_dash {
	width: 65px;
	margin-left:5px;
	padding-left: 30px;
}

.seconds_dash {
	width: 65px;
	margin-left:5px;
	padding-left: 30px;
}

.dash .digit {
	font-family: Times;
	font-size: 20pt;
	font-weight: bold;
	font-weight: bold;
	float: left;
	width: 16px;
	text-align: center;
	position: relative;
}

.dash_title {
	font-size: 8pt;
	display: block;
	text-align: left;
	padding-left: 0px;
	color: #212121;
}

.days_dash .dash_title {
	padding-left:14px;
}

.countdown_dashboard_header {
	font-weight: bold;
	margin:15px auto;
	padding:0;
	text-align:center;
}

.countdown_oncomplete {
	font-weight: bold;
	text-align:center;
	margin:20px 0;
}

/* 
Сообщение, которое выводится вместо кнопки заказа, 
если количество пользователей в данной группе ограничено
и достигло установленного в настройках группы максимума
или истек срок предоставления доступа
*/
.limited_access_msg {
	margin:15px 0 50px;
	padding:20px;
	display:block;
	text-align:center;
	color: #212121;
	border: 2px solid #6D7071;
	  -moz-border-radius: 7px;
	  -webkit-border-radius: 7px;
	  border-radius: 7px;
	  behavior: url('border-radius.htc'); /* учим IE border-radius */
	  box-shadow: 2px 2px 2px #999;
	
	/* background: #053650; */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eeeeee)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ffffff,  #eeeeee); /* for firefox 3.6+ */ 
	background: -o-linear-gradient(top,  #ffffff,  #eeeeee); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff,  #eeeeee); /* IE10+ */
}
/* сообщение о количестве оставшихся в группе мест*/
.limited_access_informer {
	margin:15px 0;
	padding:5px;
	font-weight:bold;
	color: #212121;
	border: 2px solid #6D7071;
	  -moz-border-radius: 7px;
	  -webkit-border-radius: 7px;
	  border-radius: 7px;
	  behavior: url('border-radius.htc'); /* учим IE border-radius */
	  box-shadow: 2px 2px 2px #999;
	
	/* background: #053650; */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eeeeee)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ffffff,  #eeeeee); /* for firefox 3.6+ */ 
	background: -o-linear-gradient(top,  #ffffff,  #eeeeee); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff,  #eeeeee); /* IE10+ */
}
/* счетчик оставшихся в группе мест */
.limited_access_informer span {
	font-weight:bold;
	color:#212121;
}