@charset "UTF-8";



/* SpryAccordion.css - Revision: Spry Preview Release 1.4 */
/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
/* This is the selector for the main Accordion container. The top border of the Accordion
 * will be rendered by the first AccordionPanelTab which never moves.
 */
.Accordion {
	border: 0;
	overflow: hidden;
	padding-bottom: 16px;
}

/* This is the selector for the AccordionPanel container which houses the
 * panel tab and a panel content area.*/
.AccordionPanel {
	margin: 0px;
	padding: 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 {
	margin: 0px;
	padding: 4px;
	cursor: pointer;
	font-weight: bold;
	border-bottom: 1px;
	border-top-style: none;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
	color: #999999;
}

/* 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 {
	overflow: auto;
	margin: 4px;
	padding: 0px;
	height: 200px;
}
.AccordionPanelOpen .AccordionPanelTab {
	color: #ff6600;
	font-weight: bold;
}
.AccordionPanelTabHover {
	color: #ff6600;
}
.AccordionPanelOpen .AccordionPanelTabHover {
	color: #ff6600;
}

.AccordionFocused .AccordionPanelTab {

}

.box-shadow {
	width: 320px; 
	height: 230px;
	padding: 8px;
	box-shadow: 8px 8px 12px #999999 ;	
	}
/* p {
	padding-top: 16px;
	padding-bottom: 24px;
	padding-right: 24px;
	}
	*/