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

#container {
	width: 340px;
}

		/*
			Vertical Accordions
		*/
		
		.accordion_toggle {
			display: block;
			height: 25px;
			width: 320px;
			padding: 0px 10px 0px 10px;
			background: url(../imgs/accordion_bar.jpg) top left repeat;
			line-height: 25px;
			font-weight: normal;
			text-decoration: none;
			outline: none;
			font-size: 12px;
			color: #ffffff;
			border-bottom: 1px solid #DCDCDC;
			cursor: pointer;
			margin: 0 0 0 0;
		}
		
		.accordion_toggle_active {
			background: url(../imgs/navi_bar.jpg) top left repeat;
			color: #ffffff;
			border-bottom: 1px solid #DCDCDC;
		}
		
		.accordion_content {
			background-color: #ffffff;
			color: #000000;
			overflow: hidden;
		}
			
			.accordion_content h2 {
				margin: 15px 0 5px 10px;
				color: #CC0033;
				width: 300px;
				background-color: #DCDCDC;
				font-size: 12px;
				font-weight: normal;
			}
			
			.accordion_content p {
				line-height: 150%;
				padding: 5px 20px 15px 10px;
			}
			
		.vertical_accordion_toggle {
			display: block;
			height: 30px;
			width: 600px;
			background: url(images/accordion_toggle.jpg) no-repeat top right #a9d06a;
			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 #cde99f;
			cursor: pointer;
			margin: 0 0 0 0;
		}

		.vertical_accordion_toggle_active {
			background: url(images/accordion_toggle_active.jpg) no-repeat top right #e0542f;
			color: #ffffff;
			border-bottom: 1px solid #f68263;
		}

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

			.vertical_accordion_content h2 {
				margin: 15px 0 5px 10px;
				color: #0099FF;
			}

			.vertical_accordion_content p {
				line-height: 150%;
				padding: 5px 10px 15px 10px;
			}
  			
.accordion_content table {
	margin: 10px 0px;
	width: 340px;
}
					
.accordion_content table tr td {
	padding-left: 13px;
	width: 100px;
	text-align: left;
	line-height: 2.4em;
}

.memo {
	font-size: 10px;
	padding: 5px 0px 0px 0px;
	line-height: 1em;
}