
/* Already In Bookshelf */
P.already-in-bookshelf {
    background-color: #40a88c;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 1px 5px 1px;
}
P.already-in-bookshelf A, P.already-in-bookshelf A:visited, P.already-in-bookshelf A:active, P.already-in-bookshelf A:hover {
    color: #000;
}

/* License Type Selector */
div.license-selector {
    margin-top: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    border: 2px solid #f1f1f1;
    text-align: left;
}
@media (min-width: 720px) {
    div.license-selector {
        margin-top: 0px;
        margin-left: 3px;
    }
}
div.license-selector small {
    padding-left: 10px;
    display: block;
    background-color: #f1f1f1;
    color: #333;
}

div.license-selector a {
    display: block;
    text-decoration: none;
    background-color: #fcfcfc;
    padding: 4px 8px 4px 8px;
    margin: 2px;
    font-size: .9rem;
    color: #333;
}
div.license-selector a:hover {
    background-color: #27d2b3;
    color: #fff;
}
span.license-selector-disabled {
    display: block;
    text-decoration: none;
    background-color: #fcfcfc;
    padding: 4px 8px 4px 8px;
    margin: 2px;
    font-size: .9rem;
    color: #c0c0c0;
}

/* Thumbscore On Cover */
div.cover-thumb {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 24px;
    white-space: nowrap;
    width: auto;
    color: #333;
    font-size: 0.85em;
}
div.cover-thumb span {
    position: static;
    display: inline-block;
    height: 24px;
    padding: 3px 0px 0px 0px;
    margin: 0px;
    background-color: #fff;
    color: #000;
}

div.cover-thumb img {
    position: static;
    width: 24px !important;
    height: 24px !important;
}

/* Audiobook Info Note */
.audiobook-info-note {
    position:absolute;
    top:-5px;
    left:5px;
    color: #e0e0e0;
    text-shadow: 1px 1px 1px #000000;
    font-size: 12pt;
    font-weight: normal;
}

.cover-headphones, .cover-ebook {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 24px;
    height: 24px;
    border: none;
}

.cover-icon {
    width: 24px;
    height: 24px;
    image-rendering: high-quality;
}

/* DRM Restrictions Table On Bookpage */
TABLE.drmtable { padding-top:0; margin-top:-1em; border:none; color:#777; font-size: 0.875em; }
TABLE.drmtable TR, TABLE.drmtable TD, TABLE.drmtable TH, TABLE.drmtable THEAD, TABLE.drmtable TBODY { padding:0; margin:0; text-align:left; border:none; }
TABLE.drmtable TH { padding-right:5px; padding-left:0px; color: #808080; font-weight:normal; }
TABLE.drmtable TD { padding-right:0px; padding-left:5px; color: #303030; }

/* Shopping Cart Page */
div.item-list ul.product-description { font-size: 0.75em; }
td.qty div.form-item INPUT[type=text] { width:3em; }

#block-user-1 DIV { background: #fff; margin-bottom: 15px; padding: 5px 10px 10px 10px; font-size: 0.9em; }
#block-user-1 h2 { display: none; }
#block-user-1 li { line-height: 1.1em; margin-left: 12px; }

TR.odd, TR.even { background: #fff; }

#checkout-form-bottom { margin: 10px 10px 0px 2px; width:99.5%; }

.form-text { font-size:0.875em; padding:0.2em; }
.form-select { font-size:0.875em; height:1.95em; }
#lib_loantimes-pane TABLE TBODY { border:none; }
legend { color:#696969; font-size:0.9em; }

INPUT.form-submit, A.orange-button {
    color: #000;
    background: #27d2b3;
}

INPUT.form-submit:hover, A.orange-button:hover {
    background: #17c2a3;    
}

INPUT.form-submit:active, INPUT.orange-button:active {
    background: #17c2a3;
}

A.orange-button, A.orange-button:hover, A.orange-button:active {
    color: #000;
    text-decoration: none;
    padding: 5 15 5 15;
    border: 5px solid #27d2b3;
}
A.orange-button:hover {
    border: 5px solid #17c2a3;
}
A.orange-button:active {
    border: 5px solid #17c2a3;
}

UL.tabs {
    margin: 0px;
}

UL.tabs LI A {
    color: #000;
}

DIV.content {
}

DIV.messages {
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 20px;
}

DIV.error {
    padding: 2px 10px 2px 10px;
}

DIV.help {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 11pt;
    line-height: 1em; 
    color: #333;
}

DIV.help P {
    margin: 0;
}

TABLE.noborder, TABLE.noborder TD, TABLE.noborder TR {
    border-top: 1px solid white;
    
}

TABLE.sticky-enabled {
    border:none;
    border-collapse: collapse;
}
TABLE.sticky-enabled TR, TABLE.sticky-enabled TH {
    border:none;
    padding:3px;
}
TABLE.sticky-enabled TD {
    border-bottom:none;
    padding:3px;
}

TABLE.order-review-table {
    width:75%;
}

#user-register INPUT[type=text], #user-register INPUT[type=password] {
    padding: 5px;
    width: 325px;
    height: 2em;
}

#user-login INPUT[type=text], #user-login INPUT[type=password] {
    padding: 5px;
    width: 325px;
    height: 2em;
}
#user-pass INPUT[type=text] {
    padding: 5px;
    width: 325px;
    height: 2em;
}

#change-admin-password INPUT[type=text], #change-admin-password INPUT[type=password] {
    padding: 5px;
    width: 300px;
    height: 2em;
}
#change-admin-password INPUT[type=submit] {
    margin-top: 15px;
}

#library-settings INPUT[type=text] {
    padding: 5px;
    width: 350px;
    height: 2em;
}
#library-settings SELECT {
    padding: 5px;
    width: 150px;
    height: 2em;
}
#library-settings INPUT[type=checkbox], #library-settings INPUT[type=radio] {
    margin-right: 10px;
}
#add-email-address {
    font-size: 0.9em;
    border: none;
    padding: 5px 10px 5px 10px;
}

