table.list{
	width:100%;
}
table.list th{
	width:140px;
}
table.list th img{
	padding:20px;
	border: solid 1px #eeeeee;
}
table.list th a:hover img{
	background-color:#fff;
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}

.list h3{
	padding:0 0 5px 0;
	margin:0 0 8px 0;
	border-bottom: dotted 1px #cccccc;
}