ul.events {
	list-style: none;
	/*padding-left: 20px;*/
	padding-left: 1.692em;
	margin: 0;
}

ul li.vevent {
	font-size: 13px;
	/*line-height: 18px;*/
	line-height: 1.385em;
	/*text-indent: -20px;*/
	text-indent: -1.692em;
	/*margin: 15px 0px;*/
	margin: 1.154em 0;
	list-style-image: url(../_images/link-intern.gif);
	list-style-position: outside;
}

ul li.vevent.home {
	/*margin: 9px 0px;*/
	margin: 0.692em 0;		
}

ul li.vevent:hover {
	list-style-image: url(../_images/link-intern-hover.gif);
}

li.vevent a {
	/*padding-left: 20px;*/
	padding-left: 1.692em;
	/*background-image: url(../_images/link-intern.gif);
	background-repeat: no-repeat;
	background-position: center left;*/
	text-decoration: none;
}

li.vevent a:hover {
	/*background-image: url(../_images/link-intern-hover.gif);
	background-repeat: no-repeat;
	background-position: center left;*/
	text-decoration: underline;
}

li.vevent div.dtstart-container,
div.category,
div.location {
	/*padding-left: 20px;*/
	padding-left: 1.692em;
}

li.vevent.home .dtstart-container,
li.vevent.home .category,
li.vevent.home .location {
	text-indent: 0;
	padding-left: 0;
}

abbr {
	border: none;
}

.category div {
	display: inline;
}

.list-view ul {
	padding-left: 1.25em;

}

.pagebrowser span {
	margin-left: 10px;
}