@charset "utf-8";
/* CSS Document */


		
		/*
			Vertical Accordions
		*/
		
		.accordion_toggle {







text-align: justify
	display: block;
	height: 17px;
	width: 185px;
	line-height: normal;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	outline: none;
	font-size: 12px;
	color: #333333;
	background-color: #FFFFFF;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
	letter-spacing: normal;
	word-spacing: normal;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E3E1DF;
	border-right-color: #E3E1DF;
	border-bottom-color: #E3E1DF;
	border-left-color: #E3E1DF;
	border-top-width: 0px;
	cursor: crosshair;
		}
		
		.accordion_toggle_active {
	color: #FF6600;
	background-color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E3E1DF;
	border-right-color: #E3E1DF;
	border-bottom-color: #E3E1DF;
	border-left-color: #E3E1DF;
	padding-left: 0px;
	background-image: url(puce_rss02.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 12px;
		}
		
		.accordion_content {
	background-color: #ffffff;
	color: #444444;
	overflow: hidden;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E3E1DF;
	border-right-color: #E3E1DF;
	border-bottom-color: #E3E1DF;
	border-left-color: #E3E1DF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
		}
			
			.accordion_content h2 {
				margin: 15px 0 5px 10px;
				color: #0099FF;
			}
			
			.accordion_content p {
				line-height: 150%;
				padding: 5px 10px 15px 10px;
			}
			
		.vertical_accordion_toggle {
	display: block;
	height: 22px;
	width: 185px;
	line-height: 22px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	outline: none;
	font-size: 12px;
	color: #FFFFFF;
	cursor: pointer;
	margin: 0;
	background-color: #FFFFFF;
	background-image: url(images/accordion_toggle.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
		}

		.vertical_accordion_toggle_active {
	color: #FFFFFF;
	background-color: #FFFFFF;
		}

		.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;
			}
  			
		/*
			Horizontal Accordion
		*/
		
		.horizontal_accordion_toggle {
	/* REQUIRED */
			float: left;	/* This make sure it stays horizontal */
	/* REQUIRED */

			display: block;
	height: 100px;
	width: 30px;
	background: url(images/h_accordion_toggle.jpg) no-repeat top left #a9d06a;
	color: #ffffff;
	text-decoration: none;
	outline: none;
	cursor: pointer;
	margin: 0 0 0 0;
		}
		
		.horizontal_accordion_toggle_active {
	background: url(images/h_accordion_toggle_active.jpg) no-repeat top left #e0542f;
		}
		
		.horizontal_accordion_content {
			/* REQUIRED */
			height: 100px;	/* 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: #ffffff;
			color: #444444;
		}
			
			.horizontal_accordion_content p {
				width: 450px;
				line-height: 150%;
				padding: 5px 10px 15px 10px;
			}
					
					
    /* Container styling*/
    #horizontal_container {
	margin: auto;
	width: 185px;
	height: 100px;
    }
    
    #vertical_nested_container {
	margin: 0px;
	width: 185px;
    }

	#container {
	width: 185px;
}
