@charset "UTF-8";

/* SpryAccordion.css - version 0.4 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main Accordion container. */
.Accordion_left_navi {
	outline:none; /*Tämä tarvitaan koska muuten Firefox ja Chrome piirtää kehyksen ympärille kun menu on valittu. */
}

/* This is the selector for the AccordionPanel container which houses the
 * panel tab and a panel content area. It doesn't render visually, but we
 * make sure that it has zero margin and padding. */
.AccordionPanel_left_navi {
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* This is the selector for the AccordionPanelTab. This container houses
 * the title for the panel. This is also the container that the user clicks
 * on to open a specific panel.*/
.AccordionPanelTab_left_navi {
	cursor: pointer;
}

/* This is the selector for a Panel's Content area. It's important to note that
 * you should never put any padding on the panel's content area if you plan to
 * use the Accordions panel animations. Placing a non-zero padding on the content
 * area can cause the accordion to abruptly grow in height while the panels animate. */
.AccordionPanelContent_left_navi {
	margin: 0px;
	padding: 0px;
	left: 10px;
	position: relative;
}
