
/*  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: absolute;
	left: 0px;
	top: 1329px;
	width: 100%;
}


/*  NEW ARRIVALS MODULE STUFF  */

div.home_new_content_item
{
	height: 88px;
	margin-bottom:2px;	
}

div.home_new_content_group
{
	margin-top: 10px;
	height: 360px;
	position: relative;
	overflow: hidden;
	width:170px;
}

table.module_content_item 
{
	width:96%;
	margin:0 0 0 3px ;
	padding-top: 5px;
	border-top: 1px solid #A1A7C8;
}

img.module_content_image_left
{
	margin:0;
	padding:0;
}

div.home_new_content_group_slider
{
	position: absolute;
	top: 0px;
	height: 360px;
}

div.home_new_content_nav
{
	height: 14px;
	width: 150px;
	padding: 2px 0;
	text-align: right;
}

p.module_content_title
{
	margin:-1px 0 0 8px;
	font-weight:bold;
	font-size:11px;
	color: #343434;
	line-height:1.05em;
}

p.module_content_author
{
	margin:-1px 0 2px 8px;
	font-weight:bold;
	font-size:11px;
	line-height:1.05em;
}

a.module_content_author
{
}

a.module_content_title
{
	color: #343434;
}

/*  HANDWRITTEN MODULE STUFF  */

div#home_handwritten_content {
	margin-top:12px;
}

p.mod_hw_tit
{
	margin: 0 auto;
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	padding-bottom: 8px;
	line-height:1.2em;
	width:88%;
	border-bottom:1px solid #dedede;
}

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

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

div.module_content_item {
	border-bottom:none;
}

div#mod_hw_sig_img {
	background-color:#F6F0EA;
	margin:0 4px 3px;
	border:1px solid #dedede;
	position:relative;
	margin-top:-1px;
}

img.mod_hw_sig_img
{
	margin-left: 16px;
	margin-top: 10px;
	margin-bottom: 10px;
}

p.mod_hw_auth
{
	width:88%;
	font-size: 11px;
	font-weight: bold;
	margin: 5px 5px 2px 10px;
}


/*  TODAY'S HIGHLIGHTS MODULE STUFF  */


div.home_th_content_group_slider
{
	position: absolute;
	top: 0px;
	height: 100px;
}

div.home_th_content_group
{
	position: relative;
	overflow: hidden;
	width: 460px;
	height: 110px;
	margin-left: 5px;
	margin-bottom: 3px;
	top: 10px;
}

table.th_highlights
{
	width: 460px;
	height: 100px;
	margin-left: 5px;
	margin-bottom: 3px;
}

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

td.th_img_cl
{
	text-align: center;
	width: 100px;
}

p.th_txt_auth
{
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	padding-right: 5px;
	padding-left: 10px;
	color: #8c1515;
}

p.th_txt_ttl
{
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	margin: 0;
	padding-right: 5px;
	padding-left: 10px;
}

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

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

p.th_txt_hl
{
	font-size: 10px;
	margin: 0;
	padding-right: 5px;
	padding-left: 10px;
	padding-top: 5px;
}

a.th_txt_hl
{
	color: #1a772f;
	text-decoration: none;
}

a.th_txt_hl:hover
{
	color: #1a522f;
	text-decoration: underline;
}

div.home_th_content_nav
{
	height: 16px;
	width: 100%;
	margin-top: 10px;
	text-align: right;
	border-bottom: 2px solid #ACC8B4;
}

div.home_th_content_nav a
{
	position:relative;
	right:8px;	
}

div.th_fcoll
{
	margin-bottom: 0;
	margin-top: 0px;
	padding-top:8px;
	padding-bottom:7px;
	background-color: #F4F8F5;
}

table.th_fcoll
{
	width: 470px;
}

td.th_fcoll_ttl
{
	width: 100px;
	vertical-align: center;
}

p.th_fcoll_ttl
{
	text-align: right;
	color: #453e3e;
	font-style: italic;
	font-weight: bold;
	margin: 0;
	padding-top:2px;
	font-size: 12px;
	line-height: 1em;
}

td.th_fcoll_lnk
{
	width: 180px;
	vertical-align: center;
}

ul.th_fcoll_lnk
{
	margin: 0;
	padding-left: 10px;
	list-style-position: inside;
}


ul.th_fcoll_lnk li
{	font-size: 12px;
	font-weight: bold;
	line-height:1.6em;
}

a.th_fcoll_lnk
{
	color: #1a522f;
	text-decoration: underline;
}

a.th_fcoll_lnk:hover
{
	color: #990000;
	text-decoration: underline;
}


/*  ROTATING BOOKS STUFF  */

div.rb_swf {
	margin:10px 2px 2px 3px;
	border:2px solid #CC7A84;
}


/*  BOOK AWARDS STUFF  */

div.ba_top_5
{
	width:97%;
	margin: 0 auto;
	padding:8px 0 7px 0;
	background-color:#F6F5F8;
}

p.ba_top_5
{
	width: 160px;
	font-size: 11px;
	color: #8769c6;
	font-weight: bold;
	margin: 3px 6px 3px 6px;
}

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

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

div.ba_in_stock_hdr
{
	border-top: 2px solid #a68fcc;
	height: 14px;
	margin: 0 2px;
	padding-bottom:2px;
	background-color: #E3DFEB;
}

p.ba_in_stock_hdr
{
	text-align: center;
	font-size: 11px;
	font-style: italic;
	color: #574B8B;
	margin: 0;
	padding-top: 1px;
}

div.home_ba_content_group
{
	margin-top: 0px;
	height: 92px;
	position: relative;
	overflow: hidden;
	width:169px;
}

div.home_ba_content_group_slider
{
	position: absolute;
	top: 0px;
	height: 92px;
}

table.home_ba_item
{
	margin-top: 6px;
	width:170px;
	margin-left:4px;
}

table.home_ba_item p.module_content_title 
{
	font-size:11px;
	font-weight: bold;
}

div.home_ba_content_nav
{
	height: 18px;
	width: 165px;
	margin-left: 0px;
	text-align: right;
}

p.home_ba_award_name
{
	font-size: 10px;
	font-variant:small-caps;
	margin: 2px 0 0 30px;
}

/*  BTC NEWS STUFF  */


div.btcn_hldr
{
	background-color: #F8F8FB;
	margin: 6px 2px 0 2px;
	padding: 4px 0 13px;
	border-bottom: 4px solid #F8F8FB;
	height: 218px;
	overflow: auto;
}

div.btcn_nws_itm
{
	margin: 0 14px 6px 5px;
	padding-bottom:7px;
	border-bottom:1px solid #B9BDD6;
}

p.btcn_nws_ttl
{
	font-size: 13px;
	font-weight: bold;
	color: #202871;
	margin: 0 0 3px 0;
	font-style:italic;
	text-transform: uppercase;

}

p.btcn_news_body
{
	font-size: 11px;
	line-height: 1.3em;
	color: #161a33;
	margin: 0;
	margin-bottom:7px;
	color:#07091a;

}

p.btcn_news_body a 
{
	text-decoration:underline;
	color:#272B44;
}

p.btcn_news_body a:hover 
{
	text-decoration:underline;
	color:#802222;
}



/*  WEEK IN HISTORY STUFF  */

div.wih_hldr
{
	height: 290px;
	width: 183px;
	overflow: auto;
	margin:7px 0 0;
	background-color:#FCFAF7;
	border-bottom:5px solid #FCFAF7;
}

div.wih_itm
{
	margin: 5px 5px 1px 5px;
	border-bottom: 1px solid #EDDCC3;
	padding-bottom:5px;
	clear:both;
}

span.wih_yr
{
	color: #5d0501;
	font-size: 13px;
	font-weight: bold;
	display:block;
	float:left;
	padding:1px 10px 10px 0;
}

p.wih_txt
{
	color: #232323;
	font-size: 11px;
	margin: 1px 3px 2px;
	padding-bottom:1px;
	letter-spacing:.018em;
	line-height:1.15em;
	font-weight:bold;
	color: #454545;
}

div.wih_bk
{
	margin: 12px 3px 5px 3px;
}

img.wih_img
{
	padding: 0 5px 5px;
	
}

p.wih_txt a
{
	color: #6a2525;
	font-size: 105%;
}

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

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


div.home_wih_content_group
{	background-color:#F9F6F5;
	margin-left: 8px;
	height: 84px;
	position: relative;
	overflow: hidden;
	width:170px;
}


div.home_wih_content_group_slider
{	background-color:#F9F6F5;
	position: absolute;
	top: 0px;
	height: 84px;
}

table.home_wih_item
{	background-color:#F9F6F5;
	margin-top: 10px;
	width:166px;
}

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

div.home_wih_content_nav
{	background-color:#F9F6F5;
	height: 16px;
	width: 178px;
	text-align: right;
	position:relative;
	bottom:-6px;
	padding-bottom: 4px;
}

div.home_wih_content_nav img
{
	position:relative;
	right:6px;
}

div.wih_in_stock_hdr
{
	height: 16px;
	margin: 0;
	background-color: #E2D2CD;
	border-top:1px solid #9F6A58;
}

p.wih_in_stock_hdr
{
	text-align: center;
	font-size: 11px;
	font-style: italic;
	color: #4F352C;
	margin: 0;
	padding-top: 1px;
}

div.home_wih_no_stock
{
	margin:7px 9px 0 8px;
	border: 2px inset #F5F0EE;
	border: 2px groove #BA9487;
	border-bottom: 1px solid #C3A297;
	border-right: 1px solid #C3A297;
}

p.home_wih_no_stock
{	
	padding: 5px 7px 7px;
	font-size:10px;
	font-weight: bold;
	font-style: italic;
	line-height: 1.2em;
	color:#51291C;
	background-color:#fff;
}

div#home_week_in_history_content
{
	background-color:#F9F6F5;
	padding-bottom: 6px;
}



/*  NEW FUN COOL STUFF  */


div.nfc_outside
{
	background-color: #F4F8F5;
}

div.nfc_hldr
{
	padding: 10px 5px 5px 5px;
}

img.nfc_img
{
	border: 2px solid #92B79C;
}

img.nfc_img_mid
{
	border: 2px solid #92B79C;
	margin-right: 5px;
	margin-left: 5px;
}
.nfc_cl {
}
/*  BEGIN MODULE CSS  */

div.home_new_arrivals_module_holder
{
	width: 190px;
	position: absolute;
	left: 33px;
	top: 8px;
}

div.home_new_arrivals_module_begin
{
	position: absolute;
	left: 0px;
	top: 0px;
}


div.home_new_arrivals_module_top
{
	position: relative;
	width: 184px;
	margin-left: 3px;
	height: 42px;
	border-bottom: 2px solid #454545;
}

table.home_new_arrivals_module_sign
{
	position: absolute;
	top: 0px;
	right: 10px;
	z-index: 10;
	margin: 0;
	height: 24px;
}

td.home_new_arrivals_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.home_new_arrivals_module_sign_leg_left
{
	text-align: left;
}

td.home_new_arrivals_module_sign_leg_right
{
	text-align: right;
}

div.home_new_arrivals_module_sign_leg_left
{
}

div.home_new_arrivals_module_sign_leg_right
{
	float: right;
}


table.home_new_arrivals_module_color_bar
{
	width: 184px;
	empty-cells: show;
	position: absolute;
	left: 0px;
	top: 28px;
}

td.home_new_arrivals_module_color_bar_left
{
	width: 8px;
}

td.home_new_arrivals_module_color_bar_center
{
	width: 168px;
	background-color: #5c65a0;
	background-image: url(http://www.betweenthecovers.com/_gr/_universal/module/module_bkg_5c65a0.png);
	border-top: 1px solid #676767;
}

td.home_new_arrivals_module_color_bar_right
{
	width: 8px;
}

div.home_new_arrivals_module_introduction
{
	background-color: #E3E3E3;
	width: 182px;
	margin-left: 3px;
	border-left: 1px solid #5c65a0;
	border-right: 1px solid #5c65a0;
	border-bottom: 2px solid #5c65a0;
	z-index: 11;
}

div.home_new_arrivals_module_middle
{
	width: 190px;
	position: relative;
}

div.home_new_arrivals_module_overhang_shadow
{
	background-image: url(http://www.betweenthecovers.com/_gr/_universal/module/module_overhang_shadow_8.png);
	width: 176px;
font-size:1px;
	height: 7px;
	z-index: 12;
	position: absolute;
	top: 0px;
	left: 7px;
}

div.home_new_arrivals_module_content
{
	width: 184px;
	margin-left: 3px;
}

table.home_new_arrivals_module_content
{
	width: 184px;
	empty-cells: show;
}

td.home_new_arrivals_module_content_left
{
	width: 4px;
	background-color: #a99b8a;
}

td.home_new_arrivals_module_content_center
{
	width: 176px;
	background-color: #ffffff;
}

td.home_new_arrivals_module_content_right
{
	width: 4px;
	background-color: #a99b8a;
}

div.home_new_arrivals_module_bottom
{
	width: 190px;	
}

table.home_new_arrivals_module_bottom
{
	width: 190px;
	empty-cells: show;
}

td.home_new_arrivals_module_bottom_left
{
	width: 7px;
}

td.home_new_arrivals_module_bottom_center
{
	width: 176px;
	background-image: url(http://www.betweenthecovers.com/_gr/_universal/module/module_bottom_center_8.png);
	background-repeat: repeat-x;
	background-position: top left;
}

td.home_new_arrivals_module_bottom_right
{
	width: 7px;
}

/*  END MODULE CSS  */

/*  BEGIN MODULE CSS  */

div.home_todays_highlights_module_holder
{
	width: 491px;
	position: absolute;
	left: 252px;
	top: 8px;
}

div.home_todays_highlights_module_begin
{
	position: absolute;
	left: 0px;
	top: 0px;
}


div.home_todays_highlights_module_top
{
	position: relative;
	width: 485px;
	margin-left: 3px;
	height: 42px;
	border-bottom: 2px solid #454545;
}

table.home_todays_highlights_module_sign
{
	position: absolute;
	top: 0px;
	right: 10px;
	z-index: 10;
	margin: 0;
	height: 24px;
}

td.home_todays_highlights_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.home_todays_highlights_module_sign_leg_left
{
	text-align: left;
}

td.home_todays_highlights_module_sign_leg_right
{
	text-align: right;
}

div.home_todays_highlights_module_sign_leg_left
{
}

div.home_todays_highlights_module_sign_leg_right
{
	float: right;
}


table.home_todays_highlights_module_color_bar
{
	width: 485px;
	empty-cells: show;
	position: absolute;
	left: 0px;
	top: 28px;
}

td.home_todays_highlights_module_color_bar_left
{
	width: 8px;
}

td.home_todays_highlights_module_color_bar_center
{
	width: 469px;
	background-color: #6e9f7c;
	background-image: url(http://www.betweenthecovers.com/_gr/_universal/module/module_bkg_6e9f7c.png);
	border-top: 1px solid #676767;
}

td.home_todays_highlights_module_color_bar_right
{
	width: 8px;
}

div.home_todays_highlights_module_introduction
{
	background-color: #E3E3E3;
	width: 483px;
	margin-left: 3px;
	border-left: 1px solid #6e9f7c;
	border-right: 1px solid #6e9f7c;
	border-bottom: 2px solid #6e9f7c;
	z-index: 11;
}

div.home_todays_highlights_module_middle
{
	width: 491px;
	position: relative;
}

div.home_todays_highlights_module_overhang_shadow
{
	background-image: url(http://www.betweenthecovers.com/_gr/_universal/module/module_overhang_shadow_8.png);
	width: 477px;
font-size:1px;
	height: 7px;
	z-index: 12;
	position: absolute;
	top: 0px;
	left: 7px;
}

div.home_todays_highlights_module_content
{
	width: 485px;
	margin-left: 3px;
}

table.home_todays_highlights_module_content
{
	width: 485px;
	empty-cells: show;
}

td.home_todays_highlights_module_content_left
{
	width: 4px;
	background-color: #a99b8a;
}

td.home_todays_highlights_module_content_center
{
	width: 477px;
	background-color: #ffffff;
}

td.home_todays_highlights_module_content_right
{
	width: 4px;
	background-color: #a99b8a;
}

div.home_todays_highlights_module_bottom
{
	width: 491px;	
}

table.home_todays_highlights_module_bottom
{
	width: 491px;
	empty-cells: show;
}

td.home_todays_highlights_module_bottom_left
{
	width: 7px;
}

td.home_todays_highlights_module_bottom_center
{
	width: 477px;
	background-image: url(http://www.betweenthecovers.com/_gr/_universal/module/module_bottom_center_8.png);
	background-repeat: repeat-x;
	background-position: top left;
}

td.home_todays_highlights_module_bottom_right
{
	width: 7px;
}

/*  END MODULE CSS  */

/*  BEGIN MODULE CSS  */

div.home_rotating_books_module_holder
{
	width: 273px;
	position: absolute;
	left: 250px;
	top: 318px;
}

div.home_rotating_books_module_begin
{
	position: absolute;
	left: 0px;
	top: 0px;
}


div.home_rotating_books_module_top
{
	position: relative;
	width: 267px;
	margin-left: 3px;
	height: 42px;
	border-bottom: 2px solid #454545;
}

table.home_rotating_books_module_sign
{
	position: absolute;
	top: 0px;
	right: 10px;
	z-index: 10;
	margin: 0;
	height: 24px;
}

td.home_rotating_books_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.home_rotating_books_module_sign_leg_left
{
	text-align: left;
}

td.home_rotating_books_module_sign_leg_right
{
	text-align: right;
}

div.home_rotating_books_module_sign_leg_left
{
}

div.home_rotating_books_module_sign_leg_right
{
	float: right;
}


table.home_rotating_books_module_color_bar
{
	width: 267px;
	empty-cells: show;
	position: absolute;
	left: 0px;
	top: 28px;
}

td.home_rotating_books_module_color_bar_left
{
	width: 8px;
}

td.home_rotating_books_module_color_bar_center
{
	width: 251px;
	background-color: #ba4754;
	background-image: url(http://www.betweenthecovers.com/_gr/_universal/module/module_bkg_ba4754.png);
	border-top: 1px solid #676767;
}

td.home_rotating_books_module_color_bar_right
{
	width: 8px;
}

div.home_rotating_books_module_introduction
{
	background-color: #E3E3E3;
	width: 265px;
	margin-left: 3px;
	border-left: 1px solid #ba4754;
	border-right: 1px solid #ba4754;
	border-bottom: 2px solid #ba4754;
	z-index: 11;
}

div.home_rotating_books_module_middle
{
	width: 273px;
	position: relative;
}

div.home_rotating_books_module_overhang_shadow
{
	background-image: url(http://www.betweenthecovers.com/_gr/_universal/module/module_overhang_shadow_8.png);
	width: 259px;
font-size:1px;
	height: 7px;
	z-index: 12;
	position: absolute;
	top: 0px;
	left: 7px;
}

div.home_rotating_books_module_content
{
	width: 267px;
	margin-left: 3px;
}

table.home_rotating_books_module_content
{
	width: 267px;
	empty-cells: show;
}

td.home_rotating_books_module_content_left
{
	width: 4px;
	background-color: #a99b8a;
}

td.home_rotating_books_module_content_center
{
	width: 259px;
	background-color: #ffffff;
}

td.home_rotating_books_module_content_right
{
	width: 4px;
	background-color: #a99b8a;
}

div.home_rotating_books_module_bottom
{
	width: 273px;	
}

table.home_rotating_books_module_bottom
{
	width: 273px;
	empty-cells: show;
}

td.home_rotating_books_module_bottom_left
{
	width: 7px;
}

td.home_rotating_books_module_bottom_center
{
	width: 259px;
	background-image: url(http://www.betweenthecovers.com/_gr/_universal/module/module_bottom_center_8.png);
	background-repeat: repeat-x;
	background-position: top left;
}

td.home_rotating_books_module_bottom_right
{
	width: 7px;
}

/*  END MODULE CSS  */

/*  BEGIN MODULE CSS  */

div.home_book_awards_module_holder
{
	width: 190px;
	position: absolute;
	left: 552px;
	top: 309px;
}

div.home_book_awards_module_begin
{
	position: absolute;
	left: 0px;
	top: 0px;
}


div.home_book_awards_module_top
{
	position: relative;
	width: 184px;
	margin-left: 3px;
	height: 42px;
	border-bottom: 2px solid #454545;
}

table.home_book_awards_module_sign
{
	position: absolute;
	top: 0px;
	right: 10px;
	z-index: 10;
	margin: 0;
	height: 24px;
}

td.home_book_awards_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.home_book_awards_module_sign_leg_left
{
	text-align: left;
}

td.home_book_awards_module_sign_leg_right
{
	text-align: right;
}

div.home_book_awards_module_sign_leg_left
{
}

div.home_book_awards_module_sign_leg_right
{
	float: right;
}


table.home_book_awards_module_color_bar
{
	width: 184px;
	empty-cells: show;
	position: absolute;
	left: 0px;
	top: 28px;
}

td.home_book_awards_module_color_bar_left
{
	width: 8px;
}

td.home_book_awards_module_color_bar_center
{
	width: 168px;
	background-color: #907fb1;
	background-image: url(http://www.betweenthecovers.com/_gr/_universal/module/module_bkg_907fb1.png);
	border-top: 1px solid #676767;
}

td.home_book_awards_module_color_bar_right
{
	width: 8px;
}

div.home_book_awards_module_introduction
{
	background-color: #E3E3E3;
	width: 182px;
	margin-left: 3px;
	border-left: 1px solid #907fb1;
	border-right: 1px solid #907fb1;
	border-bottom: 2px solid #907fb1;
	z-index: 11;
}

div.home_book_awards_module_middle
{
	width: 190px;
	position: relative;
}

div.home_book_awards_module_overhang_shadow
{
	background-image: url(http://www.betweenthecovers.com/_gr/_universal/module/module_overhang_shadow_8.png);
	width: 176px;
font-size:1px;
	height: 7px;
	z-index: 12;
	position: absolute;
	top: 0px;
	left: 7px;
}

div.home_book_awards_module_content
{
	width: 184px;
	margin-left: 3px;
}

table.home_book_awards_module_content
{
	width: 184px;
	empty-cells: show;
}

td.home_book_awards_module_content_left
{
	width: 4px;
	background-color: #a99b8a;
}

td.home_book_awards_module_content_center
{
	width: 176px;
	background-color: #ffffff;
}

td.home_book_awards_module_content_right
{
	width: 4px;
	background-color: #a99b8a;
}

div.home_book_awards_module_bottom
{
	width: 190px;	
}

table.home_book_awards_module_bottom
{
	width: 190px;
	empty-cells: show;
}

td.home_book_awards_module_bottom_left
{
	width: 7px;
}

td.home_book_awards_module_bottom_center
{
	width: 176px;
	background-image: url(http://www.betweenthecovers.com/_gr/_universal/module/module_bottom_center_8.png);
	background-repeat: repeat-x;
	background-position: top left;
}

td.home_book_awards_module_bottom_right
{
	width: 7px;
}

/*  END MODULE CSS  */

/*  BEGIN MODULE CSS  */

div.home_handwritten_module_holder
{
	width: 207px;
	position: absolute;
	left: 6px;
	top: 516px;
}

div.home_handwritten_module_begin
{
	position: absolute;
	left: 0px;
	top: 0px;
}


div.home_handwritten_module_top
{
	position: relative;
	width: 201px;
	margin-left: 3px;
	height: 42px;
	border-bottom: 2px solid #454545;
}

table.home_handwritten_module_sign
{
	position: absolute;
	top: 0px;
	right: 10px;
	z-index: 10;
	margin: 0;
	height: 24px;
}

td.home_handwritten_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.home_handwritten_module_sign_leg_left
{
	text-align: left;
}

td.home_handwritten_module_sign_leg_right
{
	text-align: right;
}

div.home_handwritten_module_sign_leg_left
{
}

div.home_handwritten_module_sign_leg_right
{
	float: right;
}


table.home_handwritten_module_color_bar
{
	width: 201px;
	empty-cells: show;
	position: absolute;
	left: 0px;
	top: 28px;
}

td.home_handwritten_module_color_bar_left
{
	width: 8px;
}

td.home_handwritten_module_color_bar_center
{
	width: 185px;
	background-color: #ab6f2e;
	background-image: url(http://www.betweenthecovers.com/_gr/_universal/module/module_bkg_ab6f2e.png);
	border-top: 1px solid #676767;
}

td.home_handwritten_module_color_bar_right
{
	width: 8px;
}

div.home_handwritten_module_introduction
{
	background-color: #E3E3E3;
	width: 199px;
	margin-left: 3px;
	border-left: 1px solid #ab6f2e;
	border-right: 1px solid #ab6f2e;
	border-bottom: 2px solid #ab6f2e;
	z-index: 11;
}

div.home_handwritten_module_middle
{
	width: 207px;
	position: relative;
}

div.home_handwritten_module_overhang_shadow
{
	background-image: url(http://www.betweenthecovers.com/_gr/_universal/module/module_overhang_shadow_8.png);
	width: 193px;
font-size:1px;
	height: 7px;
	z-index: 12;
	position: absolute;
	top: 0px;
	left: 7px;
}

div.home_handwritten_module_content
{
	width: 201px;
	margin-left: 3px;
}

table.home_handwritten_module_content
{
	width: 201px;
	empty-cells: show;
}

td.home_handwritten_module_content_left
{
	width: 4px;
	background-color: #a99b8a;
}

td.home_handwritten_module_content_center
{
	width: 193px;
	background-color: #ffffff;
}

td.home_handwritten_module_content_right
{
	width: 4px;
	background-color: #a99b8a;
}

div.home_handwritten_module_bottom
{
	width: 207px;	
}

table.home_handwritten_module_bottom
{
	width: 207px;
	empty-cells: show;
}

td.home_handwritten_module_bottom_left
{
	width: 7px;
}

td.home_handwritten_module_bottom_center
{
	width: 193px;
	background-image: url(http://www.betweenthecovers.com/_gr/_universal/module/module_bottom_center_8.png);
	background-repeat: repeat-x;
	background-position: top left;
}

td.home_handwritten_module_bottom_right
{
	width: 7px;
}

/*  END MODULE CSS  */

/*  BEGIN MODULE CSS  */

div.home_btc_news_module_holder
{
	width: 274px;
	position: absolute;
	left: 247px;
	top: 619px;
}

div.home_btc_news_module_begin
{
	position: absolute;
	left: 0px;
	top: 0px;
}


div.home_btc_news_module_top
{
	position: relative;
	width: 268px;
	margin-left: 3px;
	height: 42px;
	border-bottom: 2px solid #454545;
}

table.home_btc_news_module_sign
{
	position: absolute;
	top: 0px;
	right: 10px;
	z-index: 10;
	margin: 0;
	height: 24px;
}

td.home_btc_news_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.home_btc_news_module_sign_leg_left
{
	text-align: left;
}

td.home_btc_news_module_sign_leg_right
{
	text-align: right;
}

div.home_btc_news_module_sign_leg_left
{
}

div.home_btc_news_module_sign_leg_right
{
	float: right;
}


table.home_btc_news_module_color_bar
{
	width: 268px;
	empty-cells: show;
	position: absolute;
	left: 0px;
	top: 28px;
}

td.home_btc_news_module_color_bar_left
{
	width: 8px;
}

td.home_btc_news_module_color_bar_center
{
	width: 252px;
	background-color: #5c65a0;
	background-image: url(http://www.betweenthecovers.com/_gr/_universal/module/module_bkg_5c65a0.png);
	border-top: 1px solid #676767;
}

td.home_btc_news_module_color_bar_right
{
	width: 8px;
}

div.home_btc_news_module_introduction
{
	background-color: #E3E3E3;
	width: 266px;
	margin-left: 3px;
	border-left: 1px solid #5c65a0;
	border-right: 1px solid #5c65a0;
	border-bottom: 2px solid #5c65a0;
	z-index: 11;
}

div.home_btc_news_module_middle
{
	width: 274px;
	position: relative;
}

div.home_btc_news_module_overhang_shadow
{
	background-image: url(http://www.betweenthecovers.com/_gr/_universal/module/module_overhang_shadow_8.png);
	width: 260px;
font-size:1px;
	height: 7px;
	z-index: 12;
	position: absolute;
	top: 0px;
	left: 7px;
}

div.home_btc_news_module_content
{
	width: 268px;
	margin-left: 3px;
}

table.home_btc_news_module_content
{
	width: 268px;
	empty-cells: show;
}

td.home_btc_news_module_content_left
{
	width: 4px;
	background-color: #a99b8a;
}

td.home_btc_news_module_content_center
{
	width: 260px;
	background-color: #ffffff;
}

td.home_btc_news_module_content_right
{
	width: 4px;
	background-color: #a99b8a;
}

div.home_btc_news_module_bottom
{
	width: 274px;	
}

table.home_btc_news_module_bottom
{
	width: 274px;
	empty-cells: show;
}

td.home_btc_news_module_bottom_left
{
	width: 7px;
}

td.home_btc_news_module_bottom_center
{
	width: 260px;
	background-image: url(http://www.betweenthecovers.com/_gr/_universal/module/module_bottom_center_8.png);
	background-repeat: repeat-x;
	background-position: top left;
}

td.home_btc_news_module_bottom_right
{
	width: 7px;
}

/*  END MODULE CSS  */

/*  BEGIN MODULE CSS  */

div.home_week_in_history_module_holder
{
	width: 198px;
	position: absolute;
	left: 555px;
	top: 650px;
}

div.home_week_in_history_module_begin
{
	position: absolute;
	left: 0px;
	top: 0px;
}


div.home_week_in_history_module_top
{
	position: relative;
	width: 192px;
	margin-left: 3px;
	height: 42px;
	border-bottom: 2px solid #454545;
}

table.home_week_in_history_module_sign
{
	position: absolute;
	top: 0px;
	right: 10px;
	z-index: 10;
	margin: 0;
	height: 24px;
}

td.home_week_in_history_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.home_week_in_history_module_sign_leg_left
{
	text-align: left;
}

td.home_week_in_history_module_sign_leg_right
{
	text-align: right;
}

div.home_week_in_history_module_sign_leg_left
{
}

div.home_week_in_history_module_sign_leg_right
{
	float: right;
}


table.home_week_in_history_module_color_bar
{
	width: 192px;
	empty-cells: show;
	position: absolute;
	left: 0px;
	top: 28px;
}

td.home_week_in_history_module_color_bar_left
{
	width: 8px;
}

td.home_week_in_history_module_color_bar_center
{
	width: 176px;
	background-color: #87452f;
	background-image: url(http://www.betweenthecovers.com/_gr/_universal/module/module_bkg_87452f.png);
	border-top: 1px solid #676767;
}

td.home_week_in_history_module_color_bar_right
{
	width: 8px;
}

div.home_week_in_history_module_introduction
{
	background-color: #E3E3E3;
	width: 190px;
	margin-left: 3px;
	border-left: 1px solid #87452f;
	border-right: 1px solid #87452f;
	border-bottom: 2px solid #87452f;
	z-index: 11;
}

div.home_week_in_history_module_middle
{
	width: 198px;
	position: relative;
}

div.home_week_in_history_module_overhang_shadow
{
	background-image: url(http://www.betweenthecovers.com/_gr/_universal/module/module_overhang_shadow_8.png);
	width: 184px;
font-size:1px;
	height: 7px;
	z-index: 12;
	position: absolute;
	top: 0px;
	left: 7px;
}

div.home_week_in_history_module_content
{
	width: 192px;
	margin-left: 3px;
}

table.home_week_in_history_module_content
{
	width: 192px;
	empty-cells: show;
}

td.home_week_in_history_module_content_left
{
	width: 4px;
	background-color: #a99b8a;
}

td.home_week_in_history_module_content_center
{
	width: 184px;
	background-color: #ffffff;
}

td.home_week_in_history_module_content_right
{
	width: 4px;
	background-color: #a99b8a;
}

div.home_week_in_history_module_bottom
{
	width: 198px;	
}

table.home_week_in_history_module_bottom
{
	width: 198px;
	empty-cells: show;
}

td.home_week_in_history_module_bottom_left
{
	width: 7px;
}

td.home_week_in_history_module_bottom_center
{
	width: 184px;
	background-image: url(http://www.betweenthecovers.com/_gr/_universal/module/module_bottom_center_8.png);
	background-repeat: repeat-x;
	background-position: top left;
}

td.home_week_in_history_module_bottom_right
{
	width: 7px;
}

/*  END MODULE CSS  */

/*  BEGIN MODULE CSS  */

div.home_new_fun_cool_module_holder
{
	width: 493px;
	position: relative;
	left: 16px;	top: 972px;}

div.home_new_fun_cool_module_begin
{
	position: absolute;
	left: 0px;
	top: 0px;
}


div.home_new_fun_cool_module_top
{
	position: relative;
	width: 487px;
	margin-left: 3px;
	height: 42px;
	border-bottom: 2px solid #454545;
}

table.home_new_fun_cool_module_sign
{
	position: absolute;
	top: 0px;
	right: 10px;
	z-index: 10;
	margin: 0;
	height: 24px;
}

td.home_new_fun_cool_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.home_new_fun_cool_module_sign_leg_left
{
	text-align: left;
}

td.home_new_fun_cool_module_sign_leg_right
{
	text-align: right;
}

div.home_new_fun_cool_module_sign_leg_left
{
}

div.home_new_fun_cool_module_sign_leg_right
{
	float: right;
}


table.home_new_fun_cool_module_color_bar
{
	width: 487px;
	empty-cells: show;
	position: absolute;
	left: 0px;
	top: 28px;
}

td.home_new_fun_cool_module_color_bar_left
{
	width: 8px;
}

td.home_new_fun_cool_module_color_bar_center
{
	width: 471px;
	background-color: #6e9f7c;
	background-image: url(http://www.betweenthecovers.com/_gr/_universal/module/module_bkg_6e9f7c.png);
	border-top: 1px solid #676767;
}

td.home_new_fun_cool_module_color_bar_right
{
	width: 8px;
}

div.home_new_fun_cool_module_introduction
{
	background-color: #E3E3E3;
	width: 485px;
	margin-left: 3px;
	border-left: 1px solid #6e9f7c;
	border-right: 1px solid #6e9f7c;
	border-bottom: 2px solid #6e9f7c;
	z-index: 11;
}

div.home_new_fun_cool_module_middle
{
	width: 493px;
	position: relative;
}

div.home_new_fun_cool_module_overhang_shadow
{
	background-image: url(http://www.betweenthecovers.com/_gr/_universal/module/module_overhang_shadow_8.png);
	width: 479px;
font-size:1px;
	height: 7px;
	z-index: 12;
	position: absolute;
	top: 0px;
	left: 7px;
}

div.home_new_fun_cool_module_content
{
	width: 487px;
	margin-left: 3px;
}

table.home_new_fun_cool_module_content
{
	width: 487px;
	empty-cells: show;
}

td.home_new_fun_cool_module_content_left
{
	width: 4px;
	background-color: #a99b8a;
}

td.home_new_fun_cool_module_content_center
{
	width: 479px;
	background-color: #ffffff;
}

td.home_new_fun_cool_module_content_right
{
	width: 4px;
	background-color: #a99b8a;
}

div.home_new_fun_cool_module_bottom
{
	width: 493px;	
}

table.home_new_fun_cool_module_bottom
{
	width: 493px;
	empty-cells: show;
}

td.home_new_fun_cool_module_bottom_left
{
	width: 7px;
}

td.home_new_fun_cool_module_bottom_center
{
	width: 479px;
	background-image: url(http://www.betweenthecovers.com/_gr/_universal/module/module_bottom_center_8.png);
	background-repeat: repeat-x;
	background-position: top left;
}

td.home_new_fun_cool_module_bottom_right
{
	width: 7px;
}

/*  END MODULE CSS  */
