<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS for URL_Selector based selector pages
 */
 
.selector_page_container_v2 *
	{
	font-family: verdana,arial,helvetica,sans-serif;
    font-size: 12px;
    line-height: 16px;
	}
	
/* Container DIV for select box and label AttributeSelectBoxStartV2
 */
.select_box_container_v2
	{
	height: 30px;
	}
 
/* Label DIV for Select Box in AttributeSelectBoxStartV2
 */
.select_box_label_v2
	{
	float: left;
	text-align: right;
	width: 120px;
	padding-right: 5px;
	padding-top: 1px;
	}

/* Container DIV for actual select box AttributeSelectBoxStartV2
 */
.select_box_select_v2
	{
	float: left;
	}

/* Style for actual select box in AttributeSelectBoxStartV2
 */
.select_box_v2
	{
	width: 255px;
	}
	
/* Container DIV for icon select box and label AttributeSelectBoxStartV2
 */
.icon_select_box_container_v2
	{
	}
 
/* Label DIV for Icon Select Box in AttributeSelectBoxStartV2
 */
.icon_select_box_label_v2
	{
	text-align: right;
	width: 120px;
	padding-right: 5px;
	}

/* Container DIV for actual select box AttributeSelectBoxStartV2
 */
.icon_select_box_icons_v2
	{
	padding-top: 4px;
	padding-left: 20px;
	}

/* Style for actual select box in AttributeSelectBoxStartV2
 */
.icon_select_box_option_v2
	{
	float: left;
	padding-right: 10px;
	width: 60px;
	text-align: center;
	}

.icon_select_box_icon_v2
	{
	width: 60px;
	text-align: center;
	}
	
.icon_select_box_icon_image_v2
	{
	text-align: center;
	}
	
.icon_select_box_radio_v2
	{
	padding: 2px 0px 2px 20px;
	text-align: left;
	}
	
.icon_select_box_option_name_v2
	{
	padding: 0px 0px 10px 0px;
	width: 60px;
	text-align: center;
	}
	
.display_box_container_v2
	{
	height: 30px;
	}
	
.display_box_label_v2
	{
	float: left;
	text-align: right;
	width: 120px;
	padding-right: 5px;
	}
	
.display_box_value_v2
	{
	float: left;
	}

.display_box_value_span_v2
	{
	}

/* Container DIV for actual select box AttributeSelectBoxStartV2
 */
.color_selector_container_v2
	{
	height: 55px;
	}

/* Style for actual select box in AttributeSelectBoxStartV2
 */
.color_selector_label_v2
	{
	height: 45px;
	padding-top: 5px;
	line-height: 40px;
	float: left;
	padding-right: 5px;
	}
	
.color_selector_colors_v2
	{
	float:left;
	margin-top: 10px;
	}
	
.color_selector_rightside_v2
	{
	float:left;
	padding-top: 5px;
	width:14px;
	height:45px;
	}
	
.color_selector_color_v2
	{
	float: left;
	}

.cover_color_selected
	{
	float: left;
	}

/* Container for overall Book Price in SelectorBasePriceV2
 */
.book_price_v2
	{
	padding: 10px;
	text-align: center;
	}
		
/* "Book Price" label SPAN in SelectorBasePriceV2
 */
.book_price_label_v2
	{
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	}
		
/* Book Price price string SPAN in SelectorBasePriceV2
 */
.book_price_price_v2
	{
	font-size: 18px;
	line-height: 24px;
	color: red;
	}
		
/* Book Price price number SPAN in SelectorBasePriceV2
 */
.unit_base_price_v2
	{
	font-size: 18px;
	line-height: 24px;
	color: red;
	}
		
/* Book Price " / book" trailing label SPAN in SelectorBasePriceV2
 */
.book_price_perbook_v2
	{
	font-size: 18px;
	line-height: 24px;
	color: gray;
	}

/* Selector Page Overall container DIV in SelectorPageV2
 */
.selector_page_container_v2
	{
	vertical-align: top;
	}
	
/* Selector Page H1 header in SelectorPageV2
 */
.selector_page_header_v2
	{
	margin: 20px 10px 10px 20px;
	font-size: 24px;
	color: #004e90;
	}
	
/* Because of the stupid "*" CSS element inside primary.css, we have to individually specify EACH
 * subtag of the description paragraphs to get it to render properly.   Unfortunately, taking out
 * the '*' tag in primary.css would also break half the site, so we can't do that here.   Ugh.
 */
.selector_page_lead_description_v2 p
	{
	margin: 10px 10px 10px 20px;
	font-size: 14px;
	line-height: 20px;
	color: black;
	}

.selector_page_lead_description_v2 p b
	{
	font-size: 14px;
	line-height: 20px;
	color: black;
	}

.selector_page_lead_description_v2 p i
	{
	font-size: 14px;
	line-height: 20px;
	color: black;
	}

.selector_page_description_area_v2 p
	{
	margin: 10px 30px 10px 30px;
	font-size: 12px;
	line-height: 20px;
	color: black;
	}

.selector_page_description_area_v2 p b
	{
	font-size: 12px;
	line-height: 18px;
	color: black;
	}

.selector_page_description_area_v2 p i
	{
	font-size: 12px;
	line-height: 18px;
	color: black;
	}

.selector_page_description_area_v2 ul
	{
	margin: 20px 20px 10px 20px;
	font-size: 12px;
	line-height: 22px;
	color: black;
	}

.selector_page_description_area_v2 ul li
	{
	font-size: 12px;
	line-height: 22px;
	color: black;
	}

.selector_page_tail_description_v2 p
	{
	margin: 10px;
	font-size: 14px;
	line-height: 20px;
	}

.selector_page_tail_description_v2 p b
	{
	font-size: 14px;
	line-height: 20px;
	}

.selector_page_tail_description_v2 p i
	{
	font-size: 14px;
	line-height: 20px;
	}

.selector_page_display_area_v2
	{
	}

	
/* Selector Page Left Side DIV container in SelectorPageV2
 */
.selector_page_leftside_v2
	{
	padding-top: 6px;
	padding-left: 25px;
	float: left;
	width: 345px;
	}
	
/* Selector Page Right Side DIV container in SelectorPageV2
 */
.selector_page_rightside_v2
	{
	padding-top: 6px;
	float: left;
	}
	
/* Selector Display Area container DIV in SelectorDisplayAreaV2
 */
.selector_display_area_v2
	{
	padding: 0px 10px 0px 10px;
	}
	
.selector_display_image_container_v2
	{
	position: relative;
	width: 300px;
	height: 345px;
	border: 1px solid #c5c5c5;
	}

/* Selector Display Area label above the controls in SelectorDisplayAreaV2
 */
.selector_display_control_label_v2
	{
	margin: 5px 10px 5px 10px;
	width: 280px;
	color: gray;
	font-size: 10px;
	text-align: center;
	}
	
/* Selector Display Area controls DIV in SelectorDisplayAreaV2
 */
.selector_display_controls_v2
	{
	margin: 5px 10px 5px 10px;
	width: 280px;
	text-align: center;
	}
	
/* Selector Display Area bottom separator line in SelectorDisplayAreaV2
 */
.selector_display_divider_v2
	{
	margin: 5px 10px 0px 10px;
	border-bottom: 1px solid gray;
	height: 1px;
	width: 280px;
	}
	
/* Selector Display Area Image DIV in SelectorImageV2
 */
.selector_image_container_v2
	{
	position: absolute;
	top: 5px;
	left: 5px;
	width: 290px;
	text-align: center;
	}

/* Selector Display Area Image IMG tag in SelectorImageV2
 */
.selector_image_v2
	{
	}

	
/* Selector Display Area Image Button IMG tag in SelectorImageButtonV2
 */
.selector_image_button_v2
	{
	cursor: pointer;
	border: 3px solid gray;
	}

/* Selector Product Description container DIV in SelectorProductDescriptionV2
 * Note that this is used in *three* places on the page - the lead description, the
 * sidebar description, and the bottom description.
 */
.selector_product_description_v2
	{
	}

/* Selector Product Description line paragraph tag in SelectorProductDescriptionLineV2
 * Note that this is used in *three* places on the page - the lead description, the
 * sidebar description, and the bottom description.
 */
.selector_product_description_line_v2
	{
	}

/* Selector Order Box container DIV in SelectorProductOrderingV2
 * This is used to not just contain the order box, but also display the
 * right side of the drop shadow, stretching it to fit on browsers that support
 * that, and aligning it to the bottom for those which do not.
 * The actual dropshadow background image URL must be generated by the page renderer
 * and included in an inline style.
 */
.selector_product_order_box_v2
	{
	position: relative;
//	width: 374px;
	width: 410px;
	background-size: 10px 100%;
	background-repeat: no-repeat;
	background-position:right bottom;
	}

/* Selector Order Box interior container DIV in SelectorProductOrderingV2
 * This is the interior of the Selector Order Box, and includes the grey box around
 * the edges, but not the dropshadow.
 */
.selector_product_order_box_interior_v2
	{
	border: 1px solid #c5c5c5;
//	width: 364px;
	width: 390px;
	background-color:white;
	padding: 5px 5px 0px 5px;
	}
	
.selector_order_control_area
	{
//	padding: 5px 5px 0px 5px;
	}
	
.selector_product_order_box_padding_v2
	{
	padding: 0px 5px 0px 5px;
	}	

/* Selector Order Box money back badge container DIV in SelectorProductOrderingV2
 * This contains the "Money Back Guarantee" image tag which needs to be positioned overlapping
 * the upper right corner of the Order Box DIV.   We do that by making the Order Box container
 * position: relative, which lets us use absolute positioning here to offset the image
 * accordingly.
 */
.selector_money_back_badge_v2
	{
	position: absolute;
	top: -26px;
//	left: 255px;
	left: 291px;
	}

/* Selector Order Box money back badge IMG in SelectorProductOrderingV2
 * The actual image URL must be generated by the page renderer
 * and included in an inline style.
 */
.selector_money_back_badge_img_v2
	{
	}

/* Selector Order Box "To Order" label DIV in SelectorProductOrderingV2
 */
.selector_ordering_header_v2
	{
	line-height: 25px;
	font-size: 20px;
	margin: 0px 5px 5px;
	padding-bottom: 2px;
	}

/* Selector Order Box hidden SKU display SPAN in SelectorProductOrderingV2
 */
.selector_ordering_display_sku
	{
	text-align: right;
	margin-right: 20px;
	color: white;
	background-color: white;
	}

/* Selector Order Box To Order divider DIV in SelectorProductOrderingV2
 * The actual background image URL for the divider must be generated by the page renderer
 * and included in an inline style.
 */
.selector_to_order_divider_v2
	{
	width: 280px;
	height: 1px;
	}

/* Selector Order Box volume pricing table DIV in SelectorProductOrderingV2
 * The actual background image URL for the divider must be generated by the page renderer
 * and included in an inline style.
 */
.selector_volpricing_container_v2
	{
//	margin: 10px;
	margin-bottom: 10px;
	}

.selector_volpricing_container_v2 table
	{
	width: 380px;
	}

/* Selector Order Box full divider DIV in SelectorProductOrderingV2
 * The actual background image URL for the divider must be generated by the page renderer
 * and included in an inline style.
 */
.selector_order_box_divider_v2
	{
	width: 100%;
	height: 1px;
	}

/* Selector Order Box dropshadow container DIV in SelectorProductOrderingV2
 * This is used to contain and display the rest of the dropshadow.
 */
.selector_order_box_dropshadow_v2
	{
//	width: 374px;
	width: 410px;
 	}

/* Selector Order Box dropshadow bottom DIV in SelectorProductOrderingV2
 * This is used to display the bottom edge of the drop shadow.
 * The actual dropshadow background image URL must be generated by the page renderer
 * and included in an inline style.
 */
.selector_order_box_dropshadow_bottom_v2
	{
//	width: 364px;
	width: 400px;
	height: 12px;
	background-size: 100% 12px;
	background-repeat: no-repeat;
	background-position:right top;
	float: right;
	}

/* Selector Order Box dropshadow corner DIV in SelectorProductOrderingV2
 * This is used to contain the lower right corner part of the drop shadow.
 * The actual dropshadow background image URL must be generated by the page renderer
 * and included in an inline style.
 */
.selector_order_box_dropshadow_corner_v2
	{
	width: 10px;
	height: 12px;
	float: right;
	}
	
.selector_product_features_v2
	{
	padding: 0px 0px 5px 0px;
	}

/* Selector Order Box feature container DIV in SelectorProductFeaturesV2
 * This is the container for the various features, and displays the gradient at the top of that
 * container.
 * The actual gradiant background image URL must be generated by the page renderer
 * and included in an inline style.
 */
.selector_features_v2
	{
	background-repeat: repeat-x;
	background-position: left top;
	}

/* Selector Order Box feature interior container DIV in SelectorProductFeaturesV2
 * This is the interior container for the various features, and displays the gradient
 * at the bottom of that container.
 * The actual gradiant background image URL must be generated by the page renderer
 * and included in an inline style.
 */
.selector_features_interior_v2
	{
	background-repeat: repeat-x;
	background-position:left bottom;
	}
	
/* Selector Order Box add to cart FORM in SelectorAddToCartFormV2
 * This is the form inside the Order Box which contains all the Add To Cart controls and data
 */
.selector_add_to_cart_form_v2
	{
	}
	
/* Selector Order Box add to cart quantity container DIV in SelectorAddToCartFormV2
 */
.selector_qty_left_v2
	{
	float: left;
	width: 170px;
	height: 72px;
	}
	
/* Selector Order Box add to cart quantity label and input container DIV in SelectorAddToCartFormV2
 */
.selector_qty_interior_v2
	{
	height: 72px;
	line-height: 50px;
	margin-top: 11px;
	text-align: center;
	font-size: 14px;
	font-weight:bold;
	}
	
/* Selector Order Box add to cart quantity INPUT field in SelectorAddToCartFormV2
 */
.selector_qty_input_v2
	{
	}
	
/* Selector Order Box add to cart button area DIV in SelectorAddToCartFormV2
 */
.selector_order_button_right_v2
	{
	float: left;
	height: 50px;
	padding-top: 10px;
	position: relative;
	}
	
/* Selector Order Box add to cart button container DIV in SelectorAddToCartFormV2
 */
.selector_order_button_container_v2
	{
	height: 50px;
	width: 203px;
	display: none;
	cursor: pointer;
	}
	
/* Selector Order Box add to cart button image background DIV in SelectorAddToCartFormV2
 */
.selector_order_button_background_v2
	{
	position: absolute;
	top: 10px;
	left: 0px;
	}
	
/* Selector Order Box add to cart button image IMG in SelectorAddToCartFormV2
 */
.selector_order_button_image_v2
	{
	}
	
/* Selector Order Box add to cart button image label DIV in SelectorAddToCartFormV2
 */
.selector_order_button_label_v2
	{
	color: white;
	font-size: 24px;
	font-weight: bold;
	position: absolute;
	top: 10px;
	left: 0px;
	height: 50px;
	line-height: 50px;
	width: 203px;
	text-align: center;
	}
	
/* Selector Order Box add to cart spinner image background DIV in SelectorAddToCartFormV2
 */
.selector_order_button_spinner_v2
	{
	text-align: center;
	width: 203px;
	height: 50px;
	background-position: left bottom;
	background-repeat: no-repeat;
	}
	
/* Selector Order Box add to cart button spinner IMG in SelectorAddToCartFormV2
 */
.selector_order_button_spinner_image_v2
	{
	padding-top:9px;
	}
	
/* Selector Order Box feature form container DIV in FeatureFormV2
 */
.selector_feature_container_v2
	{
	padding: 0px 20px 2px 10px;
	}
	
/* Selector Order Box feature form FORM in FeatureFormV2
 */
.selector_feature_form_v2
	{
	margin: 0px;
	padding: 0px;
	}
	
/* Selector Order Box feature form left side DIV in FeatureFormV2
 */
.selector_feature_left_v2
	{
	float: left;
	}
	
/* Selector Order Box feature form title container DIV in FeatureFormV2
 */
.selector_feature_title_v2
	{
	margin-top: 8px;
	}
	
/* Selector Order Box feature form title SPAN in FeatureFormV2
 */
.selector_feature_title_display_v2
	{
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	}
	
/* Selector Order Box feature form base price SPAN in FeatureFormV2
 */
.selector_feature_base_price_v2
	{
	font-size: 14px;
	color: red;
	line-height: 16px;
	}
	
/* Selector Order Box feature form " / book" SPAN in FeatureFormV2
 */
.selector_feature_price_per_book_v2
	{
	font-size: 14px;
	color: gray;
	line-height: 16px;
	}
	
/* Selector Order Box feature form fail error DIV in FeatureFormV2
 */
.selector_feature_fail_v2
	{
	font-size: 7pt;
	color: red;
	height: 17px;
	min-width: 1px;
	text-align: right;
	}
	
/* Selector Order Box feature form right side DIV in FeatureFormV2
 */
.selector_feature_right_v2
	{
	float: right;
	}
	
/* Selector Order Box feature image container DIV in FeatureFormV2
 */
.selector_feature_image_v2
	{
	padding-top:16px;
	padding-bottom: 5px;
	}
	
/* Selector Order Box feature Help Icon IMG in FeatureHelpIconV2
 */
.selector_feature_help_icon_v2
	{
	cursor: help;
	vertical-align: middle;
	}
	
/* Selector Order Box feature single line input container DIV in Feature1LineInputV2
 */
.selector_feature_input_1line_v2
	{
	padding-bottom: 5px;
	}
	
/* Selector Order Box feature double line input container DIV in Feature2LineInputV2
 */
.selector_feature_input_2line_v2
	{
	padding-bottom: 5px;
	}
	
/* Selector Order Box feature double line input container DIV in Feature2LineInputV2
 */
.selector_feature_input_line_v2
	{
	}
	
/* Selector Order Box feature double line input title DIV in Feature2LineInputV2
 */
.selector_feature_input_title_v2
	{
	}
</pre></body></html>