@charset "utf-8";

p.Disc {
	color: #C60C30;
	display: block;
	margin-left: -7px;
	padding-left: 7px;
	padding-top: 7px;
	background-image: url(../img/RightInfopushLine.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

p.Excel {
	display: block;
	background-image: url(../img/icon_excel.gif);
	background-repeat: no-repeat;
	padding-left: 19px;
}

p.PDF {
	display: block;
	background-image: url(../img/icon_pdf.gif);
	background-repeat: no-repeat;
	padding-left: 19px;
}

p.ZIP {
	display: block;
	background-image: url(../img/icon_zip.gif);
	background-repeat: no-repeat;
	padding-left: 19px;
}




