.motorsport-events ul{
	margin:0 0 0 0px;
	padding:0;
	list-style-type:none;
	font-size:12px;
}

.motorsport-events li {
	background-image: url(../images/sprite.png);
	background-repeat:no-repeat;
	background-position: 0 center;
	background-color: #f3f3f3;
	border:1px solid #ddd;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	margin:0 0 4px 0;
	
	display:block;
}

.motorsport-events li div.event-title {
	-moz-border-radius-topright:2px;
	-moz-border-radius-bottomright:2px;
	-webkit-border-radius-topright:2px;
	-webkit-border-radius-bottomright:2px;
	margin-left:100px;
	padding:7px 9px;
	background: #F3F3F3;
}

