.countdown {
    width: 881px; /* 895px - 14px padding */
    background-color: black;
    color: white;
    padding: 7px;
}

.countdown h2 {
    font-size: 20pt;
    margin: 9px 0 9px 6px;
}

.countdown p {
    margin: 0 0 18px 6px;
}

.countdown #left-block {
    width: 448px;
    float: left;
	margin-top: 60px;
}

.countdown #right-block {
    width: 417px;
    height: 297px;
    float: right;
	padding-bottom: 10px;
   	background-image: url(/img/homepage/reason5-record15-shape.png);
	background-repeat: no-repeat;
}

.countdown #items {
    clear: both;
}

.countdown #items div {
    width: 174px;
    height: 120px;
    margin-left: 2px;
    float: left;
    background-image: url(/img/homepage/countdown-background.png);
    color: black;
    text-align: center;
    line-height: 116px;
    font-size: 20pt;
    text-transform: uppercase;
    font-weight: bold;
}

/* For each new revealed feature, copypaste these three blocks and raise all the
numbers by one (i.e. feature-1 --> feature-2 etc.) */
/******************************************************************************/
.countdown #items #feature-1 {
    background-image: url(/img/homepage/revealed-feature-1.png);
    line-height: 20px;
    font-size: 12px;
    text-transform: none;
    font-weight: normal;
}
.countdown #items #feature-1 a {
    color: black;
    display: block;
    text-decoration: underline;
    margin-top: 99px;
    line-height: 20px;
}



.countdown #items #feature-2 {
    background-image: url(/img/homepage/revealed-feature-2.png);
    line-height: 20px;
    font-size: 12px;
    text-transform: none;
    font-weight: normal;
}
.countdown #items #feature-2 a {
    color: black;
    display: block;
    text-decoration: underline;
    margin-top: 99px;
    line-height: 20px;
}



.countdown #items #feature-3 {
    background-image: url(/img/homepage/revealed-feature-3.png);
    line-height: 20px;
    font-size: 12px;
    text-transform: none;
    font-weight: normal;
}
.countdown #items #feature-3 a {
    color: black;
    display: block;
    text-decoration: underline;
    margin-top: 99px;
    line-height: 20px;
}

.countdown #items #feature-4 {
    background-image: url(/img/homepage/revealed-feature-4.png);
    line-height: 20px;
    font-size: 12px;
    text-transform: none;
    font-weight: normal;
}
.countdown #items #feature-4 a {
    color: black;
    display: block;
    text-decoration: underline;
    margin-top: 99px;
    line-height: 20px;
}


.countdown #items #feature-5 {
    background-image: url(/img/homepage/revealed-feature-5.png);
    line-height: 20px;
    font-size: 12px;
    text-transform: none;
    font-weight: normal;
}
.countdown #items #feature-5 a {
    color: black;
    display: block;
    text-decoration: underline;
    margin-top: 99px;
    line-height: 20px;
}

/******************************************************************************/

.countdown #cntdwn {
    background-color: transparent !important;
    color: black !important;
}





/*  Styles for Reason 5 pages section nav  */

#Reason5SectionNavDivider {
	background-image:url("/reason5/img/ui/Reason5SectionNavDivider.gif");
	background-repeat:no-repeat;
	display:block;
	height:10px;
	width:895px;
	}
	
#Reason5SectionNav {
	background-image:url("/reason5/img/ui/Reason5SectionNav.gif");
	background-repeat:no-repeat;
	display:block;
	height:97px;
	width:895px;
	line-height: 97px;
	color: #FFF;
}

#Reason5SectionNavHeader {
	margin-left: 193px;
	font-size: 55px;
	font-family:"HelveticaNeue","Helvetica Neue",Helvetica,Arial;
	font-weight: bold;
}