@charset "UTF-8";
/* CSS Document */

#fm_widget_list{
	
}

#fm_widget_list li{
	padding: 0 0 13px 0;
}

#fm_widget_list li a {
	text-decoration: none !important;
	color: #072a17 !important;
}

#fm_widget_list li a:hover {
	text-decoration: underline !important;
}

.fm_file_unknow, .fm_file_text, .fm_file_pic, .fm_file_vector,
.fm_file_acrobat, .fm_file_office, .fm_file_flash, .fm_file_code{
	padding:0 0 0 20px;
}

.fm_file_unknow{
	background:transparent no-repeat url(images/page_white.png);
}

.fm_file_text{
	background:transparent no-repeat url(images/page_text.png);
}

.fm_file_pic{
	background:transparent no-repeat url(images/page_picture.png);
}

.fm_file_vector{
	background:transparent no-repeat url(images/page_vector.png);
}

.fm_file_acrobat{
	background:transparent no-repeat url(images/page_acrobat.png);
}

.fm_file_office{
	background:transparent no-repeat url(images/page_office.png);
}

.fm_file_flash{
	background:transparent no-repeat url(images/page_flash.png);
}

.fm_file_code{
	background:transparent no-repeat url(images/page_code.png);
}