#accordion-container {
	font-size: 13px;
	background: #ffffff;
	padding: 5px 10px 10px 10px;
	border-bottom: 1px solid #DBDBDB;
	-moz-box-shadow: 0 5px 15px #cccccc;
	-webkit-box-shadow: 0 5px 15px #cccccc;
	box-shadow: 0 5px 15px -4px #cccccc;
}

#accordion-container h5 {font-size:12px;}

.accordion-header {
	font-size: 12px;
	margin: 5px 0 0 0;
	padding: 5px 20px;
	border-top : 1px solid #cccccc;
	cursor: pointer;
	color: #cc3300 !important;
	text-decoration:underline;
}

.active-header {
	background: url(../images/icons/minusicon.png);
	background-repeat: no-repeat;
	background-position: 5px 11px;
	margin:15px 0 0 !important;
	padding:5px 0 5px 25px !important;
	border-right:1px solid #CCC;
	border-left:1px solid #CCC;
}

.active-header:hover {
	background: url(../images/icons/minusicon.png);
	background-repeat: no-repeat;
	background-position:5px 11px;
	padding:5px 0 5px 25px !important;
}

.inactive-header {
	background: url(../images/icons/plus-icon.png);
	background-repeat: no-repeat;
	background-position: 5px 11px;
	padding:5px 0 0 25px !important;
}

.inactive-header:hover {
	background: url(../images/icons/plus-icon.png);
	background-repeat: no-repeat;
	background-position:5px 11px;
	padding:5px 0 0 25px !important;
}

.accordion-content {
	display: none;
	padding:0 0 20px 24px;
	background: #ffffff;
	border: 1px solid #cccccc;
	border-top: 0;
	width:auto !important;
}
.accordion-content p {width:450px;}

.accordion-content .cost {margin:10px 0 10px 0; color:#336600; font-size:12px; font-weight:bold;}
.accordion-content .calculator td {font-weight:bold; color:#336600;}
.accordion-content .calculator td.price {font-weight:normal; color:#333;}
.accordion-content .calculator td.last {font-weight:bold !important;}

.accordion_menu {width:191px; border:1px solid #DBDBDB; padding:1px 0 0 0;}
.accordion_menu #accordion-container {
	font-size: 13px;
	background: #ffffff;
	padding:0;
	border-bottom: 0px solid #DBDBDB;
	-moz-box-shadow: 0 0px 0px #cccccc;
	-webkit-box-shadow: 0 0px 0px #cccccc;
	box-shadow: 0 0px 0px 0px #cccccc;
}

.accordion_menu #accordion-container h2 {font-size:12px;}

.accordion_menu .accordion-header {
	font-size: 12px;
	margin: 5px 0 0 0;
	padding: 5px 20px;
	border-top : 0px solid #cccccc;
	cursor: pointer;
	color: #cc3300 !important;
	text-decoration:underline;
	background-color:#d3e8d2 !important;
}

.accordion_menu .active-header {
	background: url(../images/icons/minusicon.png);
	background-repeat: no-repeat;
	background-position: 5px 11px;
	margin:0 !important;
	padding:5px 0 5px 25px !important;
	border-right:0;
	border-left:0;
}

.accordion_menu .active-header:hover {
	background: url(../images/icons/minusicon.png);
	background-repeat: no-repeat;
	background-position:5px 11px;
	padding:5px 0 5px 25px !important;
	margin:0 !important;
}

.accordion_menu .inactive-header {
	background: url(../images/icons/plus-icon.png);
	background-repeat: no-repeat;
	background-position: 5px 11px;
	padding:5px 0 5px 25px !important;
	margin:0 !important;
}

.accordion_menu .inactive-header:hover {
	background: url(../images/icons/plus-icon.png);
	background-repeat: no-repeat;
	background-position:5px 11px;
	padding:5px 0 5px 25px !important;
	margin:0 !important;
}

.accordion_menu .accordion-content {
	display: none;
	padding:0;
	background: #ffffff;
	border: 0px solid #cccccc;
	border-top: 0;
	width:auto !important;
}
.accordion_menu .accordion-content ul {padding:0; margin:0;}
.accordion_menu .accordion-content ul li {padding:5px 25px; margin:0; list-style:none; background:#edf3ed; border-top:1px solid #dbe6d5;}
.accordion_menu .accordion-content ul li:hover {padding:5px 25px; margin:0; list-style:none; background:#ddeadc; border-top:1px solid #b7c9b5;}
.accordion_menu .accordion-content ul li a {color:#cc3300;}
.accordion_menu .accordion-content ul li a:hover {color:#eb8a00;}