#storecontent a img {
	border: none;
}

#storecontent {
	font-family: arial, sans-serif;
	margin:auto 50px; /* not for structure, but so content doesn't bleed to edge */
	width: auto;
}
#storecontent p {
	margin-top: 3px;
	margin-bottom: 5px;
}

#storecontent h2 {
	margin: 0px;
}

#sidebar {
	font-size: smaller;
}

#sidebar .header {
	background-color: #396;
	color: white;
	margin: 0px;
	padding: 3px;
	font-weight: bold;
}

/*
 * Product Display
 */
div.product_item {
	clear: both;
	margin-top: 15px;
}
div.product_item p {
	font-size: smaller;
}
div.productslist hr {
	clear: both;
	border-bottom: 2px solid #CCC;
}
div.product_actions {

}
div.product_item h2 {
	font-size: 120%;
}

a.pdf {
	background: transparent url(pdf.png) no-repeat top left!important;
	padding-left: 22px;
	padding-bottom: 2px;
}
a.sample {
	float: left;
	font-size: smaller;
}
span.price_and_cart {
	float: right;
}
span.price {
	font-weight: bold;
	}
	
div.smallcart {
	background-image: url(../images/animated_cart.gif);
	background-position: right;
	background-repeat: no-repeat;
	}
	
#faq dt {
text-decoration: underline;
color: #396;
cursor: pointer;
cursor: hand;

}
#faq dd {
margin: 0;
padding: 3px;
border: 2px solid #396;
border-top: none;
}


