
/* Book List Item Control*/
table.bookListItemContainerOuter			{ width:100%; }
td.bookListItemContainerOuter				{ }
table.bookListItemContainer					{ width:100%; border-bottom:solid 1px #eeeeee; padding:10px 0px 0px 3px; }
div.bookListItemImage						{ }
td.bookListItemImage						{ vertical-align:top; width:1%; }
div.bookListItemInfo						{ }
td.bookListItemInfo							{ vertical-align:top; }
div.bookListItemControls					{ width:150px; border:dashed 0px #eeeeee; }
table.bookListItemControls					{ margin-left:auto; margin-right:0px; }
td.bookListItemControls						{ vertical-align:top; text-align:right; width:120px; padding-bottom:10px; }
td.bookListItemPanelButton					{ padding-bottom:2px; text-align:right; }

table.bookListItemInformation				{ font-family:tahoma; font-size:8pt; width:100%; }
td.bookListItemAuthors						{ font-weight:bold; }
td.bookListItemPublic						{ text-align:right; font-weight:bold; color:#aa4444; padding-right:10px; font-style:italic; }
td.bookListItemTitle						{ font-weight:bold; }
td.bookListItemDescription					{ padding-right:5px; }
a.bookListItemDescriptionLink				{ text-decoration:none; color:#000000; }
td.bookListItemNarrators					{ color:#888888; }
td.bookListItemCategories					{ color:#aaaaaa; }

a.bookListItemAuthorLink					{ color:#000000; text-decoration:none; }
a.bookListItemNarratorLink					{ color:#888888; text-decoration:none; }
a.bookListItemCategoryLink					{ color:#888888; text-decoration:none; }
a.bookListItemTitleLink						{ color:#000000; text-decoration:none; }


