#content{
	/*position:relative;*/
	z-index:999
}

#intro{
	padding:0 0 10px 64px;
	margin:0;
	background:url(img/icon-calculator.gif) no-repeat 4px 0
}


/* BEGIN: 1, 2, 3, Steps ================== */
#steps{
	margin:5px 0;
	padding:0;
	width:100%
}

#steps li{
	/*float:left;*/
	list-style:none;
	width:400px;
	margin:0;
	padding:5px 0 5px 24px;
	background-repeat:no-repeat;
	background-position:0 5px
}

#step1{
		background-image:url(img/number1.gif)
}

#step2{
		background-image:url(img/number2.gif)
}

#step3{
		background-image:url(img/number3.gif);
		/*line-height:13px;
		padding-top:2px !important*/
}

#steps li.disabled{
	background-position:0 -45px;
	color:#bbb
}
/* END: 1, 2, 3, Steps ================== */


#calculator{
	padding:6px 0;
	clear:both;
	background:url(img/rounded-bottom.gif) no-repeat bottom left
}

#calculator table{
	background:#003e1a url(img/rounded-top.gif) no-repeat;
	border-collapse:collapse;
	width:525px
}

#calculator tbody{
	background:#d9f0dd
}

#calculator tbody.disabled td{
	color:#6cad85
}

#calculator td{
	color:#0c2414;
	font-size:11px;
	padding:3px 2px
}

.even{
	background:#fff
}

#calculator label{
	cursor:help
}

.last-cell{
	text-align:right;
	padding-right:10px !important
}

#annual-membership-fee td{
	text-align:right;
	font-weight:bold
}

/* BEGIN: Table Header */
#calculator th{
	color:#fff;
	font-size:11px;
	padding-top:3px;
	padding-bottom:3px
}

#products-services{
	padding-left:6px
}

#non-members{
	width:65px
}

#members{
	width:65px
}

#annual-savings{
	padding-right:10px;
	text-align:right;
	width:60px
}
/* END: Table Header */

/* BEGIN: Table Footer */
#calculator tfoot{
	background:#003e1a
}

#calculator tfoot td{
	text-align:right;
	padding:10px 10px 5px 0;
	font-size:12px;
	font-weight:bold;
	color:#fff
}

#calculator tfoot button{
	border:0;
	width:101px;
	height:15px;
	padding:0 0 0 23px;
	color:#fff;
	font:normal 10px verdana;
	text-align:left;
	background:url(img/icon-refresh.gif) no-repeat;
	cursor:pointer;
	float:left
}

#calculator tfoot strong{
	text-transform:uppercase;
	font-size:10px;
	padding:0 7px 0 0;
	margin:0 3px 0 0;
	background:url(img/arrow-right.gif) no-repeat center right
}
/* END: Table Footer */


/* BEGIN: SuperNote v1.0beta2 ================== */
.fallback {/* "fallback" links for non-CSS supporting browsers. */
 display:none
}

/* Here's our default note styles. */
.notedefault{
	position:absolute;
	display: none;
	left:0;
	top:0;
	width:300px;
	margin:0;
	padding:0;
	font-size:10px
}

.notedefault dt{
	padding:25px 8px 0;
	margin:0;
	background:url(img/bubble-top.gif) no-repeat
}

.notedefault dd{
	padding:0 8px 7px;
	margin:0;
	line-height:12px;
	background:url(img/bubble-bottom.gif) no-repeat bottom left
}

.notedefault p{
	padding:0;
	margin:6px 0 0;
	line-height:12px;
	font-style:italic;
	color:#7f7c68
}

.disc1 {
	font-size: 12px;
	padding-left: 170px;
}


/* Some position-type-specific offset information. Tweak as needed! */
.snp-mouseoffset, .snp-triggeroffset, .snp-mousetrack {
 margin-left: 5px;
 margin-top: 15px;
}
/* END: SuperNote v1.0beta2 ================== */
