
/*  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: 1070px;
	width: 100%;
}



/*  CURRENT E-LIST STUFF  */

div.cb_ce_items
{
	margin-top: 10px;
	height: 420px;
	overflow: auto;
}

table.cb_ce_items
{
	width: 230px;
	margin:0 0 0 8px;
	padding:0;

}

td.cb_ce_item
{
	vertical-align:top;
	height:140px;
	width:106px;
	margin:0;
	padding:0;
}

p.cb_ce_author
{
	width: 100px;
	margin:5px 5px 3px 0;
	line-height:1em;
}

a.cb_ce_author
{
	color: #802222;
	text-decoration:none;
}

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

p.cb_ce_title
{
	margin: 0 5px 5px 0;
	width:100px;
	font-size:11px;
	font-weight:bold;
	line-height:1em;
}

a.cb_ce_title
{
	color: #232323;
	font-style:italic;
	text-decoration:none;
}

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

div.cb_ce_past_elists
{
	background-color: #fbf6fb;
}

p.cb_ce_past_elists
{
	padding:10px 10px 6px 10px;
	font-size:12px;
	font-style:italic;
	border-bottom:2px groove #ababab;
}

a.cb_ce_past_elist
{
	color: #500;
	text-decoration:underline;
}

a.cb_ce_past_elist:hover
{
	color: #900;
}



/*  CATALOG STUFF  */

div.cb_cat_scroller
{
	background-color: #eaeaea;
	height: 440px;
	overflow: auto;
	text-align:center;
margin-top:6px;
}

div.cb_cat_item
{
	background-color: #fff;
	width:88%;
	margin:14px auto;
	border: 1px solid #aaa;
	border-bottom: 2px groove #777;
	text-align:left;
	padding:6px;
}

table.cb_cat_item
{	
	width: 100%;
	padding-bottom:6px;
}

td.cb_cat_text_right
{
	text-align: right;
	padding: 0 0 0 30px;
}

td.cb_cat_text_left
{
	text-align: left;
	padding: 0 30px 0 0;
}

p.cb_cat_number
{
	font-size: 16px;
	font-weight:bold;
	padding-bottom:6px;
}

a.cb_cat_number
{
	color: #a33;
}

a.cb_cat_number:hover
{
	color: #800;
}

p.cb_cat_name
{
	font-size: 12px;
	text-decoration:none;
}

a.cb_cat_name
{
	color: #666;
	font-weight:bold;
	text-decoration:none;
}


td.cb_cat_image_left
{
	width: 90px;
	float:left;
}

td.cb_cat_image_right
{
	width: 90px;
	float:right;	
}

td.cb_cat_image_right img, 
td.cb_cat_image_left img {
	border:1px solid #aaa;
}


/*  FREE SIGNUP STUFF  */

form
{
	margin:0;
}

div.cb_fs_form_holder
{
	background-color: #e8ece8;
	text-align:center;
}

table.cb_fs_rb
{
	width: 380px;
	margin:0 auto;
}

table.cb_fs_rb td
{
	font: 11px "trebuchet ms", sans-serif;
	padding:6px 0 3px;
}

table.cb_fs_el
{
	border: 1px inset #9f9090;
	background-color: #fff;
	margin:0 auto 5px;
	padding-top:5px;
	text-align:left;
	width:92%;
	border-bottom:2px solid #ccc;
}

table.cb_fs_cat_1
{
	border: 1px inset #9f9090;
	background-color: #fff;
	margin:0 auto 5px;
	padding-bottom:5px;
	text-align:left;
	width:92%;
	border-bottom:2px solid #ccc;
}

p.cb_fs_label
{	
	text-align:right;
	margin-right:4px;
	color: #273B2C;
}

input.cb_fs_top
{
	width: 102px;
	border: 1px inset #383;
	padding-left:2px;
}

select.cb_fs_top
{
	width: 104px;
	border-color:#383;
	border-width:1px;
	margin:5px 0 0;
}

td.cb_fs_label_left
{
	width: 70px;
	text-align: right;
}

td.cb_fs_label_right
{
	width: 50px;
	text-align: right;
}

td.cb_fs_input_left
{
	width: 70px;
	margin-bottom:10px;
}

td.cb_fs_input_right
{
	width: 40px;
}

td.cb_fs_input_allright
{
	width: 210px;
	margin:0;
	padding:0;
}

textarea.cb_fs_long
{
	width: 260px;
	height:40px;
	margin-top:8px;
	margin-bottom:6px;
	font-size:11px;
	color:#000;
	border:1px inset #383;
	padding-left:2px;
}

input.cb_fs_long
{
	width: 260px;
	margin-bottom:5px;
	margin-top:5px;
	border:1px inset #383;
	padding-left:2px;
}

input.cb_fs_small
{
	width: 70px;
	margin:5px 0 2px;
	border:1px inset #383;
	padding-left:2px;
}

table.cb_submit_table
{
	border: 1px inset #9f9090;
	background-color: #fff;
	margin:0 auto 5px;
	padding-bottom:5px;
	text-align:left;
	width: 92%;
	border-bottom:2px solid #ccc;
}

td.cb_form_button
{
	text-align: right;
	padding:4px 8px 0 0;
	width: 60px;
}

input.cb_fs_submit
{
	color:#060;
	width: 52px;
	height:15px;
	font-size: 10px;
	font-weight:bold;
	margin-top:4px;
	margin-right: 5px;
}

td.cb_form_message
{
	width: 500px;
}

p.cb_script_message
{
	color: #cc0000;
	font-style: italic;
	font-size: 11px;
	width: 200px;
	margin-left: 5px;
}


/*  BEGIN MODULE CSS  */

div.cb_free_signup_module_holder
{
	width: 422px;
	position: absolute;
	left: 23px;
	top: 11px;
}

div.cb_free_signup_module_begin
{
	position: absolute;
	left: 0px;
	top: 0px;
}


div.cb_free_signup_module_top
{
	position: relative;
	width: 416px;
	margin-left: 3px;
	height: 42px;
	border-bottom: 2px solid #454545;
}

table.cb_free_signup_module_sign
{
	position: absolute;
	top: 0px;
	right: 10px;
	z-index: 10;
	margin: 0;
	height: 24px;
}

td.cb_free_signup_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.cb_free_signup_module_sign_leg_left
{
	text-align: left;
}

td.cb_free_signup_module_sign_leg_right
{
	text-align: right;
}

div.cb_free_signup_module_sign_leg_left
{
}

div.cb_free_signup_module_sign_leg_right
{
	float: right;
}


table.cb_free_signup_module_color_bar
{
	width: 416px;
	empty-cells: show;
	position: absolute;
	left: 0px;
	top: 28px;
}

td.cb_free_signup_module_color_bar_left
{
	width: 8px;
}

td.cb_free_signup_module_color_bar_center
{
	width: 400px;
	background-color: #6e9f7c;
	background-image: url(http://www.betweenthecovers.com/_gr/_universal/module/module_bkg_6e9f7c.png);
	border-top: 1px solid #676767;
}

td.cb_free_signup_module_color_bar_right
{
	width: 8px;
}

div.cb_free_signup_module_introduction
{
	background-color: #E3E3E3;
	width: 414px;
	margin-left: 3px;
	border-left: 1px solid #6e9f7c;
	border-right: 1px solid #6e9f7c;
	border-bottom: 2px solid #6e9f7c;
	z-index: 11;
}

div.cb_free_signup_module_middle
{
	width: 422px;
	position: relative;
}

div.cb_free_signup_module_overhang_shadow
{
	background-image: url(http://www.betweenthecovers.com/_gr/_universal/module/module_overhang_shadow_8.png);
	width: 408px;
font-size:1px;
	height: 7px;
	z-index: 12;
	position: absolute;
	top: 0px;
	left: 7px;
}

div.cb_free_signup_module_content
{
	width: 416px;
	margin-left: 3px;
}

table.cb_free_signup_module_content
{
	width: 416px;
	empty-cells: show;
}

td.cb_free_signup_module_content_left
{
	width: 4px;
	background-color: #a99b8a;
}

td.cb_free_signup_module_content_center
{
	width: 408px;
	background-color: #ffffff;
}

td.cb_free_signup_module_content_right
{
	width: 4px;
	background-color: #a99b8a;
}

div.cb_free_signup_module_bottom
{
	width: 422px;	
}

table.cb_free_signup_module_bottom
{
	width: 422px;
	empty-cells: show;
}

td.cb_free_signup_module_bottom_left
{
	width: 7px;
}

td.cb_free_signup_module_bottom_center
{
	width: 408px;
	background-image: url(http://www.betweenthecovers.com/_gr/_universal/module/module_bottom_center_8.png);
	background-repeat: repeat-x;
	background-position: top left;
}

td.cb_free_signup_module_bottom_right
{
	width: 7px;
}

/*  END MODULE CSS  */

/*  BEGIN MODULE CSS  */

div.cb_current_elist_module_holder
{
	width: 273px;
	position: absolute;
	left: 475px;
	top: 59px;
}

div.cb_current_elist_module_begin
{
	position: absolute;
	left: 0px;
	top: 0px;
}


div.cb_current_elist_module_top
{
	position: relative;
	width: 267px;
	margin-left: 3px;
	height: 42px;
	border-bottom: 2px solid #454545;
}

table.cb_current_elist_module_sign
{
	position: absolute;
	top: 0px;
	right: 10px;
	z-index: 10;
	margin: 0;
	height: 24px;
}

td.cb_current_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.cb_current_elist_module_sign_leg_left
{
	text-align: left;
}

td.cb_current_elist_module_sign_leg_right
{
	text-align: right;
}

div.cb_current_elist_module_sign_leg_left
{
}

div.cb_current_elist_module_sign_leg_right
{
	float: right;
}


table.cb_current_elist_module_color_bar
{
	width: 267px;
	empty-cells: show;
	position: absolute;
	left: 0px;
	top: 28px;
}

td.cb_current_elist_module_color_bar_left
{
	width: 8px;
}

td.cb_current_elist_module_color_bar_center
{
	width: 251px;
	background-color: #907fb1;
	background-image: url(http://www.betweenthecovers.com/_gr/_universal/module/module_bkg_907fb1.png);
	border-top: 1px solid #676767;
}

td.cb_current_elist_module_color_bar_right
{
	width: 8px;
}

div.cb_current_elist_module_introduction
{
	background-color: #E3E3E3;
	width: 265px;
	margin-left: 3px;
	border-left: 1px solid #907fb1;
	border-right: 1px solid #907fb1;
	border-bottom: 2px solid #907fb1;
	z-index: 11;
}

div.cb_current_elist_module_middle
{
	width: 273px;
	position: relative;
}

div.cb_current_elist_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.cb_current_elist_module_content
{
	width: 267px;
	margin-left: 3px;
}

table.cb_current_elist_module_content
{
	width: 267px;
	empty-cells: show;
}

td.cb_current_elist_module_content_left
{
	width: 4px;
	background-color: #a99b8a;
}

td.cb_current_elist_module_content_center
{
	width: 259px;
	background-color: #ffffff;
}

td.cb_current_elist_module_content_right
{
	width: 4px;
	background-color: #a99b8a;
}

div.cb_current_elist_module_bottom
{
	width: 273px;	
}

table.cb_current_elist_module_bottom
{
	width: 273px;
	empty-cells: show;
}

td.cb_current_elist_module_bottom_left
{
	width: 7px;
}

td.cb_current_elist_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.cb_current_elist_module_bottom_right
{
	width: 7px;
}

/*  END MODULE CSS  */

/*  BEGIN MODULE CSS  */

div.cb_btc_catalogs_module_holder
{
	width: 404px;
	position: absolute;
	left: 14px;
	top: 392px;
}

div.cb_btc_catalogs_module_begin
{
	position: absolute;
	left: 0px;
	top: 0px;
}


div.cb_btc_catalogs_module_top
{
	position: relative;
	width: 398px;
	margin-left: 3px;
	height: 42px;
	border-bottom: 2px solid #454545;
}

table.cb_btc_catalogs_module_sign
{
	position: absolute;
	top: 0px;
	right: 10px;
	z-index: 10;
	margin: 0;
	height: 24px;
}

td.cb_btc_catalogs_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.cb_btc_catalogs_module_sign_leg_left
{
	text-align: left;
}

td.cb_btc_catalogs_module_sign_leg_right
{
	text-align: right;
}

div.cb_btc_catalogs_module_sign_leg_left
{
}

div.cb_btc_catalogs_module_sign_leg_right
{
	float: right;
}


table.cb_btc_catalogs_module_color_bar
{
	width: 398px;
	empty-cells: show;
	position: absolute;
	left: 0px;
	top: 28px;
}

td.cb_btc_catalogs_module_color_bar_left
{
	width: 8px;
}

td.cb_btc_catalogs_module_color_bar_center
{
	width: 382px;
	background-color: #5c65a0;
	background-image: url(http://www.betweenthecovers.com/_gr/_universal/module/module_bkg_5c65a0.png);
	border-top: 1px solid #676767;
}

td.cb_btc_catalogs_module_color_bar_right
{
	width: 8px;
}

div.cb_btc_catalogs_module_introduction
{
	background-color: #E3E3E3;
	width: 396px;
	margin-left: 3px;
	border-left: 1px solid #5c65a0;
	border-right: 1px solid #5c65a0;
	border-bottom: 2px solid #5c65a0;
	z-index: 11;
}

div.cb_btc_catalogs_module_middle
{
	width: 404px;
	position: relative;
}

div.cb_btc_catalogs_module_overhang_shadow
{
	background-image: url(http://www.betweenthecovers.com/_gr/_universal/module/module_overhang_shadow_8.png);
	width: 390px;
font-size:1px;
	height: 7px;
	z-index: 12;
	position: absolute;
	top: 0px;
	left: 7px;
}

div.cb_btc_catalogs_module_content
{
	width: 398px;
	margin-left: 3px;
}

table.cb_btc_catalogs_module_content
{
	width: 398px;
	empty-cells: show;
}

td.cb_btc_catalogs_module_content_left
{
	width: 4px;
	background-color: #a99b8a;
}

td.cb_btc_catalogs_module_content_center
{
	width: 390px;
	background-color: #ffffff;
}

td.cb_btc_catalogs_module_content_right
{
	width: 4px;
	background-color: #a99b8a;
}

div.cb_btc_catalogs_module_bottom
{
	width: 404px;	
}

table.cb_btc_catalogs_module_bottom
{
	width: 404px;
	empty-cells: show;
}

td.cb_btc_catalogs_module_bottom_left
{
	width: 7px;
}

td.cb_btc_catalogs_module_bottom_center
{
	width: 390px;
	background-image: url(http://www.betweenthecovers.com/_gr/_universal/module/module_bottom_center_8.png);
	background-repeat: repeat-x;
	background-position: top left;
}

td.cb_btc_catalogs_module_bottom_right
{
	width: 7px;
}

/*  END MODULE CSS  */
