
/*******************************************/
/*  table                                  */

/*
table.list
{
	width: 100%;
	border-spacing: 8px;
}

table.list td
{
	vertical-align: top;
	border: 1px solid transparent;
	
	padding:2px;
}

table.list td > div
{
	margin: 0 0 0 88px;
	overflow:hidden;
	height:44px;
	text-align: justify;
}

table.list img
{
	width: 80px;
	height: 60px;
	
	border: 1px solid lightgray;
	
	float:left;
	margin:2px;
}

table.list h3
{
	text-align:left;
	margin: 0 3px 5px 0;
	padding: 0 0 0 88px;
	border-bottom: 1px solid lightgray;
}

table.list h3 > span
{
	font-size: 12px;
	font-weight: normal;
}

table.list h3 > span:first-child
{
	width: 100px;
	display:inline-block;
	
	color: gray;
}

table.list h3 > a:last-child
{
	font-style: italic;
	float: right;
	color: gray;
	font-size: 12px;
	font-weight: normal;
}

table.list h3 > a
{
	text-decoration:none;
	color:black;
}

table.list h3 > a:hover
{
	color:blue;
}

table.list td:hover
{
	background:#E8EFFF;/ *#CEE3F6;* /
	border: 1px solid #CEE3F6;/ *#A9D0F5;* /
}*/