#calculator-container {
	float:left;
	width:440px;
	padding-left:150px;
	overflow: hidden;
}

#calculator-leftcol {
	float: left;
	width: 150px;
	height:62px;
	background-image: url(../images/s_calculator.jpg);
	background-repeat: no-repeat;
	background-position: 9px;
	margin-left:-150px;
}

* html #calculator-leftcol {
	margin-left:-75px;
}

#calculator-rightcol {
	float: left;
	padding-left:15px;
	padding-right:15px;
	width:270px;
}

#calculator-rightcol h3 {
	margin:0px;
	padding:0px;
	font-weight:bold;
	font-size:11px;
	line-height:22px;
	background-image: url(../images/s_crumb_arrow.gif);
	background-repeat: no-repeat;
	background-position:0px -2px;
	margin-left:-15px;
	padding-left:15px;	
}

#calculator-rightcol h3 a {
	text-decoration:none;
	color:#333333;
}

#calculator-rightcol h3 a:hover {
	color:#274196;
}

#view-calc {
	background-image: url(../images/s_btn_arrowright.gif);
	background-repeat: no-repeat;
	background-position:0px -2px;
	padding-left:25px;
	margin-top:3px;
	height:20px;
}

#view-calc a {
	text-decoration:none;
	color:#333333;
	/* background-image: url(../images/s_dotted_line.gif); */
	background-repeat: repeat-y;
	padding-right:5px;
	background-position:right;
	font-size:10px;
	font-weight:bold;	
}

#view-calc a:hover {
	color:#274196;
}