/* CSS Document */

.previous{
	float: left;
	margin-left: 5px;
	list-style: none;
	width: 200px;
}
.previous li{
	float: left;
	overflow: hidden;
	white-space: nowrap;
	width: 200px;
}
.previous img{
	float: left;
}
.previous .event{
	background-image: url(/_images/previous_bg.gif);
	background-repeat: no-repeat;
	height: 33px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.previous .event a{
	width: 150px;
	margin-left: 15px;
	display: block;
	overflow: hidden;
}
.mainevent{
	margin-left: 10px;
	_margin-left: 5px;
	margin-bottom: 20px;
	width: 336px;
	overflow: hidden;
	float: left;
}
#buynowbutton{
	width: 50px;
	height: 50px;
	overflow: hidden;
	padding: 5px 0 0 0;
}
.details, .options{
	list-style: none;
	margin-top: 10px;
}
.details li{
	margin-bottom: 4px;
}
.options li{
	display: inline;
	margin-right: 3px;
	font-weight: bold;
}
p{
	padding-top: 10px;
}
a{
	color: #000000;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
