/* 
	cart.css

	Styles specific to bookshop page and other pages using shopping cart
	Currently set for customized e-Junkie shopping cart
*/

div#EJEJC_overlay {	/* Page background overlay */
	background-color:#000080 !important;  /* was f58ef7, then #ead8fd, then #1B1D8E */
	opacity:0.70 !important; /* previous was .55 */
	}
div#EJEJC_window {	/* Entire cart window */
	border:solid 1px #6C066A !important;
	padding:0.4em !important;
	}	
form#ej_ejc_frm_1 table tr td {
	font-family: "Times New Roman",serif !important;
	font-size: 1.45em !important;
	color:#000080 !important;  /* the purple was #6C066A */
	}
div#EJEJC_title {	/* Title band with close link in it */
	/* background-color:#7D5796 !important; */ /* was F58ef7, then ead8fd # */
	background-color:white !important;
	background-image: url(../images/red-mandala-small-with-title-band.jpg);
	background-repeat: no-repeat;
	height: 90px !important;
	}
a#EJEJC_closeWindowButton {	/* Close link text */
	font-size: 1.0em !important;
	font-family: "Times New Roman",serif !important;
	color:white !important;		/* the purple link was #6C066A */			
	}
td#tdHeader {	/* Band between title bar and table (with shopping cart logo) */

	}
input#btnContShop, input#btnUpdtCart {		/* Update cart, continue shopping buttons */
	background-color:#DCDDFD !important;  /*  was FCDDFD, then ead8fd  */
	border:solid 1px #000080 !important;	/* was 6C066A */
	font-family: "Times New Roman",serif !important;
	font-style: italic !important;
	font-size: 1em !important;
	color:#000080 !important;  /* was 6C066A */
	cursor:pointer;
	}
table#ejejctable tr td {	/* General style for table listing cart items and all the stuff below (header row is #CCC by default) */
	/*background-color: yellow !important;*/
	}
tr#td1 td {	/* Rows listing cart items (bkgd is #EEE by default) */			
	/*background-color: green !important;*/		/* Has no effect, table#ejejctable color takes precedence */
	}
div#discount2, div#state2 {	/* the 'Update cart after entering' labels */
	color: #000080 !important;	/* was 6C066A */
	font-style: italic;
	}
div#EJEJC_iframeContent {
	margin-top:-55px !important;
	}
				

