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


/*  IMAGES+DETAIL STUFF  */

div.item_rotation
{
	margin: 12px 0 3px 0;
	padding-top: 3px;
	padding-left:7px;
	height: 370px;
}

div.item_rotation_info_link
{
	margin: -8px 0 1px 10px;
}
 
p.item_rotation_info_link
{
	text-transform: lowercase;
	font-variant:small-caps;
}
 
a.item_rotation_info_link
{
	color:#401111;
}
 
a.item_rotation_info_link:hover
{
	color: #802222;
}

div.item_images_detail_holder
{
	padding:10px 0 6px;
}

div.item_images_detail_placeholder
{
	height: 370px;
}

div.item_images_detail_image
{
	margin: 10px auto;
}

div.item_author
{
	width: 420px;
	height: 370px;
	overflow: auto;
	margin: 10px auto 4px;
	background-color: #e7e7e7;
	border: 1px solid #802222;
}

p.item_author_name
{
	margin: 0;
	padding-top: 10px;
	padding-left: 15px;
	font-size: 16px;
	font-weight: bold;
}

table.item_author_main_info
{
	width: 384px;
	margin-left: 15px;
	margin-top: 10px;
}

td.item_author_main_info_left
{
	width: 120px;
	vertical-align: top;
}

img.item_author_image
{
	border: 1px solid #802222;
}

td.item_author_main_info_right
{
	width: 260px;
	vertical-align: top;
}

table.item_author_main_info_right
{
	width: 200px;
	padding-left: 10px;
}

table.item_author_main_info_right td
{
	vertical-align: top;
}

p.item_author_main_info_label
{
	font-size: 13px;
	font-weight: bold;
	white-space: nowrap;
	margin-right: 15px;
	margin-left: 0;
	color: #802222;
	padding-bottom: 5px;
}

p.item_author_main_info_info
{
	font-size: 13px;
	color: #212121;
	padding-bottom: 5px;
}

table.item_author_extra_info
{
	width: 384px;
	padding-left: 15px;
	padding-top: 10px;
}

td.item_author_extra_info_left
{
	width: 120px;
	border-top: 1px solid #888;
	vertical-align: top;
}	

p.item_author_extra_info_left
{
	padding-top: 10px;
	padding-bottom: 5px;
	margin: 0;
	margin-bottom: 5px;
	color: #802222;
	font-size: 13px;
	font-weight: bold;
}

td.item_author_extra_info_right
{
	width: 260px;
	vertical-align: top;
}

p.item_author_extra_info_right
{
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 5px;
	margin: 0;
}

div.item_author_info_link
{
	margin: 7px 0 1px 10px;
}
 
p.item_author_info_link
{
	text-transform: lowercase;
	font-variant:small-caps;
}
 
a.item_author_info_link
{
	color:#401111;
}
 
a.item_author_info_link:hover
{
	color: #802222;
}


div.item_title
{
	width: 420px;
	height: 370px;
	overflow: auto;
	margin: 10px auto 4px;
	background-color: #e7e7e7;
	border: 1px solid #802222;
}

p.item_title_title
{
	margin: 0;
	margin-top: 10px;
	margin-left: 15px;
	font-size: 16px;
	font-weight: bold;
}

table.item_title_info
{
	width: 384px;
	padding-left: 15px;
	padding-top: 10px;
}

td.item_title_info_left
{
	width: 120px;
	vertical-align: top;
}

td.item_title_extra_info_left
{
	width: 120px;
	border-top: 1px solid #888;
	vertical-align: top;
}

p.item_title_info_left
{
	padding-top: 10px;
	padding-bottom: 5px;
	margin: 0;
	margin-bottom: 5px;
	color: #802222;
	font-size: 13px;
	font-weight: bold;
}

p.item_title_info_right
{	font-size: 12px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 5px;
	margin: 0;
}

td.item_title_info_right
{
	width: 260px;
	vertical-align: top;
}

div.item_film
{
	width: 420px;
	height: 370px;
	overflow: auto;
	margin: 10px auto 4px;
	background-color: #e7e7e7;
	border: 1px solid #802222;
}

p.item_film_title
{
	margin: 0;
	margin-top: 10px;
	margin-left: 15px;
	font-size: 16px;
	font-weight: bold;
}

table.item_film_info
{
	width: 384px;
	padding-left: 15px;
	padding-top: 10px;
}

td.item_film_info_left
{
	width: 120px;
	vertical-align: top;
}

td.item_film_extra_info_left
{
	width: 120px;
	border-top: 1px solid #888;
	vertical-align: top;
}

p.item_film_info_left
{
	padding-top: 10px;
	padding-bottom: 5px;
	margin: 0;
	margin-bottom: 5px;
	color: #802222;
	font-size: 13px;
	font-weight: bold;
}

p.item_film_info_right
{
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 5px;
	margin: 0;
}


td.item_film_info_right
{
	width: 260px;
	vertical-align: top;
}





/*  ITEM INFO STUFF  */

div.item_info_holder
{
	height: 386px;
}

div.item_info_content
{
	height: 335px;
	width: 237px;
	margin: 10px 0 0 10px;
	overflow: auto;
}

p.item_info_author
{
	font-family: Georgia, serif;
	font-size: 14px;
	font-weight: bold;
	color: #66070b;
	line-height: 1.2em;
	margin:4px 5px 6px 0;
}

p.item_info_title
{
	font-family: Georgia, serif;
	font-size: 14px;
	font-weight: bold;
	font-style:italic;
	color: #333;
	margin: 0;
	line-height:1.2em;
	padding-right:5px;
}

div.item_info_metadata
{
	border-top: 1px solid #d4d2d3;
	border-bottom: 2px solid #d4d2d3;
	margin: 10px 0;
}

p.item_info_publisher
{
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 11px;
	color: #303030;
	margin:5px 5px 5px 0;
}

p.item_info_price
{
	font-family: Georgia, serif;
	font-size: 12px;
	font-weight:normal;
	color: #000000;
	margin: 0;
	padding: 8px 0 10px;
}

span.item_info_price_old
{
	text-decoration: line-through;
	color: #303030;
	font-weight: normal;
}

span.item_info_price_discount
{
	color:#800;
}

p.item_info_description
{
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
	color: #303030;
	margin: 0 10px 0 0;
}

p.item_info_id
{
	font-family: "Trebuchet MS", sans-serif;
	font-size: 10px;
	color: #303030;
	margin: 3px 0 7px 0;
}

div.item_info_nav
{
	position:absolute;
	bottom:0;
	border-top: 2px solid #802222;
	background-color: #f6f6f6;
	height: 25px;
	width:237px;
	padding:0 0 6px 12px;
}


/* IMAGES + DETAIL TOOLBAR */

div.item_images_detail_toolbar
{
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
img.item_images_detail_toolbar
{
	margin-right: -5px;
}


/*  ITEM INFO INTRO  */

div.item_info_intro
{
	height: 32px;
}


/*  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: #653527;
}

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;
}


/*  ARTICLES STUFF  */

div.art_hldr
{
	overflow: auto;
	height: 115px;
	width: 252px;
	margin-left: 1px;
	margin-top: 8px;
}

/* added 6/29/09  item page override for article mod accordion expansion in-line styles */
div.item_on_collecting_module_holder div.art_hldr {
	height:150px;
}
div.item_on_collecting_module_holder div.accordion_headings, div.item_on_collecting_module_holder  div.header_highlight {
	width:224px;
	background-color:#729A7D;
}
/* end 6/29/09 mods */

div.art_item
{
}

table.art_row
{
	width:227px;
}

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

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

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

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

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

a.art_title:hover
{
	color: 242840;
	text-decoration: underline;
}

/*  MORE RESULTS MODULE STUFF  */


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

div.item_mr_content_group
{
	position: relative;
	overflow: hidden;
	width: 600px;
	height: 68px;
	margin-left: 5px;
	margin-bottom: 3px;
	top: 10px;

}

table.mr_highlights
{
	width: 600px;
	margin-left: 5px;
	margin-bottom: 3px;
height: 68px;

}

td.mr_txt_cl
{
	width: 90px;
	vertical-align: top;
padding:0;
margin:0;
}

td.mr_img_cl
{
	text-align: center;
	width: 55px;
	vertical-align: top;
}

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

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

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

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

p.mr_txt_hl
{
	font-size: 10px;
	margin: 0;
	padding-right: 5px;
	padding-left: 10px;
	padding-top: 5px;
}
a.mr_txt_hl
{
	color: #1a522f;
	text-decoration: none;
}

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

div.item_mr_content_nav
{
	height: 16px;
	width: 600px;
	margin-left: 5px;
	margin-top: 10px;
	text-align: right;
}



/*  BEGIN MODULE CSS  */

div.item_images_detail_module_holder
{
	width: 450px;
	position: relative;
	left: 22px;	top: 15px;}

div.item_images_detail_module_begin
{
	position: absolute;
	left: 0px;
	top: 0px;
}


div.item_images_detail_module_top
{
	position: relative;
	width: 444px;
	margin-left: 3px;
	height: 42px;
	border-bottom: 2px solid #454545;
}

table.item_images_detail_module_sign
{
	position: absolute;
	top: 0px;
	right: 10px;
	z-index: 10;
	margin: 0;
	height: 24px;
}

td.item_images_detail_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.item_images_detail_module_sign_leg_left
{
	text-align: left;
}

td.item_images_detail_module_sign_leg_right
{
	text-align: right;
}

div.item_images_detail_module_sign_leg_left
{
}

div.item_images_detail_module_sign_leg_right
{
	float: right;
}


table.item_images_detail_module_color_bar
{
	width: 444px;
	empty-cells: show;
	position: absolute;
	left: 0px;
	top: 28px;
}

td.item_images_detail_module_color_bar_left
{
	width: 8px;
}

td.item_images_detail_module_color_bar_center
{
	width: 428px;
	background-color: #ba4754;
	background-image: url(http://www.betweenthecovers.com/_gr/_universal/module/module_bkg_ba4754.png);
	border-top: 1px solid #676767;
}

td.item_images_detail_module_color_bar_right
{
	width: 8px;
}

div.item_images_detail_module_introduction
{
	background-color: #E3E3E3;
	width: 442px;
	margin-left: 3px;
	border-left: 1px solid #ba4754;
	border-right: 1px solid #ba4754;
	border-bottom: 2px solid #ba4754;
	z-index: 11;
}

div.item_images_detail_module_middle
{
	width: 450px;
	position: relative;
}

div.item_images_detail_module_overhang_shadow
{
	background-image: url(http://www.betweenthecovers.com/_gr/_universal/module/module_overhang_shadow_8.png);
	width: 436px;
font-size:1px;
	height: 7px;
	z-index: 12;
	position: absolute;
	top: 0px;
	left: 7px;
}

div.item_images_detail_module_content
{
	width: 444px;
	margin-left: 3px;
}

table.item_images_detail_module_content
{
	width: 444px;
	empty-cells: show;
}

td.item_images_detail_module_content_left
{
	width: 4px;
	background-color: #a99b8a;
}

td.item_images_detail_module_content_center
{
	width: 436px;
	background-color: #ffffff;
}

td.item_images_detail_module_content_right
{
	width: 4px;
	background-color: #a99b8a;
}

div.item_images_detail_module_bottom
{
	width: 450px;	
}

table.item_images_detail_module_bottom
{
	width: 450px;
	empty-cells: show;
}

td.item_images_detail_module_bottom_left
{
	width: 7px;
}

td.item_images_detail_module_bottom_center
{
	width: 436px;
	background-image: url(http://www.betweenthecovers.com/_gr/_universal/module/module_bottom_center_8.png);
	background-repeat: repeat-x;
	background-position: top left;
}

td.item_images_detail_module_bottom_right
{
	width: 7px;
}

/*  END MODULE CSS  */

/*  BEGIN MODULE CSS  */

div.item_info_module_holder
{
	width: 263px;
	position: absolute;
	left: 477px;
	top: 15px;
}

div.item_info_module_begin
{
	position: absolute;
	left: 0px;
	top: 0px;
}


div.item_info_module_top
{
	position: relative;
	width: 257px;
	margin-left: 3px;
	height: 42px;
	border-bottom: 2px solid #454545;
}

table.item_info_module_sign
{
	position: absolute;
	top: 0px;
	right: 10px;
	z-index: 10;
	margin: 0;
	height: 24px;
}

td.item_info_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.item_info_module_sign_leg_left
{
	text-align: left;
}

td.item_info_module_sign_leg_right
{
	text-align: right;
}

div.item_info_module_sign_leg_left
{
}

div.item_info_module_sign_leg_right
{
	float: right;
}


table.item_info_module_color_bar
{
	width: 257px;
	empty-cells: show;
	position: absolute;
	left: 0px;
	top: 28px;
}

td.item_info_module_color_bar_left
{
	width: 8px;
}

td.item_info_module_color_bar_center
{
	width: 241px;
	background-color: #ba4754;
	background-image: url(http://www.betweenthecovers.com/_gr/_universal/module/module_bkg_ba4754.png);
	border-top: 1px solid #676767;
}

td.item_info_module_color_bar_right
{
	width: 8px;
}

div.item_info_module_introduction
{
	background-color: #E3E3E3;
	width: 255px;
	margin-left: 3px;
	border-left: 1px solid #ba4754;
	border-right: 1px solid #ba4754;
	border-bottom: 2px solid #ba4754;
	z-index: 11;
}

div.item_info_module_middle
{
	width: 263px;
	position: relative;
}

div.item_info_module_overhang_shadow
{
	background-image: url(http://www.betweenthecovers.com/_gr/_universal/module/module_overhang_shadow_8.png);
	width: 249px;
font-size:1px;
	height: 7px;
	z-index: 12;
	position: absolute;
	top: 0px;
	left: 7px;
}

div.item_info_module_content
{
	width: 257px;
	margin-left: 3px;
}

table.item_info_module_content
{
	width: 257px;
	empty-cells: show;
}

td.item_info_module_content_left
{
	width: 4px;
	background-color: #a99b8a;
}

td.item_info_module_content_center
{
	width: 249px;
	background-color: #ffffff;
}

td.item_info_module_content_right
{
	width: 4px;
	background-color: #a99b8a;
}

div.item_info_module_bottom
{
	width: 263px;	
}

table.item_info_module_bottom
{
	width: 263px;
	empty-cells: show;
}

td.item_info_module_bottom_left
{
	width: 7px;
}

td.item_info_module_bottom_center
{
	width: 249px;
	background-image: url(http://www.betweenthecovers.com/_gr/_universal/module/module_bottom_center_8.png);
	background-repeat: repeat-x;
	background-position: top left;
}

td.item_info_module_bottom_right
{
	width: 7px;
}

/*  END MODULE CSS  */

/*  BEGIN MODULE CSS  */

div.item_more_results_module_holder
{
	width: 640px;
	position: absolute;
	left: 94px;
	top: 20px;
}

div.item_more_results_module_begin
{
	position: absolute;
	left: 0px;
	top: 0px;
}


div.item_more_results_module_top
{
	position: relative;
	width: 634px;
	margin-left: 3px;
	height: 42px;
	border-bottom: 2px solid #454545;
}

table.item_more_results_module_sign
{
	position: absolute;
	top: 0px;
	right: 10px;
	z-index: 10;
	margin: 0;
	height: 24px;
}

td.item_more_results_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.item_more_results_module_sign_leg_left
{
	text-align: left;
}

td.item_more_results_module_sign_leg_right
{
	text-align: right;
}

div.item_more_results_module_sign_leg_left
{
}

div.item_more_results_module_sign_leg_right
{
	float: right;
}


table.item_more_results_module_color_bar
{
	width: 634px;
	empty-cells: show;
	position: absolute;
	left: 0px;
	top: 28px;
}

td.item_more_results_module_color_bar_left
{
	width: 8px;
}

td.item_more_results_module_color_bar_center
{
	width: 618px;
	background-color: #6e9f7c;
	background-image: url(http://www.betweenthecovers.com/_gr/_universal/module/module_bkg_6e9f7c.png);
	border-top: 1px solid #676767;
}

td.item_more_results_module_color_bar_right
{
	width: 8px;
}

div.item_more_results_module_introduction
{
	background-color: #E3E3E3;
	width: 632px;
	margin-left: 3px;
	border-left: 1px solid #6e9f7c;
	border-right: 1px solid #6e9f7c;
	border-bottom: 2px solid #6e9f7c;
	z-index: 11;
}

div.item_more_results_module_middle
{
	width: 640px;
	position: relative;
}

div.item_more_results_module_overhang_shadow
{
	background-image: url(http://www.betweenthecovers.com/_gr/_universal/module/module_overhang_shadow_8.png);
	width: 626px;
font-size:1px;
	height: 7px;
	z-index: 12;
	position: absolute;
	top: 0px;
	left: 7px;
}

div.item_more_results_module_content
{
	width: 634px;
	margin-left: 3px;
}

table.item_more_results_module_content
{
	width: 634px;
	empty-cells: show;
}

td.item_more_results_module_content_left
{
	width: 4px;
	background-color: #a99b8a;
}

td.item_more_results_module_content_center
{
	width: 626px;
	background-color: #ffffff;
}

td.item_more_results_module_content_right
{
	width: 4px;
	background-color: #a99b8a;
}

div.item_more_results_module_bottom
{
	width: 640px;	
}

table.item_more_results_module_bottom
{
	width: 640px;
	empty-cells: show;
}

td.item_more_results_module_bottom_left
{
	width: 7px;
}

td.item_more_results_module_bottom_center
{
	width: 626px;
	background-image: url(http://www.betweenthecovers.com/_gr/_universal/module/module_bottom_center_8.png);
	background-repeat: repeat-x;
	background-position: top left;
}

td.item_more_results_module_bottom_right
{
	width: 7px;
}

/*  END MODULE CSS  */

/*  BEGIN MODULE CSS  */

div.item_book_bargains_module_holder
{
	width: 384px;
	position: absolute;
	left: 47px;
	top: 232px;
}

div.item_book_bargains_module_begin
{
	position: absolute;
	left: 0px;
	top: 0px;
}


div.item_book_bargains_module_top
{
	position: relative;
	width: 378px;
	margin-left: 3px;
	height: 42px;
	border-bottom: 2px solid #454545;
}

table.item_book_bargains_module_sign
{
	position: absolute;
	top: 0px;
	right: 10px;
	z-index: 10;
	margin: 0;
	height: 24px;
}

td.item_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 #ab6f2e;
	vertical-align: middle;
}


td.item_book_bargains_module_sign_leg_left
{
	text-align: left;
}

td.item_book_bargains_module_sign_leg_right
{
	text-align: right;
}

div.item_book_bargains_module_sign_leg_left
{
}

div.item_book_bargains_module_sign_leg_right
{
	float: right;
}


table.item_book_bargains_module_color_bar
{
	width: 378px;
	empty-cells: show;
	position: absolute;
	left: 0px;
	top: 28px;
}

td.item_book_bargains_module_color_bar_left
{
	width: 8px;
}

td.item_book_bargains_module_color_bar_center
{
	width: 362px;
	background-color: #ab6f2e;
	background-image: url(http://www.betweenthecovers.com/_gr/_universal/module/module_bkg_ab6f2e.png);
	border-top: 1px solid #676767;
}

td.item_book_bargains_module_color_bar_right
{
	width: 8px;
}

div.item_book_bargains_module_introduction
{
	background-color: #E3E3E3;
	width: 376px;
	margin-left: 3px;
	border-left: 1px solid #ab6f2e;
	border-right: 1px solid #ab6f2e;
	border-bottom: 2px solid #ab6f2e;
	z-index: 11;
}

div.item_book_bargains_module_middle
{
	width: 384px;
	position: relative;
}

div.item_book_bargains_module_overhang_shadow
{
	background-image: url(http://www.betweenthecovers.com/_gr/_universal/module/module_overhang_shadow_8.png);
	width: 370px;
font-size:1px;
	height: 7px;
	z-index: 12;
	position: absolute;
	top: 0px;
	left: 7px;
}

div.item_book_bargains_module_content
{
	width: 378px;
	margin-left: 3px;
}

table.item_book_bargains_module_content
{
	width: 378px;
	empty-cells: show;
}

td.item_book_bargains_module_content_left
{
	width: 4px;
	background-color: #a99b8a;
}

td.item_book_bargains_module_content_center
{
	width: 370px;
	background-color: #ffffff;
}

td.item_book_bargains_module_content_right
{
	width: 4px;
	background-color: #a99b8a;
}

div.item_book_bargains_module_bottom
{
	width: 384px;	
}

table.item_book_bargains_module_bottom
{
	width: 384px;
	empty-cells: show;
}

td.item_book_bargains_module_bottom_left
{
	width: 7px;
}

td.item_book_bargains_module_bottom_center
{
	width: 370px;
	background-image: url(http://www.betweenthecovers.com/_gr/_universal/module/module_bottom_center_8.png);
	background-repeat: repeat-x;
	background-position: top left;
}

td.item_book_bargains_module_bottom_right
{
	width: 7px;
}

/*  END MODULE CSS  */

/*  BEGIN MODULE CSS  */

div.item_on_collecting_module_holder
{
	width: 270px;
	position: absolute;
	left: 469px;
	top: 231px;
}

div.item_on_collecting_module_begin
{
	position: absolute;
	left: 0px;
	top: 0px;
}


div.item_on_collecting_module_top
{
	position: relative;
	width: 264px;
	margin-left: 3px;
	height: 42px;
	border-bottom: 2px solid #454545;
}

table.item_on_collecting_module_sign
{
	position: absolute;
	top: 0px;
	right: 10px;
	z-index: 10;
	margin: 0;
	height: 24px;
}

td.item_on_collecting_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.item_on_collecting_module_sign_leg_left
{
	text-align: left;
}

td.item_on_collecting_module_sign_leg_right
{
	text-align: right;
}

div.item_on_collecting_module_sign_leg_left
{
}

div.item_on_collecting_module_sign_leg_right
{
	float: right;
}


table.item_on_collecting_module_color_bar
{
	width: 264px;
	empty-cells: show;
	position: absolute;
	left: 0px;
	top: 28px;
}

td.item_on_collecting_module_color_bar_left
{
	width: 8px;
}

td.item_on_collecting_module_color_bar_center
{
	width: 248px;
	background-color: #5c65a0;
	background-image: url(http://www.betweenthecovers.com/_gr/_universal/module/module_bkg_5c65a0.png);
	border-top: 1px solid #676767;
}

td.item_on_collecting_module_color_bar_right
{
	width: 8px;
}

div.item_on_collecting_module_introduction
{
	background-color: #E3E3E3;
	width: 262px;
	margin-left: 3px;
	border-left: 1px solid #5c65a0;
	border-right: 1px solid #5c65a0;
	border-bottom: 2px solid #5c65a0;
	z-index: 11;
}

div.item_on_collecting_module_middle
{
	width: 270px;
	position: relative;
}

div.item_on_collecting_module_overhang_shadow
{
	background-image: url(http://www.betweenthecovers.com/_gr/_universal/module/module_overhang_shadow_8.png);
	width: 256px;
font-size:1px;
	height: 7px;
	z-index: 12;
	position: absolute;
	top: 0px;
	left: 7px;
}

div.item_on_collecting_module_content
{
	width: 264px;
	margin-left: 3px;
}

table.item_on_collecting_module_content
{
	width: 264px;
	empty-cells: show;
}

td.item_on_collecting_module_content_left
{
	width: 4px;
	background-color: #a99b8a;
}

td.item_on_collecting_module_content_center
{
	width: 256px;
	background-color: #ffffff;
}

td.item_on_collecting_module_content_right
{
	width: 4px;
	background-color: #a99b8a;
}

div.item_on_collecting_module_bottom
{
	width: 270px;	
}

table.item_on_collecting_module_bottom
{
	width: 270px;
	empty-cells: show;
}

td.item_on_collecting_module_bottom_left
{
	width: 7px;
}

td.item_on_collecting_module_bottom_center
{
	width: 256px;
	background-image: url(http://www.betweenthecovers.com/_gr/_universal/module/module_bottom_center_8.png);
	background-repeat: repeat-x;
	background-position: top left;
}

td.item_on_collecting_module_bottom_right
{
	width: 7px;
}

/*  END MODULE CSS  */
