* {margin:0; padding:0}

#accordion {
	width:319px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#acc {
	width:319px;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#033;
	border:0px;
	list-style:none;
	margin:0px;
	padding:0px;
}
#acc h3 {
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:299px;
	padding:8px;
	font-weight:bold;
	margin: 0px;
	cursor:pointer;
	background-image: url(images/header.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#acc h3:hover {
	background-image: url(images/header_over.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#acc .acc-section {
	overflow:hidden;
	background-color: #FFFFFF;
}
#acc .acc-content {
	display:block;
	width:289px;
	padding:15px;
}
.acc a {
	text-decoration: none;
	border-bottom: 1px solid #ccc;
	color: #222222;
	padding: 0 10px;
	display: block;
	cursor: pointer;
	background: url('../open.gif') no-repeat center right;
	font-family: Arial, sans-serif;
	font-size: 1.1em;
	line-height: 2em;
	font-weight: bold;
}
.acc li {
	padding:0px;
	margin:0px;
}