@charset "utf-8";

#costscalculator h2 {
	font-family: "Times New Roman", Times, serif;	
	color: #000;
	font-size: 2.0em !important; /*30px*/
	font-weight: normal;
	letter-spacing: 0.01em;

	margin: 0 0 0.65em 0;
	padding: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d6d6d6;
	
	background:none !important;
}


#costscalculator p {
	margin: 0 0 0.5em 0 !important;
}

#costscalculator p.question {
	margin: 0 0 0.4em 0 !important;
	font-size:1.3em;
}

#costscalculator p.title {
	font-weight:bold;
}

#costscalculator ul {
	width:100%;
	height:auto;
	margin:0 0 1.9em 1em !important;
	padding:0;
	overflow:hidden;

	list-style: none;
}

#costscalculator li {
	font-size: 1.5em;
	font-weight:normal;

	display:inline;
	float:left;
	margin: 0 !important;
	padding: 0;
}

#costscalculator li a {
	display: block;
	border:none;
	padding: 7px 7px;
	color:#434343;
	cursor:pointer;
}

#costscalculator li a:hover {
	background-color: #ccc;
	color:black;
}



#costscalculator #apts {
	width:100%;
	overflow:hidden;
	margin: 1em 0 0 1em;
}


#costscalculator #apts .apartments {
	float: left;
	border: 1px solid  #eeeeee;
	width: 21%;
	padding: 8px;
	margin: 0 2px 0 0;
	cursor:pointer;
	height:14em;
}

#costscalculator #apts .apartments p {
	font-size: 0.9em;
	color: #434343;
	text-align: left !important;
	margin: 1em 0 0 0 !important;
}

#costscalculator #apts .apartments .description {
	height: 11.5em;
}

#costscalculator #apts .apartments .price {
	font-weight: bold;
}

#costscalculator #apts .apartments p.header {
	font-size: 1.2em;
	font-weight: bold;
	text-align: center !important;
	background-color:#eeeeee;
	color: #181818;
	margin: 0 0 0.8em 0 !important;
}



#costscalculator .normal {
	background-color: #fefefe;
}


#costscalculator .selected {
	background-color: #dfdfdf;
}

#costscalculator .over {
	background-color: #dcdcdc;
}

#costscalculator .subtotal 	{	
	margin: 2em 0 0 0 !important;
	padding: 1em;
}

#costscalculator .subtotal .subtotalheader {
	border-bottom: 1px #ccc solid;
	padding-bottom:3px;
}

#costscalculator .subtotal .subtotalheader strong {
	color:black;
	font-size: 1.8em;
}


#costscalculator .subtotal p {
	font-size: 1.2em;
}


#costscalculator .subtotal p.totaldescription {
	font-size: 0.9em;
	color: #999;
}

#costscalculator .subtotal p.totaldescription strong {
	font-size: 1em !important;
	color:#434343;
}

#costscalculator #calculatortotal {
	font-size:1.4em;
	color: black;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:2em;
	
	padding:2px;
	text-align:center;
	
	border-top: 2px #000 solid;
	border-bottom: 2px #000 solid;
}

#costscalculator #calculatortotal strong {
	font-size: 3em;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
}

#costscalculator #calculatortotal p {
	text-align:center;
}


#costscalculator #calculatortotal p.title {
	font-size: 1.8em;
	font-weight:bold;
	margin:0 !important;
}

#costscalculator #calculatortotal p.description1 {
	font-size: 1em;
	font-weight:bold;
	margin:0.4em 0 !important;
	color:black;
}

#costscalculator #calculatortotal p.description2 {
	font-size: 0.8em;
	font-weight:normal;
	margin:0 !important;
	color:#434343;
}

@media print {
	#costscalculator .selected {
		font-weight:bold;
	}

	#costscalculator .normal {
		display:none;
	}


#costscalculator .subtotal 	{	
	margin: 0.5em 0 0 0 !important;
	padding: 0.5em;
}


#costscalculator .subtotal .subtotalheader strong {
	font-size: 1em;
}


#costscalculator .subtotal p {
	font-size: 1em;
}


#costscalculator #calculatortotal {
	font-size:1.2em;
}

#costscalculator #calculatortotal strong {
	font-size: 2.5em;
}


#costscalculator h2 {
	font-size: 1.3em !important; /*30px*/
	font-weight:bold;
}


#costscalculator #apts {
	width: 100%;
}

#costscalculator #apts .apartments {
	height:auto;
	width:100%;
}
#costscalculator #apts .apartments .description {
	height: auto;
}

#costscalculator ul {
	margin:0 0 0 0 !important;
}

}