
/*  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: 134px;
	width: 100%;
}


/*search_results.css was EDITED LAST BY:
steven 5-2 4:10am */


div.search_results_item_first
{
	margin: 10px;
}

div.search_results_summary
{
	margin: 12px 7px -5px 10px;
}

p.search_results_summary
{
	color: #820000;
	font-weight:bold;
}

span.search_results_keywords
{
	font-weight: bold;
	color: #3a2f69;
	font-style: italic;
}

div.search_results_item
{
	border-top: 1px solid #999;
	clear: both;
	margin: 10px 15px 8px;	
	padding-top:4px;
}

img.search_results_image
{
	padding: 5px 17px 0 0;
	float: left;
	display: inline;
	margin-bottom:3px;
}

p.search_results_author
{
	padding-top: 3px;
	font-size: 12px;
	font-weight: bold;
	font-style:normal;
}

a.search_results_author
{
	color: #820000;
	text-decoration: none;
}

a.search_results_author:hover
{
	color: #820000;
	text-decoration: underline;
}

p.search_results_title
{
	padding-top: 3px;
	padding-bottom:5px;
	font-style: italic;
	font-size: 12px;
	font-weight: bold;
	line-height:1.1em;
}

a.search_results_title
{
	color: #100568;
	text-decoration: none;
}

a.search_results_title:hover
{
	color: #100568;
	text-decoration: underline;
}

span.search_results_publisher
{
	color: #9f2037;
	font-size: 11px;
}

p.search_results_notes
{
	margin-top:2px;
	padding-bottom:3px;
	font-size: 11px;
	color: #444;
}

div.search_results_price
{
	width: 74px;
	height: 30px;
	float: right;
	margin-bottom:4px;
}

p.search_results_price
{
	text-align: right;
	padding-top: 5px;
	color: #9d291c;
}

p.search_results_price_old
{
	text-align: right;
	text-decoration: line-through;
	color: #9d291c;
	padding-bottom: 2px;
}

p.search_results_price_discount
{
	text-align: right;
	color: #f73273;
}

span.search_results_price_discount
{
	background-color: #f4f6d1;
}

p.search_results_discount_price
{
}

a.search_results_details
{
	color: #802222;
	font-size: 10px;
	text-decoration: none;
}

a.search_results_details:hover
{
	color: #802222;
	text-decoration: underline;
}

a.search_results_ref_link
{
	font-variant:small-caps;
}

a.search_results_ref_link:hover
{
	color:#802222;
}

/*  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;
}


/*  CATALOG INTRO STUFF  */


div.cat_intro_img
{
	z-index: 500;
	position: absolute;
	left: 376px;
	top: -14px;
	border-top:4px solid #666;
	background-color:#fff;
}

img.cat_intro_img
{
	border: 1px solid #333;
	border-top:4px solid #999;
}

div.cat_intro_txt
{
	position:relative;
	top:10px;
	background-color: #e1ebde;
	border: 1px solid #96b5a5;
	overflow: auto;
	height: 74px;
	width: 340px;
	margin-bottom:16px;
	margin-left:8px;
	padding-right:5px;
}

p.cat_intro_txt_bio
{
	font-size: 11px;
	margin-left: 10px;
	margin-top:5px;
	color:#232323;
}

p.cat_intro_txt_bio:first-line
{
	font-weight:bold;
	font-size: 12px;
	color:#000;
}

/*  CURRENT E-LIST STUFF  */

div.cat_elist_items
{
	background-color: #efefef;
	padding-top:4px;
}

div.cat_elist_item
{
	padding-top: 6px;
	padding-bottom:5px;
}

table.cat_elist_item
{
	width: 145px;
}

td.cat_elist_item_year
{
	width: 25px;
	vertical-align: top;
}

p.cat_elist_item_year
{
	padding-left:7px;
	font-size: 12px;
	font-weight: bold;
	color: #555;
}

td.cat_elist_item_text
{
	width: 110px;
	vertical-align: top;
}

p.cat_elist_item_title
{
	color: #454545;
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	margin: 0 6px 0 0;
	line-height:1.1em;
	padding-bottom:2px;
}

a.cat_elist_item_title
{
	color: #454545;
	text-decoration: none;
}

a.cat_elist_item_title:hover
{
	color: #232323;
	text-decoration: underline;
}

p.cat_elist_item_author
{
	color: #9d2022;
	font-size: 11px;
	font-weight: bold;
	line-height:1em;
	padding-bottom:1px;
	margin: 0 6px 0 0;
}

a.cat_elist_item_author
{
	color: #B04C4E;
	text-decoration: none;
}

a.cat_elist_item_author:hover
{
	color: #9d2022;
	text-decoration: underline;
}

div.cat_elist_image_row
{
	margin-top: 5px;
	margin-bottom: 5px;
}

table.cat_elist_image_row
{
	border-top: 1px solid #a3a3a3;
	border-bottom: 1px solid #a3a3a3;
	width:100%;
	background-color:#fff;
}

td.cat_elist_image_left
{
	width:50%;
	vertical-align: middle;
	text-align: center;
}

td.cat_elist_image_right
{
	width:50%;
	vertical-align: middle;
	text-align: center;
}

img.cat_elist_image_left
{
	margin:8px auto;
}

img.cat_elist_image_right
{
	margin:8px auto;
}



/*  GENERIC MODULE STUFF  */



div.cgm_content_group_slider
{
	position: absolute;
	top: 0px;
}

div.cgm_content_group
{
	position: relative;
	overflow: hidden;
	width: 288px;
	height:80px;
	margin-bottom: 13px;
	top: 12px;
}

table.cgm_highlights
{
	width: 288px;
	margin-left: 5px;
	margin-bottom: 3px;
	height: 74px;

}

td.cgm_txt_cl
{
	width: 94px;
	vertical-align: top;
	padding:0;
	margin:0;
}

td.cgm_img_cl
{
	text-align: center;
	width: 55px;
	vertical-align: top;
}

p.cgm_txt_auth
{
	font-size: 11px;
	font-weight: bold;
	margin: 0 5px;
	color: #8c1515;
}

p.cgm_txt_ttl
{
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	margin: 0 5px;
}

a.cgm_txt_ttl
{
	color: #000000;
	text-decoration: none;
}

a.cgm_txt_ttl:hover
{
	color: #000000;
	text-decoration: underline;
}

p.cgm_txt_hl
{
	font-size: 10px;
	margin: 0;
	padding-right: 5px;
	padding-left: 10px;
	padding-top: 5px;
}
a.cgm_txt_hl
{
	color: #1a522f;
	text-decoration: none;
}

a.cgm_txt_hl:hover
{
	color: #1a522f;
	text-decoration: underline;
}

div.cgm_content_nav
{
	height: 16px;
	width: 288px;
	margin: 14px 0 4px 5px;
	text-align: right;
}



/*  BOOK BARGAINS STUFF  */

div.bb_holder
{
	background-color: #efefef;
}

table.bb_holder
{
	width: 360px;
	padding: 10px 0 10px 10px;
}

td.bb_list
{
	width: 150px;
vertical-align:center;
}

p.bb_list_name
{
font-size: 12px;
line-height:1.4em;
	font-weight: bold;
}

a.bb_list_name
{
	text-decoration: none;
	color: #343861;
}

a.bb_list_name:hover
{
	text-decoration: underline;
}

td.bb_item_display
{
width:194px;
}

div.bb_item_display
{
	background-color: white;
border: 2px solid #757ea1;
	height: 94px;
	position: relative;
}

img.bb_item_img
{
	float: left;
	margin: 5px;
}

p.bb_item_author
{
	margin-top: 5px;
	margin-right: 5px;
	font-size: 12px;
}

a.bb_item_author
{
	text-decoration: none;
	color: #9d2022;
}

a.bb_item_author:hover
{
	text-decoration: underline;
	color: #9d2022;
}

p.bb_item_title
{
margin-top: 3px;
	margin-right: 5px;
	font-size: 11px;
	font-style: italic;
}

a.bb_item_title
{
	text-decoration: none;
	color: black;
}

a.bb_item_title:hover
{
	text-decoration: underline;
}

div.bb_price_holder
{
	position: absolute;
	right: 5px;
	bottom: 5px;
}

p.bb_prices
{
	font-size: 10px;
	font-weight: bold;
}

span.bb_price_real
{
	color: #9d2022;
}

/*  BEGIN MODULE CSS  */

div.cat_intro_module_holder
{
	width: 487px;
	position: absolute;
	left: 218px;
	top: 5px;
}

div.cat_intro_module_begin
{
	position: absolute;
	left: 0px;
	top: 0px;
}


div.cat_intro_module_top
{
	position: relative;
	width: 481px;
	margin-left: 3px;
	height: 42px;
	border-bottom: 2px solid #454545;
}

table.cat_intro_module_sign
{
	position: absolute;
	top: 0px;
	right: 10px;
	z-index: 10;
	margin: 0;
	height: 24px;
}

td.cat_intro_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.cat_intro_module_sign_leg_left
{
	text-align: left;
}

td.cat_intro_module_sign_leg_right
{
	text-align: right;
}

div.cat_intro_module_sign_leg_left
{
}

div.cat_intro_module_sign_leg_right
{
	float: right;
}


table.cat_intro_module_color_bar
{
	width: 481px;
	empty-cells: show;
	position: absolute;
	left: 0px;
	top: 28px;
}

td.cat_intro_module_color_bar_left
{
	width: 8px;
}

td.cat_intro_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.cat_intro_module_color_bar_right
{
	width: 8px;
}

div.cat_intro_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.cat_intro_module_middle
{
	width: 487px;
	position: relative;
}

div.cat_intro_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.cat_intro_module_content
{
	width: 481px;
	margin-left: 3px;
}

table.cat_intro_module_content
{
	width: 481px;
	empty-cells: show;
}

td.cat_intro_module_content_left
{
	width: 4px;
	background-color: #a99b8a;
}

td.cat_intro_module_content_center
{
	width: 473px;
	background-color: #ffffff;
}

td.cat_intro_module_content_right
{
	width: 4px;
	background-color: #a99b8a;
}

div.cat_intro_module_bottom
{
	width: 487px;	
}

table.cat_intro_module_bottom
{
	width: 487px;
	empty-cells: show;
}

td.cat_intro_module_bottom_left
{
	width: 7px;
}

td.cat_intro_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.cat_intro_module_bottom_right
{
	width: 7px;
}

/*  END MODULE CSS  */

/*  BEGIN MODULE CSS  */

div.cat_this_catalog_module_holder
{
	width: 542px;
	position: relative;
		top: -10px;}

div.cat_this_catalog_module_begin
{
	position: absolute;
	left: 0px;
	top: 0px;
}


div.cat_this_catalog_module_top
{
	position: relative;
	width: 536px;
	margin-left: 3px;
	height: 42px;
	border-bottom: 2px solid #454545;
}

table.cat_this_catalog_module_sign
{
	position: absolute;
	top: 0px;
	right: 10px;
	z-index: 10;
	margin: 0;
	height: 24px;
}

td.cat_this_catalog_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.cat_this_catalog_module_sign_leg_left
{
	text-align: left;
}

td.cat_this_catalog_module_sign_leg_right
{
	text-align: right;
}

div.cat_this_catalog_module_sign_leg_left
{
}

div.cat_this_catalog_module_sign_leg_right
{
	float: right;
}


table.cat_this_catalog_module_color_bar
{
	width: 536px;
	empty-cells: show;
	position: absolute;
	left: 0px;
	top: 28px;
}

td.cat_this_catalog_module_color_bar_left
{
	width: 8px;
}

td.cat_this_catalog_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.cat_this_catalog_module_color_bar_right
{
	width: 8px;
}

div.cat_this_catalog_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.cat_this_catalog_module_middle
{
	width: 542px;
	position: relative;
}

div.cat_this_catalog_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.cat_this_catalog_module_content
{
	width: 536px;
	margin-left: 3px;
}

table.cat_this_catalog_module_content
{
	width: 536px;
	empty-cells: show;
}

td.cat_this_catalog_module_content_left
{
	width: 4px;
	background-color: #a99b8a;
}

td.cat_this_catalog_module_content_center
{
	width: 528px;
	background-color: #ffffff;
}

td.cat_this_catalog_module_content_right
{
	width: 4px;
	background-color: #a99b8a;
}

div.cat_this_catalog_module_bottom
{
	width: 542px;	
}

table.cat_this_catalog_module_bottom
{
	width: 542px;
	empty-cells: show;
}

td.cat_this_catalog_module_bottom_left
{
	width: 7px;
}

td.cat_this_catalog_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.cat_this_catalog_module_bottom_right
{
	width: 7px;
}

/*  END MODULE CSS  */

/*  BEGIN MODULE CSS  */

div.cat_elist_module_holder
{
	width: 164px;
	position: absolute;
	left: 584px;
	top: 28px;
}

div.cat_elist_module_begin
{
	position: absolute;
	left: 0px;
	top: 0px;
}


div.cat_elist_module_top
{
	position: relative;
	width: 158px;
	margin-left: 3px;
	height: 42px;
	border-bottom: 2px solid #454545;
}

table.cat_elist_module_sign
{
	position: absolute;
	top: 0px;
	right: 10px;
	z-index: 10;
	margin: 0;
	height: 24px;
}

td.cat_elist_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.cat_elist_module_sign_leg_left
{
	text-align: left;
}

td.cat_elist_module_sign_leg_right
{
	text-align: right;
}

div.cat_elist_module_sign_leg_left
{
}

div.cat_elist_module_sign_leg_right
{
	float: right;
}


table.cat_elist_module_color_bar
{
	width: 158px;
	empty-cells: show;
	position: absolute;
	left: 0px;
	top: 28px;
}

td.cat_elist_module_color_bar_left
{
	width: 8px;
}

td.cat_elist_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.cat_elist_module_color_bar_right
{
	width: 8px;
}

div.cat_elist_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.cat_elist_module_middle
{
	width: 164px;
	position: relative;
}

div.cat_elist_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.cat_elist_module_content
{
	width: 158px;
	margin-left: 3px;
}

table.cat_elist_module_content
{
	width: 158px;
	empty-cells: show;
}

td.cat_elist_module_content_left
{
	width: 4px;
	background-color: #a99b8a;
}

td.cat_elist_module_content_center
{
	width: 150px;
	background-color: #ffffff;
}

td.cat_elist_module_content_right
{
	width: 4px;
	background-color: #a99b8a;
}

div.cat_elist_module_bottom
{
	width: 164px;	
}

table.cat_elist_module_bottom
{
	width: 164px;
	empty-cells: show;
}

td.cat_elist_module_bottom_left
{
	width: 7px;
}

td.cat_elist_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.cat_elist_module_bottom_right
{
	width: 7px;
}

/*  END MODULE CSS  */

/*  BEGIN MODULE CSS  */

div.cat_book_bargains_module_holder
{
	width: 396px;
	position: absolute;
	left: -4px;
	top: 8px;
}

div.cat_book_bargains_module_begin
{
	position: absolute;
	left: 0px;
	top: 0px;
}


div.cat_book_bargains_module_top
{
	position: relative;
	width: 390px;
	margin-left: 3px;
	height: 42px;
	border-bottom: 2px solid #454545;
}

table.cat_book_bargains_module_sign
{
	position: absolute;
	top: 0px;
	right: 10px;
	z-index: 10;
	margin: 0;
	height: 24px;
}

td.cat_book_bargains_module_sign_face
{
	background-image: url(http://www.betweenthecovers.com/_gr/_universal/module/module_sign_bg.jpg);
	background-color: white;
	border: 2px solid #5c65a0;
	vertical-align: middle;
}


td.cat_book_bargains_module_sign_leg_left
{
	text-align: left;
}

td.cat_book_bargains_module_sign_leg_right
{
	text-align: right;
}

div.cat_book_bargains_module_sign_leg_left
{
}

div.cat_book_bargains_module_sign_leg_right
{
	float: right;
}


table.cat_book_bargains_module_color_bar
{
	width: 390px;
	empty-cells: show;
	position: absolute;
	left: 0px;
	top: 28px;
}

td.cat_book_bargains_module_color_bar_left
{
	width: 8px;
}

td.cat_book_bargains_module_color_bar_center
{
	width: 374px;
	background-color: #5c65a0;
	background-image: url(http://www.betweenthecovers.com/_gr/_universal/module/module_bkg_5c65a0.png);
	border-top: 1px solid #676767;
}

td.cat_book_bargains_module_color_bar_right
{
	width: 8px;
}

div.cat_book_bargains_module_introduction
{
	background-color: #E3E3E3;
	width: 388px;
	margin-left: 3px;
	border-left: 1px solid #5c65a0;
	border-right: 1px solid #5c65a0;
	border-bottom: 2px solid #5c65a0;
	z-index: 11;
}

div.cat_book_bargains_module_middle
{
	width: 396px;
	position: relative;
}

div.cat_book_bargains_module_overhang_shadow
{
	background-image: url(http://www.betweenthecovers.com/_gr/_universal/module/module_overhang_shadow_8.png);
	width: 382px;
font-size:1px;
	height: 7px;
	z-index: 12;
	position: absolute;
	top: 0px;
	left: 7px;
}

div.cat_book_bargains_module_content
{
	width: 390px;
	margin-left: 3px;
}

table.cat_book_bargains_module_content
{
	width: 390px;
	empty-cells: show;
}

td.cat_book_bargains_module_content_left
{
	width: 4px;
	background-color: #a99b8a;
}

td.cat_book_bargains_module_content_center
{
	width: 382px;
	background-color: #ffffff;
}

td.cat_book_bargains_module_content_right
{
	width: 4px;
	background-color: #a99b8a;
}

div.cat_book_bargains_module_bottom
{
	width: 396px;	
}

table.cat_book_bargains_module_bottom
{
	width: 396px;
	empty-cells: show;
}

td.cat_book_bargains_module_bottom_left
{
	width: 7px;
}

td.cat_book_bargains_module_bottom_center
{
	width: 382px;
	background-image: url(http://www.betweenthecovers.com/_gr/_universal/module/module_bottom_center_8.png);
	background-repeat: repeat-x;
	background-position: top left;
}

td.cat_book_bargains_module_bottom_right
{
	width: 7px;
}

/*  END MODULE CSS  */

/*  BEGIN MODULE CSS  */

div.cat_mysteries_module_holder
{
	width: 318px;
	position: absolute;
	left: 437px;
	top: 10px;
}

div.cat_mysteries_module_begin
{
	position: absolute;
	left: 0px;
	top: 0px;
}


div.cat_mysteries_module_top
{
	position: relative;
	width: 312px;
	margin-left: 3px;
	height: 42px;
	border-bottom: 2px solid #454545;
}

table.cat_mysteries_module_sign
{
	position: absolute;
	top: 0px;
	right: 10px;
	z-index: 10;
	margin: 0;
	height: 24px;
}

td.cat_mysteries_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.cat_mysteries_module_sign_leg_left
{
	text-align: left;
}

td.cat_mysteries_module_sign_leg_right
{
	text-align: right;
}

div.cat_mysteries_module_sign_leg_left
{
}

div.cat_mysteries_module_sign_leg_right
{
	float: right;
}


table.cat_mysteries_module_color_bar
{
	width: 312px;
	empty-cells: show;
	position: absolute;
	left: 0px;
	top: 28px;
}

td.cat_mysteries_module_color_bar_left
{
	width: 8px;
}

td.cat_mysteries_module_color_bar_center
{
	width: 296px;
	background-color: #ab6f2e;
	background-image: url(http://www.betweenthecovers.com/_gr/_universal/module/module_bkg_ab6f2e.png);
	border-top: 1px solid #676767;
}

td.cat_mysteries_module_color_bar_right
{
	width: 8px;
}

div.cat_mysteries_module_introduction
{
	background-color: #E3E3E3;
	width: 310px;
	margin-left: 3px;
	border-left: 1px solid #ab6f2e;
	border-right: 1px solid #ab6f2e;
	border-bottom: 2px solid #ab6f2e;
	z-index: 11;
}

div.cat_mysteries_module_middle
{
	width: 318px;
	position: relative;
}

div.cat_mysteries_module_overhang_shadow
{
	background-image: url(http://www.betweenthecovers.com/_gr/_universal/module/module_overhang_shadow_8.png);
	width: 304px;
font-size:1px;
	height: 7px;
	z-index: 12;
	position: absolute;
	top: 0px;
	left: 7px;
}

div.cat_mysteries_module_content
{
	width: 312px;
	margin-left: 3px;
}

table.cat_mysteries_module_content
{
	width: 312px;
	empty-cells: show;
}

td.cat_mysteries_module_content_left
{
	width: 4px;
	background-color: #a99b8a;
}

td.cat_mysteries_module_content_center
{
	width: 304px;
	background-color: #ffffff;
}

td.cat_mysteries_module_content_right
{
	width: 4px;
	background-color: #a99b8a;
}

div.cat_mysteries_module_bottom
{
	width: 318px;	
}

table.cat_mysteries_module_bottom
{
	width: 318px;
	empty-cells: show;
}

td.cat_mysteries_module_bottom_left
{
	width: 7px;
}

td.cat_mysteries_module_bottom_center
{
	width: 304px;
	background-image: url(http://www.betweenthecovers.com/_gr/_universal/module/module_bottom_center_8.png);
	background-repeat: repeat-x;
	background-position: top left;
}

td.cat_mysteries_module_bottom_right
{
	width: 7px;
}

/*  END MODULE CSS  */
