#content {
	margin: 0px;
	border: none;
	padding: 0px 40px;
	float: none;
	width: 910px;
	_width: 900px;
}
#sidebar {
	display: none;
}
#howbox {
	width: 910px;
	margin: 0px;
	padding: 0px;
	height: 500px;
}
.howboxtop {
	height: 20px;
	background-image: url(../images/howbox_top.png);
	background-position: top;
	background-repeat: no-repeat;
	padding: 0px 15px;
	margin: 0px;
}
.howboxtop a {
	display: block;
	float: left;
	height: 20px;
	width: 110px;
	font-size: 18px;
	line-height: 20px;
	padding: 0px;
	margin: 0px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background-image: url(../images/howbox_nav.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.howboxtop a.selected {
	color: #333333;
	background-position: 0px -20px;
}
.howboxtop a:hover {
	color: #333333;
	background-position: 0px -20px;
}
.howboxcontent {
	padding: 15px;
	height: 400px;
	margin: 0px;
	background-image: url(../images/howbox_bottom.png);
	background-position: bottom;
	background-repeat: no-repeat;
}
.howboxcontent td.nav a {
	display: block;
	width: 180px;
	height: 50px;
	background-image: url(../images/howbox-buttons.png);
	background-repeat: no-repeat;
	text-align: center;
	line-height: 50px;
	font-size: 20px;
	color: #ffffff;
	text-decoration: none;
	background-position: 0px 0px;
}
.howboxcontent td.nav a:hover {
	color: #333333;
	background-position: 0px -50px;
}
.howboxcontent td.nav a.next {
	float: right;
	background-position: -180px 0px;
}
.howboxcontent td.nav a.next:hover {
	background-position: -180px -50px;
}
.autoHide {
	display: none;
}
table.ordersummary {
	border: solid 1px #D7D4D4;
	background-image: url(../images/howbox_bottom.png);
	background-position: bottom center;
	background-repeat: no-repeat;
}
table.ordersummary tr.toprow {
	background-color: #D7D4D4;
	color: #253971;
}