/*
Products Page Styles created 10/27/09 
*/

div.productsDiv {
	border-top: 2px dotted black;
	padding:5px 0;
	position:relative;
}
div.product a {
	display:block;
	width:150px;
	margin-left:70px;
}
div.product img {
	margin:10px 0;
	border:2px solid #003471;
}
div.product img.noborder {
	border:none;
}
div.productName {
	font-weight:bolder;
}
div.product {
	text-align:center;
	color:black;
	padding:10px;
	width:290px;
	float:left;
	display:inline;
}
.clear {
	clear:both;
}
#featuresLink {
	position:absolute;
	top:5px;
	right:10px;
}
.saleprice {
	font-weight:bold;
	color:red;
}
#liveperson {
	position:absolute;
	right:65px;
	top: 0px;
}
a.viewcart {
	
	width:50px;
	height:50px;
	
}
#buyersguide {
	position:absolute;
	display:block;
	height:76px;
	width:150px;
	background:url(../images/buyersguide.gif) no-repeat;
	left:730px;
	top:280px;
	text-indent:-9999px;
}