.itemListing {
	position: relative;
	overflow: visible;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 9px;
	display: block;
	float: left;
}
.itemListing img {
}
.itemListing h1{
	font-family: "trebuchet MS", verdana, Arial, sans-serif;
	letter-spacing: -1.5px;

}
.itemListing h1, h2, h3, h4, h5 {
	font-family: "trebuchet MS", verdana, Arial, sans-serif;
	letter-spacing: -1.5px;
}
.itemListing h2 {
	font-family: "trebuchet MS", verdana, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
}
.itemListing h3 {
}
.itemListing h4{
}
.itemListing a {
}
.itemListing .mfgName {
	text-align: right;
	position: absolute;
	top: 9px;
	right: 9px;
	font-weight: bold;
	color: #E33536;
}
.itemListing p {
	padding: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	width: 450px;
	right: 0px;
	float: right;
	font-size: .85em;
}


.itemListing a:hover {
}
.itemListing a img {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 0px;
	border: 2px solid #666666;
}
.itemListing .freeShip {
	float: right;
	height: auto;
	width: auto;
}
.itemListing ul {
	width: 150px;
	list-style-type: none;
	display: block;
	float: left;
	height: auto;
	margin-top: 8px;
	position: relative;
	min-height: 100px;
}
.itemListing ul li {
	font-size: 12px;
	background-image: url(../img/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 9px;
}
.itemListing .sku {
	font-weight: bold;
	color: #000000;
	display: inline;
	position: absolute;
}
.itemListing .price {
	font-weight: bold;
	text-align: right;
	display: block;
}

.itemListing ul img {
	margin: 0px;
	padding: 0px;
}
.last {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	display: block;
	clear: both;
	margin-right: 5%;
	margin-left: 5%;
}
.clearer {
	float: none;
}

