@charset "utf-8";
/* CSS Document */

.items
{
	margin:0px auto;	
	width:600px;
	min-width: 550px;
	border-top:1px solid black;
	border-left:1px solid black;
	border-right:1px solid black;
	margin-top: 40px;
}

.item
{
	height: 100%;
	border-bottom:1px solid black;
}

.item .title
{
	background-color:#E1E1E1;
	border-bottom: 1px solid black;	
}
.title a
{
	padding: 0px 20px;
	display: block;
	text-decoration: none;
}
.title a:hover
{
	text-decoration:underline;
}
.title h2
{
	margin:0px;
}
.item img
{
	width: 150px;
}
.description
{
	padding:10px 20px;
}
.td
{
	display:table-cell;
	height:100%;
	vertical-align: middle;
}
span
{
	display: block;
	text-align: center;
}
strong
{
	display: block;
	text-align: center;
}
.details
{
	height:100%;
	width:100%;
}
.end-time
{
	height:50%;
}
.price, .end-time, .links
{
	padding:10px;	
}
.price
{
	font-size: 14pt;	
}