@charset "UTF-8";
/* CSS Document */

.accordion_toggle {
	display: block;
	padding: 10px 0px 10px 10px;
	line-height: normal;
	font-weight: bolder;
	outline: none;
	font-size: .9em;
	cursor: pointer;
	margin: 0 0 0 0;
	color: #B52C07;
	width: 95%;
		}
				
		
		.accordion_toggle_active {
	color: #0C8AC2;
	background-color: #FFF;
	display: block;
		}
		
		.accordion_content {
	color: #000;
	overflow: hidden;
	width: inherit;
	padding: 5px 10px 5px 10px;
	font-size: .8em;
		}
			
			
			
			
			
			
			
			.accordion_toggle1 {
	display: block;
	padding: 10px 0px 0 10px;
	line-height: normal;
	font-weight: lighter;
	outline: none;
	font-size: 24px;
	cursor: pointer;
	margin: 0 0 0 0;
	color: #09F;
	width: 90%;
	border-top: dotted 2px;
		}
				
		
	

			
		.vertical_accordion_toggle {
			display: block;
			height: 30px;
			width: 600px;
			
			padding: 0 10px 0 10px;
			line-height: 30px;
			color: #B52C07;
			font-weight: normal;
			text-decoration: none;
			outline: none;
			font-size: 13px;
			color: #000000;
			border-bottom: 1px solid #f1f1fe;
			cursor: pointer;
			margin: 0 0 0 0;
		}

		.vertical_accordion_toggle_active {
			
			color: #ffffff;
			border-bottom: 1px solid #f1f1fe;
		}

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

			

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