h1 {
	font-size: 2.5em;
	margin-bottom: 5px;
	line-height: 1.15em;
}

#interiorcontent div {
	height: auto;
}

#interiorcontent div.bettergrades a {
	font-weight: normal;
	color: #FEB913;
}

#interiorcontent div.headlineonly {
	padding: 30px;
	text-align: center;
}

#interiorcontent div#ratecard div {
	padding-top: 0px;
}

#interiorcontent div.planincludes {
	padding-left: 75px;
	height: 230px;
}

#interiorcontent div.planincludes div div {
	float: left;
	text-align: right;
	border-right: solid 1px white;
	padding-right: 35px;
}

#interiorcontent div.planincludes ul {
	float: left;
	margin-left: 25px;
	text-align: left;
}

#interiorcontent div.notready {
	height: 258px;
	background-image: url(..//www-aws-static.tutor.com/images/interior/pricing/pricing-3.png?v=2025-02-25);
	background-repeat: no-repeat;
	background-position: 500px 0px;
}

#interiorcontent div.notready div {
	margin-left: 125px;
	float: left;
}

.sbj_sliders_container {
	top: 50px;
	left: 200px;
	position: absolute;
	padding: 25px;
}

/*the slider background*/
.sbj_slider {
	width: 400px;
	height: 10px;
	margin: 35px;
	position: relative;
}

/*Style for the slider button*/
#interiorcontent #plan_calc .sbj_slider .ui-slider-handle {
	position: absolute;
	top: -6px;
	width: 20px;
	height: 20px;
	margin-left: -12px;
	/*background:url(..//www-aws-static.tutor.com/images/interior/pricing/calculator/pin.gif?v=2025-02-25);*/
	border-color: #aaa;
	border-radius: 10px;
}

/*remove slider's border*/
.ui-slider {
	border: none !important;
}

/*get rid of yellow border around knob*/
a {
	outline: none;
	-moz-outline-style: none;
}

/*fill slider with the color*/
#interiorcontent #plan_calc .ui-widget-header {
	background-image: none;
	background-color: #FCB748;
}

/*overwrites some properties for calculator sliders*/
#interiorcontent div#plan_calc div {
	height: 10px;
	padding: 0px;
}

#interiorcontent div#plan_calc {
	position: relative;
	height: 240px;
	padding: 25px 0 25px 0;
}

#interiorcontent #plan_calc div#grid {
	float: left;
	padding: 0;
	position: relative;
	height: auto;
	margin-left: -25px;
}

#interiorcontent #plan_calc div#header {
	width: 100%;
	text-align: right;
	padding-bottom: 15px;
}

.calc_header {
	font-weight: 900;
	font-family: "Arial Black", Arial, sans-serif;
	color: #A7A9AC;
	font-size: 14px;
}

#interiorcontent #plan_calc div#body {
	background: no-repeat url(..//www-aws-static.tutor.com/images/interior/pricing/calculator/sbj_picker_bkg.gif?v=2025-02-25);
	width: 685px;
	height: 240px;
}

#interiorcontent #plan_calc div#separator {
	float: left;
	background: url('..//www-aws-static.tutor.com/images/interior/pricing/calculator/sbj_picker_separator.gif?v=2025-02-25') no-repeat;
	height: 280px;
	width: 37px;
}

#interiorcontent #plan_calc div#formula {
	float: left;
	height: 240px;
	width: 250px;
}

.calc_header_font {
	text-align: center;
	font-size: 2em;
	color: #A7A9AC;
}

.calc_regular_font {
	text-align: center;
	font-size: 15px;
	color: #A7A9AC;
}

.calc_regular_font_orange {
	text-align: center;
	font-size: 15px;
	color: #FCB748;
}

#interiorcontent #plan_calc div#formula #calc_hours {
	font-weight: bold;
	color: #FCB748;
}

#interiorcontent #plan_calc div#formula #calc_dollars {
	font-weight: bold;
	color: #FCB748;
}

#interiorcontent div div#subjectscontainer {
	text-align: right;
	width: 150px;
	padding-top: 50px;
}

#subjectscontainer div {
	margin-bottom: 35px;
}

	#subjectscontainer div a {
		text-decoration: none;
		color: #A5A2A5;
		cursor: pointer;
	}

.ui-tooltip.ui-widget {
	color: #999;
	font-family: 'Trebuchet MS', Arial;
	font-size: 15px;
	border: solid 1px #F39F61;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 10px;
}