#downloadContainer{
	padding:0px;
}

#downloadCellHeader{
	background-color: #ebebe9;
	border-bottom: 1px solid #fff;
	font-weight: bold;
	color: #343434;
	padding: 6px 8px 6px 10px;
}

#downloadCell{
	padding-left: 4px;
	background-color: #c5caaa;
}
#downloadCell p{
	border-bottom: 1px solid #bec49e;
	padding: 4px;
	margin: 0px;
	color: #343434;
}

#downloadCell p a{
	color: #2c2c24;
	text-decoration: none;
}
#downloadCell p a:hover{
	text-decoration: underline;
	color: #2c2c24;
}
#downloadCellBottom{
	background-color: #e5f7ff;
	display: none;
}

