.selected{
	background-color:#F00;
	color:#FFF;
}

.content{
	background:#FFF;
	padding:4px;
}

.accordion_child a {
	color:#333;
}

.accordion_child a:hover {
	text-decoration:none;
}

.accordion_child ul {
	margin:15px 0 15px 0px;
}

.accordion_child ul li {
	list-style:none;
	padding-left:20px;
	margin:10px 0;
	background:url(imgs/accordian/bullet.gif) left no-repeat;
	border-bottom:1px solid #eee;
	padding-bottom:10px;
	line-height:19px;
}

.accordion_child h2 {
	font:100% Arial;
	margin:10px 0 20px;
	padding:10px 0;
	color:#FF6600;
	border-bottom:1px solid #eee;
	background:url(imgs/accordian/h2.jpg) bottom left no-repeat;
}

#accordian{
	padding:5px;
	width:660px;
	z-index:2;
	margin:0 auto;
}

.accordion_headings{
	padding:7px 10px;
	background:url(imgs/accordian/item_bg.jpg) top no-repeat;
	color:#FFFFFF;
	margin-top:2px;
	cursor:pointer;
	font:130% Arial;
	letter-spacing:1px;
	clear:both;
}

.accordion_headings:hover{
	background:url(imgs/accordian/item_bg_hover.jpg) top no-repeat;
}

.accordion_child{
	padding:20px 30px;
	background:#ffffff;
}

.header_highlight{
	background:url(imgs/accordian/item_bg_hover.jpg) top no-repeat;
}
