
/*  UNIVERSAL STYLES */

body
{
	background-color: #918398;
	margin: 0px 0px 0px 0px;
	text-align: center;
	background-image: url(http://www.betweenthecovers.com/_gr/_universal/floor_bg_graphic.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

div.main_holder
{
	position: relative;
	margin: 0 auto;
	width: 760px;
	text-align: left;
	margin-top: 0px;
}

form
{
	margin:0;
}

img.layout_image
{
	display: block;
}

table
{
	padding: 0;
}

img.inline_img_left
{
	display: inline;
	float: left;
	border: 1px solid #9eb18d;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 10px;
}

img.inline_img_right
{
	display: inline;
	float: right;
	border: 1px solid #9eb18d;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
}

a
{
	text-decoration: underline;
	color: #222;
}

a:hover
{
	text-decoration: underline;
	color: #cc0000;
}

p
{
	font-family: "trebuchet ms", trebuchet, sans-serif;
	font-size: 12px;
	margin: 0;
	line-height: 1.2em;
}

ul
{
	font-family: "trebuchet ms", trebuchet, sans-serif;
	font-size: 12px;
	margin: 0;
}

span.btc_signed, span.btc_inscribed {
	text-decoration:underline;
	font-weight:bold;
}

span.btc_citation {
	font-style:italic;
}

/*  TOP NAV STUFF  */

div.top_nav
{
	height: 17px;
	position: relative;
	margin: 0 auto;
	width: 730px;
}

p.top_nav
{
	font-family: "Arial", sans-serif;
	font-size: 10px;
	color: #ffffff;
	text-align: right;
	margin-top: 4px;
	margin-bottom: 0px;
}

a.top_nav
{
	text-decoration: none;
	color: #ffffff;
	padding-left: 2px;
	padding-right: 2px;
}

a.top_nav:hover
{
	text-decoration: underline;
	color: #ffffff;
	padding-left: 2px;
	padding-right: 2px;
}


/*  HEADER STUFF  */

div.main_header
{
	margin: 0 auto;
	width: 748px;
}

div.main_content_holder
{
	width: 760px;
	position: relative;
	margin: 0 auto;
	height: 200px;
}

div.main_content_holder_2
{
	width: 760px;
	position: relative;
	margin: 0 auto;
	/*background-color: yellow; */
}

div.main_content_holder_3
{
	width: 760px;
	position: relative;
	margin: 0 auto;
	height: 100px;
	clear: both;
}


div.header_shadow
{
	display:none;
	margin: 0 auto;
	padding: 0;
	width: 748px;
	font-size: 1px;
	height: 8px;
	background-image: url(http://www.betweenthecovers.com/_gr/_universal/header_desk_shadow.png);
}


/*  MAIN NAV STUFF  */

div.main_nav
{
	position: relative;
	margin: 0 auto;
	width: 751px;
	height: 38px;
	background-image: url(http://www.betweenthecovers.com/_gr/_universal/header_front_desk_with_shad.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

img.main_nav_left
{
	padding-left: 15px;
	padding-top: 7px;
	padding-bottom: 0px;
	display: block;
}

img.main_nav
{
	padding-left: 15px;
	padding-top: 7px;
	padding-bottom: 0px;
	display: block;
}

img.main_nav_right
{
	padding-left: 15px;
	padding-top: 7px;
	padding-bottom: 0px;
	display: block;
}

input.main_nav_keyword_field
{
	width: 134px;
	height: 16px;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #232323;
	margin-top: 4px;
	margin-left: 14px;
	border: 1px solid #cbc5bf;
	border-right: 0;
	padding:0;
	padding-left:2px;
	display:block;
}

input.main_nav_submit_image
{
	margin-top: 4px;
	padding:0;
	margin-left:3px;
	display:block;
}

img.main_nav_end
{
	padding-left: 10px;
	padding-top: 7px;
	padding-bottom: 0px;
}

form.main_nav_search
{
	margin: 0;
	padding: 0;
}

table.main_nav
{
	margin: 0;
}


/*  MODULE STUFF  */

p.module_sign_face
{
	font-size: 14px;
	font-weight: bold;
	padding: 2px 5px;
	text-transform: lowercase;
	margin: 0;
}

p.module_introduction
{
	text-transform:lowercase;
	font-family: "trebuchet ms", trebuchet, sans-serif;
	color:#343455;
	font-variant:small-caps;
	font-size: 12px;
	padding: 3px 5px 5px 5px;
	line-height: 1.1em;
	line-height:.9em;
}

div.module_content_holder {

}

div.module_content_item
{
	margin-top: 10px;
	border-bottom: 1px dotted #999999;
}

table.module_content_item
{
	padding-bottom: 8px;
}

td.module_content_item_left
{
	vertical-align: top;
}

td.module_content_item_right
{
	vertical-align: top;
}

div.module_content_image_left
{
/*
	width: 75px;
	overflow: hidden;
*/
}

img.module_content_image_left
{
	padding-right: 10px;
	padding-left: 5px;
}

p.module_content_title
{
	font-size: 10px;
	font-weight: normal;
	font-style: italic;
	padding-right: 5px;
}

a.module_content_title
{
	color: #000000;
	text-decoration: none;
}

a.module_content_title:hover
{
	color: #000000;
	text-decoration: underline;
}

p.module_content_author
{
	font-size: 11px;
	font-weight: bold;
	padding-right: 5px;
}

a.module_content_author
{
	color: #8c1515;
	text-decoration: none;
}

a.module_content_author:hover
{
	color: #8c1515;
	text-decoration: underline;
}


/*  POPUP MENU STUFF  */

div.popups
{
	position: absolute;
	background-color: #e9e9e9;
	border-bottom: 4px solid #7a7062;
	border-left: 2px solid #a39688;
	border-right: 3px solid #a39688;
	visibility: visible;
	padding:4px 0;
	z-index: 10000;
}

div.popups#popup_authors
{
	left: 6px;
	top: 30px;
}

div.popups#popup_categories
{
	left: 76px;
	top: 30px;
}

div.popups#popup_reference
{
	left: 170px;
	top: 30px;
}

div.popups#popup_catalogs
{
	left: 264px;
	top: 30px;
}


div.popups#popup_games
{
	left: 400px;
	top: 30px;
}


table.popup_table
{
	margin-bottom:-2px;
	margin-top:-2px;
	padding-right: 10px;
}

tr.popup_table_row
{
	display: table-row;
	height: 18px;
}

td.popup_table_cell
{
	white-space: nowrap;
	vertical-align: top;
	height: 18px;
}

p.popup_item
{
	font-family: "trebuchet ms", trebuchet, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color: #454545;
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
}

a.popup_item
{
	color: #454545;
	text-decoration: none;
}

a.popup_item:hover
{
	color: #232323;
	text-decoration: underline;
}

div#debug_div
{
	position: absolute;
	left: 300px;
	top: 300px;
	color: yellow;
}



/*  FOOTER STUFF  */


table.btc_footer
{
	width: 100%;
	padding-bottom:8px;
}

table.btc_footer p
{
	font: bold 10px arial, "trebuchet ms", trebuchet, sans-serif;
	text-transform: uppercase;
	color: #444;
}

td.btc_footer_left
{
	text-align: left;
	width: 40%;
}

td.btc_footer_middle
{
	text-align: center;
	width: 29%;
}

td.btc_footer_right
{
	text-align: right;
	width: 29%;
}

table.btc_footer a
{
	text-decoration: none;
	color: #444;
}

table.btc_footer a:hover
{
	text-decoration: underline;
	color: #600;
}


/*  FOOTER  */

div.btc_footer
{
	position: relative;
	left: 0px;
	top: 130px;
	width: 100%;
}



/*        CATEGORY PAGE CSS        */
/*   updated 4-29 by steve @2a.m.  */

table.cat_results
{
	width: 510px;
	margin-top: 10px;
	margin-left: 8px;
}

td.cat_results_cell_1
{
	width: 170px;
	height: 100px;
	vertical-align: top;
}

td.cat_results_cell_2
{
	width: 170px;
	height: 100px;
	background-color: #fcfafb;
	border: 1px solid #dedbdc;
	vertical-align: top;
}

div.cat_result
{
	margin: 5px;
}

img.cat_results_image
{
	float: left;
	display: block;
	padding-right: 5px;
	padding-bottom: 5px;
}

p.cat_results_author
{
	padding-top: 3px;
	font-size: 11px;
	font-weight: bold;
}

a.cat_results_author
{
	color: #8c1000;
	text-decoration: none;
}

a.cat_results_author:hover
{
	color: #8c1000;
	text-decoration: underline;
}

p.cat_results_title
{
	padding-top: 3px;
	padding-left: 5px;
	padding-right: 5px;
	font-style: italic;
	font-size: 11px;
	font-weight: normal;
}

a.cat_results_title
{
	text-decoration: none;
}

a.cat_results_title:hover
{
	text-decoration: underline;
}

p.cat_results_price
{
	text-align: right;
	padding-top: 3px;
	color: #9d291c;
	padding-right: 5px;
	clear:both;
}

span.cat_results_price_old
{
	text-align: right;
	padding-top: 3px;
	text-decoration: line-through;
	color: black;
	padding-right: 5px;
}

span.cat_results_price_discount
{
	text-align: right;
	color: #a3380d;
	padding-right: 5px;
	background-color: #ffd8a3;
}

div.cat_results_padding
{
	height: 200px;
}


/*  SEARCH FILTER FORM STUFF  */

table.search_filter_form
{
	height: 36px;
	width: 510px;
	margin: 0 0 0 14px;
}

form.search_filter_form
{
	margin: 0;
	padding:0;
}

td.sff_left
{
	width:247px;
	text-align: left;
}

td.sff_right
{
	width:257px;
	text-align: left;
}

p.sff_label
{
	font-weight: bold;
	font-size: 11px;
	margin:0;
	padding:0;
}

select.sff_pulldown
{
	font-family: "Trebuchet MS", sans-serif;
	font-size: 10px;
	width:134px;
	padding:0;
	margin:0;
}

input.sff_submit
{
	font-family: "Trebuchet MS", sans-serif;
	font-size: 10px;
	padding:0;
	margin:0;
	margin-left:2px;
	position:relative;
	top:4px;
}

p.search_results_empty
{
	margin: 0;
	padding: 15px 10px 200px 10px;
}

span.search_results_empty_kw
{
	font-weight: bold;
	color: #9b4e89;
	font-style: italic
}


/*  MULTI-PAGE NAV STUFF  */

form {
	margin:0;
}

table.sf_mpn {
	width: 510px;
	margin: 7px 8px;
	font-size: 11px;
	background-color:#fcfafb;
	border:1px solid #ebe9ea;
	clear:both;
}

td.sf_mpn_left
{
	width: 110px;
	text-align: left;
	white-space: nowrap;
	padding-left:5px;
}

td.sf_mpn_center
{
	width: 230px;
	text-align: center;
}

td.sf_mpn_right
{
	width: 130px;
	text-align: right;
	white-space: nowrap;
	padding-right:5px;
}

p.sf_mpn
{
	font-size: 11px;
}

a.sf_mpn_nav
{
	margin: 0 2px;
	text-decoration: none;
	color: #802222;
}

a.sf_mpn_nav:hover
{
	margin: 0 2px;
	text-decoration: underline;
	color: #802222;
}

span.sf_mpn_nav_selected
{
	font-weight: bold;
	margin: 0 2px;
}

input.sf_mpn_btc_page
{
	width: 24px;
	font: 11px "Trebuchet MS", sans-serif;
}

input.sf_mpn_btc_page_go
{
	font: 10px "Trebuchet MS", sans-serif;
	padding:0;
	margin:0;
	margin-left:3px;
	position:relative;
	top:3px;
}



/*  TOP MODULE CATEGORY FEATURE STUFF  */

table.cat_feat_holder
{
	margin: 8px 0 0px;
	width: 470px;
	line-height: 1em;
}

td.cat_feat_holder_left
{
	width:170px;
}

td.cat_feat_holder_right
{
	width:300px;
}

div.cat_feat_txt
{
	position:relative;
	top:-2px;
	overflow: auto;
	height: 76px;
	background-color: #e1ebde;
	margin: 0 5px 0;
	border: 1px solid #96b5a5;
}

p.cat_feat_txt
{
	font-size: 11px;
	margin:2px 5px 0;
	line-height: 1.3em;
}

table.cat_feat_prod
{
}

td.cat_feat_prod
{
}

img.cat_feat_prod
{
	float: left;
	margin:0 7px 0 7px;
	border:0;
}

p.cat_feat_prod_auth
{
	font-size: 11px;
	font-weight: bold;
	color: #af393e;
	margin-bottom:3px;
	margin-left:4px;
	line-height:1em;
}

a.cat_feat_prod_auth
{
	color: #af393e;
	text-decoration: none;
	font-weight: bold;
}

a.cat_feat_prod_auth:hover
{
	color: #af393e;
	text-decoration: underline;
	font-weight: bold;
}

p.cat_feat_prod_ttl
{
	font-size: 11px;
	font-style: italic;
	line-height:1em;
	margin-left:4px;
}

a.cat_feat_prod_ttl
{
	text-decoration: none;
}

a.cat_feat_prod_ttl:hover
{
	text-decoration: underline;
	color: #000;
}

div.cat_feat_prod_nav
{
	height: 16px;
	width: 120px;
	margin-top: 8px;
	text-align: right;
}

div.cat_feat_prod_group_slider
{
	position: absolute;
	top: 0px;
}

div.cat_feat_prod_group
{
	position: relative;
	top: 6px;
	overflow: hidden;
	width: 160px;
	height: 70px;
	margin: 0;
}

/*  RELATED REFERENCE STUFF  */

div#search_related_reference_content
{
	background-color:#efefef;
	padding-bottom:5px;
	padding-top:3px;
}

div.relref_items
{
	padding-top:4px;
	margin-left:0;
}

div.relref_item
{
	padding-top:4px;
	margin-left:8px;
}

table.relref_item
{
	clear:both;
	width: 100%;
}

td.relref_item_year
{
	width: 39px;
	vertical-align: top;
}

p.relref_item_year
{
	font-size: 12px;
	font-weight: bold;
	color: #555;
}

td.relref_item_text
{
	width: 100px;
	vertical-align: top;
}

p.relref_item_title
{
	color: #454545;
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	margin: 0 6px 0 0;
	line-height:1.1em;
	padding-bottom:1px;
}

a.relref_item_title
{
	color: #454545;
	text-decoration: none;
}

a.relref_item_title:hover
{
	color: #232323;
	text-decoration: underline;
}

p.relref_item_author
{
	color: #9d2022;
	font-size: 11px;
	font-weight: normal;
	line-height:1em;
	padding-bottom:1px;
	margin: 0 6px 0 0;
}

a.relref_item_author
{
	color: #9d2022;
	text-decoration: none;
}

a.relref_item_author:hover
{
	color: #9d2022;
	text-decoration: underline;
}

div.relref_image_row
{
	margin-top: 5px;
	margin-bottom: 5px;
}

table.relref_image_row
{
	border-top: 1px solid #a3a3a3;
	border-bottom: 1px solid #a3a3a3;
	width:100%;
	background-color:#fff;
}

td.relref_image_left
{
	width:50%;
	vertical-align: middle;
	text-align: center;
}

td.relref_image_right
{
	width:50%;
	vertical-align: middle;
	text-align: center;
}

img.relref_image_left
{
	margin:8px auto;
}

img.relref_image_right
{
	margin: 8px auto;
}

p.relref_item_nomatches
{
	color: #645;
	font: italic 10px 'trebuchet ms', trebuchet, sans-serif;
	margin: 0;
	line-height: 1.2em;
	padding:4px 0;
	float:left;
	border-bottom: 1px solid #999;
	margin-bottom:3px;
	margin-left:4px;
}

div.relref_page_nav
{
	background-color: #efefef;
	text-align: right;
	padding:8px 8px 2px;
}

div.relref_loading
{
	text-align: center;
	margin-top: 10px;
	margin-bottom: 8px;
}


/*  ARTICLES STUFF  */

div.art_hldr
{
	overflow: auto;
	height: 125px;
	width: 246px;
	margin-left: 1px;
	margin-top: 8px;
	background-color: #F9F6F2;
}

/* added 7/14/09  category page override for article mod accordion expansion in-line styles */
div.category_article_list_module_holder div.art_hldr {
	height:124px;
}
div.category_article_list_module_holder div.accordion_headings, div.item_on_collecting_module_holder  div.header_highlight {
	width:218px;
	background-color:#729A7D;
}
/* end 7/14/09 mods */

div.art_item
{
}

table.art_row
{
	width: 224px;
}

td.art_row_left
{
	width: 12px;
	vertical-align: top;
	text-align: left;
}

p.art_row_left
{
	color: #442800;
	font-weight: bold;
	font-size:16px;
	margin: 0 7px 0 3px;
	padding: 4px 0 4px;
	width: 8px;
	line-height:.6em;
}

td.art_row_right
{
	width: 208px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #DDC5AB;
}

p.art_row_right
{
	font-size: 12px;
	color: #5d4832;
	font-style: italic;
	margin: 0;
	margin-right:5px;
	padding: 5px 0;
	font-weight: bold;
}

a.art_title
{
	color: #5d4832;
	text-decoration: none;
}

a.art_title:hover
{
	color: #170F06;
	text-decoration: underline;
}


/*  STAFF PICKS STUFF  */

table.sp_holder
{
	width: 410px;
	margin: 6px 0;
}

td.sp_item
{
	width: 130px;
	vertical-align: top;
}

div.cat_sp_content_group_slider
{
	position: absolute;
	top: 0px;
}

div.cat_sp_content_group
{
	position: relative;
	overflow: hidden;
	width: 400px;
	margin-left: 0;
	margin-bottom: 3px;
	top: 3px;
	height: 103px;
}

div.cat_sp_content_nav
{
	height: 16px;
	width: 400px;
	padding-top: 4px;
	text-align: right;
}

/* NEW STUFF TO ADDRESS STAFF PICKS AS CODED IN HTML */

table.sp_holder
{
	width: 400px;
	margin: 10px 0 0 ;
	padding-left:10px;
}

td.sp_item 
{
	width:110px;
}

p.cat_sp_prod_auth
{
	margin-right:8px;
	line-height: 1.1em;
	margin-bottom: 3px;
}

p.cat_sp_prod_auth a.cat_sp_prod_auth 
{
	color: #900;
}

a.cat_sp_prod_auth 
{
	text-decoration:none;
}

a.cat_sp_prod_auth:hover 
{
	text-decoration: underline;
}

p.cat_sp_prod_ttl
{
	margin-right:8px;
	font-style:italic;
	line-height: 1.1em;
}

a.cat_sp_prod_ttl
{
	text-decoration:none;
}

a.cat_sp_prod_ttl:hover
{
	color:#333;
	text-decoration: underline;
}

td.sp_item img
{
	border:none;
	float:left;
	margin-right: 6px;
	padding-bottom:4px;
}

/*  END OF NEW STUFF  */


/*  BEGIN MODULE CSS  */

div.category_results_module_holder
{
	width: 542px;
	position: relative;
		}

div.category_results_module_begin
{
	position: absolute;
	left: 0px;
	top: 0px;
}


div.category_results_module_top
{
	position: relative;
	width: 536px;
	margin-left: 3px;
	height: 42px;
	border-bottom: 2px solid #454545;
}

table.category_results_module_sign
{
	position: absolute;
	top: 0px;
	right: 10px;
	z-index: 10;
	margin: 0;
	height: 24px;
}

td.category_results_module_sign_face
{
	background-image: url(http://www.betweenthecovers.com/_gr/_universal/module/module_sign_bg.jpg);
	background-color: white;
	border: 2px solid #ba4754;
	vertical-align: middle;
}


td.category_results_module_sign_leg_left
{
	text-align: left;
}

td.category_results_module_sign_leg_right
{
	text-align: right;
}

div.category_results_module_sign_leg_left
{
}

div.category_results_module_sign_leg_right
{
	float: right;
}


table.category_results_module_color_bar
{
	width: 536px;
	empty-cells: show;
	position: absolute;
	left: 0px;
	top: 28px;
}

td.category_results_module_color_bar_left
{
	width: 8px;
}

td.category_results_module_color_bar_center
{
	width: 520px;
	background-color: #ba4754;
	background-image: url(http://www.betweenthecovers.com/_gr/_universal/module/module_bkg_ba4754.png);
	border-top: 1px solid #676767;
}

td.category_results_module_color_bar_right
{
	width: 8px;
}

div.category_results_module_introduction
{
	background-color: #E3E3E3;
	width: 534px;
	margin-left: 3px;
	border-left: 1px solid #ba4754;
	border-right: 1px solid #ba4754;
	border-bottom: 2px solid #ba4754;
	z-index: 11;
}

div.category_results_module_middle
{
	width: 542px;
	position: relative;
}

div.category_results_module_overhang_shadow
{
	background-image: url(http://www.betweenthecovers.com/_gr/_universal/module/module_overhang_shadow_8.png);
	width: 528px;
font-size:1px;
	height: 7px;
	z-index: 12;
	position: absolute;
	top: 0px;
	left: 7px;
}

div.category_results_module_content
{
	width: 536px;
	margin-left: 3px;
}

table.category_results_module_content
{
	width: 536px;
	empty-cells: show;
}

td.category_results_module_content_left
{
	width: 4px;
	background-color: #a99b8a;
}

td.category_results_module_content_center
{
	width: 528px;
	background-color: #ffffff;
}

td.category_results_module_content_right
{
	width: 4px;
	background-color: #a99b8a;
}

div.category_results_module_bottom
{
	width: 542px;	
}

table.category_results_module_bottom
{
	width: 542px;
	empty-cells: show;
}

td.category_results_module_bottom_left
{
	width: 7px;
}

td.category_results_module_bottom_center
{
	width: 528px;
	background-image: url(http://www.betweenthecovers.com/_gr/_universal/module/module_bottom_center_8.png);
	background-repeat: repeat-x;
	background-position: top left;
}

td.category_results_module_bottom_right
{
	width: 7px;
}

/*  END MODULE CSS  */

/*  BEGIN MODULE CSS  */

div.category_feature_module_holder
{
	width: 487px;
	position: absolute;
	left: 218px;
	top: 5px;
}

div.category_feature_module_begin
{
	position: absolute;
	left: 0px;
	top: 0px;
}


div.category_feature_module_top
{
	position: relative;
	width: 481px;
	margin-left: 3px;
	height: 42px;
	border-bottom: 2px solid #454545;
}

table.category_feature_module_sign
{
	position: absolute;
	top: 0px;
	right: 10px;
	z-index: 10;
	margin: 0;
	height: 24px;
}

td.category_feature_module_sign_face
{
	background-image: url(http://www.betweenthecovers.com/_gr/_universal/module/module_sign_bg.jpg);
	background-color: white;
	border: 2px solid #6e9f7c;
	vertical-align: middle;
}


td.category_feature_module_sign_leg_left
{
	text-align: left;
}

td.category_feature_module_sign_leg_right
{
	text-align: right;
}

div.category_feature_module_sign_leg_left
{
}

div.category_feature_module_sign_leg_right
{
	float: right;
}


table.category_feature_module_color_bar
{
	width: 481px;
	empty-cells: show;
	position: absolute;
	left: 0px;
	top: 28px;
}

td.category_feature_module_color_bar_left
{
	width: 8px;
}

td.category_feature_module_color_bar_center
{
	width: 465px;
	background-color: #6e9f7c;
	background-image: url(http://www.betweenthecovers.com/_gr/_universal/module/module_bkg_6e9f7c.png);
	border-top: 1px solid #676767;
}

td.category_feature_module_color_bar_right
{
	width: 8px;
}

div.category_feature_module_introduction
{
	background-color: #E3E3E3;
	width: 479px;
	margin-left: 3px;
	border-left: 1px solid #6e9f7c;
	border-right: 1px solid #6e9f7c;
	border-bottom: 2px solid #6e9f7c;
	z-index: 11;
}

div.category_feature_module_middle
{
	width: 487px;
	position: relative;
}

div.category_feature_module_overhang_shadow
{
	background-image: url(http://www.betweenthecovers.com/_gr/_universal/module/module_overhang_shadow_8.png);
	width: 473px;
font-size:1px;
	height: 7px;
	z-index: 12;
	position: absolute;
	top: 0px;
	left: 7px;
}

div.category_feature_module_content
{
	width: 481px;
	margin-left: 3px;
}

table.category_feature_module_content
{
	width: 481px;
	empty-cells: show;
}

td.category_feature_module_content_left
{
	width: 4px;
	background-color: #a99b8a;
}

td.category_feature_module_content_center
{
	width: 473px;
	background-color: #ffffff;
}

td.category_feature_module_content_right
{
	width: 4px;
	background-color: #a99b8a;
}

div.category_feature_module_bottom
{
	width: 487px;	
}

table.category_feature_module_bottom
{
	width: 487px;
	empty-cells: show;
}

td.category_feature_module_bottom_left
{
	width: 7px;
}

td.category_feature_module_bottom_center
{
	width: 473px;
	background-image: url(http://www.betweenthecovers.com/_gr/_universal/module/module_bottom_center_8.png);
	background-repeat: repeat-x;
	background-position: top left;
}

td.category_feature_module_bottom_right
{
	width: 7px;
}

/*  END MODULE CSS  */

/*  BEGIN MODULE CSS  */

div.category_related_reference_module_holder
{
	width: 164px;
	position: absolute;
	left: 584px;
	top: 34px;
}

div.category_related_reference_module_begin
{
	position: absolute;
	left: 0px;
	top: 0px;
}


div.category_related_reference_module_top
{
	position: relative;
	width: 158px;
	margin-left: 3px;
	height: 42px;
	border-bottom: 2px solid #454545;
}

table.category_related_reference_module_sign
{
	position: absolute;
	top: 0px;
	right: 10px;
	z-index: 10;
	margin: 0;
	height: 24px;
}

td.category_related_reference_module_sign_face
{
	background-image: url(http://www.betweenthecovers.com/_gr/_universal/module/module_sign_bg.jpg);
	background-color: white;
	border: 2px solid #907fb1;
	vertical-align: middle;
}


td.category_related_reference_module_sign_leg_left
{
	text-align: left;
}

td.category_related_reference_module_sign_leg_right
{
	text-align: right;
}

div.category_related_reference_module_sign_leg_left
{
}

div.category_related_reference_module_sign_leg_right
{
	float: right;
}


table.category_related_reference_module_color_bar
{
	width: 158px;
	empty-cells: show;
	position: absolute;
	left: 0px;
	top: 28px;
}

td.category_related_reference_module_color_bar_left
{
	width: 8px;
}

td.category_related_reference_module_color_bar_center
{
	width: 142px;
	background-color: #907fb1;
	background-image: url(http://www.betweenthecovers.com/_gr/_universal/module/module_bkg_907fb1.png);
	border-top: 1px solid #676767;
}

td.category_related_reference_module_color_bar_right
{
	width: 8px;
}

div.category_related_reference_module_introduction
{
	background-color: #E3E3E3;
	width: 156px;
	margin-left: 3px;
	border-left: 1px solid #907fb1;
	border-right: 1px solid #907fb1;
	border-bottom: 2px solid #907fb1;
	z-index: 11;
}

div.category_related_reference_module_middle
{
	width: 164px;
	position: relative;
}

div.category_related_reference_module_overhang_shadow
{
	background-image: url(http://www.betweenthecovers.com/_gr/_universal/module/module_overhang_shadow_8.png);
	width: 150px;
font-size:1px;
	height: 7px;
	z-index: 12;
	position: absolute;
	top: 0px;
	left: 7px;
}

div.category_related_reference_module_content
{
	width: 158px;
	margin-left: 3px;
}

table.category_related_reference_module_content
{
	width: 158px;
	empty-cells: show;
}

td.category_related_reference_module_content_left
{
	width: 4px;
	background-color: #a99b8a;
}

td.category_related_reference_module_content_center
{
	width: 150px;
	background-color: #ffffff;
}

td.category_related_reference_module_content_right
{
	width: 4px;
	background-color: #a99b8a;
}

div.category_related_reference_module_bottom
{
	width: 164px;	
}

table.category_related_reference_module_bottom
{
	width: 164px;
	empty-cells: show;
}

td.category_related_reference_module_bottom_left
{
	width: 7px;
}

td.category_related_reference_module_bottom_center
{
	width: 150px;
	background-image: url(http://www.betweenthecovers.com/_gr/_universal/module/module_bottom_center_8.png);
	background-repeat: repeat-x;
	background-position: top left;
}

td.category_related_reference_module_bottom_right
{
	width: 7px;
}

/*  END MODULE CSS  */

/*  BEGIN MODULE CSS  */

div.category_article_list_module_holder
{
	width: 262px;
	position: absolute;
	left: 484px;
	top: 0px;
}

div.category_article_list_module_begin
{
	position: absolute;
	left: 0px;
	top: 0px;
}


div.category_article_list_module_top
{
	position: relative;
	width: 256px;
	margin-left: 3px;
	height: 42px;
	border-bottom: 2px solid #454545;
}

table.category_article_list_module_sign
{
	position: absolute;
	top: 0px;
	right: 10px;
	z-index: 10;
	margin: 0;
	height: 24px;
}

td.category_article_list_module_sign_face
{
	background-image: url(http://www.betweenthecovers.com/_gr/_universal/module/module_sign_bg.jpg);
	background-color: white;
	border: 2px solid #ab6f2e;
	vertical-align: middle;
}


td.category_article_list_module_sign_leg_left
{
	text-align: left;
}

td.category_article_list_module_sign_leg_right
{
	text-align: right;
}

div.category_article_list_module_sign_leg_left
{
}

div.category_article_list_module_sign_leg_right
{
	float: right;
}


table.category_article_list_module_color_bar
{
	width: 256px;
	empty-cells: show;
	position: absolute;
	left: 0px;
	top: 28px;
}

td.category_article_list_module_color_bar_left
{
	width: 8px;
}

td.category_article_list_module_color_bar_center
{
	width: 240px;
	background-color: #ab6f2e;
	background-image: url(http://www.betweenthecovers.com/_gr/_universal/module/module_bkg_ab6f2e.png);
	border-top: 1px solid #676767;
}

td.category_article_list_module_color_bar_right
{
	width: 8px;
}

div.category_article_list_module_introduction
{
	background-color: #E3E3E3;
	width: 254px;
	margin-left: 3px;
	border-left: 1px solid #ab6f2e;
	border-right: 1px solid #ab6f2e;
	border-bottom: 2px solid #ab6f2e;
	z-index: 11;
}

div.category_article_list_module_middle
{
	width: 262px;
	position: relative;
}

div.category_article_list_module_overhang_shadow
{
	background-image: url(http://www.betweenthecovers.com/_gr/_universal/module/module_overhang_shadow_8.png);
	width: 248px;
font-size:1px;
	height: 7px;
	z-index: 12;
	position: absolute;
	top: 0px;
	left: 7px;
}

div.category_article_list_module_content
{
	width: 256px;
	margin-left: 3px;
}

table.category_article_list_module_content
{
	width: 256px;
	empty-cells: show;
}

td.category_article_list_module_content_left
{
	width: 4px;
	background-color: #a99b8a;
}

td.category_article_list_module_content_center
{
	width: 248px;
	background-color: #ffffff;
}

td.category_article_list_module_content_right
{
	width: 4px;
	background-color: #a99b8a;
}

div.category_article_list_module_bottom
{
	width: 262px;	
}

table.category_article_list_module_bottom
{
	width: 262px;
	empty-cells: show;
}

td.category_article_list_module_bottom_left
{
	width: 7px;
}

td.category_article_list_module_bottom_center
{
	width: 248px;
	background-image: url(http://www.betweenthecovers.com/_gr/_universal/module/module_bottom_center_8.png);
	background-repeat: repeat-x;
	background-position: top left;
}

td.category_article_list_module_bottom_right
{
	width: 7px;
}

/*  END MODULE CSS  */

/*  BEGIN MODULE CSS  */

div.category_staff_picks_module_holder
{
	width: 429px;
	position: absolute;
	left: -1px;
	top: 3px;
}

div.category_staff_picks_module_begin
{
	position: absolute;
	left: 0px;
	top: 0px;
}


div.category_staff_picks_module_top
{
	position: relative;
	width: 423px;
	margin-left: 3px;
	height: 42px;
	border-bottom: 2px solid #454545;
}

table.category_staff_picks_module_sign
{
	position: absolute;
	top: 0px;
	right: 10px;
	z-index: 10;
	margin: 0;
	height: 24px;
}

td.category_staff_picks_module_sign_face
{
	background-image: url(http://www.betweenthecovers.com/_gr/_universal/module/module_sign_bg.jpg);
	background-color: white;
	border: 2px solid #87452f;
	vertical-align: middle;
}


td.category_staff_picks_module_sign_leg_left
{
	text-align: left;
}

td.category_staff_picks_module_sign_leg_right
{
	text-align: right;
}

div.category_staff_picks_module_sign_leg_left
{
}

div.category_staff_picks_module_sign_leg_right
{
	float: right;
}


table.category_staff_picks_module_color_bar
{
	width: 423px;
	empty-cells: show;
	position: absolute;
	left: 0px;
	top: 28px;
}

td.category_staff_picks_module_color_bar_left
{
	width: 8px;
}

td.category_staff_picks_module_color_bar_center
{
	width: 407px;
	background-color: #87452f;
	background-image: url(http://www.betweenthecovers.com/_gr/_universal/module/module_bkg_87452f.png);
	border-top: 1px solid #676767;
}

td.category_staff_picks_module_color_bar_right
{
	width: 8px;
}

div.category_staff_picks_module_introduction
{
	background-color: #E3E3E3;
	width: 421px;
	margin-left: 3px;
	border-left: 1px solid #87452f;
	border-right: 1px solid #87452f;
	border-bottom: 2px solid #87452f;
	z-index: 11;
}

div.category_staff_picks_module_middle
{
	width: 429px;
	position: relative;
}

div.category_staff_picks_module_overhang_shadow
{
	background-image: url(http://www.betweenthecovers.com/_gr/_universal/module/module_overhang_shadow_8.png);
	width: 415px;
font-size:1px;
	height: 7px;
	z-index: 12;
	position: absolute;
	top: 0px;
	left: 7px;
}

div.category_staff_picks_module_content
{
	width: 423px;
	margin-left: 3px;
}

table.category_staff_picks_module_content
{
	width: 423px;
	empty-cells: show;
}

td.category_staff_picks_module_content_left
{
	width: 4px;
	background-color: #a99b8a;
}

td.category_staff_picks_module_content_center
{
	width: 415px;
	background-color: #ffffff;
}

td.category_staff_picks_module_content_right
{
	width: 4px;
	background-color: #a99b8a;
}

div.category_staff_picks_module_bottom
{
	width: 429px;	
}

table.category_staff_picks_module_bottom
{
	width: 429px;
	empty-cells: show;
}

td.category_staff_picks_module_bottom_left
{
	width: 7px;
}

td.category_staff_picks_module_bottom_center
{
	width: 415px;
	background-image: url(http://www.betweenthecovers.com/_gr/_universal/module/module_bottom_center_8.png);
	background-repeat: repeat-x;
	background-position: top left;
}

td.category_staff_picks_module_bottom_right
{
	width: 7px;
}

/*  END MODULE CSS  */
