#downloadContainer{
	padding:0px;
}

#downloadCellHeader{
	padding: 4px;
	line-height: 140%;
	border-bottom: 1px solid #fff;
	background: #486064;
	color: #fff;
	font-weight: bold;
}

#downloadCell{
	padding: 4px;
	line-height: 140%;
	border-bottom: 1px solid #fff;
	background: #f0f2f1;
	color: #343434;
}
#downloadCell p{
	padding: 4px;
	margin: 0px;
	color: #343434;
}

#downloadCell p a{
	color: #a1bd59;
	text-decoration: none;
}
#downloadCell p a:hover{
	text-decoration: underline;
	color: #343434;
}
#downloadCellBottom{
	border-top: 1px solid #fff;
	background: #a4afb1;
	padding: 4px;
}
