/*
	Vertical Accordions
*/
*{
	border: 0;
	margin: 0;
	padding: 0;
}

#nilai_tukar {
	width:320px;
/*	height:302px; */
	background-color:#eeeeee;
	margin-bottom:0px;
	padding: 0px;
/*	border: 1px solid #dddddd; */
}
		
.accordion_toggle {
	display: block;
	height: 25px;
	width: 300px;
	background: url(../images/accordion_toggle2.jpg) no-repeat top right #a9d06a;
	padding: 0 10px 0 10px;
	line-height: 25px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	font-size: 12px;
	color: #000000;
	border-bottom: 1px solid #cde99f;
	cursor: pointer;
	margin: 0 0 0 0;
}

.accordion_toggle:hover,
.accordion_toggle:focus {
	background: url(../images/accordion_toggle_active2.jpg) no-repeat top right #a9d06a;
	color: #ffffff;
}

.accordion_toggle_active {
	background: url(../images/accordion_toggle_active2.jpg) no-repeat top right #637d37;
	color: #ffffff;
}
		
.accordion_content {
	background-color: #eeeeee;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	overflow: hidden;
}
			
.vertical_accordion_toggle {
	display: block;
	height: 25px;
	width: 300px;
	background: url(../images/accordion_toggle2.jpg) no-repeat top right #a9d06a;
	padding: 0 10px 0 10px;
	line-height: 25px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	font-size: 12px;
	color: #000000;
	border-bottom: 1px solid #cde99f;
	cursor: pointer;
	margin: 0 0 0 0;
}

.vertical_accordion_toggle_active {
	background: url(../images/accordion_toggle_active2.jpg) no-repeat top right #637d37;
	color: #ffffff;
}

.vertical_accordion_content {
	background-color: #eeeeee;
	overflow: hidden;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
}
  			
/* Container styling*/
#vertical_nested_container {
	width: 320px;
} #eeeeee;
	overflow: hidden;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
}
  			
/* Container styling*/
#vertical_nested_container {
	width: 320px;
}