#accordion {
	width: 200px;
	height:160px;
	min-height: 100%; /*ie hack*/
}

#content {
	position:absolute;
	top:18px;
	right:16px;
	width:200px;
	height:306px;
	overflow:hidden
}

#wrap {
	width: 200px;
	overflow: hidden;
	background: #fff url("images/wrapbg.gif") repeat-y top left;
}

h3 {
	padding:0;
	margin: 0;
	height:35px;
	font-size: 12px;
	font-weight: normal;
	color: #222;
	background: #efefef;
	cursor: pointer;
}

h3.toggler a {
	text-decoration: none;
}

h3.toggler a:hover {
}

div.accordion {
	background: #fff ;
	
}

div.accordion ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	width:200px;
	height:160px;
}

div.accordion ul li {
	padding:0;
}

div.accordion ul li a {
	float:left;
	height:19px;
	width:183px;
	font:11px tahoma;
	color:#666666;
	border-bottom:1px solid #BFBFBF;
	border-top:1px solid #FFFFFF;
	background:#DFDFDF;
	padding:6px 0 0 17px;
	text-decoration:none
}

div.accordion ul li a:hover {
	font:11px tahoma;
	color:#666666;
	border-bottom:1px solid #BFBFBF;
	border-top:1px solid #FFFFFF;
	background:#B6B6B6;
}

div.accordion ul li a span {
	padding-bottom: 10px;
}


div.accordion ul li a:hover span {
	text-decoration: none;	
}

#top_round {
	height: 10px;
	font-size: 1px; /* ie whitespace */
}

#bottom_round {
	height: 10px;
	font-size: 1px; /* ie whitespace */
}
	
.top_dark {
	background: url("images/top_dark.gif") no-repeat top left;
}

.top_light {
	background: url("images/top_light.gif") no-repeat top left;
}

.bottom_dark {
	background: url("images/bottom_dark.gif") no-repeat top left;
}

.bottom_light {
	background: url("images/bottom_light.gif") no-repeat top left;
}
