.rp_simple__documents ._items [class^="_ico"] {
	width: 40px;
	height: 60px;
}
.rp_simple__documents ._items:hover [class^="_ico"] {
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing;
}
.rp_simple__documents ._items ._ico_none {
	background: url(images/ico-none.png) no-repeat;
}
.rp_simple__documents ._items ._ico_rtf,
.rp_simple__documents ._items ._ico_docx,
.rp_simple__documents ._items ._ico_doc {
	background: url(images/ico-doc.png) no-repeat;
}
.rp_simple__documents ._items ._ico_pdf {
	background: url(images/ico-pdf.png) no-repeat;
}
.rp_simple__documents ._items ._ico_png {
	background: url(images/ico-png.png) no-repeat;
}
.rp_simple__documents ._items ._ico_jpg {
	background: url(images/ico-jpg.png) no-repeat;
}
.rp_simple__documents ._items ._ico_rar {
	background: url(images/ico-rar.png) no-repeat;
}
.rp_simple__documents ._items ._ico_xlsx,
.rp_simple__documents ._items ._ico_xls {
	background: url(images/ico-xls.png) no-repeat;
}