@charset utf-8;
/* CSS Document */
.block span {
	display: block;
}
#localWrapping {
	width: 315px;
	margin: 0 auto;
	padding-top: 15px;
	padding-left:10px;
}
#localClock-ticker {
	display: block;
	margin-bottom: 15px;
}
#localClock-ticker .block {
	position: relative;
	color: #fff;
	font-weight: bold;
	margin-right: 5px;
	float: left;
}
#localClock-ticker .dot {
	color:#333333;
	font-size:14px;
	font-weight:bold;
	padding-top:10px;
}
#localClock-ticker .block .flip-top {
	width: 88px;
	height: 39px;
	line-height: 75px;
	font-size: 45px;
	background: url(/img/sochi/flip-top.png) no-repeat;
	text-align: center;
}
#localClock-ticker .block .flip-btm {
	width: 88px;
	height: 40px;
	background: url(/img/sochi/flip-btm.png) no-repeat;
	text-align: center;
}
#localClock-ticker .block .label {
	color: #fbfbfb;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	width: 88px;
	line-height: 35px;
	text-align: center;
	font-family: "Calibri", Arial, sans-serif;
	text-shadow: 1px 1px 0px #333;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
