/*
	Author   - Eric Strothers	
	
	Style    - style-cd_embed.css
			
*/

#countdown{
	/*float:right;
	position:absolute;*/	
  	right:370px; 
  	top: 70px; 
  	width: 410px;
  	height:30px;
  	line-height: 20px;
	position:absolute;
  	border: none;
  	color: #fff;
  	text-transform: uppercase;
  	font-size:14px;
	font-weight: bold;
  	background: url 0 0 repeat-x;  
}
#countdown h3{
	float: left;
	width:110px;
	height: 10px;
	line-height: 10px;
	padding-right:5px;
	border-right: 1px solid #e2e2e2;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 16px;
	text-align: right;
	font-weight: bold;
	letter-spacing: 0px;
	margin: 0;
}
#countdown span{
	color: #112838;
	font-family: 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	font-size: 14px;
    line-height: 18px;
	margin-left:10px;
	text-decoration:none;
}

