@charset "UTF-8";

/*
#panelmenu { width:570px; height:35px; display:block; position:relative;}

#panelmenu ul { margin:5px 0; padding:0; width:100%; height:35px; background:#fefefe; border:1px solid #CCC; }
#panelmenu ul li { width:auto; float:left; padding:2px; margin:0;
background:#fefefe url(../css/images/cookie-tab.jpg) no-repeat right center; height:31px; cursor:pointer; 
}
#panelmenu ul a { font-size:11px; color:#999;}
#panelmenu ul li:hover p {color:#333; }

#panelmenu ul p { font-size:11px; color:#666; padding-left:10px; padding-right:10px; padding-top:5px; line-height:normal; }

*/



#FAQ .SlidingPanelsContent h1,#FAQ .SlidingPanelsContent p { padding:2px 0px 2px 10px; color:#888; }

#FAQ .SlidingPanelsContent h1{ font-weight:bold; }

#FAQ .SlidingPanelsContent p { font-size:11.5px; line-height:1.5em; }



 
#ShipSpecs .SlidingPanelsContent { font-size:1em; }
#ShipSpecs li { margin-left:5px; margin-right:0px; padding-bottom:5px;}

#SpecsList p { color:#454545; font-size:14px; font-weight:bold; cursor:pointer; margin-bottom:1px; line-height:normal; margin:0; margin-right:5px; width:auto; }

#SpecsList li a { color:#454545; font-size:14px; font-weight:bold; cursor:pointer; margin-bottom:1px; line-height:normal; }

#SpecsList li a:hover { color:#25bafe; }

#SpecsList li { margin-left:5px; padding-bottom:2px; margin-bottom:0;}



/* SprySlidingPanels.css - version 0.1 - Spry Pre-Release 1.6 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main SlidingPanels container. This selector
 * defines the width and height of the view port for the widget. Note that
 * this selector does not set the overflow property since that is done programatically
 * by the widget. Setting the overflow property programatically ensures that
 * the contens of the widget will be fully visible should JavaScript be disabled
 * in the browser.
 *
 * If you want to constrain the width of the SlidingPanels widget, set a width on
 * the SlidingPanels container. By default, our sliding panels widget expands
 * horizontally to fill up available space.
 *
 * The SlidingPanels container is positioned relative so that content inside it
 * can be positioned relative to its upper left corner.
 *
 * Avoid placing any CSS border or padding properties on the SlidingPanels container
 * as they can affect the proper positioning and sliding animations of the contents
 * inside the container.
 *
 * The name of the class ("SlidingPanels") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style the
 * SlidingPanels container.
 */
.SlidingPanels {
	float:left;
	position: relative;
	width:100%;
	height: 45em;
	padding: 0px;
	border: none;
 	display:block;
	overflow:hidden;
}

#ShipSpecs .SlidingPanels { height: 45em; }

 #ShipSpecs .SlidingPanels h4 { border-bottom:1px solid #333; }
 
 
.SlidingPanelsContentGroup {
	position: relative;
	margin: 0px;
	padding: 0px;
	min-height:0;
	border: none;
    display:block;
	 
}


/* This is the selector for the container that holds content for a given panel. In our
 * default style implementation, the dimensions of each content panel exactly match the
 * dimensions of the view port (SlidingPanels) container. This ensures that only one
 * panel ever shows within the view port.
 *
 * Avoid placing any CSS border, margin, or padding properties on the SlidingPanels
 * container as they can affect the proper positioning and sliding animations of the
 * the panel within the widget. You can place border, margins and padding on any content
 * *inside* the content panel.
 *
 * The name of the class ("SlidingPanelsContent") used in this selector is not
 * necessary to make the widget function. You can use any class name you want to style the
 * SlidingPanelsContent container.
 */
.SlidingPanelsContent {
	width:100%;
	height: 45em;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	border: none;
}





/* The class used in this selector is programatically added to the SlidingPanels container
 * anytime we are animating between panels. This rule makes sure that *all* content inside
 * the widget is overflow:none to avoid a rendering glitch that occurs in FireFox 1.5 whenever
 * there is an element inside the widget that displays a scrollbar.
 *
 * The class is automatically removed once the animation has stopped so that the overflow
 * properties of the content inside the widget should be restored.
 */
.SlidingPanelsAnimating * {
	overflow: hidden !important;
}

/* The class used in this selector is programatically added to the SlindingPanelsContent
 * container that is currently visible in the view port. The class is automatically removed
 * when the widget switches to a different panel.
 */
.SlidingPanelsCurrentPanel {
}

/* The class used in this selector is programatically added to the SlidingPanels container
 * anytime the SlidingPanels container is given focus. The class is automatically removed
 * once the SlidingPanels container loses focus.
 */
.SlidingPanelsFocused {
}
#p1 {
	 
}
#p2 {
	 
}
#p3 {
	 
}
#p4 {
	 
}
#p5 {
	font-family: "Trebuchet MS", arial, sans-serif;	 
}
#p6 {
	 
}
