/* hide container until all is ready */
#prodGuide{
	display: none;
}

/*Main Container*/
#content .ACCcontainer {
	position: relative;
	z-index: 1000;


}
#content .ACCcontainer .accordion{
	list-style-type: none;
	margin: 0;
	padding:0;	
	background: #FFF;
}
#content .ACCcontainer .ACCDiv{
	display: inline;
	margin: 0px;
	padding:0px;
	background: #FFF;
	
	
}
.ACCcontainer .listItem{}

/*Content Container*/
#content .ACCcontentContainer {
	padding-left: 0px;	
	float: left;
	width:0px;
	height: 572px;	
	overflow:hidden;
	background: #FFF;
	
}
#content .contentWrapper{
	background: #FFF;
	height: 572px;
	padding-top: 0px;
	margin-top: 0px;
	float: left;
	overflow:hidden;
	position: relative;
}
#content .contentInnerWrapper{
	overflow:hidden;
	height: 572px;
	position: relative;
	
}
/* Handle*/
.handle{
	float: left;
	width: 30px;
	height: 572px;
	cursor: pointer;
	
}

.handleOver{
	
}


.handle .tab{
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: top left;
	width: 30px;
	height: 572px;
	float: left;
	overflow: hidden;

}
.handleSelected .tab{
	background-position: top right;
}

