.item_view {
	width: 59%;
}

.item_info {
	width: 39%;
}

.item_files {
	cursor: pointer;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}

.item_files:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.action_links {
	float: right;
}

.report {
	float: right;
}

.cls_item .block_cap {
	position: static;
}

