@charset "utf-8";
/* CSS Document */

p.noebooks /* paragraph that is displayed when there are no ebooks currently loaded in the database */
{
	
}

p.ebookheading /* paragraph displaying the word "Ebooks" - is the heading on top of the page where the ebooks are displayed */
{
	font-size: 16px;
	font-weight:bold;
}

p.ebookcartitemsheading /* paragraph that displays the phrase "Cart Items" - on top of the table when the cart has items in it */
{
	font-size: 14px;
	font-weight:bold;
}

table.ebookcartitemstable /* table that displays the actual cart items */
{
	border-top: 1px solid green;
	border-left: 1px solid green;
	width:100%;
}

table.ebookcartitemstable tr {  }
table.ebookcartitemstable tr  td 
{ 
	border-bottom: 1px solid green;
	border-right: 1px solid green; 
	padding:5px 10px;
}

p.ebookclicktocheckout /* paragraph with the link that you must click to proceed to checkout */
{
	text-align:center;
	font-size: 16px;
	font-weight:bold;
	padding: 20px 0 0 0;	
}

p.ebookclicktocheckout a
{
	color:blue;
}

table.ebooktable /* table that displays the listed ebooks */
{
	border-top: 1px solid green;
	border-left: 1px solid green;
	width:100%;
	
	margin:20px 0;
}

table.ebooktable tr td
{
	border-bottom: 1px solid green;
	border-right: 1px solid green; 
	padding:5px 10px;
}

td.ebookfirstcol /* first column in the table that displays the ebooks, has the cover image for the ebook, if any */
{
	
}

td.ebooksecondcol /* the second column in the table that displays the ebooks, has title, author, description, pages, price */
{
	
}

p.ebooktitle /* paragraph in the table that shows the title for the ebook */
{
	font-size:15px;
	font-weight: bold;	
}

p.ebookauthor /* paragraph in the table that shows the author of the ebook */
{
	font-size:12px;
	font-weight:bold;
}

p.ebookdesc /* paragraph in the table that shows the description of the ebook */
{
	
}

p.ebookpages /* paragraph in the table that shows the number of pages for the ebook */
{
	font-weight:bold;
}

p.ebookprice /* paragraph in the table that shows the price of the ebook */
{
	color:green;
	font-size: 14px;
	text-align: right;
	font-weight:bold;
}

p.ebookaddtocart
{
	text-align:right;
	font-size:16px;
	font-weight:bold;
}



td.ebookcolspanned /* the column for the table if there are no ebook image loaded */
{
	
}

h1.ebookh1thanks /* h1 that says "Thank you for your order" after placing a successful order */
{
	
}

p.ebookthanks /* paragraph that displays "Your order has been successful. You will receive an email shortly with further instructions." */
{
	
}

h1.ebookh1error /* h1 that says "There was an error with your order" after the order has failed */
{
	
}

p.ebookperror /* paragraph that displays "Your order was NOT successful. Please contact us for further information..." after the order has failed */
{
	
}

h1.ebookh1login /* h1 that says "Login" at the top of the page with the login form to download your ebook */
{
	
}

p.ebookplogin /* paragraph that says "Please login to download your ebook/s, using the form below:" on the login page */
{
	
}

p.ebookploginerror /* paragraph that says "Incorrect Email Address/Password entered." when login attempt failed */
{
	font-size:16px; 
	font-weight: bold;
	color:red;
}

form.ebookformlogin /* form used to login with */
{
	
}

h1.ebookh1yourebooks /* h1 that says "Your purchased ebook/s:" right above the table with your ebooks when you are successfully logged in */
{
	
}
