﻿/*
			Horizontal Accordion
		*/
		
		.horizontal_accordion_toggle {
			/* REQUIRED */
			float: left;	/* This make sure it stays horizontal */
			/* REQUIRED */
			display: block;
			height: 62px;
			width: 62px;
			/*background: url(images/h_accordion_toggle.jpg) no-repeat top left #a9d06a;*/
			color: #ffffff;
			text-decoration: none;
			outline: none;
			/*border: 1px solid #afafaf;*/
			cursor: pointer;
			margin: 0 0 0 0;
		}
		.horizontal_accordion_toggle_active {
/*			background: url(images/h_accordion_toggle_active.jpg) no-repeat top left #e0542f;*/
			background-color:#5883AD;
/*			border: 1px solid #afafaf;*/
		}
		.horizontal_accordion_content {
			/* REQUIRED */
			height: 62px;	/* We need to define a height for the accordion as it stretches the width */
			float: left;	/* This make sure it stays horizontal */
			/* REQUIRED */
			overflow: hidden;
			background-color: #5883AD;
			color: #fff;
			font-family: Arial, Verdana, Helvetica, sans-serif;
			font-size: 10pt;			
			font-weight:bold;
		}
		.horizontal_accordion_content p {
			width: 176px;
			line-height: 150%;
			padding-left: 5px;/*5px 10px 5px 10px;*/
			padding-top: 5px;
		}
		
		/*
			Horizontal Picture Menu Accordion
		*/
		
		.pictureMenu_accordion_toggle {
			/* REQUIRED */
			float: left;	/* This make sure it stays horizontal */
			/* REQUIRED */
			display: block;
			height: 453px;
			width: 12px;
			/*background: url(images/h_accordion_toggle.jpg) no-repeat top left #a9d06a;*/
			color: #ffffff;
			text-decoration: none;
			outline: none;
			/*border: 1px solid #afafaf;*/
			cursor: pointer;
			margin: 0 0 0 0;
			z-index:6;
		}
		.pictureMenu_accordion_toggle_active {
/*			background: url(images/h_accordion_toggle_active.jpg) no-repeat top left #e0542f;*/
			background-color:#fff;
/*			border: 1px solid #afafaf;*/
		}
		.pictureMenu_accordion_content {
			/* REQUIRED */
			height: 453px;	/* We need to define a height for the accordion as it stretches the width */
			float: left;	/* This make sure it stays horizontal */
			/* REQUIRED */
			overflow: hidden;
			background-color: #676767;/*#8DA8C5;/*#AFAFAF;*/
			color: #fff;
			font-family: Arial, Verdana, Helvetica, sans-serif;
			font-size: 10pt;			
			font-weight:bold;
			z-index:3;
		}
		.pictureMenu_accordion_content p {
			width: 432px;
			/*line-height: 150%;
			padding: 5px 10px 15px 10px;*/
		}