/* для панели счетчика */

.timer #countdown_dashboard {
	height: 30px;
	width: 220px;
    position: relative;
    margin-left: 7px;
    margin-top: 10px;
}

.timer .dash {
	width: 41px;
	height: 46px; /*36px;*/
	background: transparent url('../images/dash.png') 0 0 no-repeat;
	float: left;
	position: relative;
	text-align: center;
	margin: 0 !important;
	padding:0 !important;
    padding-left: 1px;
}

.timer .dash .digit {
	font-size: 24px;
	font-weight: bold;
	float: left;
	width: 18px;
	text-align: center;
	font-family: Times !important;
	color: #555;
	position: relative;	

}

.timer .dash_title {
	
	font-size: 8px;
	color: #555;
	/*text-transform: uppercase;*/
	position: absolute;
	right: 10px;
	bottom: 0px; display: block;	
	letter-spacing: 2px;
}
