/* zestkhan Document */

.tabs {position:relative; height:150px; width:250px; clear:both}
.tabs .timer {
	width: 300px;
	height: 150px;
	position: absolute;
	bottom: 0;
	right: 6px;
	background: url(../images/timer2.png) no-repeat;
	font-family: "Trebuchet MS", sans-serif;
	color: #FFF;
	padding: 58px 0 0 0;
	font-size: 13px;
	text-align: center;
	z-index: 10;
}
.tabs .timer .time span {
	font-size: 18px;
	display: inline-block;
	margin-left: 6px;
}

.tabs .timer span.add {
	font-size: 18px;
	color: #C2DFFF;
	display: inline-block;
	margin: 6px 85px 0 85px;
}