#for-future-reference {	font-size: 62.5%; /* Resets 1em to 10px */ }

/* .amazon-item-wrap is how CG-Amazon wraps an entire block of output -- it is a DIV tagged class */
.amazon-item-wrap span {display: block; }

/* .amazon-block is a UL tag that wraps a group of products.  each product is in an un-classed LI tag. */
/*.amazon-block { }*/

/* .amazon-item is a UL tag automatically added to wrap a SINGLE product, if you choose LI style item info tagging (rather than SPAN) */
.amazon-item
{
}

.amazon-item-wrap
{
}



/* these are the main table/row backgrounds for cgaindex.php */

tr.bgalt0 { background-color: #e8e8f8; }
tr.bgalt1 { background-color: #eeeeee; }

/* for dark-bg pages, try these instead of the two above:
tr.bgalt0 { background-color: #221a22; }
tr.bgalt1 { background-color: #333633; }
*/

/* from CGAINDEX.php */

#amaresult {
	font: italic 10px Times, serif;
	padding: 6px;
	margin: 10px;
	background-color: #bbffee;
	width: 50%;
}				



