.steps {
	/*
	position: relative;
	left: -5px;
	*/
	padding: 0px 0px 5px 0px;
}
/* LEFT NAVIGATION STYLES */
.leftNav_shop_top {
	line-height: 4px;
	background: url('/common/images/bg/leftNav_shop_top.gif') no-repeat;
}
.leftNav_shop_mid {
	width: 148px;
	padding: 0px 9px 9px 9px;
	border-left: 2px solid #E5E5E5;
	border-right: 2px solid #E5E5E5;
}
.leftNav_shop_bot {
	line-height: 4px;
	width: 170px;
	background: url('/common/images/bg/leftNav_shop_bot.gif') no-repeat bottom;
}
.leftNav_shop_mid ul {
	border-top: 1px solid #E5E5E5;
	margin: 9px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	list-style-type: none;
}
.leftNav_shop_mid ul li {
	list-style-type: none;
	margin:0px 0px 0px 0px;
	padding: 3px 0px 3px 15px;
	border-bottom: 1px solid #E5E5E5;
	background-image: url("/images/shop/product_catalog_sub_arrow.gif");
	background-repeat: no-repeat;
	background-position: 0 .4em;
}
.leftNav_shop_mid ul li.expanded_nav {
	list-style-type: none;
	margin:0px 0px 0px 0px;
	padding: 3px 0px 3px 15px;
	border-bottom: 1px solid #E5E5E5;
	background-image: url("/images/shop/product_catalog_sub_down_arrow.gif");
	background-repeat: no-repeat;
	background-position: 0 .4em;
}
.leftNav_shop_mid ul li.indented_nav {
	list-style-type: none;
	margin:0px 0px 0px 10px;
	padding: 3px 0px 3px 15px;
	border-bottom: 1px solid #E5E5E5;
	background-image: url("/images/shop/product_catalog_sub_arrow.gif");
	background-repeat: no-repeat;
	background-position: 0 .4em;
}
.leftNav_shop_mid ul li a {
	text-decoration: none;
	font-weight: bold;
}

/* PRODUCT TABLE STYLES */
table.fullWidth {
	width: 730px;
}
table.halfWidth {
	width: 363px;
}
table.twoThirds {
	width: 484px !important;
}
table.oneThird {
	width: 234px !important;
}
table.threeFourths {
	width: 537px !important;
}
table.products {
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
table.products th {
	font-weight: bold;
	text-align: left !important;
	border-bottom: 1px solid #E5E5E5;
}
html> body table.products tr td {
 padding: 3px 0px 3px 0px;
}
table.products tr td {
	border-bottom: 1px solid #E5E5E5;
	text-align: center;
	padding: 3px 0px 3px 0px;
	font-size: 0.85em;
}
table.products tr td.firstCell {
	text-align: left !important;
	font-weight: bold;
	font-size: 0.85em;
}
table.products tr td.firstCell a {
	text-decoration: none;
	font-weight: bold;
}

table.products tr td.grid_text {
	font-size: 0.7em;
	font-weight: bold;
}