#toTop{--elevator-image:url(../rw_common/plugins/stacks/elevator-images/top.png);--elevator-size:50px;display:none;text-decoration:none;position:fixed;bottom:10px;right:10px;overflow:hidden;width:var(--elevator-size);height:var(--elevator-size);border:none;text-indent:-9999px;background-image:var(--elevator-image);background-repeat:no-repeat;background-position:left top;z-index:9988}#toTop:active,#toTop:focus{outline:none}#toTop:hover{background-position:left calc(var(--elevator-size) * -1)}
/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_1412 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_1412 .theDivider1,
#simpleDivider_stacks_in_1412 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_1412 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_1412.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_1412.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1412 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_1412.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_1412.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_1412.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1412.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_1635 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_1635 .jwresp_col{overflow:hidden;margin:0;width:49%; float:left;}#stacks_in_1635 #jwresp_col2_stacks_in_1635{ float:right; width:49%}@media screen and (max-width:500px){#stacks_in_1635 #jwresp_col1_stacks_in_1635,#stacks_in_1635 #jwresp_col2_stacks_in_1635{width:100%;float:none;display:block}#stacks_in_1635 #jwresp_col1_stacks_in_1635{margin-bottom:15px}}
/*
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/cleanAccordion/
 * Support: support@1littledesigner.com
 * Version 2.0.0
 */

/* GLOBAL STYLES */

#accordion_stacks_in_1457, #accordion_stacks_in_1457 * {margin: 0; padding: 0;}
#accordion_$id% {margin-right: 1px;}

#accordion_stacks_in_1457.fixedHeightOn {height: 500px;}

#accordion_stacks_in_1457 .accordion dt, #accordion_stacks_in_1457 .accordion dd {padding: 0; margin: 0; background-color: transparent;} /* SET TO ZERO */
#accordion_stacks_in_1457 .accordion dd {margin-left: 0 !important;}
#accordion_stacks_in_1457 .accordion a:focus {outline: none;} /* FOCUS NO OUTLINE FORCE */
#accordion_stacks_in_1457 .accordion {overflow: hidden;}
#accordion_stacks_in_1457 .accordion:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
} /* Clearfix */
/*#accordion_stacks_in_1457 .accordion dt, */#accordion_stacks_in_1457 .accordion dd {padding: 5px; text-indent: none;}
#accordion_stacks_in_1457 .accordion dt {background-color: transparent; margin-right: 1px;}
#accordion_stacks_in_1457 .accordion dt a {
	color: #666666;
	text-decoration: none;
	display: block;
	font-weight: bold;
	padding: 5px;
}
#accordion_stacks_in_1457 .accordion.tabShadowOn dt a {text-shadow: 1px 1px 1px #FFFFFF;}
#accordion_stacks_in_1457 .accordion.tabShadowOff dt a {text-shadow: none;}
#accordion_stacks_in_1457 .accordionTheme dt a {
	background: #EEEEEE; /* Old browsers */
	background-image: linear-gradient(bottom, #666666 30%, #EEEEEE 55%);
	background-image: -o-linear-gradient(bottom, #666666 30%, #EEEEEE 55%);
	background-image: -moz-linear-gradient(bottom, #666666 30%, #EEEEEE 55%);
	background-image: -webkit-linear-gradient(bottom, #666666 30%, #EEEEEE 55%);
	background-image: -ms-linear-gradient(bottom, #666666 30%, #EEEEEE 55%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.30, #666666),
		color-stop(0.55, #EEEEEE)
	);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EEEEEE', endColorstr='#666666',GradientType=0 ); /* IE6-9 */
	background-color: #FFFFCC;
	border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
}
#accordion_stacks_in_1457 .accordion dt a:hover {color: #800000 !important;}
#accordion_stacks_in_1457 .accordion dd {background-color: transparent; color: #333333 !important;}

#accordion_stacks_in_1457.fixedHeightOn .accordion dd {height: 400px; max-height: 400px; overflow: auto;}

#accordion_stacks_in_1457 .accordion .accordionLastDd {position: relative; border-bottom: 0;}

/* DEFAULT THEME */

#accordion_stacks_in_1457 .accordionTheme dt {
	border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-style: solid;
	border-color: #FFCC66;
	border-width: 1px;
	overflow: hidden;
	margin-bottom: 0px;
	position: relative;
}
#accordion_stacks_in_1457 .accordionTheme dt.accordionLastDt {margin-bottom: none}
#accordion_stacks_in_1457 .accordionTheme.backgroundOn dd div {background-color: #FFFFFF}
#accordion_stacks_in_1457 .accordionTheme.backgroundOn dd {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

#accordion_stacks_in_1457 dt.accordionIconOff span.plusIcon {display: none}
#accordion_stacks_in_1457 dt.accordionIconOn a {padding-left: 50px;}
#accordion_stacks_in_1457 dt.accordionIconOn span.plusIcon {
	position: absolute;
	top: 0;
	left: 12px;
	display: inline-block;
	font-weight: bold;
	font-size: 20px;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	line-height: inherit;
	font-size: 200%;
	padding-left: none;
	color: #000000;
}
#accordion_stacks_in_1457 dt.accordionIconOn span.plusIcon:hover {color: #007FFF;}
#accordion_stacks_in_1457 dt.accordionIconOn a.selected span.plusIcon {
	-webkit-transform:rotate(315deg);
	-moz-transform:rotate(315deg);
	-ms-transform:rotate(315deg);
	-o-transform:rotate(315deg);
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	color: #EE0000;
}


/* ===============================ALTERNATE THEME */

#accordion_stacks_in_1457 .accordionTheme2 {
	border-radius: 3px;
	border-style: solid;
	border-width: 1px;
	border-color: #FFCC66;
	background-color: #FFFFCC;
}
#accordion_stacks_in_1457 .accordionTheme2 dd {
	background-color: #FFFFFF;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom-width: 1px;
	border-style: solid;
	border-color: #FFFFFF;
}
#accordion_stacks_in_1457 .accordionTheme2 .accordionLastDt {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-khtml-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-khtml-border-radius-bottomleft: 3px;
	border: none;
	border-radius: none;
}
#accordion_stacks_in_1457 .accordionTheme2 .accordionLastDd {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-khtml-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-khtml-border-radius-bottomleft: 3px;
	border-top: solid 1px #FFFFFF;
}
#accordion_stacks_in_1457 .accordionTheme2 .accordionFirstDt {
	border-top: none;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	-khtml-border-radius-topright: 3px;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	-khtml-border-radius-topleft: 3px;
}
#accordion_stacks_in_1457 .accordionTheme2 dt {
	border-bottom: solid 1px #FFFFFF;
	border-left: none;
	border-right: none;
	border-top: none;
	background-color: #FFFFCC;
}

/* BACKEND */

.accordionBackend {
	border: dashed 4px #333;
	border-radius: 8px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(51%,rgba(225,225,225,1)), color-stop(100%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* W3C */
}#stacks_in_1460_float {
	float:left;
	width:33%;
}
#stacks_in_1463 {
	margin:  5px;
	padding:  5px;
}

#stacks_out_1463 {
	width: 90%;
}
/*
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/cleanAccordion/
 * Support: support@1littledesigner.com
 * Version 2.0.0
 */

/* GLOBAL STYLES */

#accordion_stacks_in_1469, #accordion_stacks_in_1469 * {margin: 0; padding: 0;}
#accordion_$id% {margin-right: 1px;}

#accordion_stacks_in_1469.fixedHeightOn {height: 500px;}

#accordion_stacks_in_1469 .accordion dt, #accordion_stacks_in_1469 .accordion dd {padding: 0; margin: 0; background-color: transparent;} /* SET TO ZERO */
#accordion_stacks_in_1469 .accordion dd {margin-left: 0 !important;}
#accordion_stacks_in_1469 .accordion a:focus {outline: none;} /* FOCUS NO OUTLINE FORCE */
#accordion_stacks_in_1469 .accordion {overflow: hidden;}
#accordion_stacks_in_1469 .accordion:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
} /* Clearfix */
/*#accordion_stacks_in_1469 .accordion dt, */#accordion_stacks_in_1469 .accordion dd {padding: 5px; text-indent: none;}
#accordion_stacks_in_1469 .accordion dt {background-color: transparent; margin-right: 1px;}
#accordion_stacks_in_1469 .accordion dt a {
	color: #666666;
	text-decoration: none;
	display: block;
	font-weight: bold;
	padding: 5px;
}
#accordion_stacks_in_1469 .accordion.tabShadowOn dt a {text-shadow: 1px 1px 1px #FFFFFF;}
#accordion_stacks_in_1469 .accordion.tabShadowOff dt a {text-shadow: none;}
#accordion_stacks_in_1469 .accordionTheme dt a {
	background: #EEEEEE; /* Old browsers */
	background-image: linear-gradient(bottom, #666666 30%, #EEEEEE 55%);
	background-image: -o-linear-gradient(bottom, #666666 30%, #EEEEEE 55%);
	background-image: -moz-linear-gradient(bottom, #666666 30%, #EEEEEE 55%);
	background-image: -webkit-linear-gradient(bottom, #666666 30%, #EEEEEE 55%);
	background-image: -ms-linear-gradient(bottom, #666666 30%, #EEEEEE 55%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.30, #666666),
		color-stop(0.55, #EEEEEE)
	);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EEEEEE', endColorstr='#666666',GradientType=0 ); /* IE6-9 */
	background-color: #FFFFCC;
	border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
}
#accordion_stacks_in_1469 .accordion dt a:hover {color: #800000 !important;}
#accordion_stacks_in_1469 .accordion dd {background-color: transparent; color: #333333 !important;}

#accordion_stacks_in_1469.fixedHeightOn .accordion dd {height: 400px; max-height: 400px; overflow: auto;}

#accordion_stacks_in_1469 .accordion .accordionLastDd {position: relative; border-bottom: 0;}

/* DEFAULT THEME */

#accordion_stacks_in_1469 .accordionTheme dt {
	border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-style: solid;
	border-color: #FFCC66;
	border-width: 1px;
	overflow: hidden;
	margin-bottom: 0px;
	position: relative;
}
#accordion_stacks_in_1469 .accordionTheme dt.accordionLastDt {margin-bottom: none}
#accordion_stacks_in_1469 .accordionTheme.backgroundOn dd div {background-color: #FFFFFF}
#accordion_stacks_in_1469 .accordionTheme.backgroundOn dd {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

#accordion_stacks_in_1469 dt.accordionIconOff span.plusIcon {display: none}
#accordion_stacks_in_1469 dt.accordionIconOn a {padding-left: 50px;}
#accordion_stacks_in_1469 dt.accordionIconOn span.plusIcon {
	position: absolute;
	top: 0;
	left: 12px;
	display: inline-block;
	font-weight: bold;
	font-size: 20px;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	line-height: inherit;
	font-size: 200%;
	padding-left: none;
	color: #000000;
}
#accordion_stacks_in_1469 dt.accordionIconOn span.plusIcon:hover {color: #007FFF;}
#accordion_stacks_in_1469 dt.accordionIconOn a.selected span.plusIcon {
	-webkit-transform:rotate(315deg);
	-moz-transform:rotate(315deg);
	-ms-transform:rotate(315deg);
	-o-transform:rotate(315deg);
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	color: #EE0000;
}


/* ===============================ALTERNATE THEME */

#accordion_stacks_in_1469 .accordionTheme2 {
	border-radius: 3px;
	border-style: solid;
	border-width: 1px;
	border-color: #FFCC66;
	background-color: #FFFFCC;
}
#accordion_stacks_in_1469 .accordionTheme2 dd {
	background-color: #FFFFFF;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom-width: 1px;
	border-style: solid;
	border-color: #FFFFFF;
}
#accordion_stacks_in_1469 .accordionTheme2 .accordionLastDt {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-khtml-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-khtml-border-radius-bottomleft: 3px;
	border: none;
	border-radius: none;
}
#accordion_stacks_in_1469 .accordionTheme2 .accordionLastDd {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-khtml-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-khtml-border-radius-bottomleft: 3px;
	border-top: solid 1px #FFFFFF;
}
#accordion_stacks_in_1469 .accordionTheme2 .accordionFirstDt {
	border-top: none;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	-khtml-border-radius-topright: 3px;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	-khtml-border-radius-topleft: 3px;
}
#accordion_stacks_in_1469 .accordionTheme2 dt {
	border-bottom: solid 1px #FFFFFF;
	border-left: none;
	border-right: none;
	border-top: none;
	background-color: #FFFFCC;
}

/* BACKEND */

.accordionBackend {
	border: dashed 4px #333;
	border-radius: 8px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(51%,rgba(225,225,225,1)), color-stop(100%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* W3C */
}#stacks_in_1472_float {
	float:left;
	width:33%;
}
#stacks_in_1475 {
	margin:  5px;
	padding:  5px;
}

#stacks_out_1475 {
	width: 90%;
}
/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_1627 {
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#simpleDivider_stacks_in_1627 .theDivider1,
#simpleDivider_stacks_in_1627 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_1627 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_1627.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_1627.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1627 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_1627.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_1627.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_1627.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1627.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_1638 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_1638 .jwresp_col{overflow:hidden;margin:0;width:49%; float:left;}#stacks_in_1638 #jwresp_col2_stacks_in_1638{ float:right; width:49%}@media screen and (max-width:500px){#stacks_in_1638 #jwresp_col1_stacks_in_1638,#stacks_in_1638 #jwresp_col2_stacks_in_1638{width:100%;float:none;display:block}#stacks_in_1638 #jwresp_col1_stacks_in_1638{margin-bottom:15px}}
/*
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/cleanAccordion/
 * Support: support@1littledesigner.com
 * Version 2.0.0
 */

/* GLOBAL STYLES */

#accordion_stacks_in_1481, #accordion_stacks_in_1481 * {margin: 0; padding: 0;}
#accordion_$id% {margin-right: 1px;}

#accordion_stacks_in_1481.fixedHeightOn {height: 500px;}

#accordion_stacks_in_1481 .accordion dt, #accordion_stacks_in_1481 .accordion dd {padding: 0; margin: 0; background-color: transparent;} /* SET TO ZERO */
#accordion_stacks_in_1481 .accordion dd {margin-left: 0 !important;}
#accordion_stacks_in_1481 .accordion a:focus {outline: none;} /* FOCUS NO OUTLINE FORCE */
#accordion_stacks_in_1481 .accordion {overflow: hidden;}
#accordion_stacks_in_1481 .accordion:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
} /* Clearfix */
/*#accordion_stacks_in_1481 .accordion dt, */#accordion_stacks_in_1481 .accordion dd {padding: 5px; text-indent: none;}
#accordion_stacks_in_1481 .accordion dt {background-color: transparent; margin-right: 1px;}
#accordion_stacks_in_1481 .accordion dt a {
	color: #008080;
	text-decoration: none;
	display: block;
	font-weight: bold;
	padding: 5px;
}
#accordion_stacks_in_1481 .accordion.tabShadowOn dt a {text-shadow: 1px 1px 1px #FFFFFF;}
#accordion_stacks_in_1481 .accordion.tabShadowOff dt a {text-shadow: none;}
#accordion_stacks_in_1481 .accordionTheme dt a {
	background: #EEEEEE; /* Old browsers */
	background-image: linear-gradient(bottom, #666666 30%, #EEEEEE 55%);
	background-image: -o-linear-gradient(bottom, #666666 30%, #EEEEEE 55%);
	background-image: -moz-linear-gradient(bottom, #666666 30%, #EEEEEE 55%);
	background-image: -webkit-linear-gradient(bottom, #666666 30%, #EEEEEE 55%);
	background-image: -ms-linear-gradient(bottom, #666666 30%, #EEEEEE 55%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.30, #666666),
		color-stop(0.55, #EEEEEE)
	);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EEEEEE', endColorstr='#666666',GradientType=0 ); /* IE6-9 */
	background-color: #FFFFCC;
	border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
}
#accordion_stacks_in_1481 .accordion dt a:hover {color: #800000 !important;}
#accordion_stacks_in_1481 .accordion dd {background-color: transparent; color: #333333 !important;}

#accordion_stacks_in_1481.fixedHeightOn .accordion dd {height: 400px; max-height: 400px; overflow: auto;}

#accordion_stacks_in_1481 .accordion .accordionLastDd {position: relative; border-bottom: 0;}

/* DEFAULT THEME */

#accordion_stacks_in_1481 .accordionTheme dt {
	border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-style: solid;
	border-color: #FFCC66;
	border-width: 1px;
	overflow: hidden;
	margin-bottom: 0px;
	position: relative;
}
#accordion_stacks_in_1481 .accordionTheme dt.accordionLastDt {margin-bottom: none}
#accordion_stacks_in_1481 .accordionTheme.backgroundOn dd div {background-color: #FFFFFF}
#accordion_stacks_in_1481 .accordionTheme.backgroundOn dd {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

#accordion_stacks_in_1481 dt.accordionIconOff span.plusIcon {display: none}
#accordion_stacks_in_1481 dt.accordionIconOn a {padding-left: 50px;}
#accordion_stacks_in_1481 dt.accordionIconOn span.plusIcon {
	position: absolute;
	top: 0;
	left: 12px;
	display: inline-block;
	font-weight: bold;
	font-size: 20px;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	line-height: inherit;
	font-size: 200%;
	padding-left: none;
	color: #000000;
}
#accordion_stacks_in_1481 dt.accordionIconOn span.plusIcon:hover {color: #007FFF;}
#accordion_stacks_in_1481 dt.accordionIconOn a.selected span.plusIcon {
	-webkit-transform:rotate(315deg);
	-moz-transform:rotate(315deg);
	-ms-transform:rotate(315deg);
	-o-transform:rotate(315deg);
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	color: #EE0000;
}


/* ===============================ALTERNATE THEME */

#accordion_stacks_in_1481 .accordionTheme2 {
	border-radius: 3px;
	border-style: solid;
	border-width: 1px;
	border-color: #FFCC66;
	background-color: #FFFFCC;
}
#accordion_stacks_in_1481 .accordionTheme2 dd {
	background-color: #FFFFFF;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom-width: 1px;
	border-style: solid;
	border-color: #FFFFFF;
}
#accordion_stacks_in_1481 .accordionTheme2 .accordionLastDt {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-khtml-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-khtml-border-radius-bottomleft: 3px;
	border: none;
	border-radius: none;
}
#accordion_stacks_in_1481 .accordionTheme2 .accordionLastDd {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-khtml-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-khtml-border-radius-bottomleft: 3px;
	border-top: solid 1px #FFFFFF;
}
#accordion_stacks_in_1481 .accordionTheme2 .accordionFirstDt {
	border-top: none;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	-khtml-border-radius-topright: 3px;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	-khtml-border-radius-topleft: 3px;
}
#accordion_stacks_in_1481 .accordionTheme2 dt {
	border-bottom: solid 1px #FFFFFF;
	border-left: none;
	border-right: none;
	border-top: none;
	background-color: #FFFFCC;
}

/* BACKEND */

.accordionBackend {
	border: dashed 4px #333;
	border-radius: 8px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(51%,rgba(225,225,225,1)), color-stop(100%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* W3C */
}/*
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/cleanAccordion/
 * Support: support@1littledesigner.com
 * Version 2.0.0
 */

/* GLOBAL STYLES */

#accordion_stacks_in_1641, #accordion_stacks_in_1641 * {margin: 0; padding: 0;}
#accordion_$id% {margin-right: 1px;}

#accordion_stacks_in_1641.fixedHeightOn {height: 500px;}

#accordion_stacks_in_1641 .accordion dt, #accordion_stacks_in_1641 .accordion dd {padding: 0; margin: 0; background-color: transparent;} /* SET TO ZERO */
#accordion_stacks_in_1641 .accordion dd {margin-left: 0 !important;}
#accordion_stacks_in_1641 .accordion a:focus {outline: none;} /* FOCUS NO OUTLINE FORCE */
#accordion_stacks_in_1641 .accordion {overflow: hidden;}
#accordion_stacks_in_1641 .accordion:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
} /* Clearfix */
/*#accordion_stacks_in_1641 .accordion dt, */#accordion_stacks_in_1641 .accordion dd {padding: 5px; text-indent: none;}
#accordion_stacks_in_1641 .accordion dt {background-color: transparent; margin-right: 1px;}
#accordion_stacks_in_1641 .accordion dt a {
	color: #666666;
	text-decoration: none;
	display: block;
	font-weight: bold;
	padding: 5px;
}
#accordion_stacks_in_1641 .accordion.tabShadowOn dt a {text-shadow: 1px 1px 1px #FFFFFF;}
#accordion_stacks_in_1641 .accordion.tabShadowOff dt a {text-shadow: none;}
#accordion_stacks_in_1641 .accordionTheme dt a {
	background: #EEEEEE; /* Old browsers */
	background-image: linear-gradient(bottom, #666666 30%, #EEEEEE 55%);
	background-image: -o-linear-gradient(bottom, #666666 30%, #EEEEEE 55%);
	background-image: -moz-linear-gradient(bottom, #666666 30%, #EEEEEE 55%);
	background-image: -webkit-linear-gradient(bottom, #666666 30%, #EEEEEE 55%);
	background-image: -ms-linear-gradient(bottom, #666666 30%, #EEEEEE 55%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.30, #666666),
		color-stop(0.55, #EEEEEE)
	);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EEEEEE', endColorstr='#666666',GradientType=0 ); /* IE6-9 */
	background-color: #FFFFCC;
	border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
}
#accordion_stacks_in_1641 .accordion dt a:hover {color: #800000 !important;}
#accordion_stacks_in_1641 .accordion dd {background-color: transparent; color: #333333 !important;}

#accordion_stacks_in_1641.fixedHeightOn .accordion dd {height: 400px; max-height: 400px; overflow: auto;}

#accordion_stacks_in_1641 .accordion .accordionLastDd {position: relative; border-bottom: 0;}

/* DEFAULT THEME */

#accordion_stacks_in_1641 .accordionTheme dt {
	border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-style: solid;
	border-color: #FFCC66;
	border-width: 1px;
	overflow: hidden;
	margin-bottom: 0px;
	position: relative;
}
#accordion_stacks_in_1641 .accordionTheme dt.accordionLastDt {margin-bottom: none}
#accordion_stacks_in_1641 .accordionTheme.backgroundOn dd div {background-color: #FFFFFF}
#accordion_stacks_in_1641 .accordionTheme.backgroundOn dd {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

#accordion_stacks_in_1641 dt.accordionIconOff span.plusIcon {display: none}
#accordion_stacks_in_1641 dt.accordionIconOn a {padding-left: 50px;}
#accordion_stacks_in_1641 dt.accordionIconOn span.plusIcon {
	position: absolute;
	top: 0;
	left: 12px;
	display: inline-block;
	font-weight: bold;
	font-size: 20px;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	line-height: inherit;
	font-size: 200%;
	padding-left: none;
	color: #000000;
}
#accordion_stacks_in_1641 dt.accordionIconOn span.plusIcon:hover {color: #007FFF;}
#accordion_stacks_in_1641 dt.accordionIconOn a.selected span.plusIcon {
	-webkit-transform:rotate(315deg);
	-moz-transform:rotate(315deg);
	-ms-transform:rotate(315deg);
	-o-transform:rotate(315deg);
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	color: #EE0000;
}


/* ===============================ALTERNATE THEME */

#accordion_stacks_in_1641 .accordionTheme2 {
	border-radius: 3px;
	border-style: solid;
	border-width: 1px;
	border-color: #FFCC66;
	background-color: #FFFFCC;
}
#accordion_stacks_in_1641 .accordionTheme2 dd {
	background-color: #FFFFFF;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom-width: 1px;
	border-style: solid;
	border-color: #FFFFFF;
}
#accordion_stacks_in_1641 .accordionTheme2 .accordionLastDt {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-khtml-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-khtml-border-radius-bottomleft: 3px;
	border: none;
	border-radius: none;
}
#accordion_stacks_in_1641 .accordionTheme2 .accordionLastDd {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-khtml-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-khtml-border-radius-bottomleft: 3px;
	border-top: solid 1px #FFFFFF;
}
#accordion_stacks_in_1641 .accordionTheme2 .accordionFirstDt {
	border-top: none;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	-khtml-border-radius-topright: 3px;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	-khtml-border-radius-topleft: 3px;
}
#accordion_stacks_in_1641 .accordionTheme2 dt {
	border-bottom: solid 1px #FFFFFF;
	border-left: none;
	border-right: none;
	border-top: none;
	background-color: #FFFFCC;
}

/* BACKEND */

.accordionBackend {
	border: dashed 4px #333;
	border-radius: 8px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(51%,rgba(225,225,225,1)), color-stop(100%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* W3C */
}/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_1626 {
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#simpleDivider_stacks_in_1626 .theDivider1,
#simpleDivider_stacks_in_1626 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_1626 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_1626.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_1626.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1626 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_1626.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_1626.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_1626.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1626.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_1649 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_1649 .jwresp_col{overflow:hidden;margin:0;width:49%; float:left;}#stacks_in_1649 #jwresp_col2_stacks_in_1649{ float:right; width:49%}@media screen and (max-width:500px){#stacks_in_1649 #jwresp_col1_stacks_in_1649,#stacks_in_1649 #jwresp_col2_stacks_in_1649{width:100%;float:none;display:block}#stacks_in_1649 #jwresp_col1_stacks_in_1649{margin-bottom:15px}}
/*
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/cleanAccordion/
 * Support: support@1littledesigner.com
 * Version 2.0.0
 */

/* GLOBAL STYLES */

#accordion_stacks_in_1500, #accordion_stacks_in_1500 * {margin: 0; padding: 0;}
#accordion_$id% {margin-right: 1px;}

#accordion_stacks_in_1500.fixedHeightOn {height: 500px;}

#accordion_stacks_in_1500 .accordion dt, #accordion_stacks_in_1500 .accordion dd {padding: 0; margin: 0; background-color: transparent;} /* SET TO ZERO */
#accordion_stacks_in_1500 .accordion dd {margin-left: 0 !important;}
#accordion_stacks_in_1500 .accordion a:focus {outline: none;} /* FOCUS NO OUTLINE FORCE */
#accordion_stacks_in_1500 .accordion {overflow: hidden;}
#accordion_stacks_in_1500 .accordion:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
} /* Clearfix */
/*#accordion_stacks_in_1500 .accordion dt, */#accordion_stacks_in_1500 .accordion dd {padding: 5px; text-indent: none;}
#accordion_stacks_in_1500 .accordion dt {background-color: transparent; margin-right: 1px;}
#accordion_stacks_in_1500 .accordion dt a {
	color: #666666;
	text-decoration: none;
	display: block;
	font-weight: bold;
	padding: 5px;
}
#accordion_stacks_in_1500 .accordion.tabShadowOn dt a {text-shadow: 1px 1px 1px #FFFFFF;}
#accordion_stacks_in_1500 .accordion.tabShadowOff dt a {text-shadow: none;}
#accordion_stacks_in_1500 .accordionTheme dt a {
	background: #EEEEEE; /* Old browsers */
	background-image: linear-gradient(bottom, #666666 0%, #EEEEEE 0%);
	background-image: -o-linear-gradient(bottom, #666666 0%, #EEEEEE 0%);
	background-image: -moz-linear-gradient(bottom, #666666 0%, #EEEEEE 0%);
	background-image: -webkit-linear-gradient(bottom, #666666 0%, #EEEEEE 0%);
	background-image: -ms-linear-gradient(bottom, #666666 0%, #EEEEEE 0%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.0, #666666),
		color-stop(0.0, #EEEEEE)
	);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EEEEEE', endColorstr='#666666',GradientType=0 ); /* IE6-9 */
	background-color: #FFFFCC;
	border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
}
#accordion_stacks_in_1500 .accordion dt a:hover {color: #800000 !important;}
#accordion_stacks_in_1500 .accordion dd {background-color: transparent; color: #333333 !important;}

#accordion_stacks_in_1500.fixedHeightOn .accordion dd {height: 400px; max-height: 400px; overflow: auto;}

#accordion_stacks_in_1500 .accordion .accordionLastDd {position: relative; border-bottom: 0;}

/* DEFAULT THEME */

#accordion_stacks_in_1500 .accordionTheme dt {
	border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-style: solid;
	border-color: #FFCC66;
	border-width: 1px;
	overflow: hidden;
	margin-bottom: 0px;
	position: relative;
}
#accordion_stacks_in_1500 .accordionTheme dt.accordionLastDt {margin-bottom: none}
#accordion_stacks_in_1500 .accordionTheme.backgroundOn dd div {background-color: #FFFFFF}
#accordion_stacks_in_1500 .accordionTheme.backgroundOn dd {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

#accordion_stacks_in_1500 dt.accordionIconOff span.plusIcon {display: none}
#accordion_stacks_in_1500 dt.accordionIconOn a {padding-left: 50px;}
#accordion_stacks_in_1500 dt.accordionIconOn span.plusIcon {
	position: absolute;
	top: 0;
	left: 12px;
	display: inline-block;
	font-weight: bold;
	font-size: 20px;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	line-height: inherit;
	font-size: 200%;
	padding-left: none;
	color: #000000;
}
#accordion_stacks_in_1500 dt.accordionIconOn span.plusIcon:hover {color: #007FFF;}
#accordion_stacks_in_1500 dt.accordionIconOn a.selected span.plusIcon {
	-webkit-transform:rotate(315deg);
	-moz-transform:rotate(315deg);
	-ms-transform:rotate(315deg);
	-o-transform:rotate(315deg);
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	color: #EE0000;
}


/* ===============================ALTERNATE THEME */

#accordion_stacks_in_1500 .accordionTheme2 {
	border-radius: 3px;
	border-style: solid;
	border-width: 1px;
	border-color: #FFCC66;
	background-color: #FFFFCC;
}
#accordion_stacks_in_1500 .accordionTheme2 dd {
	background-color: #FFFFFF;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom-width: 1px;
	border-style: solid;
	border-color: #FFFFFF;
}
#accordion_stacks_in_1500 .accordionTheme2 .accordionLastDt {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-khtml-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-khtml-border-radius-bottomleft: 3px;
	border: none;
	border-radius: none;
}
#accordion_stacks_in_1500 .accordionTheme2 .accordionLastDd {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-khtml-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-khtml-border-radius-bottomleft: 3px;
	border-top: solid 1px #FFFFFF;
}
#accordion_stacks_in_1500 .accordionTheme2 .accordionFirstDt {
	border-top: none;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	-khtml-border-radius-topright: 3px;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	-khtml-border-radius-topleft: 3px;
}
#accordion_stacks_in_1500 .accordionTheme2 dt {
	border-bottom: solid 1px #FFFFFF;
	border-left: none;
	border-right: none;
	border-top: none;
	background-color: #FFFFCC;
}

/* BACKEND */

.accordionBackend {
	border: dashed 4px #333;
	border-radius: 8px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(51%,rgba(225,225,225,1)), color-stop(100%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* W3C */
}/*
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/cleanAccordion/
 * Support: support@1littledesigner.com
 * Version 2.0.0
 */

/* GLOBAL STYLES */

#accordion_stacks_in_1652, #accordion_stacks_in_1652 * {margin: 0; padding: 0;}
#accordion_$id% {margin-right: 1px;}

#accordion_stacks_in_1652.fixedHeightOn {height: 500px;}

#accordion_stacks_in_1652 .accordion dt, #accordion_stacks_in_1652 .accordion dd {padding: 0; margin: 0; background-color: transparent;} /* SET TO ZERO */
#accordion_stacks_in_1652 .accordion dd {margin-left: 0 !important;}
#accordion_stacks_in_1652 .accordion a:focus {outline: none;} /* FOCUS NO OUTLINE FORCE */
#accordion_stacks_in_1652 .accordion {overflow: hidden;}
#accordion_stacks_in_1652 .accordion:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
} /* Clearfix */
/*#accordion_stacks_in_1652 .accordion dt, */#accordion_stacks_in_1652 .accordion dd {padding: 5px; text-indent: none;}
#accordion_stacks_in_1652 .accordion dt {background-color: transparent; margin-right: 1px;}
#accordion_stacks_in_1652 .accordion dt a {
	color: #008080;
	text-decoration: none;
	display: block;
	font-weight: bold;
	padding: 5px;
}
#accordion_stacks_in_1652 .accordion.tabShadowOn dt a {text-shadow: 1px 1px 1px #FFFFFF;}
#accordion_stacks_in_1652 .accordion.tabShadowOff dt a {text-shadow: none;}
#accordion_stacks_in_1652 .accordionTheme dt a {
	background: #EEEEEE; /* Old browsers */
	background-image: linear-gradient(bottom, #666666 30%, #EEEEEE 55%);
	background-image: -o-linear-gradient(bottom, #666666 30%, #EEEEEE 55%);
	background-image: -moz-linear-gradient(bottom, #666666 30%, #EEEEEE 55%);
	background-image: -webkit-linear-gradient(bottom, #666666 30%, #EEEEEE 55%);
	background-image: -ms-linear-gradient(bottom, #666666 30%, #EEEEEE 55%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.30, #666666),
		color-stop(0.55, #EEEEEE)
	);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EEEEEE', endColorstr='#666666',GradientType=0 ); /* IE6-9 */
	background-color: #FFFFCC;
	border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
}
#accordion_stacks_in_1652 .accordion dt a:hover {color: #800000 !important;}
#accordion_stacks_in_1652 .accordion dd {background-color: transparent; color: #333333 !important;}

#accordion_stacks_in_1652.fixedHeightOn .accordion dd {height: 400px; max-height: 400px; overflow: auto;}

#accordion_stacks_in_1652 .accordion .accordionLastDd {position: relative; border-bottom: 0;}

/* DEFAULT THEME */

#accordion_stacks_in_1652 .accordionTheme dt {
	border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-style: solid;
	border-color: #FFCC66;
	border-width: 1px;
	overflow: hidden;
	margin-bottom: 0px;
	position: relative;
}
#accordion_stacks_in_1652 .accordionTheme dt.accordionLastDt {margin-bottom: none}
#accordion_stacks_in_1652 .accordionTheme.backgroundOn dd div {background-color: #FFFFFF}
#accordion_stacks_in_1652 .accordionTheme.backgroundOn dd {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

#accordion_stacks_in_1652 dt.accordionIconOff span.plusIcon {display: none}
#accordion_stacks_in_1652 dt.accordionIconOn a {padding-left: 50px;}
#accordion_stacks_in_1652 dt.accordionIconOn span.plusIcon {
	position: absolute;
	top: 0;
	left: 12px;
	display: inline-block;
	font-weight: bold;
	font-size: 20px;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	line-height: inherit;
	font-size: 200%;
	padding-left: none;
	color: #000000;
}
#accordion_stacks_in_1652 dt.accordionIconOn span.plusIcon:hover {color: #007FFF;}
#accordion_stacks_in_1652 dt.accordionIconOn a.selected span.plusIcon {
	-webkit-transform:rotate(315deg);
	-moz-transform:rotate(315deg);
	-ms-transform:rotate(315deg);
	-o-transform:rotate(315deg);
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	color: #EE0000;
}


/* ===============================ALTERNATE THEME */

#accordion_stacks_in_1652 .accordionTheme2 {
	border-radius: 3px;
	border-style: solid;
	border-width: 1px;
	border-color: #FFCC66;
	background-color: #FFFFCC;
}
#accordion_stacks_in_1652 .accordionTheme2 dd {
	background-color: #FFFFFF;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom-width: 1px;
	border-style: solid;
	border-color: #FFFFFF;
}
#accordion_stacks_in_1652 .accordionTheme2 .accordionLastDt {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-khtml-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-khtml-border-radius-bottomleft: 3px;
	border: none;
	border-radius: none;
}
#accordion_stacks_in_1652 .accordionTheme2 .accordionLastDd {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-khtml-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-khtml-border-radius-bottomleft: 3px;
	border-top: solid 1px #FFFFFF;
}
#accordion_stacks_in_1652 .accordionTheme2 .accordionFirstDt {
	border-top: none;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	-khtml-border-radius-topright: 3px;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	-khtml-border-radius-topleft: 3px;
}
#accordion_stacks_in_1652 .accordionTheme2 dt {
	border-bottom: solid 1px #FFFFFF;
	border-left: none;
	border-right: none;
	border-top: none;
	background-color: #FFFFCC;
}

/* BACKEND */

.accordionBackend {
	border: dashed 4px #333;
	border-radius: 8px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(51%,rgba(225,225,225,1)), color-stop(100%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* W3C */
}/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_1628 {
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#simpleDivider_stacks_in_1628 .theDivider1,
#simpleDivider_stacks_in_1628 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_1628 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_1628.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_1628.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1628 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_1628.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_1628.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_1628.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1628.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_1661 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_1661 .jwresp_col{overflow:hidden;margin:0;width:49%; float:left;}#stacks_in_1661 #jwresp_col2_stacks_in_1661{ float:right; width:49%}@media screen and (max-width:500px){#stacks_in_1661 #jwresp_col1_stacks_in_1661,#stacks_in_1661 #jwresp_col2_stacks_in_1661{width:100%;float:none;display:block}#stacks_in_1661 #jwresp_col1_stacks_in_1661{margin-bottom:15px}}
/*
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/cleanAccordion/
 * Support: support@1littledesigner.com
 * Version 2.0.0
 */

/* GLOBAL STYLES */

#accordion_stacks_in_1517, #accordion_stacks_in_1517 * {margin: 0; padding: 0;}
#accordion_$id% {margin-right: 1px;}

#accordion_stacks_in_1517.fixedHeightOn {height: 500px;}

#accordion_stacks_in_1517 .accordion dt, #accordion_stacks_in_1517 .accordion dd {padding: 0; margin: 0; background-color: transparent;} /* SET TO ZERO */
#accordion_stacks_in_1517 .accordion dd {margin-left: 0 !important;}
#accordion_stacks_in_1517 .accordion a:focus {outline: none;} /* FOCUS NO OUTLINE FORCE */
#accordion_stacks_in_1517 .accordion {overflow: hidden;}
#accordion_stacks_in_1517 .accordion:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
} /* Clearfix */
/*#accordion_stacks_in_1517 .accordion dt, */#accordion_stacks_in_1517 .accordion dd {padding: 5px; text-indent: none;}
#accordion_stacks_in_1517 .accordion dt {background-color: transparent; margin-right: 1px;}
#accordion_stacks_in_1517 .accordion dt a {
	color: #008080;
	text-decoration: none;
	display: block;
	font-weight: bold;
	padding: 5px;
}
#accordion_stacks_in_1517 .accordion.tabShadowOn dt a {text-shadow: 1px 1px 1px #FFFFFF;}
#accordion_stacks_in_1517 .accordion.tabShadowOff dt a {text-shadow: none;}
#accordion_stacks_in_1517 .accordionTheme dt a {
	background: #EEEEEE; /* Old browsers */
	background-image: linear-gradient(bottom, #666666 30%, #EEEEEE 55%);
	background-image: -o-linear-gradient(bottom, #666666 30%, #EEEEEE 55%);
	background-image: -moz-linear-gradient(bottom, #666666 30%, #EEEEEE 55%);
	background-image: -webkit-linear-gradient(bottom, #666666 30%, #EEEEEE 55%);
	background-image: -ms-linear-gradient(bottom, #666666 30%, #EEEEEE 55%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.30, #666666),
		color-stop(0.55, #EEEEEE)
	);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EEEEEE', endColorstr='#666666',GradientType=0 ); /* IE6-9 */
	background-color: #FFFFCC;
	border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
}
#accordion_stacks_in_1517 .accordion dt a:hover {color: #800000 !important;}
#accordion_stacks_in_1517 .accordion dd {background-color: transparent; color: #333333 !important;}

#accordion_stacks_in_1517.fixedHeightOn .accordion dd {height: 400px; max-height: 400px; overflow: auto;}

#accordion_stacks_in_1517 .accordion .accordionLastDd {position: relative; border-bottom: 0;}

/* DEFAULT THEME */

#accordion_stacks_in_1517 .accordionTheme dt {
	border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-style: solid;
	border-color: #FFCC66;
	border-width: 1px;
	overflow: hidden;
	margin-bottom: 0px;
	position: relative;
}
#accordion_stacks_in_1517 .accordionTheme dt.accordionLastDt {margin-bottom: none}
#accordion_stacks_in_1517 .accordionTheme.backgroundOn dd div {background-color: #FFFFFF}
#accordion_stacks_in_1517 .accordionTheme.backgroundOn dd {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

#accordion_stacks_in_1517 dt.accordionIconOff span.plusIcon {display: none}
#accordion_stacks_in_1517 dt.accordionIconOn a {padding-left: 50px;}
#accordion_stacks_in_1517 dt.accordionIconOn span.plusIcon {
	position: absolute;
	top: 0;
	left: 12px;
	display: inline-block;
	font-weight: bold;
	font-size: 20px;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	line-height: inherit;
	font-size: 200%;
	padding-left: none;
	color: #000000;
}
#accordion_stacks_in_1517 dt.accordionIconOn span.plusIcon:hover {color: #007FFF;}
#accordion_stacks_in_1517 dt.accordionIconOn a.selected span.plusIcon {
	-webkit-transform:rotate(315deg);
	-moz-transform:rotate(315deg);
	-ms-transform:rotate(315deg);
	-o-transform:rotate(315deg);
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	color: #EE0000;
}


/* ===============================ALTERNATE THEME */

#accordion_stacks_in_1517 .accordionTheme2 {
	border-radius: 3px;
	border-style: solid;
	border-width: 1px;
	border-color: #FFCC66;
	background-color: #FFFFCC;
}
#accordion_stacks_in_1517 .accordionTheme2 dd {
	background-color: #FFFFFF;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom-width: 1px;
	border-style: solid;
	border-color: #FFFFFF;
}
#accordion_stacks_in_1517 .accordionTheme2 .accordionLastDt {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-khtml-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-khtml-border-radius-bottomleft: 3px;
	border: none;
	border-radius: none;
}
#accordion_stacks_in_1517 .accordionTheme2 .accordionLastDd {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-khtml-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-khtml-border-radius-bottomleft: 3px;
	border-top: solid 1px #FFFFFF;
}
#accordion_stacks_in_1517 .accordionTheme2 .accordionFirstDt {
	border-top: none;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	-khtml-border-radius-topright: 3px;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	-khtml-border-radius-topleft: 3px;
}
#accordion_stacks_in_1517 .accordionTheme2 dt {
	border-bottom: solid 1px #FFFFFF;
	border-left: none;
	border-right: none;
	border-top: none;
	background-color: #FFFFCC;
}

/* BACKEND */

.accordionBackend {
	border: dashed 4px #333;
	border-radius: 8px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(51%,rgba(225,225,225,1)), color-stop(100%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* W3C */
}/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_1410 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_1410 .theDivider1,
#simpleDivider_stacks_in_1410 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_1410 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_1410.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_1410.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1410 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_1410.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_1410.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_1410.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1410.bgImageOn .theDivider1 img {
	display: block;
}

/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_1409 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_1409 .theDivider1,
#simpleDivider_stacks_in_1409 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_1409 .theDivider1 {
	height: 0px;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
#simpleDivider_stacks_in_1409.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}
#simpleDivider_stacks_in_1409.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1409 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_1409.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_1409.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_1409.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_1409.bgImageOn .theDivider1 img {
	display: block;
}

/*
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/cleanAccordion/
 * Support: support@1littledesigner.com
 * Version 2.0.0
 */

/* GLOBAL STYLES */

#accordion_stacks_in_1561, #accordion_stacks_in_1561 * {margin: 0; padding: 0;}
#accordion_$id% {margin-right: 1px;}

#accordion_stacks_in_1561.fixedHeightOn {height: 500px;}

#accordion_stacks_in_1561 .accordion dt, #accordion_stacks_in_1561 .accordion dd {padding: 0; margin: 0; background-color: transparent;} /* SET TO ZERO */
#accordion_stacks_in_1561 .accordion dd {margin-left: 0 !important;}
#accordion_stacks_in_1561 .accordion a:focus {outline: none;} /* FOCUS NO OUTLINE FORCE */
#accordion_stacks_in_1561 .accordion {overflow: hidden;}
#accordion_stacks_in_1561 .accordion:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
} /* Clearfix */
/*#accordion_stacks_in_1561 .accordion dt, */#accordion_stacks_in_1561 .accordion dd {padding: 5px; text-indent: none;}
#accordion_stacks_in_1561 .accordion dt {background-color: transparent; margin-right: 1px;}
#accordion_stacks_in_1561 .accordion dt a {
	color: #008080;
	text-decoration: none;
	display: block;
	font-weight: bold;
	padding: 5px;
}
#accordion_stacks_in_1561 .accordion.tabShadowOn dt a {text-shadow: 1px 1px 1px #CCCCCC;}
#accordion_stacks_in_1561 .accordion.tabShadowOff dt a {text-shadow: none;}
#accordion_stacks_in_1561 .accordionTheme dt a {
	background: #EEEEEE; /* Old browsers */
	background-image: linear-gradient(bottom, #666666 30%, #EEEEEE 55%);
	background-image: -o-linear-gradient(bottom, #666666 30%, #EEEEEE 55%);
	background-image: -moz-linear-gradient(bottom, #666666 30%, #EEEEEE 55%);
	background-image: -webkit-linear-gradient(bottom, #666666 30%, #EEEEEE 55%);
	background-image: -ms-linear-gradient(bottom, #666666 30%, #EEEEEE 55%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.30, #666666),
		color-stop(0.55, #EEEEEE)
	);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EEEEEE', endColorstr='#666666',GradientType=0 ); /* IE6-9 */
	background-color: #FFFFCC;
	border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
}
#accordion_stacks_in_1561 .accordion dt a:hover {color: #800000 !important;}
#accordion_stacks_in_1561 .accordion dd {background-color: transparent; color: #333333 !important;}

#accordion_stacks_in_1561.fixedHeightOn .accordion dd {height: 400px; max-height: 400px; overflow: auto;}

#accordion_stacks_in_1561 .accordion .accordionLastDd {position: relative; border-bottom: 0;}

/* DEFAULT THEME */

#accordion_stacks_in_1561 .accordionTheme dt {
	border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-style: solid;
	border-color: #FFCC66;
	border-width: 1px;
	overflow: hidden;
	margin-bottom: 0px;
	position: relative;
}
#accordion_stacks_in_1561 .accordionTheme dt.accordionLastDt {margin-bottom: none}
#accordion_stacks_in_1561 .accordionTheme.backgroundOn dd div {background-color: #FFFFFF}
#accordion_stacks_in_1561 .accordionTheme.backgroundOn dd {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

#accordion_stacks_in_1561 dt.accordionIconOff span.plusIcon {display: none}
#accordion_stacks_in_1561 dt.accordionIconOn a {padding-left: 50px;}
#accordion_stacks_in_1561 dt.accordionIconOn span.plusIcon {
	position: absolute;
	top: 0;
	left: 12px;
	display: inline-block;
	font-weight: bold;
	font-size: 20px;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	line-height: inherit;
	font-size: 200%;
	padding-left: none;
	color: #000000;
}
#accordion_stacks_in_1561 dt.accordionIconOn span.plusIcon:hover {color: #007FFF;}
#accordion_stacks_in_1561 dt.accordionIconOn a.selected span.plusIcon {
	-webkit-transform:rotate(315deg);
	-moz-transform:rotate(315deg);
	-ms-transform:rotate(315deg);
	-o-transform:rotate(315deg);
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	color: #EE0000;
}


/* ===============================ALTERNATE THEME */

#accordion_stacks_in_1561 .accordionTheme2 {
	border-radius: 3px;
	border-style: solid;
	border-width: 1px;
	border-color: #FFCC66;
	background-color: #FFFFCC;
}
#accordion_stacks_in_1561 .accordionTheme2 dd {
	background-color: #FFFFFF;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom-width: 1px;
	border-style: solid;
	border-color: #FFFFFF;
}
#accordion_stacks_in_1561 .accordionTheme2 .accordionLastDt {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-khtml-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-khtml-border-radius-bottomleft: 3px;
	border: none;
	border-radius: none;
}
#accordion_stacks_in_1561 .accordionTheme2 .accordionLastDd {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-khtml-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-khtml-border-radius-bottomleft: 3px;
	border-top: solid 1px #FFFFFF;
}
#accordion_stacks_in_1561 .accordionTheme2 .accordionFirstDt {
	border-top: none;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	-khtml-border-radius-topright: 3px;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	-khtml-border-radius-topleft: 3px;
}
#accordion_stacks_in_1561 .accordionTheme2 dt {
	border-bottom: solid 1px #FFFFFF;
	border-left: none;
	border-right: none;
	border-top: none;
	background-color: #FFFFCC;
}

/* BACKEND */

.accordionBackend {
	border: dashed 4px #333;
	border-radius: 8px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(51%,rgba(225,225,225,1)), color-stop(100%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* W3C */
}/*
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/cleanAccordion/
 * Support: support@1littledesigner.com
 * Version 2.0.0
 */

/* GLOBAL STYLES */

#accordion_stacks_in_1569, #accordion_stacks_in_1569 * {margin: 0; padding: 0;}
#accordion_$id% {margin-right: 1px;}

#accordion_stacks_in_1569.fixedHeightOn {height: 500px;}

#accordion_stacks_in_1569 .accordion dt, #accordion_stacks_in_1569 .accordion dd {padding: 0; margin: 0; background-color: transparent;} /* SET TO ZERO */
#accordion_stacks_in_1569 .accordion dd {margin-left: 0 !important;}
#accordion_stacks_in_1569 .accordion a:focus {outline: none;} /* FOCUS NO OUTLINE FORCE */
#accordion_stacks_in_1569 .accordion {overflow: hidden;}
#accordion_stacks_in_1569 .accordion:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
} /* Clearfix */
/*#accordion_stacks_in_1569 .accordion dt, */#accordion_stacks_in_1569 .accordion dd {padding: 5px; text-indent: none;}
#accordion_stacks_in_1569 .accordion dt {background-color: transparent; margin-right: 1px;}
#accordion_stacks_in_1569 .accordion dt a {
	color: #008080;
	text-decoration: none;
	display: block;
	font-weight: bold;
	padding: 5px;
}
#accordion_stacks_in_1569 .accordion.tabShadowOn dt a {text-shadow: 1px 1px 1px #CCCCCC;}
#accordion_stacks_in_1569 .accordion.tabShadowOff dt a {text-shadow: none;}
#accordion_stacks_in_1569 .accordionTheme dt a {
	background: #EEEEEE; /* Old browsers */
	background-image: linear-gradient(bottom, #666666 30%, #EEEEEE 55%);
	background-image: -o-linear-gradient(bottom, #666666 30%, #EEEEEE 55%);
	background-image: -moz-linear-gradient(bottom, #666666 30%, #EEEEEE 55%);
	background-image: -webkit-linear-gradient(bottom, #666666 30%, #EEEEEE 55%);
	background-image: -ms-linear-gradient(bottom, #666666 30%, #EEEEEE 55%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.30, #666666),
		color-stop(0.55, #EEEEEE)
	);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EEEEEE', endColorstr='#666666',GradientType=0 ); /* IE6-9 */
	background-color: #FFFFCC;
	border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
}
#accordion_stacks_in_1569 .accordion dt a:hover {color: #800000 !important;}
#accordion_stacks_in_1569 .accordion dd {background-color: transparent; color: #333333 !important;}

#accordion_stacks_in_1569.fixedHeightOn .accordion dd {height: 400px; max-height: 400px; overflow: auto;}

#accordion_stacks_in_1569 .accordion .accordionLastDd {position: relative; border-bottom: 0;}

/* DEFAULT THEME */

#accordion_stacks_in_1569 .accordionTheme dt {
	border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-style: solid;
	border-color: #FFCC66;
	border-width: 1px;
	overflow: hidden;
	margin-bottom: 0px;
	position: relative;
}
#accordion_stacks_in_1569 .accordionTheme dt.accordionLastDt {margin-bottom: none}
#accordion_stacks_in_1569 .accordionTheme.backgroundOn dd div {background-color: #FFFFFF}
#accordion_stacks_in_1569 .accordionTheme.backgroundOn dd {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

#accordion_stacks_in_1569 dt.accordionIconOff span.plusIcon {display: none}
#accordion_stacks_in_1569 dt.accordionIconOn a {padding-left: 50px;}
#accordion_stacks_in_1569 dt.accordionIconOn span.plusIcon {
	position: absolute;
	top: 0;
	left: 12px;
	display: inline-block;
	font-weight: bold;
	font-size: 20px;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	line-height: inherit;
	font-size: 200%;
	padding-left: none;
	color: #000000;
}
#accordion_stacks_in_1569 dt.accordionIconOn span.plusIcon:hover {color: #007FFF;}
#accordion_stacks_in_1569 dt.accordionIconOn a.selected span.plusIcon {
	-webkit-transform:rotate(315deg);
	-moz-transform:rotate(315deg);
	-ms-transform:rotate(315deg);
	-o-transform:rotate(315deg);
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	color: #EE0000;
}


/* ===============================ALTERNATE THEME */

#accordion_stacks_in_1569 .accordionTheme2 {
	border-radius: 3px;
	border-style: solid;
	border-width: 1px;
	border-color: #FFCC66;
	background-color: #FFFFCC;
}
#accordion_stacks_in_1569 .accordionTheme2 dd {
	background-color: #FFFFFF;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom-width: 1px;
	border-style: solid;
	border-color: #FFFFFF;
}
#accordion_stacks_in_1569 .accordionTheme2 .accordionLastDt {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-khtml-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-khtml-border-radius-bottomleft: 3px;
	border: none;
	border-radius: none;
}
#accordion_stacks_in_1569 .accordionTheme2 .accordionLastDd {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-khtml-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-khtml-border-radius-bottomleft: 3px;
	border-top: solid 1px #FFFFFF;
}
#accordion_stacks_in_1569 .accordionTheme2 .accordionFirstDt {
	border-top: none;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	-khtml-border-radius-topright: 3px;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	-khtml-border-radius-topleft: 3px;
}
#accordion_stacks_in_1569 .accordionTheme2 dt {
	border-bottom: solid 1px #FFFFFF;
	border-left: none;
	border-right: none;
	border-top: none;
	background-color: #FFFFCC;
}

/* BACKEND */

.accordionBackend {
	border: dashed 4px #333;
	border-radius: 8px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(51%,rgba(225,225,225,1)), color-stop(100%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* W3C */
}/*
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/cleanAccordion/
 * Support: support@1littledesigner.com
 * Version 2.0.0
 */

/* GLOBAL STYLES */

#accordion_stacks_in_1578, #accordion_stacks_in_1578 * {margin: 0; padding: 0;}
#accordion_$id% {margin-right: 1px;}

#accordion_stacks_in_1578.fixedHeightOn {height: 500px;}

#accordion_stacks_in_1578 .accordion dt, #accordion_stacks_in_1578 .accordion dd {padding: 0; margin: 0; background-color: transparent;} /* SET TO ZERO */
#accordion_stacks_in_1578 .accordion dd {margin-left: 0 !important;}
#accordion_stacks_in_1578 .accordion a:focus {outline: none;} /* FOCUS NO OUTLINE FORCE */
#accordion_stacks_in_1578 .accordion {overflow: hidden;}
#accordion_stacks_in_1578 .accordion:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
} /* Clearfix */
/*#accordion_stacks_in_1578 .accordion dt, */#accordion_stacks_in_1578 .accordion dd {padding: 5px; text-indent: none;}
#accordion_stacks_in_1578 .accordion dt {background-color: transparent; margin-right: 1px;}
#accordion_stacks_in_1578 .accordion dt a {
	color: #008080;
	text-decoration: none;
	display: block;
	font-weight: bold;
	padding: 5px;
}
#accordion_stacks_in_1578 .accordion.tabShadowOn dt a {text-shadow: 1px 1px 1px #CCCCCC;}
#accordion_stacks_in_1578 .accordion.tabShadowOff dt a {text-shadow: none;}
#accordion_stacks_in_1578 .accordionTheme dt a {
	background: #EEEEEE; /* Old browsers */
	background-image: linear-gradient(bottom, #666666 30%, #EEEEEE 55%);
	background-image: -o-linear-gradient(bottom, #666666 30%, #EEEEEE 55%);
	background-image: -moz-linear-gradient(bottom, #666666 30%, #EEEEEE 55%);
	background-image: -webkit-linear-gradient(bottom, #666666 30%, #EEEEEE 55%);
	background-image: -ms-linear-gradient(bottom, #666666 30%, #EEEEEE 55%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.30, #666666),
		color-stop(0.55, #EEEEEE)
	);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EEEEEE', endColorstr='#666666',GradientType=0 ); /* IE6-9 */
	background-color: #FFFFCC;
	border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
}
#accordion_stacks_in_1578 .accordion dt a:hover {color: #800000 !important;}
#accordion_stacks_in_1578 .accordion dd {background-color: transparent; color: #333333 !important;}

#accordion_stacks_in_1578.fixedHeightOn .accordion dd {height: 400px; max-height: 400px; overflow: auto;}

#accordion_stacks_in_1578 .accordion .accordionLastDd {position: relative; border-bottom: 0;}

/* DEFAULT THEME */

#accordion_stacks_in_1578 .accordionTheme dt {
	border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-style: solid;
	border-color: #FFCC66;
	border-width: 1px;
	overflow: hidden;
	margin-bottom: 0px;
	position: relative;
}
#accordion_stacks_in_1578 .accordionTheme dt.accordionLastDt {margin-bottom: none}
#accordion_stacks_in_1578 .accordionTheme.backgroundOn dd div {background-color: #FFFFFF}
#accordion_stacks_in_1578 .accordionTheme.backgroundOn dd {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

#accordion_stacks_in_1578 dt.accordionIconOff span.plusIcon {display: none}
#accordion_stacks_in_1578 dt.accordionIconOn a {padding-left: 50px;}
#accordion_stacks_in_1578 dt.accordionIconOn span.plusIcon {
	position: absolute;
	top: 0;
	left: 12px;
	display: inline-block;
	font-weight: bold;
	font-size: 20px;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	line-height: inherit;
	font-size: 200%;
	padding-left: none;
	color: #000000;
}
#accordion_stacks_in_1578 dt.accordionIconOn span.plusIcon:hover {color: #007FFF;}
#accordion_stacks_in_1578 dt.accordionIconOn a.selected span.plusIcon {
	-webkit-transform:rotate(315deg);
	-moz-transform:rotate(315deg);
	-ms-transform:rotate(315deg);
	-o-transform:rotate(315deg);
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	color: #EE0000;
}


/* ===============================ALTERNATE THEME */

#accordion_stacks_in_1578 .accordionTheme2 {
	border-radius: 3px;
	border-style: solid;
	border-width: 1px;
	border-color: #FFCC66;
	background-color: #FFFFCC;
}
#accordion_stacks_in_1578 .accordionTheme2 dd {
	background-color: #FFFFFF;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom-width: 1px;
	border-style: solid;
	border-color: #FFFFFF;
}
#accordion_stacks_in_1578 .accordionTheme2 .accordionLastDt {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-khtml-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-khtml-border-radius-bottomleft: 3px;
	border: none;
	border-radius: none;
}
#accordion_stacks_in_1578 .accordionTheme2 .accordionLastDd {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-khtml-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-khtml-border-radius-bottomleft: 3px;
	border-top: solid 1px #FFFFFF;
}
#accordion_stacks_in_1578 .accordionTheme2 .accordionFirstDt {
	border-top: none;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	-khtml-border-radius-topright: 3px;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	-khtml-border-radius-topleft: 3px;
}
#accordion_stacks_in_1578 .accordionTheme2 dt {
	border-bottom: solid 1px #FFFFFF;
	border-left: none;
	border-right: none;
	border-top: none;
	background-color: #FFFFCC;
}

/* BACKEND */

.accordionBackend {
	border: dashed 4px #333;
	border-radius: 8px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(51%,rgba(225,225,225,1)), color-stop(100%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* W3C */
}
#stacks_in_1578 {
	margin:  3px;
	padding:  3px;
}

#stacks_in_1581 {
	margin:  2px;
	padding:  5px;
}
/*
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/cleanAccordion/
 * Support: support@1littledesigner.com
 * Version 2.0.0
 */

/* GLOBAL STYLES */

#accordion_stacks_in_1586, #accordion_stacks_in_1586 * {margin: 0; padding: 0;}
#accordion_$id% {margin-right: 1px;}

#accordion_stacks_in_1586.fixedHeightOn {height: 500px;}

#accordion_stacks_in_1586 .accordion dt, #accordion_stacks_in_1586 .accordion dd {padding: 0; margin: 0; background-color: transparent;} /* SET TO ZERO */
#accordion_stacks_in_1586 .accordion dd {margin-left: 0 !important;}
#accordion_stacks_in_1586 .accordion a:focus {outline: none;} /* FOCUS NO OUTLINE FORCE */
#accordion_stacks_in_1586 .accordion {overflow: hidden;}
#accordion_stacks_in_1586 .accordion:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
} /* Clearfix */
/*#accordion_stacks_in_1586 .accordion dt, */#accordion_stacks_in_1586 .accordion dd {padding: 5px; text-indent: none;}
#accordion_stacks_in_1586 .accordion dt {background-color: transparent; margin-right: 1px;}
#accordion_stacks_in_1586 .accordion dt a {
	color: #666666;
	text-decoration: none;
	display: block;
	font-weight: bold;
	padding: 5px;
}
#accordion_stacks_in_1586 .accordion.tabShadowOn dt a {text-shadow: 1px 1px 1px #CCCCCC;}
#accordion_stacks_in_1586 .accordion.tabShadowOff dt a {text-shadow: none;}
#accordion_stacks_in_1586 .accordionTheme dt a {
	background: #EEEEEE; /* Old browsers */
	background-image: linear-gradient(bottom, #666666 30%, #EEEEEE 55%);
	background-image: -o-linear-gradient(bottom, #666666 30%, #EEEEEE 55%);
	background-image: -moz-linear-gradient(bottom, #666666 30%, #EEEEEE 55%);
	background-image: -webkit-linear-gradient(bottom, #666666 30%, #EEEEEE 55%);
	background-image: -ms-linear-gradient(bottom, #666666 30%, #EEEEEE 55%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.30, #666666),
		color-stop(0.55, #EEEEEE)
	);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EEEEEE', endColorstr='#666666',GradientType=0 ); /* IE6-9 */
	background-color: #FFFFCC;
	border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
}
#accordion_stacks_in_1586 .accordion dt a:hover {color: #800000 !important;}
#accordion_stacks_in_1586 .accordion dd {background-color: transparent; color: #333333 !important;}

#accordion_stacks_in_1586.fixedHeightOn .accordion dd {height: 400px; max-height: 400px; overflow: auto;}

#accordion_stacks_in_1586 .accordion .accordionLastDd {position: relative; border-bottom: 0;}

/* DEFAULT THEME */

#accordion_stacks_in_1586 .accordionTheme dt {
	border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-style: solid;
	border-color: #FFCC66;
	border-width: 1px;
	overflow: hidden;
	margin-bottom: 0px;
	position: relative;
}
#accordion_stacks_in_1586 .accordionTheme dt.accordionLastDt {margin-bottom: none}
#accordion_stacks_in_1586 .accordionTheme.backgroundOn dd div {background-color: #FFFFFF}
#accordion_stacks_in_1586 .accordionTheme.backgroundOn dd {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

#accordion_stacks_in_1586 dt.accordionIconOff span.plusIcon {display: none}
#accordion_stacks_in_1586 dt.accordionIconOn a {padding-left: 50px;}
#accordion_stacks_in_1586 dt.accordionIconOn span.plusIcon {
	position: absolute;
	top: 0;
	left: 12px;
	display: inline-block;
	font-weight: bold;
	font-size: 20px;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	line-height: inherit;
	font-size: 200%;
	padding-left: none;
	color: #000000;
}
#accordion_stacks_in_1586 dt.accordionIconOn span.plusIcon:hover {color: #007FFF;}
#accordion_stacks_in_1586 dt.accordionIconOn a.selected span.plusIcon {
	-webkit-transform:rotate(315deg);
	-moz-transform:rotate(315deg);
	-ms-transform:rotate(315deg);
	-o-transform:rotate(315deg);
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	color: #EE0000;
}


/* ===============================ALTERNATE THEME */

#accordion_stacks_in_1586 .accordionTheme2 {
	border-radius: 3px;
	border-style: solid;
	border-width: 1px;
	border-color: #FFCC66;
	background-color: #FFFFCC;
}
#accordion_stacks_in_1586 .accordionTheme2 dd {
	background-color: #FFFFFF;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom-width: 1px;
	border-style: solid;
	border-color: #FFFFFF;
}
#accordion_stacks_in_1586 .accordionTheme2 .accordionLastDt {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-khtml-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-khtml-border-radius-bottomleft: 3px;
	border: none;
	border-radius: none;
}
#accordion_stacks_in_1586 .accordionTheme2 .accordionLastDd {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-khtml-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-khtml-border-radius-bottomleft: 3px;
	border-top: solid 1px #FFFFFF;
}
#accordion_stacks_in_1586 .accordionTheme2 .accordionFirstDt {
	border-top: none;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	-khtml-border-radius-topright: 3px;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	-khtml-border-radius-topleft: 3px;
}
#accordion_stacks_in_1586 .accordionTheme2 dt {
	border-bottom: solid 1px #FFFFFF;
	border-left: none;
	border-right: none;
	border-top: none;
	background-color: #FFFFCC;
}

/* BACKEND */

.accordionBackend {
	border: dashed 4px #333;
	border-radius: 8px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(51%,rgba(225,225,225,1)), color-stop(100%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* W3C */
}#stacks_in_1589_float {
	float:left;
	width:33%;
}
#stacks_in_1592 {
	margin:  5px;
	padding:  5px;
}

#stacks_out_1592 {
	width: 90%;
}
/*
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/cleanAccordion/
 * Support: support@1littledesigner.com
 * Version 2.0.0
 */

/* GLOBAL STYLES */

#accordion_stacks_in_1596, #accordion_stacks_in_1596 * {margin: 0; padding: 0;}
#accordion_$id% {margin-right: 1px;}

#accordion_stacks_in_1596.fixedHeightOn {height: 500px;}

#accordion_stacks_in_1596 .accordion dt, #accordion_stacks_in_1596 .accordion dd {padding: 0; margin: 0; background-color: transparent;} /* SET TO ZERO */
#accordion_stacks_in_1596 .accordion dd {margin-left: 0 !important;}
#accordion_stacks_in_1596 .accordion a:focus {outline: none;} /* FOCUS NO OUTLINE FORCE */
#accordion_stacks_in_1596 .accordion {overflow: hidden;}
#accordion_stacks_in_1596 .accordion:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
} /* Clearfix */
/*#accordion_stacks_in_1596 .accordion dt, */#accordion_stacks_in_1596 .accordion dd {padding: 5px; text-indent: none;}
#accordion_stacks_in_1596 .accordion dt {background-color: transparent; margin-right: 1px;}
#accordion_stacks_in_1596 .accordion dt a {
	color: #666666;
	text-decoration: none;
	display: block;
	font-weight: bold;
	padding: 5px;
}
#accordion_stacks_in_1596 .accordion.tabShadowOn dt a {text-shadow: 1px 1px 1px #CCCCCC;}
#accordion_stacks_in_1596 .accordion.tabShadowOff dt a {text-shadow: none;}
#accordion_stacks_in_1596 .accordionTheme dt a {
	background: #EEEEEE; /* Old browsers */
	background-image: linear-gradient(bottom, #666666 30%, #EEEEEE 55%);
	background-image: -o-linear-gradient(bottom, #666666 30%, #EEEEEE 55%);
	background-image: -moz-linear-gradient(bottom, #666666 30%, #EEEEEE 55%);
	background-image: -webkit-linear-gradient(bottom, #666666 30%, #EEEEEE 55%);
	background-image: -ms-linear-gradient(bottom, #666666 30%, #EEEEEE 55%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.30, #666666),
		color-stop(0.55, #EEEEEE)
	);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EEEEEE', endColorstr='#666666',GradientType=0 ); /* IE6-9 */
	background-color: #FFFFCC;
	border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
}
#accordion_stacks_in_1596 .accordion dt a:hover {color: #800000 !important;}
#accordion_stacks_in_1596 .accordion dd {background-color: transparent; color: #333333 !important;}

#accordion_stacks_in_1596.fixedHeightOn .accordion dd {height: 400px; max-height: 400px; overflow: auto;}

#accordion_stacks_in_1596 .accordion .accordionLastDd {position: relative; border-bottom: 0;}

/* DEFAULT THEME */

#accordion_stacks_in_1596 .accordionTheme dt {
	border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-style: solid;
	border-color: #FFCC66;
	border-width: 1px;
	overflow: hidden;
	margin-bottom: 0px;
	position: relative;
}
#accordion_stacks_in_1596 .accordionTheme dt.accordionLastDt {margin-bottom: none}
#accordion_stacks_in_1596 .accordionTheme.backgroundOn dd div {background-color: #FFFFFF}
#accordion_stacks_in_1596 .accordionTheme.backgroundOn dd {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

#accordion_stacks_in_1596 dt.accordionIconOff span.plusIcon {display: none}
#accordion_stacks_in_1596 dt.accordionIconOn a {padding-left: 50px;}
#accordion_stacks_in_1596 dt.accordionIconOn span.plusIcon {
	position: absolute;
	top: 0;
	left: 12px;
	display: inline-block;
	font-weight: bold;
	font-size: 20px;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	line-height: inherit;
	font-size: 200%;
	padding-left: none;
	color: #000000;
}
#accordion_stacks_in_1596 dt.accordionIconOn span.plusIcon:hover {color: #007FFF;}
#accordion_stacks_in_1596 dt.accordionIconOn a.selected span.plusIcon {
	-webkit-transform:rotate(315deg);
	-moz-transform:rotate(315deg);
	-ms-transform:rotate(315deg);
	-o-transform:rotate(315deg);
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	color: #EE0000;
}


/* ===============================ALTERNATE THEME */

#accordion_stacks_in_1596 .accordionTheme2 {
	border-radius: 3px;
	border-style: solid;
	border-width: 1px;
	border-color: #FFCC66;
	background-color: #FFFFCC;
}
#accordion_stacks_in_1596 .accordionTheme2 dd {
	background-color: #FFFFFF;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom-width: 1px;
	border-style: solid;
	border-color: #FFFFFF;
}
#accordion_stacks_in_1596 .accordionTheme2 .accordionLastDt {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-khtml-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-khtml-border-radius-bottomleft: 3px;
	border: none;
	border-radius: none;
}
#accordion_stacks_in_1596 .accordionTheme2 .accordionLastDd {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-khtml-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-khtml-border-radius-bottomleft: 3px;
	border-top: solid 1px #FFFFFF;
}
#accordion_stacks_in_1596 .accordionTheme2 .accordionFirstDt {
	border-top: none;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	-khtml-border-radius-topright: 3px;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	-khtml-border-radius-topleft: 3px;
}
#accordion_stacks_in_1596 .accordionTheme2 dt {
	border-bottom: solid 1px #FFFFFF;
	border-left: none;
	border-right: none;
	border-top: none;
	background-color: #FFFFCC;
}

/* BACKEND */

.accordionBackend {
	border: dashed 4px #333;
	border-radius: 8px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(51%,rgba(225,225,225,1)), color-stop(100%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* W3C */
}#stacks_in_1599_float {
	float:left;
	width:33%;
}
#stacks_in_1602 {
	margin:  5px;
	padding:  5px;
}

#stacks_out_1602 {
	width: 90%;
}
/*
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/cleanAccordion/
 * Support: support@1littledesigner.com
 * Version 2.0.0
 */

/* GLOBAL STYLES */

#accordion_stacks_in_1606, #accordion_stacks_in_1606 * {margin: 0; padding: 0;}
#accordion_$id% {margin-right: 1px;}

#accordion_stacks_in_1606.fixedHeightOn {height: 500px;}

#accordion_stacks_in_1606 .accordion dt, #accordion_stacks_in_1606 .accordion dd {padding: 0; margin: 0; background-color: transparent;} /* SET TO ZERO */
#accordion_stacks_in_1606 .accordion dd {margin-left: 0 !important;}
#accordion_stacks_in_1606 .accordion a:focus {outline: none;} /* FOCUS NO OUTLINE FORCE */
#accordion_stacks_in_1606 .accordion {overflow: hidden;}
#accordion_stacks_in_1606 .accordion:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
} /* Clearfix */
/*#accordion_stacks_in_1606 .accordion dt, */#accordion_stacks_in_1606 .accordion dd {padding: 5px; text-indent: none;}
#accordion_stacks_in_1606 .accordion dt {background-color: transparent; margin-right: 1px;}
#accordion_stacks_in_1606 .accordion dt a {
	color: #666666;
	text-decoration: none;
	display: block;
	font-weight: bold;
	padding: 5px;
}
#accordion_stacks_in_1606 .accordion.tabShadowOn dt a {text-shadow: 1px 1px 1px #CCCCCC;}
#accordion_stacks_in_1606 .accordion.tabShadowOff dt a {text-shadow: none;}
#accordion_stacks_in_1606 .accordionTheme dt a {
	background: #EEEEEE; /* Old browsers */
	background-image: linear-gradient(bottom, #666666 30%, #EEEEEE 55%);
	background-image: -o-linear-gradient(bottom, #666666 30%, #EEEEEE 55%);
	background-image: -moz-linear-gradient(bottom, #666666 30%, #EEEEEE 55%);
	background-image: -webkit-linear-gradient(bottom, #666666 30%, #EEEEEE 55%);
	background-image: -ms-linear-gradient(bottom, #666666 30%, #EEEEEE 55%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.30, #666666),
		color-stop(0.55, #EEEEEE)
	);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EEEEEE', endColorstr='#666666',GradientType=0 ); /* IE6-9 */
	background-color: #FFFFCC;
	border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
}
#accordion_stacks_in_1606 .accordion dt a:hover {color: #800000 !important;}
#accordion_stacks_in_1606 .accordion dd {background-color: transparent; color: #333333 !important;}

#accordion_stacks_in_1606.fixedHeightOn .accordion dd {height: 400px; max-height: 400px; overflow: auto;}

#accordion_stacks_in_1606 .accordion .accordionLastDd {position: relative; border-bottom: 0;}

/* DEFAULT THEME */

#accordion_stacks_in_1606 .accordionTheme dt {
	border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-style: solid;
	border-color: #FFCC66;
	border-width: 1px;
	overflow: hidden;
	margin-bottom: 0px;
	position: relative;
}
#accordion_stacks_in_1606 .accordionTheme dt.accordionLastDt {margin-bottom: none}
#accordion_stacks_in_1606 .accordionTheme.backgroundOn dd div {background-color: #FFFFFF}
#accordion_stacks_in_1606 .accordionTheme.backgroundOn dd {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

#accordion_stacks_in_1606 dt.accordionIconOff span.plusIcon {display: none}
#accordion_stacks_in_1606 dt.accordionIconOn a {padding-left: 50px;}
#accordion_stacks_in_1606 dt.accordionIconOn span.plusIcon {
	position: absolute;
	top: 0;
	left: 12px;
	display: inline-block;
	font-weight: bold;
	font-size: 20px;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	line-height: inherit;
	font-size: 200%;
	padding-left: none;
	color: #000000;
}
#accordion_stacks_in_1606 dt.accordionIconOn span.plusIcon:hover {color: #007FFF;}
#accordion_stacks_in_1606 dt.accordionIconOn a.selected span.plusIcon {
	-webkit-transform:rotate(315deg);
	-moz-transform:rotate(315deg);
	-ms-transform:rotate(315deg);
	-o-transform:rotate(315deg);
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	color: #EE0000;
}


/* ===============================ALTERNATE THEME */

#accordion_stacks_in_1606 .accordionTheme2 {
	border-radius: 3px;
	border-style: solid;
	border-width: 1px;
	border-color: #FFCC66;
	background-color: #FFFFCC;
}
#accordion_stacks_in_1606 .accordionTheme2 dd {
	background-color: #FFFFFF;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom-width: 1px;
	border-style: solid;
	border-color: #FFFFFF;
}
#accordion_stacks_in_1606 .accordionTheme2 .accordionLastDt {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-khtml-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-khtml-border-radius-bottomleft: 3px;
	border: none;
	border-radius: none;
}
#accordion_stacks_in_1606 .accordionTheme2 .accordionLastDd {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-khtml-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-khtml-border-radius-bottomleft: 3px;
	border-top: solid 1px #FFFFFF;
}
#accordion_stacks_in_1606 .accordionTheme2 .accordionFirstDt {
	border-top: none;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	-khtml-border-radius-topright: 3px;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	-khtml-border-radius-topleft: 3px;
}
#accordion_stacks_in_1606 .accordionTheme2 dt {
	border-bottom: solid 1px #FFFFFF;
	border-left: none;
	border-right: none;
	border-top: none;
	background-color: #FFFFCC;
}

/* BACKEND */

.accordionBackend {
	border: dashed 4px #333;
	border-radius: 8px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(51%,rgba(225,225,225,1)), color-stop(100%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* W3C */
}#stacks_in_1609_float {
	float:left;
	width:33%;
}
#stacks_in_1612 {
	margin:  5px;
	padding:  5px;
}

#stacks_out_1612 {
	width: 90%;
}
/*
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/cleanAccordion/
 * Support: support@1littledesigner.com
 * Version 2.0.0
 */

/* GLOBAL STYLES */

#accordion_stacks_in_1616, #accordion_stacks_in_1616 * {margin: 0; padding: 0;}
#accordion_$id% {margin-right: 1px;}

#accordion_stacks_in_1616.fixedHeightOn {height: 500px;}

#accordion_stacks_in_1616 .accordion dt, #accordion_stacks_in_1616 .accordion dd {padding: 0; margin: 0; background-color: transparent;} /* SET TO ZERO */
#accordion_stacks_in_1616 .accordion dd {margin-left: 0 !important;}
#accordion_stacks_in_1616 .accordion a:focus {outline: none;} /* FOCUS NO OUTLINE FORCE */
#accordion_stacks_in_1616 .accordion {overflow: hidden;}
#accordion_stacks_in_1616 .accordion:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
} /* Clearfix */
/*#accordion_stacks_in_1616 .accordion dt, */#accordion_stacks_in_1616 .accordion dd {padding: 5px; text-indent: none;}
#accordion_stacks_in_1616 .accordion dt {background-color: transparent; margin-right: 1px;}
#accordion_stacks_in_1616 .accordion dt a {
	color: #666666;
	text-decoration: none;
	display: block;
	font-weight: bold;
	padding: 5px;
}
#accordion_stacks_in_1616 .accordion.tabShadowOn dt a {text-shadow: 1px 1px 1px #CCCCCC;}
#accordion_stacks_in_1616 .accordion.tabShadowOff dt a {text-shadow: none;}
#accordion_stacks_in_1616 .accordionTheme dt a {
	background: #EEEEEE; /* Old browsers */
	background-image: linear-gradient(bottom, #666666 30%, #EEEEEE 55%);
	background-image: -o-linear-gradient(bottom, #666666 30%, #EEEEEE 55%);
	background-image: -moz-linear-gradient(bottom, #666666 30%, #EEEEEE 55%);
	background-image: -webkit-linear-gradient(bottom, #666666 30%, #EEEEEE 55%);
	background-image: -ms-linear-gradient(bottom, #666666 30%, #EEEEEE 55%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.30, #666666),
		color-stop(0.55, #EEEEEE)
	);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EEEEEE', endColorstr='#666666',GradientType=0 ); /* IE6-9 */
	background-color: #FFFFCC;
	border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
}
#accordion_stacks_in_1616 .accordion dt a:hover {color: #800000 !important;}
#accordion_stacks_in_1616 .accordion dd {background-color: transparent; color: #333333 !important;}

#accordion_stacks_in_1616.fixedHeightOn .accordion dd {height: 400px; max-height: 400px; overflow: auto;}

#accordion_stacks_in_1616 .accordion .accordionLastDd {position: relative; border-bottom: 0;}

/* DEFAULT THEME */

#accordion_stacks_in_1616 .accordionTheme dt {
	border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-style: solid;
	border-color: #FFCC66;
	border-width: 1px;
	overflow: hidden;
	margin-bottom: 0px;
	position: relative;
}
#accordion_stacks_in_1616 .accordionTheme dt.accordionLastDt {margin-bottom: none}
#accordion_stacks_in_1616 .accordionTheme.backgroundOn dd div {background-color: #FFFFFF}
#accordion_stacks_in_1616 .accordionTheme.backgroundOn dd {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

#accordion_stacks_in_1616 dt.accordionIconOff span.plusIcon {display: none}
#accordion_stacks_in_1616 dt.accordionIconOn a {padding-left: 50px;}
#accordion_stacks_in_1616 dt.accordionIconOn span.plusIcon {
	position: absolute;
	top: 0;
	left: 12px;
	display: inline-block;
	font-weight: bold;
	font-size: 20px;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	line-height: inherit;
	font-size: 200%;
	padding-left: none;
	color: #000000;
}
#accordion_stacks_in_1616 dt.accordionIconOn span.plusIcon:hover {color: #007FFF;}
#accordion_stacks_in_1616 dt.accordionIconOn a.selected span.plusIcon {
	-webkit-transform:rotate(315deg);
	-moz-transform:rotate(315deg);
	-ms-transform:rotate(315deg);
	-o-transform:rotate(315deg);
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	color: #EE0000;
}


/* ===============================ALTERNATE THEME */

#accordion_stacks_in_1616 .accordionTheme2 {
	border-radius: 3px;
	border-style: solid;
	border-width: 1px;
	border-color: #FFCC66;
	background-color: #FFFFCC;
}
#accordion_stacks_in_1616 .accordionTheme2 dd {
	background-color: #FFFFFF;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom-width: 1px;
	border-style: solid;
	border-color: #FFFFFF;
}
#accordion_stacks_in_1616 .accordionTheme2 .accordionLastDt {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-khtml-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-khtml-border-radius-bottomleft: 3px;
	border: none;
	border-radius: none;
}
#accordion_stacks_in_1616 .accordionTheme2 .accordionLastDd {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-khtml-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-khtml-border-radius-bottomleft: 3px;
	border-top: solid 1px #FFFFFF;
}
#accordion_stacks_in_1616 .accordionTheme2 .accordionFirstDt {
	border-top: none;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	-khtml-border-radius-topright: 3px;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	-khtml-border-radius-topleft: 3px;
}
#accordion_stacks_in_1616 .accordionTheme2 dt {
	border-bottom: solid 1px #FFFFFF;
	border-left: none;
	border-right: none;
	border-top: none;
	background-color: #FFFFCC;
}

/* BACKEND */

.accordionBackend {
	border: dashed 4px #333;
	border-radius: 8px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(51%,rgba(225,225,225,1)), color-stop(100%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* W3C */
}#stacks_in_1619_float {
	float:left;
	width:33%;
}
#stacks_in_1622 {
	margin:  5px;
	padding:  5px;
}

#stacks_out_1622 {
	width: 90%;
}
/*
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.0.0
 * Simple Divider is a Free Stack for RapidWeaver allowing easy drag-and-drop of a simple divider with minimal customization options.
 */

#simpleDivider_stacks_in_1325 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_1325 .theDivider1, #simpleDivider_stacks_in_1325 .theDivider2 {width: inherit}
#simpleDivider_stacks_in_1325 .theDivider1 {
	border-top: solid 1px #CCCCCC;
	border-bottom: solid 1px #FFFFFF;
}
#simpleDivider_stacks_in_1325 .theDivider2 {
	height: 4px;
	background-color: #E0E0E0;
}

#stacks_in_1046 {
	padding:  10px;
}

#stacks_out_1046 {
	width: 250px;
	margin-right:0;
}
