/* Copyright 2009-2010 Taco Software. All rights reserved.
 * http://tacosw.com
 *
 * This file is part of the Component Library included in Taco HTML Edit.
 * Licensed users of Taco HTML Edit may modify and use this source code 
 * for their web development (including commercial projects), as long as 
 * this copyright notice is retained.
 *
 * The contents of this file may not be published in a format intended
 * for access by other humans, so you may not put code examples on a
 * web site with all or part of the contents of this file, and you may
 * not publish the contents of this file in a printed format.
 */

.tswAccordion
{
	position: relative;
	overflow: hidden;
}

.tswAccordionActiveSection, .tswAccordionInactiveSection
{
	position: absolute;
}

.tswAccordionHeader
{
	overflow: hidden;
	cursor: pointer;
	width: 270px;
	z-index: 100;
	background-image: url(/images/navBg.jpg);/*fallback image repeats*/
	background-repeat: repeat-x; /*fallback image*/
}

.tswAccordionBody
{
	margin-top: 20px;
		height: 550px;
	overflow-y: auto;
}

#menuAccordion.tswAccordion
	{
	width: 280px;
	height: 630px;
	}
	
#menuAccordion .tswAccordionActiveSection, #menuAccordion .tswAccordionInactiveSection
	{
	background-color: #CCCC99;
	width: 100%;
	/*height: 580px;*/
	}
	
#menuAccordion .tswAccordionHeader
	{
	text-align: center;
	padding: 2px;
		/*font-family: Arial;
		font-size: 14.0px;*/
	Color: #E0E0C2;
	text-decoration: none;
	text-shadow: #000 2px 2px 5px;
	}
	
/*#menuAccordion .tswAccordionActiveSection .tswAccordionHeader
	{
		background-color: #f2f2e9;
		color: #C30;
		border: 1px solid #4d3639;
	border-top: 1px solid #4d3639;
	border-bottom: 1px solid #4d3639;
	}
	*/
#menuAccordion .tswAccordionInactiveSection .tswAccordionHeader
	{
	/*background-color: #f2f2e9;
	color: 666;
	border-top: 1px solid #4d3639;
	border-bottom: 1px solid #4d3639;*/
	}
	
#menuAccordion .tswAccordionHeader
	{
	}
	
#menuAccordion .tswAccordionBody
	{
	padding: 5px;
	/*overflow: auto;*/
	width: 270px;
	}

/* The checksum below is for internal use by Taco HTML Edit, 
   to detect if a component file has been modified.
   TacoHTMLEditChecksum: 8019487E */
