/* @group Overall Layout */

body, html {  
	margin: 0px;
	left: 0;
	top: 0;  
	height: 100%;
	padding: 0px;
	min-height: 100%;
	font-size:100%;
    line-height:1.125em;
}

#message_block {
	/* display: none; */
	position: absolute;
	right: 100px;
	top: 10px;
	line-height: 18px;
	font-size: 16px;
}
#l_main {
	height: 100%;
	min-height: 100%;
	position: absolute;
}

#l_submain {
	height: 100%;
	min-height: 100%;
	min-width: 100%;
}

#l_left, #l_left_background {
	left: 0;
	top: 0;
	height: 100%;
	padding-left: 5px;
	padding-top: 10px;
	padding-right: 10px;
	margin-right: 0px;
	width: 160px;
	position: absolute;
	z-index: 20;
	background: #6377d7 repeat-y;
}
#l_left_background {
	background-color: #6171e4;
	position: fixed;
}


#l_center {
	float: left;
	margin-left: 189px;
	margin-right: 10px;
	padding-top: 20px;
	min-height: 100%;
	height: 100%;
	position: absolute;
}

#l_center_head, #l_left_nameplate, #l_left_tagline {
	line-height: 45px;
	font-size: 37px;
}

#l_menu, #l_left_nameplate, #l_left_tagline {
	padding-left: 20px;
	padding-top: 20px;
}

#l_left_nameplate {
	font-weight: bold;
	font-size: 26px;
	padding-top: 0;
}

.l_menu_item_search, .l_menu_item_acct, .l_menu_head, .push_button, .search_box  {
	background-color: #121b27;
	padding-left: 10px;
	color: #fafbff;
	margin: -4px -10px 6px;
	line-height: 16px;
	font-size: 12px;
	padding-top: 3px;
	padding-bottom: 1px;
	-moz-border-radius-topleft: 0.4em;
    -webkit-border-top-left-radius: 0.4em;
	border-top-left-radius: 0.4em;
	-moz-border-radius-bottomleft: 0.4em;
    -webkit-border-bottom-left-radius: 0.4em;
	border-bottom-left-radius: 0.4em;
}

div#forgot_password.pop_field_right {
	height: 20px;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}

.push_button, .l_menu_item_acct, .l_menu_item_search {
	cursor:pointer;
	cursor:hand;
}

.push_button {
	padding-right: 10px;
	margin-left: 1px;
	float: left;
	margin-right: 10px;
}
.search_box {
	padding: 3px 5px 3px 6px;
	font-weight: normal;
	font-style: normal;
	margin: 0;
	line-height: 21px;
}

.l_menu_item_search a:link, .l_menu_item_acct a:link {
	text-decoration: none;
	color: #fff;
}

.l_menu_head {
	background-color: #6171e4;
	margin-bottom: 6px;
	margin-top: 16px;
	border-top-style: solid;
	border-top-width: 1px;
	margin-left: -30px;
	padding-left: 29px;
	font-size: 17px;
	line-height: 26px;
	padding-top: 3px;
}

#l_left_tagline {
	font-size: 15px;
	line-height: 16px;
	padding-top: 0;
	margin-bottom: -22px;
}

.tab_body {
	position: absolute;
	z-index: 1;
	width: 565px;
	margin-left: 10px;
}
#tab_body_details, #tab_body_notes, #tab_body_editions {
	display: none;
}

#tab_body_prices {
	display: block;
}
#google_viewerCanvas {
	margin-top: 15px;
}
#google_no_preview {
	margin-top: 20px;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
}


/* @group Breadcrumb */

#breadcrumb {
	word-spacing: 2px;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom: 10px;
	font-weight: bold;
	line-height: 18px;
	font-size: 11px;
}
#breadcrumb a {
	text-decoration: none;
}
#breadcrumb a.b_hover:hover {
	color: #000;
}

/* @end */

/* @group Top Search */

#ts_container {
	width: 580px;
	margin-left: 3px;
	font: 11px/16px Tahoma, Verdana, "Lucida Grande", Lucida, Verdana, sans-serif;
	padding-bottom: 29px;
	margin-top: -7px;
}
#ts_label {
	font-weight: bold;
	padding-right: 6px;
	padding-top: 1px;
}
#ts_search_field input {
	height: 10px;
	width: 200px;
	font: 10px/14px Tahoma, Verdana, "Lucida Grande", Lucida, Verdana, sans-serif;
}
#ts_search_field {
	padding-right: 3px;
}
#ts_radio input[type="radio"]{
	vertical-align: -3px;
	width: 12px;
	margin-left: 10px;
}
#ts_radio {
	margin-top: -2px;
}
#ts_go {
	background-color: #030304;
	float: right;
	width: 20px;
	color: #feffff;
	text-transform: uppercase;
	margin-left: 5px;
	-moz-border-radius: 0.7em;
    -webkit-border-radius: 0.7em;
	border-top-radius: 0.7em;
	letter-spacing: 1px;
	padding: 2px 2px 2px 5px;
	cursor: pointer;
	cursor: hand;
}
.ts_float {
	float: left;
}


/* @end */

/* @group Book Covers */

#book_covers_container {
	position:relative; 
	margin-top: -13px; 
	margin-bottom: -17px;
	height: 318px;
	padding-bottom: 0;
}
#book_covers {
	overflow: hidden;
	height: 300px;
	width: 470px;
	margin-left: 35px;
	margin-top: 14px;
	overflow: hidden;
}
#book_covers.imageflow {
	margin-bottom: 11px;
	padding-bottom: 29px;
}

#book_covers_navigation.navigation {
	margin-top: 50px;
}

#book_covers_images img {
	cursor: hand;
	cursor: pointer;
}


#book_covers .loading {
	border-color:#333;
}
#book_covers .loading_bar {
	background:#333;
}
#book_covers .slider {
	background:url('/javascript/slider_dark.png') top left no-repeat;
}
#book_covers .scrollbar {
	border-bottom:1px solid #000;
}
#bc_inner {
	position: relative;
	text-transform: uppercase;
	font-size: 24px;
	width: 2000px;
	height: 200px;
	margin-left: -1px;
}
#bc_inner img {
	margin-right: -82px;
	border-left: 2px solid silver;
	z-index: 100;
}


/* @end */



/* @group Tab row */

#tab_row {
	font: 13px/21px Tahoma, Verdana, "Lucida Grande", Lucida, Verdana, sans-serif;
	padding-bottom: 8px;
	height: 14px;
	margin-bottom: 1px;
	width: 570px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-left: 10px;
	display: block;
	float: left;
	letter-spacing: 3px;
	text-transform: uppercase;
	word-spacing: 4px;
}
#tab_row a:hover {
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.tab_head {
	float: left;
	display: block;
	padding: 0 8px 0 10px;
	margin-bottom: 1px;
	background-color: #6171e4;
	border-right: 2px solid #fff;
	border-left: 2px solid #fff;
	margin-right: 4px;
	border: 1px solid #252537;
	-moz-border-radius-topleft: 0.7em;
    -webkit-border-top-left-radius: 0.7em;
	border-top-left-radius: 0.7em;
	-moz-border-radius-topright: 0.7em;
    -webkit-border-top-right-radius: 0.7em;
	border-top-right-radius: 0.7em;
}
.tab_head a {
	text-decoration: none;
	color: #fff !important;
}
.tab_head a:hover {
}

/* @end */


#google_ad {
	float: left;	
	padding-top: 120px;
	margin-left: 621px;
	z-index: 90;
	min-height: 100%;
	position: absolute;
}
a:link {
	color: #000000;
}

a:active {
	color: #9999CC;
}

a:visited {
	color: #666699;
}



/* @end */

/* @group Home Page */

#home_search_block {
	margin-left: 113px;
	width: 450px;
	margin-top: 30px;
	float: left;
	line-height: 18px;
	font-size: 12px;
}

.bookground {
	position: absolute;
	height: 100%;
	z-index: -1;
}

#home_search_block div.s_row div.s_head {
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	line-height: 30px;
	padding-top: 10px;
	padding-bottom: 6px;
}

#home_search_block div.s_row div.s_title, #home_search_block div.s_row div.s_field {
	font-size: 14px;
	float: left;
}

#home_search_block div.s_row {
	float: none;
	padding-top: 3px;
	padding-bottom: 3px;
}

#home_search_block div.s_row div.s_field a {
	text-decoration: none;
}

#home_search_block div.s_row div.s_field input[type="text"] {
	width: 200px;
}

#home_search_block div.s_row div.s_title {
	width: 124px;
}

.icon_row {
	margin-right: 15px;
	margin-bottom: 10px;
}
.icon_row p {
	margin: 0;
	font-weight: bold;
	line-height: 16px;
	font-size: 18px;
}



/* @end */

/* @group popout dialogs */

#pop_preferences, #pop_isbn, #pop_title, #pop_author, #pop_login, #pop_logout {
	float: left;
	position: absolute;
	top: 254px;
	left: 175px;
	z-index: 50;
	background-color: #fff;
	width: 535px;
	margin-top: -10px;
	padding-bottom: 2px;
}
#pop_preferences {
	width: 316px;
}

.pop_form input {
	float: left;
	width: 420px;
	margin-right: 5px;
	height: 16px;
	font-size: 12px;
}
.pop_input_lines {
	float: left;
	border-style: solid;
	border-width: 1px;
	border-left: 1px solid #121b27;
	width: 502px;
	margin-bottom: 6px;
	margin-top: 10px;
	margin-right: 7px;
	-moz-border-radius: 0.9em;
    -webkit-border-radius: 0.9em;
	border-top-radius: 0.9em;
	padding: 5px 1px 3px 7px;
}

#pop_login_frame {
	width: 272px;
	padding: 16px 11px 11px;
}
#pop_login {
	width: 319px;
}

.pop_little_box {
	float: left;
	width: 12px;
	height: 21px;
	background-color: #121b27;
	margin-top: 27px;
}

.close_box, .close_box_left {
	float: right;
	margin-left: 2px;
	border: 1px solid #669;
	padding: 0 3px 1px;
	margin-top: -4px;
	top: 20px;
	right: 20px;
	font-weight: bold;
	line-height: 14px;
	font-size: 12px;
}
.close_icon {
	position: absolute;
	float: right;
	margin-left: 2px;
	margin-top: -6px;
	top: 20px;
	right: 13px;
	padding: 0 3px 1px;
}
.close_box {
	position: absolute;
}
.close_box_left {
	float: left;
}
.close_box_left a {
	text-decoration: none;
}
.pop_field_left, .pop_field_right {
	float: left;
	width: 100px;
	padding-right: 11px;
	line-height: 14px;
	font-size: 13px;
	margin-top: -13px;
	padding-top: 1px;
	margin-bottom: 5px;
}
.pop_field_right input {
	width: 207px;
}
.pop_field_left {
	padding-top: 6px;
}
.pop_field_right input[type="submit"]  {
	width: 70px;
	font-weight: bold;
	height: 21px;
}
.close_box a {
	text-decoration: none;
}
.pop_form p {
	margin: -4px 0 7px;
	padding-bottom: 1px;
	padding-top: 4px;
	line-height: 15px;
	font-size: 14px;
	font-weight: bold;
}
.pop_login_row, .pop_login_row input  {
	width: 270px;
	margin-bottom: 10px;
}
.pop_login_label {
	margin-bottom: 3px;
	font-size: 12px;
}
.pop_login_field input[type="submit"]  {
	width: 100px;
	font-size: 12px;
	font-weight: bold;
	height: 21px;
}

#isbn_submit {
	float: left;
}



/* @end */

.d_descriptive, .error_format {
	line-height: 16px;
	font-size: 12px;
}
#toggle_display {
	text-transform: uppercase;
	letter-spacing: 3px;
	padding-top: 9px;
	color: #20338a;
	font-size: 12px;
	line-height: 10px;
}
.error_format ul li {
	padding-bottom: 10px;
}

.d_descriptive, .multiple_edition_message {
	padding-bottom: 12px;
	padding-top: 5px;
}
.multiple_edition_message {
		
}
#copyright {
	padding-left: 20px;
	padding-top: 70px;
	line-height: 14px;
	font-size: 10px;
}
#copyright a {
	text-decoration: none;
	color: #003c8c;
}
.misc_small_bottom {
	padding-bottom: 50px;
	line-height: 14px;
	font-size: 11px;
}

.main_table {
	width: 100%;
	padding: 0px 0px 20px;
}

.clear_space {
	clear: both;
}

.extra_space {
	height:  100px;
	color: #FFF;
}

.default_row, .detailed_options, .isbn_field_row, #isbn_field {
	float: left;
}
.isbn_field_row {
	margin-top: 5px;
}

.detailed_options {
	font-size: 10px;
	margin-top: 3px;
}

.default_right_row {
	float: right;
}

/* @group Main Structure */

.bookch_row, .priceblock_footnotes {
	float: left;
	width: 570px;
}
.pf_hang, .pf_body {
	float: left;
}

#book_chunk {
	height: 100%;
	min-height: 100%;
	width: 571px;
	min-width: 571px;
	z-index: 50;
	opacity: 1;
	float: left;
}
#book_chunk a:link {
	color: #2a2acb;
}
#book_chunk a:visited {
	color: #3f3f72;
}
#book_chunk a:hover {
	text-decoration: none;
}
#priceblock {
	margin-top: 16px;
	margin-bottom: 10px;
}
/* @end */

/* @group Main Format */

#price_load_progress_container {
	width: 576px;
	margin-top: -5px;
	margin-bottom: 5px;
}
#price_load_progress {
	height: 9px;
	-moz-border-radius: 0.7em;
    -webkit-border-radius: 0.7em;
	border-top-radius: 0.7em;
	border-style: solid;
	border-width: 1px;
	width: 372px;
	margin-bottom: 16px;
	margin-left: 7px;
	float: left;
	padding-top: 0;
}
#price_load_progress_bar {
	background-color: #6171e4;
	height: 9px;
	-moz-border-radius: 0.7em;
    -webkit-border-radius: 0.7em;
	border-top-radius: 0.7em;
	width: 0;
	float: left;
}
#price_load_text {
	float: left;
	margin-left: 6px;
	padding-top: 0;
	font-size: 12px;
	margin-top: -2px;
}

.price_row, .price_header, .price_row_other {
	float: left;
	width: 570px;
	margin-top: -2px;
	padding-top: 0;
	margin-bottom: 1px;
	border: 1px solid #6171e4;
	padding-bottom: 0;
	border-left-style: solid;
	border-left-width: 6px;
}

.price_row_other {
	background-color: #d8ddff;
}


.small, .price_row, .price_header, .special_text_row, .price_row_other {
	color: #336;
	font-weight: normal;
	font-size: 10px;
	line-height: 12px;
}
.special_row {
	margin-bottom: 10px;
	margin-top: 0px;
	margin-left: 105px;
	line-height: 16px;
}
#bookmooch, #audible {
	background-color: #ffe6cf;
	padding: 6px 15px 6px 6px;
	width: 551px;
	margin-top: 9px;
	font-size: 12px;
	line-height: 17px;
}
#audible {
	background-color: #c3fbbb;
}

div.price_row_special, #price_bottom p, .priceblock_footnotes, .misc_options_row{
	line-height: 14px;
	font-size: 12px;
}
.price_row_special, .misc_options_row {
	margin: -10px 10px 15px;
	width: 515px;
}
.misc_options_row {
	font-weight: bold;
	font-size: 12px;
	margin-top: 4px;
}

.priceblock_footnotes {
	border-top: 20px solid #fff;
	padding-bottom: 20px;
}
.price_no_matches {
	font-size: 14px;
	line-height: 18px;
	padding-left: 9px;
	padding-top: 7px;
	padding-bottom: 7px;
	width: 550px;
}

.coupon_row {
	margin-top: -3px;
	font-size: 12px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 8px;
	margin-top: 3px;
	line-height: 14px;
	padding: 3px 5px 3px 4px;
	border-left: 1px none #34419b;
}
.coupon_row_text {
	font-size: 11px;
	line-height: 12px;
}

.priceblock_footnotes p {
	margin-bottom: 5px;
	margin-top: 4px;
	background-color: #d8ddff;
	padding-top: 3px;
	padding-bottom: 4px;
	padding-left: 6px;
}
.pf_row {
	padding-bottom: 23px;
	margin-bottom: -6px;
}
.pf_hang {
	text-align: right;
	width: 17px;
	margin-left: -22px;
}

#price_bottom p {
	margin-top: 10px;
}

#disclaimers p.smaller {
	font-size: 12px;
	line-height: 14px;
}
.special_row_image {
	float: left;
	padding-left: 6px;
	margin-top: 2px;
}
.special_row_text {
	font-size: 12px;
	float: left;
	padding-left: 12px;
}

.small {
	font-size: 10px;
	line-height: 14px;
}

.price_header {
	color: #336;
}

.pr_buy_cell, .pr_price_cell, .pr_store_cell, .pr_shiptime_cell, .pr_arrivetime_cell, .pr_pack_cell, .pr_ship_cell, .pr_totaltime_cell, .pr_price_cell_head, .pr_store_cell_head, .pr_ship_ship_head, .pr_ship_pack_head, .pr_ship_total_head {
	float: left;
	padding-right: 5px;
	font-size: 14px;
}

.pr_shiptime_cell {
	font-size: 12px;
}

.pr_buy_cell {
	width: 57px;
}


.pr_price_cell, .pr_price_cell_head {
	width: 68px;
	text-align: right;
	padding-right: 16px;
	margin-top: 4px;
	margin-bottom: 5px;
	padding-top: 6px;
	margin-left: 7px;
	margin: 0;
	font: bold 16px "facitweb-1","facitweb-2", "Lucida Grande", Lucida, Verdana, sans-serif;
}
.pr_price_cell a:link {
	text-decoration: none;
}

.pr_store_cell, .pr_store_cell_head {
	width: 137px;
	font-weight: bold;
	line-height: 15px;
	margin-bottom: 6px;
	margin-top: 9px;
	margin-right: 4px;
}

.pr_totaltime_cell {
	font-weight: bold;
}

.pr_shipment_block_row {
	width: 300px;
	font-variant: normal;
}
.pr_shipment_block {
	width: 300px;
	float: left;
}
.pr_price_cell_head, .pr_store_cell_head, .pr_ship_ship_head, .pr_ship_pack_head, .pr_ship_total_head {
	font-weight: bold;
	font-size: 12px;
	line-height: 12px;
	color: #6171e4;
	padding-top: 4px;
	padding-bottom: 7px;
	padding-left: 4px;
	margin-bottom: 1px;
	margin-top: 2px;
	margin-left: 0;
}
.pr_pack_cell, .pr_ship_cell, .pr_totaltime_cell, .pr_ship_ship_head, .pr_ship_pack_head, .pr_ship_total_head {
	width: 80px;
}
.pr_store_cell_head {
	margin-left: -3px;
}
.pr_price_cell_head {
	margin-left: -4px;
	margin-right: 4px;
}
.pr_ship_ship_head, .pr_ship_pack_head, .pr_ship_total_head{
	width: 70px;
	margin-right: 10px;
	margin-left: -6px;
}

#searchtext {
	color: #336;
	font-weight: bold;
	font-size: 11px;
	line-height: 13px;
	font-family: Georgia, "New York", "Times New Roman";
	height: 65px;
	width: 80px;
	float: left;
	position: relative;
	top: 4px;
}

#title_image_right {
	float: left;
	margin-right: 13px;
}

.pr_time_unit {
	margin-top: 10px;
	float: left;
}
.pr_time_row {
	float: left;
	
}

#o_editions {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-bottom: 5px;
	padding-top: 5px;
}

#alternate_results {
	padding-bottom: 20px;
	margin-bottom: 10px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-left: 1px;
}
#price_no_bookstore {
	margin-left: 1px;
	font-size: 14px;
	line-height: 18px;
}



/* @end */

.smaller, #top_search_form {
	font-weight: normal;
	font-size: 11px;
	line-height: 13px;
}


.special_message, .special_message_row {
	color: #000;
	font-weight: bold;
	line-height: 20px;
	font-size: 11px;
}
.special_message_row {
	margin-top: 10px;
	margin-left: 20px;
}

#disclaimers {
	border-top-style: solid;
	border-top-width: 1px;
	padding-top: 10px;
}

.wait_centered {
	text-align: center;
}

input {
	height: 16px;
}

.multiple_edition_short_list ul li {
	list-style-type: square;
	text-shadow: #000000 0 0 0;
	opacity: 1;
	margin-left: -17px;
}


/* @group Book Info */

#book_info, #price_bottom {
	font-weight: bold;
	line-height: 24px;
	font-size: 14px;
}
#book_info {
	float: left;
}
#book_info_inset {
	padding: 10px 10px 10px 12px;
	width: 250px;
	border: 1px solid #66f;
	margin: 10px -4px 10px 10px;
	float: right;
	-moz-border-radius: 0.7em;
    -webkit-border-radius: 0.7em;
	border-top-radius: 0.7em;
}
#price_bottom {
	font-weight: normal;
	font-style: normal;
}

#bi_annotation_frame {
	float: left;
}
.bi_row {
	padding-bottom: 5px;
	font-weight: normal;
	font-style: normal;
	line-height: 15px;
	font-size: 13px;
	margin-left: 44px;
}
.bi_row_sect_hang {

	float: left;
	font-size: 10px;
	padding-bottom: 1px;
	margin-left: -7px;
	margin-top: -1px;
	font-weight: bold;
}
.bi_row_sect_text {
	font-style: italic;
	padding-left: 1px;
}
.bi_row img {
	padding-right: 5px;
	right: 0;
}

.bi_col_title {
	font-weight: bold;
}
.bi_col_value {
	font-weight: normal;
	font-style: normal;
}

.bi_subject {
	font-size: 11px;
	line-height: 13px;
	padding-left: 18px;
	padding-top: 3px;
}
.bi_row .s_title {
	padding-right: 25px;
	font-size: 13px;
	font-weight: bold;
	line-height: 16px;
	width: 360px;
}
.bi_row .s_field {
	padding-bottom: 10px;
}

.bi_wide, .bi_wide p.bodytext, .bi_row span.smaller, .bi_row .s_field {
	line-height: 17px;
	font-size: 14px;
}

div.bi_annotation_text {
	font-weight: normal;
	font-style: normal;
	margin-top: 10px;
	padding-bottom: 20px;
	font-size: 14px;
	line-height: 17px;
}
.bi_annotation_text .bi_anno_text_head {
	font-weight: bold;
}

.bi_row span.smaller {
	font-size: 13px;
	line-height: 13px;
}

#bi_annotation_frame .bi_row {
	margin-left: 0;
}
#bi_annotation_frame p.bodytext {
	margin-left: 0;
}

.generic_text .bodytext {
	width: 75%;
	line-height: 18px;
	font-size: 14px;
}

span.boldheads {
	font-weight: bold;
}

.multiple_edition_block {
}

.multiple_edition_header {
	border-bottom: 2px solid #6377ff;
	margin-top: 15px;
	line-height: 18px;
	font-size: 18px;
}
.multiple_edition_header a {
	text-decoration: none;
}

.bodytext {
	color: #336;
	font-size: 13px;
	line-height: 18px;
	margin-left: 44px;
}

/* @end */

/* @group TOC */

.toc_row, .toc_row_header, .toc_head, .toc_pn, .toc_pc {
	float: left;	width: 100%;
	line-height: 18px;
	font-size: 12px;
}
.toc_row_header {
	font-weight: bold;
}
.toc_head {
	width: 60%;
	font-weight: bold;
}
.toc_pn, .toc_pc {
	width: 10%;
	padding-left: 10px;
}

.toc_pc {
	width: 20%;
}



/* @end */

/* @group UW */

.uw_binding_head {

	padding-bottom: 5px;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 18px;
}

.uw_binding_item {
	margin-bottom: -5px;
}
.uw_binding_box, .uw_binding_box_matching {
	padding-bottom: 12px;
}
.uw_binding_box_matched {
	border: 1px solid #6171e4;
	background-color: #e6e7ef;
	padding: 8px;
	margin-bottom: 10px;
	margin-top: 6px;
	-moz-border-radius: 0.7em;
    -webkit-border-radius: 0.7em;
	border-top-radius: 0.7em;
}
.uw_binding_detail, .uw_binding_matched_msg {
	margin-left: 15px;
	font-style: normal;
	line-height: 18px;
	font-size: 14px;
}

.uw_binding_matched_msg {
	margin-left: 0px;
	margin-bottom: 5px;
	font-weight: bold;
}



/* @end */

/* @group Results formatting */

.d_row {
	margin-top: 10px;
	padding-bottom: 10px;
	width: 500px;
	float: left;
}

.d_row_noline {
	float: left;
	padding: 0;
	width: 100%;
}

.d_main {
	margin-left: 35px;
}


.d_count {
	width: 20px;
	float: left;
	font-weight: bold;
	font-size: 19px;
}

.d_title, .d_big_title, .slug_matches, .error_headline, .d_authors {
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 0;
}

.account_info .d_title {
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 13px;
	margin-top: 4px;
	line-height: 20px;
}

.d_title {
	margin-bottom: 2px;
}
.d_header {
	width: 560px;
}
.d_big_title {
	margin-bottom: 10px;
	width: 480px;
	float: left;
	line-height: 29px;
	font-size: 22px;
}
div#title_no_image.d_big_title {
	width: 560px;
}


.error_text {
	font: 14px Georgia, "Times New Roman", Times, serif;
	padding-bottom: 40px;
	padding-top: 10px;
}
 .error_headline  {
	font-size: 18pt;
}
.d_main a:link {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #b1b1b1;
}

.d_main a:visited {
	color: #4a6683;
	text-decoration: none;
	border-bottom: 1px dotted #3f3f3f;
}
.d_editions, .d_annotation, .subject_item, .d_uwlist, .uw_binding_item, div.favorites {
	padding-bottom: 9px;
	font-size: 13px;
	margin-top: 3px;
	line-height: 17px;
}
.d_authors {
	font-weight: normal;
	font-style: normal;
	margin-top: 9px;
	line-height: 17px;
	font-size: 14px;
}

.subject_item {
	padding-top: 10px;
	padding-bottom: 0;
}

.d_annotation {
	width: 100%;
}

.d_all_editions {
	padding-bottom: 0;
	padding-top: 10px;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-top: 4px;
	margin-bottom: -2px;
}

.d_description {
	padding-top: 8px;
	padding-bottom: 16px;
	font-size: 14px;
}
#home_description {
	padding-top: 100px;
	margin-left: 116px;
	line-height: 25px;
	font-size: 14px;
}

.d_all_editions a:link, .m_uw_title a:link, .d_title a:link {
	text-decoration: none;
	border-bottom-style: none;
}
.d_all_editions a:hover, .m_uw_title a:link, .d_title a:hover {
	text-decoration: underline;
}
.d_main_image, .d_main_image_left {
	float: right;
	margin-left: 10px;
	padding-bottom: 5px;
}
.d_main_image_left {
	float: left;
	margin-left: 0;
	padding-right: 8px;
}
.d_main_image a, .d_main_image a img, .d_main_image img {
	border-bottom: none !important;
	text-decoration: none !important;
	vertical-align: middle;
}


.d_editions, .m_edition_details {
	font-size: 11px;
	background-color: #d7e5f1;
	padding: 7px;
	margin-right: 5px;
}
.d_editions_title, .d_edition_subhead, .s_title, #s_head {
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
}
p.message_text {
	color: #ff1c00;
	font-size: 18px;
}
.d_edition_subhead {
	color: #52a7ff;
}
.d_edition_section {
	margin-bottom: 0;
	margin-top: 5px;
}
.d_editions_title {
	border-bottom: 1px solid #556295;
	margin-bottom: 5px;
}
.d_images, .d_amazon_images {
	display: inline;
}

.d_binding_entry {
	padding-top: 5px;
}



/* @end */

/* @group Slug */

.slug {
	float: left;
	width: 100%;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #6171e4;
}
.slug a {
	text-decoration: none;
}

.slug_matches {
	font-size: 18px;
	padding-bottom: 20px;
} 

.slug_range, .slug_title, .slug_jump, .slug_sort_results, .multiple_edition_message {
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left: 35px;
	font-size: 13px;
}
.slug_sort_results, .multiple_edition_message  {
	margin-left: 35px;
	margin-top: 6px;
	padding-bottom: 6px;
}
.multiple_edition_message {
	padding: 0;
}
.bottom_slug {
	margin-bottom: 100px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #6171e4;
}

.slug_jump form {
	margin: -2px 0 5px;
}

/* @end */

/* @group Search Styles */

.s_field input[type="text"] {
	width: 300px;
}
.s_field input[type="text"].narrow {
	width: 100px;
}
.s_title {
	width: 20%;
	line-height: 14px;
	padding-bottom: 3px;
	padding-top: 4px;
}

.s_row {
	float: left;
}
.head_row {
	float: left;
	width: 500px;
}
#s_head {
	font-size: 14px;
	margin-bottom: 15px;
}
.s_space {
	padding-top: 15px;
	clear: left;
}
#l_sponsor_right {
	width: 128px;
	position: absolute;
	padding: 10px;
	background-color: #babfe4;
	border: 1px solid #000;
	top: 60px;
	margin-left: 600px;
}
.s_row_extra {
	padding-top: 11px;
}
.s_row_extra img {
	float: right;
	margin-right: 32px;
}



/* @end */


/* @group Monitor styles */

.m_uw_item {

}
.m_uw_title, .m_type_head {
	margin-bottom: -10px;
	font-weight: bold;
	font-size: 14px;
}
.m_type_head {
	margin-top: 20px;
}
.m_uw_section, .m_binding_list {
	margin-top: 8px;
}
.m_enclosed_head {
	padding-bottom: 5px;
	padding-top: 10px;
	font-weight: bold;
	font-size: 12px;
}
.m_check_row, .m_left_check, .m_text_after_check, .m_price_notify_right {
	float: left;
	line-height: 18px;
}
.m_check_row {
	width:  95%;
	font: 12px Georgia, "Times New Roman", Times, serif;
}
.m_left_check {
	 width: 5%;
}
.m_price_notify_right {
	float: right;
}
.m_price_notify_right a {
	font-family: "Arial Black";
}
.m_edition_details {
}
.m_uw_item input[type="text"] {
	width:  50px;
	line-height: 12px;
}
/* @end */

/* @group autocomplete styles */
div.autocomplete {
  position:absolute;
  width:350px;
  background-color:white;
  border: 2px solid #121A26;
  margin:0px;
  padding:0px;
  z-index: 50;
	line-height: 16px;
	font-size: 14px;
}
div.autocomplete ul {
  list-style-type:none;
  margin:0px;
  padding:6px;
}
#isbn_choices {
}

div.autocomplete ul li.selected { 
	background-color: #fff;
}

div.autocomplete ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  cursor:pointer;
  cussor:hand;
}
.ajax_isbn_covers {
	margin: 10px;
	padding-top: 0;
}
.ajax_isbn_ind_cover {
	float: left;
	padding-right: 7px;
	padding-bottom: 7px;
	opacity: 1;
}

/* @end */

/* @group Favorites */


div.favorites .flist_items {
	margin-left: -20px;
}

div.favorites .fave_items {
	margin-top: 5px;
	margin-left: -40px;
}
div.favorite_title_row, .flist_items, .favorite_title_buttons {
	float: left;
}
.favorite_title_row {
	border-top-style: solid;
	border-top-width: 1px;
	padding-top: 7px;
	margin-bottom: 2px;
	margin-top: 9px;
	width: 100%;
}
.favorite_title_buttons {
	width: 75px;
}
div.favorites {
	font-weight: bold;
	font-size: 14px;
}

div.favorites .flist_items {
	list-style-type: none;
	padding-left: 20px;
}
div.favorites .fave_items {
	list-style-type: none;
	font-weight: normal;
	font-style: normal;
	padding-bottom: 1px;
	float: left;
	margin-left: 0;
	padding-top: 7px;
	border-top: 1px dotted #c1c6e4;
}

.fave_typeblock {
	font-size: 12px;
	font-weight: bold;
	float: left;
	width: 100px;
}
.fave_description {
	float: left;
	width: 471px;
	font-size: 14px;
	line-height: 20px;
}

span.fave_token {
	font-size: 16px;
}

span.rss_slide_down {
	vertical-align: -2px;
}

span.arrows_closer {
	word-spacing: -10px;
	opacity: 1;
}

/* @end */

#beta_banner {
	padding: 8px;
	color: #fff;
	background-color: #25686f;
	margin-bottom: 7px;
	width: 768px;
	margin-top: -12px;
	font-weight: bold;
	line-height: 8px;
	font-size: 13px;
	-moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
	border-top-radius: 0.5em;
}
#beta_banner a:link, #beta_banner a:visited {
	text-decoration: none;
	font-style: italic;
	color: #ff8200;
}

#qr_code {
	margin-bottom: 14px;
}


/* @group Recent */
.recent_list {
	float: left;
}

.recent_item, .popular_item {
	width: 150px;
	float: left;
	min-height: 200px;
	padding: 9px;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-right: 14px;
	line-height: 16px;
	font-size: 14px;
	-moz-border-radius: 1em;
    -webkit-border-radius: 1em;
	border-top-radius: 1em;
	border: 1px solid #6070e3;
	background-color: #e3f4fe;
}

#book_chunk div.b_head {
	font-weight: bold;
	line-height: 26px;
	font-size: 18px;
}
.recent_item img, .popular_item img {
	margin-bottom: 5px;
}


/* @end */

/* @group prefs popup */

#preferences_outer, #login_form {
	width: 265px;
	padding: 15px;
	-moz-border-radius: 1em;
    -webkit-border-radius: 1em;
	border-top-radius: 1em;
	border-style: solid;
	border-width: 1px;
	border-left: 1px solid #121b27;
	margin-left: 12px;
}

.popout_inner {
	margin-top: -12px;
	margin-bottom: -7px;
}
.pref_group {
	margin-bottom: 2px;
	margin-top: 9px;
}
.pref_label {
	padding-left: 3px;
	padding-bottom: 3px;
}
#pop_preferences input[type="radio"]{
	vertical-align: -3px;
	width: 12px;
	float: none;
}
.popout_inner .pref_inputs {
	width: 250px !important;
}
#preferences_little_box {
	margin-top: 170px;
	float: left;
	position: absolute;
}

/* @end */

#amazon_oct_note {
	font-size: 14px;
	line-height: 17px;
	margin-bottom: 14px;
	margin-left: 0;
	background-color: #fedd9f;
	padding: 8px 8px 8px 10px;
	margin-right: -11px;
}

/* @group Social Media */

#social-media {
	float: left;
	clear: left;
	margin-bottom: 10px;
	margin-top: -8px;
	margin-left: 9px;
}
.sm-button {
	float: left;
	padding-right: 14px;
}
#plusone-button {
	width: 200px; 
	margin-top: 3px;
}
#fb-button {
	padding-top: 1px;
}
#stumble-button {
	margin-left: -19px;
}


/* @end */


