@charset "windows-1251";
/* CSS Document */

@font-face
{
	font-family: 'MyriadProRegular';
	font-style: normal;
	font-weight: normal;
	src: url('stile/fonts/myriadpro-regular-webfont.eot?') format('eot'),
		url('stile/fonts/myriadpro-regular-webfont.woff') format('woff'),
		url('stile/fonts/myriadpro-regular-webfont.ttf') format('truetype'),
		url('stile/fonts/myriadpro-regular-webfont.svg') format('svg');
}
#countbox
{
	color: #2f2f2f;
	font-family: MyriadProRegular,Helvetica,sans-serif;
	font-size: 35px;
	height: 60px;
	line-height: 41px;
	margin: 0 auto;
	padding: 0;
	width: 180px;
}
#countbox .countbox-num
{
	float: left;
}
#countbox .countbox-space
{
	float: left;
	height: 45px;
	width: 15px;
}
#countbox-days1,#countbox-hours1,#countbox-mins1,#countbox-secs1,#countbox-days2,#countbox-hours2,#countbox-mins2,#countbox-secs2
{
	background-image: url(../images/deadline/flip.png);
	background-repeat: no-repeat;
	float: left;
	height: 45px;
	margin: 0 -2px 0 0;
	text-align: center;
	width: 27px;
	z-index: 1;
}
#countbox-days-text,#countbox-hours-text,#countbox-mins-text,#countbox-secs-text
{
	background-position: center;
	background-repeat: no-repeat;
	height: 15px !important;
	margin-top: 45px;
	position: absolute;
	width: 55px;
}
#countbox-days-text
{
	background-image: url(../images/deadline/days_text.png);
}
#countbox-hours-text
{
	background-image: url(../images/deadline/hours_text.png);
}
#countbox-mins-text
{
	background-image: url(../images/deadline/mins_text.png);
}
#countbox-secs-text
{
	background-image: url(../images/deadline/secs_text.png);
}
#countbox-days1 span, #countbox-days2 span, #countbox-hours1 span, #countbox-hours2 span, #countbox-mins1 span, #countbox-mins2 span, #countbox-secs1 span, #countbox-secs2 span
{
	background: url(../images/deadline/flip_gradient.png);
	background-repeat: no-repeat;
	display: block;
	height: 45px;
	position: absolute;
	width: 27px;
} /*Скрипт скачан с сайта bistroinfo.com */