#vertical_container {
	width: 590px;
	}

.accordion_toggle {
	display: block;
	height: 30px;
	width: 520px;
	background-image:url(../images/news-off-bg.jpg);
	background-repeat: no-repeat;
	padding-left: 60px;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 10px;
	cursor: pointer;
	color: #F7A906;
	font-weight: bold;
	}

.accordion_toggle_fixe {
	display: block;
	height: 30px;
	width: 520px;
	background-image:url(../images/news-on-bg.gif);
	background-repeat: no-repeat;
	padding-left: 60px;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 10px;
	color: #F7A906;
	font-weight: bold;
	}

.accordion_toggle_fixe2 {
	display: block;
	height: 30px;
	width: 520px;
	background-image:url(../images/news-on-bg.gif);
	background-repeat: no-repeat;
	padding-left: 60px;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 10px;
	color: #F7A906;
	font-weight: bold;
	}	
	
.accordion_toggle:hover {
	color: #F7A906;
	background-image:url(../images/news-on-bg.gif);
	background-repeat: no-repeat;
	text-decoration: underline;
	font-weight: bold;
	}
		
.accordion_toggle_active {
	background-image:url(../images/news-on-bg.gif);
	background-repeat: no-repeat;
	border-bottom: 1px dotted #ccc;
	color: #F7A906;
	width: 520px;
	}
		
.accordion_content {
	overflow: hidden;
	width: 590px;
	}
