/**********************************************
	Lists Stylesheet for Actavis
		
	Haukur Már Böđvarsson
	03.05.2004
**********************************************/

div.ListCont{
	border: 1px solid #EFEFEF;
	border-width: 5px 0 0 0;
	margin: 0 0 10px;
}
div.ListCont td{
	padding: 1px 10px;
}
div.ListCont tr.Header td{
	font-weight: bold;
	font-size: 1.0em;
	padding-bottom: 5px;
	padding-top: 5px;
}
div.ListCont tr.Item{
	background: #EFEFEF;
}
div.ListCont tr.Alt{
	background: #FFF;
}
div.ListCont a{
	color: #5F5F5F;
	text-decoration: none;
}
div.ListCont a:hover{
	text-decoration: underline;
}

div.ListCont h1{
	font-size: 1.2em;
	font-weight: bold;
	margin: 7px 0;
}
div.ListCont h1 a{
	text-decoration: underline;
}