/*
	Author   - Eric Strothers	
	
	Style    - style-cd_embed.css
			
*/

#countdown{
	float:right;
	position:absolute; 
  	right:0px; 
  	top: 86px; 
  	width: 380px;
  	height:20px;
  	line-height: 20px;
  	border: 1px solid #e2e2e2;
  	color: #888;
  	text-transform: uppercase;
  	font-size:10px;
  	background: url(images/nav-bg_2x20a.jpg) 0 0 repeat-x;  
}
#countdown h3{
	float: left;
	width:110px;
	height: 20px;
	line-height: 20px;
	margin-right:10px;
	border-right: 1px solid #e2e2e2;
	color: #888;
	text-transform: uppercase;
	font-size: 10px;
	text-align: center;
	font-weight: normal;
	letter-spacing: 0px;
}
#countdown span{
	color: #ff0000;
	font-size:12px;
	font-weight:bold;
	padding-left:2px;
}
