#accordion-container {
	font-size: 13px;
	background: #ffffff;
	padding: 5px 10px 10px 0px;
	border: 0px solid #cccccc;
	/*-moz-border-radius: 5px;*/
	/*-webkit-border-radius: 5px;*/
	/*border-radius: 5px;*/
	
}
#estimator{
	width:100%;
}

#estimator  h2{
color:#ffffff;
margin-bottom:0px;
line-height:20px;
}
.accordion-header {
	font-size: 16px;
	background: #295279;
	margin: 5px 0 0 0;
	padding: 10px 2px 10px 20px;
	border: 1px solid #cccccc;
	cursor: pointer;
	color:#ffffff;
	/*-moz-border-radius: 5px;*/
	/*-webkit-border-radius: 5px;*/
	/*border-radius: 5px;*/
}
.accordion-header td{
padding-top:0px;
padding-bottom:0px;
}
                   
.active-header {
	/*-moz-border-radius: 5px 5px 0 0;*/
	/*-webkit-border-radius: 5px 5px 0 0;*/
	/*border-radius: 5px 5px 0 0;*/
	color: #CCCCCC;
	background: #000000;
	background-repeat: no-repeat;

}

.active-header:hover {
	background: #000000;
	background-repeat: no-repeat;
	color: #CCCCCC;

}

.inactive-header {
	/*background:url(/assets/images/tab-bg_10x30.jpg);*/
	background-repeat:repeat-x;
	color: 	#ffffff;

}

.inactive-header:hover {
	background:#295279;
	background-repeat: no-repeat;
	color: #000000;

}

.accordion-content {
	display: none;
	
	background:rgb(255, 255, 255);
	background-color:rgb(255, 255, 255);
	/*border: 1px solid #cccccc;*/
	border-top: 0;
	color:#333333;
	/*-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;*/
}
.accordion-content tr{padding:20px;}
.accordion-content tr a{display:inline-block;}
 /* #estimator input{
	background:#295279; 
	border: 1px solid #000000; 
	color: #FFFFFF;
	width: 30px;
	text-align:center;*/
}
#estimator input.dark{
	background:#FFFFFF; 
	border: 1px solid #cccccc; 
	color: #333333;
	width: 45px;
	text-align:left;
}