

#calc-head-shadow {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 7px;
	background: url(_gfx/affiliate-calculators-tool/calc-head-shadow.png) repeat-x 0 0;
}

/* #####  Calculator selection */

#calc-menu {
	position: absolute;
	top: 0;
	left: 0;
	overflow: auto;
	width: 200px;
	height: 358px;
	margin: 0;
	padding: 0;
	line-height: 1;
	background:#ededed;
	font-family:Helvetica,Arial,sans-serif;
}
	
	#calc-menu li {
		text-align:left;
	}

	#calc-menu a {
		display: block;
		padding: 13px 10px;
		color: #000;
		border-bottom: 1px dashed #c1c1c1;
		text-decoration: none;
	}
	#calc-menu a:hover {
		background: #f3f3f3;
	}
	#calc-menu a:focus,
	#calc-menu a:active {
		background: #ddd;
		outline: none;
	}
	
		#calc-menu a.last {
			border: none;
		}
	
	#calc-menu .selected a,
	#calc-menu .selected a:hover {
		margin-top: -1px;
		color: #fff;
		background: #333;
		border: 0;
	}

/* #####  Calculator */

#calc-container {
	height: 358px;
	padding-top: 1px;
	margin-left: 200px;
	border:0px solid;
}

.calc-step {
	float: left;
	width: 100%;
}

.calc-step-head {
		margin: 1px 1px 0;
		color: #515151;
		padding-top: 1px;
		background: url(_gfx/affiliate-calculators-tool/stack-horz-rep-bgs.png) repeat-x 0 -95px;
		border-width: 1px;
		border-style: none solid none;
		border-color: #d5d5d5;
		line-height: 18px;
		cursor: pointer;
		text-transform: uppercase;
	}
	
		.calc-step.disabled .calc-step-head {
			color: #b5b5b5;
			background-position: 0 -114px;
			border-color: #e7e7e7;
			cursor: default;
		}
		
		.calc-step-head em {
			padding-left: 15px;
			font-style: normal;
		}

.calc-step-body {
	overflow: auto;
	height :378px;
	padding: 10px 0px 10px 15px;
	border: 0px solid;
	text-align:left;
}

	.calc-step-body ul {
		display: block;
		float: left;
		width: 100%;
		+width: 95%;
		margin: 0 0 10px;
		padding: 0;
		list-style: none;
	}
	
		.calc-step-body li {
			margin-bottom: 0.3em;
		}
		
		.calc-step-body ul.minimal li {
			float: left;
			width: 180px;
			margin-right: 5px;
		}
		
		.calc-step-body ul.minimal li.clear {
			float: none;
			clear: both;
			width: 100%;
			margin-right: 0;
		}
		
		.calc-step-body ul.minimal3col li {
			float: left;
			width: 120px;
			margin-right: 5px;
		}
		
		.calc-step-body ul.minimal3col li.clear {
			float: none;
			clear: both;
			width: 100%;
			margin-right: 0;
		}
	
	.calc-step-body input.text,
	.calc-step-body select {
		width: 60%;
		/*height: 14px;*/
		padding: 0 1px;
		color: #222;
		background: #fff url(_gfx/affiliate-calculators-tool/stack-input.png) no-repeat 0 -46px;
		border: 1px solid #5b7f99;
		font-size: 11px;
		vertical-align: middle;
	}
	
		.calc-step-body ul.minimal input.text,
		.calc-step-body ul.minimal select {
			width: 70%;
		}
		
		.calc-step-body li.minimal input.text,
		.calc-step-body li.minimal select,
		.calc-step-body li.clear input.text,
		.calc-step-body li.clear select {
			width: 91px;
		}
	
	.calc-step-body input.checkbox,
	.calc-step-body input.radio {
		vertical-align: middle;
	}
	
	.calc-step-body div.button {
		text-align:right;
		padding:0 20px 0 0;
	}

h1.calc {
	+zoom: 1;
	clear: both;
	margin: 0 0 10px;
	color: #333;
	font-size:1.4em;
}

.calc-result h1 {
	clear: both;
	margin:0 10px 0.6em;
	font-size:1.4em;
}

.calc-result em {
	font-style:italic;
}

.calc-result strong {
	display:inline;
	font-weight:bold;
	font-size:2em;
}

.calc-result p {
	width:330px;
	margin:0 0 1em 10px;	
}	

.calc-result h2 {
	font-size:1.0em;
	background-color:#e5e5e5;
}

.calc-result span {
	display:block;
	padding: 3px 10px;
}


h2.calc {
	clear: both;
	margin: 0 0 5px;
	font-size:1.0em;
	background:none!important;
	padding-left:0!important;
	margin:0!important;
}

h3.calc {
	clear: both;
	margin: 0;
	font-size:1.0em;
}



/* #####  IE Fixes */

/* IE 6 */

	* html #calc-head-shadow {
		background-image: none;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled="true",
		src="img/calc-head-shadow.png",
		sizingMethod="scale");
	}

	/* Fix whole element not being clickable */
	* html .calc-step-head {
		height: 1%;
	}

/* IE 6 & 7 */

	* html .calc-step-body div.button,
	*+html .calc-step-body div.button {
		padding: 0;
	}
	
	/* Fix whole A elements not being clickable */
	* html #calc-menu .selected,
	*+html #calc-menu .selected {
		position: relative;
		top: -1px;
		margin-top: 0;
	}

