table
{
	width:				100%;
	margin-bottom:		15px;
}

.float-left table
{
	font-size:			0.8em;
}

th, td
{
	border-bottom:		1px solid #eee;	
	padding:			10px 10px 10px 0;
}

th
{
	text-align:			left;
}

table.intro th
 {
	border-bottom:		0;
}

table.intro a
{
	position:			relative;
}

td.highlight
{
	font-weight:		bold;
}

img
{
	border:				0;
}

img.tiny
{
	display:			inline;
	border:				1px solid #eee;
	margin-right:		5px;	
}

td img.tiny
{
	margin:				0;
}

img.big
{
	display:			block;
	margin-bottom:		15px;
}

img.selected
{
    opacity:			0.4;
    filter:				alpha(opacity=40);
}