/*#how_calculatorGroup {
	margin-top: 45px;
	background: red;
} */

#contentArea div#contentWrapper ul#tocTutorialsList li, .tocIconButton {
	padding-bottom: 65px;
}

/* ==================== IE 6 ==================== */
.ie6 #contentArea div#contentWrapper ul#tocTutorialsList li, .tocIconButton {
	padding-bottom: 15px;
}

.ie6 #contentArea div#contentWrapper ul#tocTutorialsList li p {
	height: 85px;
}

.ie6 #contentArea div#contentWrapper ul#tocTutorialsList li p.hasCalculator {
	width: 79px;
	word-wrap: break-word;
    _white-space: pre; /* IE hack to re-specify in addition to word-wrap */
}

/* ==================== IE 8 ==================== */

.ie8 #contentArea div#contentWrapper ul#tocTutorialsList li {
	height: 225px;
}

.ie8 #contentArea div#contentWrapper ul#tocTutorialsList li p {
	height: 135px;
}

.ie8 #contentArea div#contentWrapper ul#tocTutorialsList li p.hasCalculator {
	width: 78px;
	word-wrap: break-word;
    _white-space: pre; /* IE hack to re-specify in addition to word-wrap */
}

