@charset "UTF-8";

/*
	Accordion
*/

#list3  {
	width: 312px;
}

#list3 div.selected .accordion_title { 
	cursor:default;
	background: url(../img/layout/box_accordion_o.png) no-repeat;
	behavior: url(js/iepngfix.htc);
	width: 302px;
	height: 19px;
	padding-top: 7px;
	padding-left: 10px;
	color: #cfd6d8;
	text-decoration: none;
	margin: 0px;
}

div.accordion_content {
	border: none;
	text-decoration: none;
	padding: 10px;
	background-color: #ffffff;
	margin: 0px;
}

#list3 div.accordion_title {
	cursor:pointer;
	background: url(../img/layout/box_accordion_c.png) no-repeat;
	behavior: url(js/iepngfix.htc);
	width: 302px;
	height: 19px;
	padding-top: 4px;
	padding-left: 10px;
	color: #cfd6d8;
	margin-bottom: 5px;
}

#list3 div.hover .accordion_title { 
	color: #ffffff;
	text-decoration: underline;
}