/*
 * $Id: print.css,v 1.11 2010/04/01 04:47:33 JimSmith Exp $
 * 
 * Author       : Jim Smith
 */


 /* Top Level Content
-----------------------------------------------------------------------------*/
 body {
	font: 12px Verdana, Arial, sans-serif;
	line-height: 150%; 
	text-align: center;
	background: #C4C7B6 url(/images/bg/bg06.gif) repeat-x;
	margin: 0 0 10px 0;
	}
#container {
	width:678px; 
    margin: 0 auto 10px auto; 
	background-color:#FFF; 
	text-align: left;
	}
div {
	margin: 0;
	padding: 0;
	}
/*---------------------------------------------------------------------------*/	


/* Links
-----------------------------------------------------------------------------*/
a:link, a:visited, a:hover, a:active { /* All links black */ 
	color: #000; 
	text-decoration: none; 
	} 
/*---------------------------------------------------------------------------*/


/* Headlines
-----------------------------------------------------------------------------*/
h2 {
	font-size: 1.7em;
	margin: 5px 0 5px 0;
	padding: 0;
	}
h3 {
	font-size: 1.4em;
	}
h4 {
	font-size: 1.1em;
	}
/*---------------------------------------------------------------------------*/


/* Header Content
-----------------------------------------------------------------------------*/
#header { 
    width:678px; 
    margin:0 0 0 0; 
    /* background:url(/images/bg/header_bg2.gif) no-repeat; NOT DISPLAYED IN THE PRINT VERSION */
    background-color:#FFF; 
    } 
#header h1 {
	float: left;	
	margin: 3px 0 0 0;
	padding: 0;
	}
#greeting {
	display: none;
	}
#ship_step_nav {
	display: none;
	}
/*---------------------------------------------------------------------------*/


/* Main Content
-----------------------------------------------------------------------------*/
#content {
	padding: 0 15px 25px 15px;
	clear: both;
	}
/* When priting, do not use the custom arrow bullets. Use default bullets:
#content ul {
	list-style-type: none; 
	}
#content ul li {
	padding: 0 0 0 15px;
	background: transparent url(/images/bullets/arrow03.gif) no-repeat center left;
	background-position:0 7px;
	}
	*/
.float_r {
	float: right;
	}
.float_l {
	float: left;
	}
.clear {
	clear: both;
	}
#sellercart {
	clear:right;
	}
.donotprint {
	display: none;
	}

/*---------------------------------------------------------------------------*/


/* Main Nav
-----------------------------------------------------------------------------*/
#main_nav {
	display: none;
	}
/*---------------------------------------------------------------------------*/


/* Column Layout Styles
-----------------------------------------------------------------------------*/
#sidebar_a {
	float: right;
	width: 200px;
	border: 1px solid #CCC;
	padding: 0 10px 20px 10px;
	margin: 15px 0 0 0;
	}
#sidebar_a ul {
	margin: 15px 0 0 0;
	padding: 0 0 0 0;
	}
#yourbooksisbn {
	width: 400px;
	margin: 15px 0 0 0;
	}
#middle_col {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	}
.box_300w { 
    width:300px; 
    height:136px;
    margin:0 0 0 0; 
    padding: 10px 10px 10px 10px;
    background:url(/images/bg/box_300w.gif) no-repeat; 
    } 
.col_one_third {
	width: 310px;
	}
#usps_step_a, #usps_step_c {
	width: 320px;
	float: left;
	margin: 15px 0 0 15px;
	}
#usps_step_b, #usps_step_d {
	width: 320px;
	float: right;
	margin: 15px 0 0 0;
	}
#payment_pref {
	float: right;
	width: 300px;
	margin-bottom: 10px;
	border: 1px solid #CCC;
	}
#contact_info {
	width: 300px;
	border: 1px solid #CCC;
	}
#contact_info ul, #payment_pref ul {
	list-style-type: none;
	margin: 10px 0 10px 10px;
	padding: 0;
	}
#contact_info ul li, #payment_pref ul li {
	background-image: none; /* this is required to override the cascade from #content ul li */
	}
#enter_isbn {
	float:left;
	width: 240px;
	margin: 15px 0 0 0;
	}	
#enter_isbn h3, #enter_isbn h4, #enter_isbn p, #enter_isbn form {
	margin: 0;
	padding: 0;
	}
#enter_isbn textarea {
	margin-bottom: 5px;
	}
#enter_more_isbns {
	float:left;
	width: 200px;
	margin: 0 0 0 0;
	}	
#enter_more_isbns h3, #enter_more_isbns h4, #enter_more_isbns p, #enter_more_isbns form {
	margin: 0;
	padding: 0;
	}
#pricing_results {
	float: right;
	margin: 15px 0 20px 0;
	width: 250px;
	}
#home_middle {
	width: 390px;
	margin-left: auto;
	margin-right: auto;
	}
#where_isbn {
	width: 190px;
	float: left;
	padding: 10px 0 0 0;
	margin: 0;
	}
#where_isbn p {
	margin: 0;
	padding: 0;
	}
#homepage_msg {
	width: 180px;
	height: 100px;
	float: right;
	padding: 10px 0 10px 0;
	margin: 15px 15px 0 0;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	}
#homepage_msg h4, #homepage_msg p{
	margin: 0;
	padding: 0;
	}
#testimonials {
	float: right;
	width: 215px;
	border: 1px solid #CCC;
	padding: 0 10px 20px 10px;
	margin: 15px 0 0 0;
	}
#testimonials ul {
	margin: 0;
	padding: 0;
	}
#testimonials ul li.first_test {
	margin: 7px 0 0 0;
	padding: 0;
	background: transparent none;
	}
#testimonials ul li {
	margin: 15px 0 0 0;
	padding: 0;
	background: transparent none;
	}
#dc_col_a {
	padding-top: 10px;
	float: left;
	width: 200px;
	border-top: 1px solid #CCC;
	}
#dc_col_b {
	padding-top: 10px;
	float: right;
	width: 200px;
	border-top: 1px solid #CCC;
	}
#dc_col_mid {
	padding-top: 10px;
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px solid #CCC;
	}
.comment_box {
	width: 420px;
	margin: 15px 15px 25px 15px;
	padding: 15px;
	border: 1px solid #CCC;
	background-color: #ffffff;
	}
#ship_opt_a {
	float: left;
	border: 1px solid #CCC;
	width: 40%;
	padding: 5px;
	}
#ship_or {
	width: 5%;
	/* next two lines will center the div */
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}
#ship_opt_b {
	float: right;
	border: 1px solid #CCC;
	width: 40%;
	padding: 5px;
	}
/*---------------------------------------------------------------------------*/


/* Sell your books in four easy steps
-----------------------------------------------------------------------------*/
#foursteps {
	clear:left;
	}
#foursteps h2 {
	padding: 15px 0 0 0;
	}
#foursteps ol { 
	list-style:none; 
	padding: 0 0 0 10px;
	margin: 0;
	} 
#foursteps ol li { 
	padding: 10px 0 10px 50px; 
	margin-right: 40px;
	border-bottom:1px solid #999;
	} 
#foursteps_b {
	clear:left;
	width: 400px;
	}
#foursteps_b h2 {
	padding: 15px 0 0 0;
	margin: 0 0 10px 0;
	}
#foursteps_b ol { 
	list-style:none; 
	padding: 0 0 0 10px;
	margin: 0;
	} 
#foursteps_b ol li { 
	padding: 10px 0 10px 50px; 
	border-bottom:1px solid #999;
	} 
.one { 
	background: transparent url(/images/bullets/oneb.jpg) no-repeat center left; 
	} 
.two { 
	background: transparent url(/images/bullets/twob.jpg) no-repeat center left; 
	} 
.three { 
	background: transparent url(/images/bullets/threeb.jpg) no-repeat center left; 
	} 
.four { 
	background: transparent url(/images/bullets/fourb.jpg) no-repeat center left; 
	} 
/*---------------------------------------------------------------------------*/


/* We Are Green page
-----------------------------------------------------------------------------*/
#green_col_a {
	float: left;
	width: 100px;
	}
#green_col_b {
	float: right;
	width: 100px;
	text-align: right;
	}
#green_content {
	width: 475px;
	margin: 0 auto 0 auto;
	}
#green_content ul li {
	padding: 0 0 0 15px;
	background: transparent url(/images/bullets/tree.gif) no-repeat center left;
	background-position:0 3px;
	}
#green_content ul li ul li {
	padding: 0 0 0 20px;
	background: transparent url(/images/bullets/recycle.jpg) no-repeat center left;
	background-position:0 4px;
	}
#green_col_a ul, #green_col_b ul {
	/* list-style-type: none;  - will inherit from content div */
	margin: 0;
	padding: 0;
	}
#green_col_a ul li, #green_col_b ul li {
	background-image: none; /* this is required to override the cascade from #content ul li */
	}
#green_col_a ul li, #green_col_b ul li {
	padding: 0 0 125px 0;
	}
#green_loc {
	color: #000; /* green */
	font-size: 0.9em;
	padding: 0 0 25px 0;
	margin: 15px 0 0 0;
	}
/*---------------------------------------------------------------------------*/


/* Image styles
-----------------------------------------------------------------------------*/
img {
	border: 0;
	}
.image_float_l {
	float: left;
	margin: 0 10px 10px 0;
	}
.image_float_r {
	float: right;
	margin: 0 0 10px 10px;
	}
.image_float_r_printable {
	float: none; /* don't float on print */
	}
.image_float_barcode {
    float: right;
    margin: 0 30px 1px 10px;
    }
.img_border {
	border: 3px solid #5A6D5A;
	}
/*---------------------------------------------------------------------------*/


/* Text styles
-----------------------------------------------------------------------------*/
.center {
	text-align: center;
	}
.right {
	text-align: right;
	}
.tiny_text {
	font-size: 0.8em;
	}
.small_text {
	font-size: 0.9em;
	}
.err_text {
	color: #000;
	font-weight: bold;
	}
.success_text {
	color: #000;
	font-weight: bold;
	}
.cart_message {
	color: #087C08;
	font-weight: bold;
	}
.multqty {
	/* display multiple quantity numbers bigger and bold */
	font-weight: bold;
	font-size: 1.4em;
	}
.bold {
	font-weight: bold;
	}
.italic {
	font-style: italic;
	}
.highlight {
	background: yellow; 
	}
.strike {
	text-decoration: line-through;
	}
/*
.3d_border {
	border-width: 2px;
	border-style: solid;
	border-color: #CCC #666 #000 #CCC;
	}
*/
label {
	font-weight: bold;
	}
legend { 
	font-size: 1.3em;
	color: #5A6D5A;
	}
/*---------------------------------------------------------------------------*/	


/* Form styles
-----------------------------------------------------------------------------*/
fieldset {
	border: 1px solid #CCC;
	width: 650px;
	}
fieldset table {
	margin-left: 10px;
	}
.float_r_topm {
	float: right;
	margin-top: 10px;
	}
.messageformerror {
	color: #000;
	font-weight: bold;
	font-size: smaller;
	}
.double_b {
	border: 3px double #269A26; /* a green double border  */
	}
/*---------------------------------------------------------------------------*/	


/* Table styles
-----------------------------------------------------------------------------*/
table { 
	border: 0;
	width: 100%;
	} 
td, th { 
	padding:5px; 
	text-align:left;
	} 
th { 
	color:#000; 
	background-color:#FFF; 
	} 
tr.rowa {
	background-color:#FFF;
	}
tr.rowb {
	background-color:#FFF;
	}
tr.whitebg {
	background-color:#FFF;
	}
tr.rowbonus, tr.rowsubttl, tr.rowdeduct, tr.rowadjustedttl {
	background-color:#FFF;	
	}
tr.rowlast {
	background-color:#FFF;	
	color:#000; 
	}
th.isbn_col, td.isbn_col {
	width: 180px;
	}
.reg_table {
	border-collapse: collapse;
	width: 600px;
	}
.reg_table td { 
	border-bottom: 1px solid #CCC; 
	padding: 7px;
	}
.c_table {
	width: 500px;
	/* next two lines will center the table */
	margin-left: auto;
	margin-right: auto;
	}
#pack_slip table, #pack_slip table td, #pack_slip table th {
	border: 1px solid #333;
	}
.price_tbl {
	border: 1px solid #333;
	border-collapse: collapse;
	}
.price_tbl td, .price_tbl th {
	border-bottom: 1px solid #333;
	}
.basic_tbl {
	border: 1px solid #333;
	border-collapse: collapse;
	}
.basic_tbl td, .basic_tbl th {
	border-bottom: 1px solid #333;
	}
/*---------------------------------------------------------------------------*/	


/* Checkout Page
-----------------------------------------------------------------------------*/
div.checkout_col {
	width: 275px;
	padding: 0 15px 0 15px;
	}
div#checkout_col_contact_info {
	float: left;
	border-right: 1px solid #CCC;
	}
div#checkout_col_terms {
	display: none;
	}
div#checkout_col_confirm {
	float: right;
	border-left: 1px solid #CCC;
	}
p.checkout_three_step_header {
	font-weight: bold;
	font-size: 1.2em;
	height: 25px;
	margin: 0;
	padding: 0;
	}
div#checkout_col_contact_info ul.first_contact_ul {
	/* list-style-type: none;  - will inherit from content div */
	margin: 0 0 10px 0;
	padding: 0;
	}
div#checkout_col_contact_info ul {
	/* list-style-type: none;  - will inherit from content div */
	margin: 10px 0 10px 0;
	padding: 0;
	}
div#checkout_col_contact_info li {
	background-image: none; /* this is required to override the inheritance from #content ul li */
	}
div#checkout_optional_donation {
	clear: left; 
	border: 1px solid #CCC; 
	margin-top: 0;
	padding: 0 10px 10px 10px; 
	background-color: #3a82ba;
	}
div#checkout_optional_donation_inner {
	background-color: #c8e4ef;
	color: #004c80;
	font-weight: bold;
	padding-bottom: 5px;
	}
div#checkout_optional_donation_form {
	padding: 0 10px 0 10px;
	}
#checkout_terms_textarea {
	width: 100%;
	margin: 0;
	padding: 0;
	}
tr.row_charity {
	background-color: #3a82ba;
	color: white;
	}
tr.row_subtotal {
	background-color:#CACEAD;	
	}
a.dc_blue_link:link {
	color: #3a82ba; 
	text-decoration: underline;
	}
a.dc_blue_link:visited {
	color: #3a82ba; 
	text-decoration: underline;
	}
a.dc_blue_link:hover {
	color: white; 
	text-decoration: underline;
	}
a.dc_blue_link:active {
	color: #3a82ba; 
	text-decoration: underline;
	}
/*---------------------------------------------------------------------------*/


/* Footer
-----------------------------------------------------------------------------*/
#footer { 
    display: none;
    } 
/*---------------------------------------------------------------------------*/	

