﻿
		
		/*
			Vertical Accordions
		*/
		
		.accordion_toggle {
			display: block;
			height: 18px;
			width: 450px;
			background: ;
			padding-top: 5px;
			padding-right: 10px;
			padding-bottom: 5px;
			padding-left: 10px;
			font-weight: 100;
			cursor: pointer;
			margin: 0 0 0 0;
		}
		
		.accordion_toggle:hover {
			font-weight: 100;
		}

		.accordion_toggle_active {
			font-weight: 100;
			background-image: url(bullet.gif);
			background-position: left;
			background-repeat: no-repeat;
		}
		
		.accordion_content {
			background-color: #ffffff;
			border-top: 1px solid #cccccc;
			border-bottom: 1px solid #cccccc;
			overflow: hidden;
			padding: 5px 10px 15px 10px;

		}
			
		.vertical_accordion_toggle {
			display: block;
			height: 18px;
			width: 460px;
			background: ;
			padding: 0 10px 0 10px;
			color: ;
			font-weight: normal;
			text-decoration: none;
			outline: none;
			border-bottom: 1px dashed  #513300;
			cursor: pointer;
			margin: 0 0 0 0;
		}

		.vertical_accordion_toggle_active {
			background: ;
			color: #ffffff;
			border-bottom: 1px solid #513300;

		}

		.vertical_accordion_content {
			background-color: #ffffff;
			color: #444444;
			overflow: hidden;
			padding: 5px 10px 15px 10px;

		}

    /* Container styling*/

#vertical_container {
	min-height: 100%; /* For Modern Browsers */
	height: auto !important; /* For Modern Browsers */
	height: 100%; /* For IE */
}
    
    #vertical_nested_container {
      margin: 20px auto 20px auto;
      width: 620px;
    }
  					


