/* CSS for Lady Caine */

body { background: #fff; }

div.content p.reviewQuote {
    color:#444;
    font-family:georgia, 'Times New Roman', serif;
    font-size:14px;
    font-style:italic;
    }

div.LCshopLink {
    margin: 1px 0;
    padding: 3px 2px;
    border: 1px solid #aaa;
}
div.LCshopLink h2, div.LCshopLink h2 a {
    font-size:12px;
}
div.LCshopLink p {
    line-height:normal;
    margin:1px 0; padding:0;
}
div.LCshopLink p.shopISBN {
    font-size:10px;
}

table.crewDossier {
    background: url(/assets/images/graphics/background/paper.jpg);
    width:500px;
    margin: 10px auto;
    }
table.crewDossier caption {
    font-family: courier, "courier new", monospace;
    font-size: 16px;
    font-weight:bold;
    text-align:center;
    }
table.crewDossier th, table.crewDossier td {
    font-family: courier, "courier new", monospace;
    font-size: 12px;
    }
table.crewDossier th { }
table.crewDossier td { }

li.crewLink {
    margin-left: 30px;
    }
li.crewLink a {
    font-weight:bold;
    font-size:14px;
    }

li.level1 { text-transform: uppercase; }
li.level2 { text-transform: none; }
