﻿.itemLayoutTable
{  
	background-color: #eeeeee;
	border-top: #ddd 1px solid;
	border-right: #ddd 1px solid;
	border-left: #ddd 1px solid;
	border-bottom: #ddd 1px solid;
	font-family: verdana,tahoma,arial,helvetica;
	font-size: 10px;
}

.itemLayoutIcon
{
	cursor: pointer;
	cursor: hand;
	width: 11px;
	height: 11px;
	margin: 2px;
}

.itemLayoutName
{
	text-align: center;
	margin: 2px 2px 0 2px;
}

.itemLayoutTime
{
	text-align: center;
	margin: 0 2px 2px 2px;
}

.itemLayoutThumb
{	
	width: 135px;
	height: 142px;
	overflow: hidden;
	vertical-align: top;
	text-align: center;
	margin: 2px;
}

.listbox
{
	float: left;
}