/* PRODUCT TYPES */
#tollfree_banner {
	position: absolute;
	top: 130px;
	left: 10px;
	background: #492c0a;
	color: white;
	font-size: 13px;
	font-weight: normal;
	padding: 4px 0px 0px 0px;
	line-height: 10px;
	line-height: 15px;
	width: 170px;
	height: 21px;
	text-align: center;
}
#tollfree_banner .reg { font-size: 10px; vertical-align: top; }
#product_types_header {
	position: relative;
	font-size: 10px;
	width: 170px;
	height: 25px;
	border-top: 1px solid #9d9287;
	border-bottom: 1px solid #9d9287;
	padding: 5px 0px 0px 0px;
}
#product_types_header .view_by { position: absolute; top: 10px; left: 0px; }
#product_types_header .view_prod { position: absolute; top: 10px; left: 43px; padding: 0px 0px 0px 10px; }
#product_types_header .view_occ { position: absolute; top: 10px; right: 0px; padding: 0px 0px 0px 10px; }
#product_types_header .back_arrow { background: url( '/images/icons/arrow_small.gif' ) no-repeat 0px 3px; }
.product_types { list-style: none; padding: 0px; margin: 10px 0px 0px 0px; width: 170px; height: 475px; }
.product_types li {
	padding: 0;
	margin: 15px 0 0 0;
	width: 85px;
	height: 100px;
	float: left;
	font-size: 10px;
	text-align: center;
	text-transform: uppercase;
}
.product_types li a { }
.product_types img { border: none; }
.product_types .icon_no_border { border: none; }
#product_types_footer { position: absolute; top: 548px; left: 10px; font-size: 10px; width: 170px; height: 25px; }
#product_types_footer img { border: none; }
#product_types_footer .left { position: absolute; top: 0px; left: 30px; }
#product_types_footer .right { position: absolute; top: 0px; left: 105px; }
#product_types_footer .arrow { position: absolute; top: 8px; left: 75px; }

