#container {
	width: 181px;
	margin: 0px auto;
	min-height: 100%; /*ie hack*/
}

#content {
	width: 181px;
	margin: 0 auto;
}

#wrap {
	width: 181px;
	overflow: hidden;
	background: #fff url("images-accordion/wrapbg.gif") repeat-y top left;
}

h3 {
	margin: 0;
	font-size: 12px;
	font-weight: normal;
	color: #222;
	background: #FFFFFF;
	cursor: pointer;
	border-bottom: 1px solid #fff;
	text-decoration: none;
}

h3.toggler a {
	color: #666;
	text-decoration: none;
}

h3.toggler a:hover {
	color: black;
}

div.accordion {
	background: #fff url("images-accordion/accordionbg.gif") repeat-x top left;
	
}

div.accordion ul {
	list-style-type: none;
	padding: 0;
	margin: 0 0 5px 0;
}

div.accordion ul li {
	padding: 2px 0;
}

div.accordion ul li a {
	color: #666;
	text-decoration: none;
	display: block;
	padding-left:5px;
	font-size: 90%;
}

div.accordion ul li a span {
	padding-bottom: 0px;
}

div.accordion ul li a img {
	border: 0;
	vertical-align: bottom;
	margin-right: 5px;
}

div.accordion ul li a:hover span {
	text-decoration: underline;	
}


#bottom_round {
	height: 10px;
	font-size: 1px; /* ie whitespace */
}
	
.top_dark {
	background: url("images-accordion/top_dark.gif") no-repeat top left;
}

.top_light {
	background: url("images-accordion/top_light.gif") no-repeat top left;
}

.bottom_dark {
	background: url("images-accordion/bottom_dark.gif") no-repeat top left;
}

.bottom_light {
	background: url("images-accordion/bottom_light.gif") no-repeat top left;
}

.first {
	padding-top: 0px;
	padding-bottom: -10px;
}

.last {
	padding-bottom: 0px;
}