@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. For our default style,
 * we draw borders on the left, right, and bottom. The top border of the Accordion
 * will be rendered by the first AccordionPanelTab which never moves.
 *
 * If you want to constrain the width of the Accordion widget, set a width on
 * the Accordion container. By default, our accordion expands horizontally to fill
 * up available space.
 *
 * The name of the class ("Accordion") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style the
 * Accordion container.
 */
.Accordion {
	overflow: hidden;
	float: left;
	text-align: left;
}

/* 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.
 *
 * The name of the class ("AccordionPanel") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel container.
*/
.AccordionPanel {
	padding: 0em;
	margin: 0em;
	clear: none;
	float: none;
	width: 730px;
}

/* 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.
 *
 * The name of the class ("AccordionPanelTab") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel tab container.
 */
.AccordionPanelTab {
	margin: 0em;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	color: #FF9900;
	text-align: left;
	padding-top: 0em;
	padding-right: 0px;
	padding-bottom: 0em;
	padding-left: .5em;
	background-repeat: repeat-x;
	background-position: left center;
	background-color: #660000;
	vertical-align: middle;
	background-image: url(../images/hp-products/acrd-bg1.gif);
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #990000;
	border-right-color: #990000;
	border-bottom-color: #FF6600;
	border-left-color: #990000;
	font: bold 12px/40px Arial, Helvetica, sans-serif;
}

/* 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.
 *
 * Anyone who styles an Accordion *MUST* specify a height on the Accordion Panel
 * Content container.
 *
 * The name of the class ("AccordionPanelContent") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel content container.
 */
#AccordionPanelContent {
	text-align: left;
	vertical-align: top;
	margin: 0em;
	display: block;
	overflow: hidden;
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 12px;
	color: #FFFFFF;
	padding: 0.7em 0.25em 0.25em;
}
#AccordionPanelContent h1{
	text-align: left;
	vertical-align: top;
	margin: 0em;
	padding: 0em;
	overflow: hidden;
	color: #66FF00;
	font: bold 16px "Trebuchet MS", Arial, Helvetica;
}
#AccordionPanelContent h2 {
	padding: 0.5em 0em 0em;
	overflow: hidden;
	color: #FCDF9C;
	font: bold 15px/23px "Trebuchet MS", Arial, Helvetica;
	margin: 0.25em 0em 0em;
	text-indent: 0.5em;
	border-top: 1px solid #853a3a;
}
#AccordionPanelContent h3 {
	text-align: left;
	vertical-align: top;
	padding: 0em;
	overflow: hidden;
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 15px;
	font-weight: bold;
	color: #FF9900;
	margin-top: .25em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 0em;
	line-height: 14px;
}
#AccordionPanelContent h4 {
	text-align: left;
	vertical-align: top;
	overflow: hidden;
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 15px;
	font-weight: bold;
	color: #FCDF9C;
	margin-top: 0.5em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 0em;
	border-top-width: 0px;
	border-top-style: none;
	border-top-color: #FF3300;
	padding-top: 0.25em;
	padding-right: 0em;
	padding-bottom: 0.5em;
	padding-left: 0em;
	background-image: url(../images/hp-products/check-mark.gif);
	background-repeat: no-repeat;
	background-position: .25em top;
	text-indent: 1.25em;
}


#AccordionPanelContent  ul {
	//margin:1em 0;
	padding: 0px;
	background: url(../Images/bgs/bg-ul-accord.jpg) repeat-y right top;
	margin: 0em 0px 0.5em;
}
#AccordionPanelContent  li {
	display:list-item;
	text-align: left;
	list-style-image: none;
	color: #FFFFFF;
	list-style-type: none;
	text-indent: 1em;
	width: 100%;
	vertical-align: top;
	margin: 0em;
	background: url(../Images/nav/browse-arw.gif) no-repeat .25em top;
	padding: 0.2em 0em;
	font: 12px "Trebuchet MS", Arial, Helvetica;
}
#AccordionPanelContent p {
	text-align: left;
	list-style-image: none;
	font-family: "Trebuchet MS", Arial, Helvetica;
	color: #FFFFFF;
	list-style-type: none;
	font-size: 12px;
	margin: 0em;
	width: 98%;
	vertical-align: top;
	padding-top: .5em;
	padding-right: 0em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
}

#AccordionPanelContent  a {
	color: #FFFFFF;
	text-decoration: none;
	font: bold 12px "Trebuchet MS", Arial, Helvetica;
}
#AccordionPanelContent  a:hover {
	color: #FFCC00;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFCC00;
}
#AccordionPanelContent  a:active {
	color: #66FF00;
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-weight: normal;
}



/* This is an example of how to change the appearance of the panel tab as the
 * mouse hovers over it. The class "AccordionPanelTabHover" is programatically added
 * and removed from panel tab containers as the mouse enters and exits the tab container.
 */
.AccordionPanelTabHover {
	color: #CCCCCC;
	margin: 0em;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 0.5em;
	line-height: 22px;
	background-image: url(../images/hp-products/acrd-bg2.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border: 2px outset #FF6600;
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open. The class "AccordionPanelOpen" is programatically added and removed
 * from panels as the user clicks on the tabs within the Accordion.
 */
.AccordionPanelOpen .AccordionPanelTab {
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: .5em;
	background-image: url(../images/hp-products/acrd-bg2.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border: 2px outset #FFCC00;
}
.AccordionPanelOpen .AccordionPanelTabHover {
	text-decoration: none;
	line-height: 22px;
	background-image: url(../images/hp-products/acrd-bg2.gif);
	background-repeat: repeat-x;
	background-position: left top;
	color: #FFCC00;
}

/* This is an example of how to change the appearance of all the panel tabs when the
 * Accordion has focus. The "AccordionFocused" class is programatically added and removed
 * whenever the Accordion gains or loses keyboard focus.
 */
.AccordionFocused .AccordionPanelTab {


}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open when the Accordion has focus.
 */
.AccordionFocused .AccordionPanelOpen .AccordionPanelTab {


}
.apc-arrow   {
	overflow: hidden;
	height: 15px;
	width: 11px;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 0.25em;
	margin: 0em;
}

/* */
#Accord2 {
	text-align: left;
	vertical-align: top;
	margin: 0em;
	display: block;
	overflow: hidden;
	padding-top: 0.7em;
	padding-right: 0.7em;
	padding-bottom: 0.7em;
	padding-left: 0em;
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 12px;
	color: #FFFFFF;
}
#Accord2 h1{
	text-align: left;
	vertical-align: top;
	margin: 0em;
	padding: 0em;
	overflow: hidden;
	color: #66FF00;
	font: bold 16px/40px "Trebuchet MS", Arial, Helvetica;
	text-indent: .5em;
}
#Accord2 h2 {
	text-align: left;
	vertical-align: top;
	padding: 0em;
	overflow: hidden;
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 15px;
	font-weight: bold;
	color: #FCDF9C;
	margin-top: 0.25em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 0em;
	line-height: 28px;
}
#Accord2 h3 {
	text-align: left;
	vertical-align: top;
	padding: 0em;
	overflow: hidden;
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 15px;
	font-weight: bold;
	color: #FF9900;
	margin-top: .25em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 0em;
	line-height: 28px;
}
#Accord2 h4 {
	text-align: left;
	vertical-align: top;
	overflow: hidden;
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 15px;
	font-weight: bold;
	color: #FCDF9C;
	margin-top: 1em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 0em;
	padding-top: 0.5em;
	padding-right: 0em;
	padding-bottom: 0.75em;
	padding-left: 0em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF3300;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FF3300;
	text-indent: .5em;
	background: url(../Images/bgs/bg-ul-accord.jpg) repeat-y left top;
}


#Accord2  ul {
	padding: 0px;
	margin-top: 0.25em;
	margin-right: 0px;
	margin-bottom: 0.5em;
	margin-left: 0px;
}
#Accord2  li {
	display:list-item;
	text-align: left;
	list-style-image: none;
	font-family: "Trebuchet MS", Arial, Helvetica;
	color: #FFFFFF;
	list-style-type: none;
	background-image: url(../images/hp-products/check-mark.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	text-indent: 1.75em;
	background-position: 0.25em top;
	width: 98%;
	vertical-align: top;
	margin: 0em;
	padding-top: 0.8em;
	padding-right: 0em;
	padding-bottom: 0.8em;
	padding-left: 0em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	background-color: #161616;
}
#Accord2 p {
	text-align: left;
	list-style-image: none;
	font-family: "Trebuchet MS", Arial, Helvetica;
	color: #FFFFFF;
	list-style-type: none;
	font-size: 12px;
	margin: 0em;
	width: 98%;
	vertical-align: top;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0.5em;
	padding-left: .5em;
}

#Accord2  a {
	color: #FFFFFF;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
}
#Accord2  a:hover {
	color: #FFCC00;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFCC00;
}
#Accord2  a:active {
	color: #66FF00;
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-weight: normal;
}
<!-- BEGIN HumanTag Monitor. DO NOT MOVE! MUST BE PLACED JUST BEFORE THE /BODY TAG --><script language='javascript' src='http://server.iad.liveperson.net/hc/18787707/x.js?cmd=file&file=chatScript3&site=18787707&&category=en;woman;2'> </script><!-- END HumanTag Monitor. DO NOT MOVE! MUST BE PLACED JUST BEFORE THE /BODY TAG -->