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

#estimator  h2{color:#ffffff;}
.accordion-header {
	font-size: 16px;
	background: #295279;
	margin: 5px 0 0 0;
	padding: 5px 20px;
	border: 1px solid #cccccc;
	cursor: pointer;
	color:#ffffff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
                   
.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 {

	padding: 20px;
	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;
}
  #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;
}