﻿/* 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: 243px;
	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;
	border-left:1px solid white;
}
.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: 243px;	/* 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:4;
}
.pictureMenu_accordion_content p {
	width: 242px;
	/*line-height: 150%;
	padding: 5px 10px 15px 10px;*/
}	
.mainImage {
	position: absolute;
	left: 24px;
	top: 10px;
	height: 224px;
	width: 438px;
	overflow:hidden;
	background-color:#fff;
	z-index:3;
	display:none;
}

#frameWrapper {
	background:url('bFrame.png') no-repeat transparent;
	height:400px;
	width:550px;
	z-index:10;
	overflow:hidden;
}
#frame {
	width:448px;
	z-index:9;
	height:226px;
	position:relative;
	left:50px;
	top:78px;
	overflow:hidden;
}
#horizontal_container {
/*	position:relative;
	left:-74px;
	top:0px;
	width:700px;
	height:230px;*/
}
