/* theme rounded_with_outline */

.countdown.rounded_with_outline .digit {
	border-radius:0.3em;
	border: 2px solid #fff;
	box-shadow: 1px 1px 3px #000 inset;
	width:0.9em;
}


/* theme round */
	
	.countdown.round .digit {
		border-radius:0.3em;
		border: 2px solid #fff;
		box-shadow: 1px 1px 3px #000;
		width:0.8em;
		height:0.8em;
		border-radius: 0.8em;
		padding: 0.4em;
		font-size: 0.5em;
		line-height: 0.8em;
	}
	
		.countdown.round .countDiv:before {
			position:absolute;
			width:5px;
			height:5px;
			background-color:#444;
			border-radius:50%;
			left:50%;
			margin-left:-8px;
			top:0.35em;
			box-shadow:1px 1px 1px rgba(4, 4, 4, 0.5);
			content:'';
		}
		
		.countdown.round .countDiv:after {
			content:'';
			box-shadow:none;
			background-color:transparent;
		}
		


/* theme combined */
	
	.countdown.combined .digits {
		background: url('../img/digits_themes/flip.png') no-repeat 0 0;
		height: 60px;
		width: 65px;
		padding:15px;
		overflow: hidden;
	}
	
	.countdown.combined .digit {
		background:transparent;
		box-shadow:none;
		height: 70px;
		line-height: 55px;
		width: 0.9em;
	}
	
	.countdown.combined .position
	 {
	 	width: 30px;
	 }
	


/* animation type waterdrops */
	
	.countdown.waterdrops .position {
		height: 4em;
	}


/* theme asketic */
	
	.countdown.asketic .digits,
	.countdown.asketic .digit.static {
		background: transparent;
		border: none;
		box-shadow: none;
	}

