/*
			Acordion en vertical
		*/
		
		.accordion_toggle {
			display: block;
			height: 29px;
			width: 680px;
			line-height: 30px;
			color: white;
			font-weight: normal;
			text-decoration: none;
			outline: none;
			font-size: 12px;
			border-bottom: 1px dotted white;
			cursor: pointer;
			margin: 0;
	opacity: 1;
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
		
		.accordion_toggle_active {
			color: #ffffff;
	background: #b81e0e no-repeat right;
}
		
		.accordion_content {
			color: black;
			overflow: hidden;
	padding: 8px;
	border: 1px dotted white;
	opacity: 1;
	margin-top: 6px;
	background: white no-repeat;
}
			
.accordion_content h2 {
margin: 14px 0 5px 10px;
color: #b81e0e;
	text-transform: none;
	line-height: 21px;
	font-size: 15px;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 1px;
	font-variant: small-caps;
}
			
			.accordion_content p {
				padding: 5px 10px 15px;
	font: 10px/20px Geneva, sans-serif;
	letter-spacing: 1px;
	color: black;
}
			
		.vertical_accordion_toggle {
			display: block;
			height: 30px;
			width: 600px;
			padding: 0 10px 0 10px;
			line-height: 30px;
			color: #ffffff;
			font-weight: normal;
			text-decoration: none;
			outline: none;
			font-size: 12px;
			color: #000000;
			border-bottom: 1px solid white;
			cursor: pointer;
			margin: 0 0 0 0;
	background-position: right;
	background-repeat: no-repeat;
}

		.vertical_accordion_toggle_active {
			color: #ffffff;
			border-bottom: 1px solid white;
	background-position: right;
	background-repeat: no-repeat;
}

		.vertical_accordion_content {
			background-color: #ffffff;
			color: #444444;
			overflow: hidden;
		}

			.vertical_accordion_content h2 {
				margin: 15px 0 5px 10px;
				color: silver;
			}

			.vertical_accordion_content p {
				line-height: 150%;
				padding: 5px 10px 15px;
			}
					
					
    /* Container styling*/
    
    #vertical_nested_container {
      margin: 20px auto;
      width: 620px;
}

ul.none {list-style-type: none;}

