/* Lasotell Stylesheet for the Bookshop pages*/
/* This sheet sets the left margin down to 1em and sets the text left
   margin well on to the page to make a smooth line without using
   tables. */   
    

.bookpage {margin-left: 1em; margin-right: 1em; text-align: justify;}

.book-table {
margin-left: 1em;
margin-right: 1em;
text-align: justify;
}


/* The following styles are for use with bk-shop/css-browser-test.html*/

.book-text {
margin-left: 1em; 
margin-right: 10em; 
text-align: justify;
font-size: 1em;
}

.book-desc {
width: 70%;
float: left;
margin-left: 1em; 
text-align: justify;
}

DIV.book-img {
width: 30%;
margin-left: 70%;
margin-bottom: 3em;
valign: top;
text-align: right;
}

.book-desc-w {
width: 55%;
float: left;
margin-left: 1em; 
text-align: justify;
}

DIV.book-img-w {
width: 40%;
margin-left: 60%;
margin-bottom: 3em;
valign: top;
text-align: right;
}
