#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 a, .amazon-item a:hover
{
	display: block;
	margin: 0;
	padding: 0;
	margin-top: 8px;
	margin-bottom: 2px;
}

.amazon-item-wrap a:hover
{
	background: #223366;
}
/*.b-amazon is image */
/*.t-amazon is product title -- use CSS display: none; to hide the titles... */
/*span.t-amazon { display: none; }*/

/*.note-amazon is your custom note/meta-note/annotation from CGA admin interface */

/*.timestame-amazon is showing cache timestamps, only needed when showing pricing data */

/*.disclaimer is text disclaimer merging recommendation from amazon with additional text */

.disclaimer
{
	font: normal 9px Times, serif;
	color: #777777;
	border: 1px dotted #cccccc;
	margin: 8px 8px 8px 6px;
	padding: 2px;
	margin-top: 20px;
}

/*.support is text "Support <sitename>" output (optionally) before each amazon block */
.support
{
	padding:0;
	margin: 2px;
	margin-top: 10px;
	text-align: center;
	color: #3535d0;
	font: 0.75em Arial, sans-serif; /* DONT USE BOLDED FONT */
	border: 1px dotted #ccccee;
	background: white;
}

li.timestamp-amazon
{
	display: block;
	text-align: center;
	font: italic 7px Times, serif;
	color: #bbbbbb;
}

span.timestamp-amazon
{
	font: italic 7px Times, serif;
	color: #bbbbbb;
}

.amazon-item-wrap a
{
	text-decoration:none;
	display: block;
}

.float-amazon-block, .inline-amazon-block {
	display: block;
	width: 172px;
	border: 1px dashed #555599;
	padding: 5px;

	margin-top: 1px;
	margin-bottom: 1px;
/*
	float:left;
	margin-left: 0px;
	margin-right: 10px;
*/
	margin-left: 10px;
	margin-right: 4px;
	background: #fcfcff;
	text-align: center;
	list-style-type: none;
}

ul.amazon-block li {
	list-style-type: none;
	list-style-image: none;
/*	text-align: center;*/
}
/* THIS IS TO DISABLE THE BULLETING THAT KUBRICK SHOVES INTO YOUR FACE! */
ul.amazon-block li:before, #sidebar ul.amazon-block li:before {
	content: "";
}

ul ul.amazon-block .t-amazon, ul ul.amazon-block .b-amazon, ul ul.amazon-block .x-amazon  {
	display: block;
}

.inline-amazon-block { float:left; clear:none; }

.float-amazon-block {
	float:right;
	clear:right;
}

.float-amazon-block a, .float-amazon-block a span, .inline-amazon-block a, .inline-amazon-block a span
{
	color: #222255;
	text-decoration:none;
	display:block;
}

.float-amazon-block a:hover, .inline-amazon-block a:hover {
	color: #774444;
	text-decoration:none;
	background: #bbbbff;
	display:block;
}

.float-amazon-block .t-amazon, .float-amazon-block .x-amazon, .inline-amazon-block .t-amazon, .inline-amazon-block .x-amazon
{
	margin:0;
	padding:0;
	color: #aa6688;
	text-align: center; /* text align doesn't seem to work in this case! */
	font: normal 9px Arial, sans-serif;
}

.amazon-item-wrap .t-amazon-price
{
	text-align: center;
	padding-bottom: 4px;
	color: #4466c0;
	font: bold italic 9px Times, serif;
}

#cgarap .t-amazon-price
{
	text-align: left;
	font-size: 18px;
}


/*==========*/
/* handle the preview version... */
.preview .float-amazon-block {
	width: 100px;
	float: left;
	padding: 0;
	margin-bottom: 0;
	margin-top: 2px;
	margin-left: 0px;
	margin-right: 10px;
	border: none;
}

.preview .float-amazon-block .t-amazon {
	display: none;
}


/* 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%;
}				

.floatalink
{
	float: right;
	font: normal 9px Arial, sans-serif;
}
.floatalink a
{
	text-decoration: none;
}

/* to force the inline display of a li block to be list inlined, non float, etc. : */
.post .amazon-block li { display: inline; }
