@charset "utf-8";
.clock {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 9px;
	color: #727072;
	background: #e5e4e5;
	width: 110px;
	border: 1px solid #cdcacd;
}
.clock img {
	border: none;
}
.clock_time {
	width: 80px;
	height: 24px;
	margin: 3px 0px;
}
.clock_time .digits {
	width: 18px;
	float: left;
}
.clock_time .sep {
	width: 8px;
	float: left;
}
.clock_zone_date {
	background: #dbd9db;
	padding: 2px 0px;
}
.clock_zone {
	background: #f5f3f5;
	width: 90px;
	height: 16px;
}
.clock_zone .ar_left, .clock_zone .ar_right {
	float: left;
	width: 15px;
	text-align: left;
}
.clock_zone .ar_right {
	text-align: right;
}
.clock_zone #lbl_zone {
	width: 60px;
	height: 16px;
	float: left;
	padding-top: 2px;
}
.clock_date {
	background: #f5f3f5;
	width: 90px;
	height: 12px;
	margin-top: 1px;
	text-align: center;
}
