﻿
 .divItems
{
    width:560px;
    margin:0 auto;
}


.divItems:hover
{
    width:560px;
    margin:0 auto;
    background: url('imgs/background_itemhover.jpg') repeat-x top left;
}
.divItems ul {
	border-bottom:1px dotted #CCCCCC;
	list-style-type:none;
	margin:0 auto;
	padding-bottom:10px;
	padding-top:20px;
	width:560px;
	list-style-type:none;
}
.divItems ul li
{
	background-image:url(imgs/download_file.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:40px;
}
.divItems ul li a.item_name
{
	color:#004F8B;
	font:bold 12px arial;
	text-decoration:none;
	float:left;	
}
.divItems span
{
	color:#999999;
	font-family:Arial;
	font-size:11px;
}
.divItems ul li a.item_name:hover
{
	text-decoration:none;	
}
.divItems ul li a.hl_dowload
{
	/*background-image:url(imgs/xemtiep.png);
	background-repeat:no-repeat;
	background-position:left center;*/
	float:right;
	text-decoration:none;	
}
a.ViewItemDetail {
	background-image:url("imgs/xemtiep.png");
	background-position:left center;
	background-repeat:no-repeat;
	color:#999999;
	font-size:11px;
	padding-left:10px;
}
