/* limebooks stylesheet */


html
{
    font-family: verdana, sans-serif;
    font-size: 0.8em;
}

body
{
    margin: 5px;
}

#wrap {
    width:900px;
    margin:0 auto;
    position: relative;
}

#sidebar {
    width:250px;
    top:90px;left:0;position:absolute;
    border-right: 1px dashed #9ACD32;
}
#content {
    width:630px;
    margin:0 0 0 260px;
}

form
{
    padding: 0px;
    margin: 0px;
}

ul, ol
{
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
}
ul
{
    margin-left: 1.5em;
}
ol
{
    margin-left: 2em;
}

li
{
   padding-left: 0px;
   margin-bottom: 3px;
}

p
{
    margin-top: 0px;
}

a:hover
{
    text-decoration: none;  
}

img.b
{
    border: solid #999999 1px;
    text-decoration: none;
}

h1, h2, h3
{
    margin-top:2px;
    margin-bottom: 2px;
}

h1
{
    font-size: 1.5em;
}

h2
{
    font-size: 1.2em;
}

h3
{
    font-size: 1em;
}

strong
{
    white-space: nowrap;
}
strong.wrap
{
    white-space: normal;
}

th
{
    font-weight: bold;
}
.larger
{
    font-size: 1.1em;
}

/* Colours */

.blue
{
    background-color: #006699;
}
.blueborder
{
    border: solid 1px #006699;
}

.green
{
    background-color: #9ACD32;
}
.greenborder
{
    border: solid 1px #9ACD32;
}
.greenbordertop
{
    border-top: solid 1px #9ACD32;
}


.yellow
{
    background-color: #FFFFCC;
}
.yellowblueborder
{
    background-color: #FFFFCC;
    border: solid 1px #006699;
}

.grey
{
    background-color: #DDDDDD;
}
.greyborder
{
    border: solid 1px #DDDDDD;
}

.greytext
{
    color: #999999;
}


.smalltitle, .smalltitlewhite
{
    font-size: 1em;
    margin-top: 0px;
    margin-bottom: 0px;
    text-decoration: none;
    color: #000000;
}

.smalltitlewhite
{
    color: #FFFFFF;
}

.no
{
    display: none;
}

.strike
{
   text-decoration: line-through;
}

.error, td.labelerror, td.elementerror
{
    color: red;
    font-weight: bold;
}


/* Form Tables */
table.form
{

}

td.label, td.labelgrey, td.labelerror
{
    text-align: right;
    font-weight: bold;
    vertical-align: top;
}

td.labelgrey, td.elementgrey
{
    background-color: #DDDDDD;
}

td.element, td.elementgrey
{
    vertical-align: top;
}

#frmTopSearch, #frmBottomSearch
{
    color: white;
}

#Header a
{
    white-space: nowrap;
}

#TopNav
{
    display: inline;
}

#TopNav .current, #TopNav a
{
    margin: 2px;
    padding: 2px;
    font-weight: bold;
    text-decoration: none;
    color: black;
}

#TopNav td
{
    text-align: center;
    padding-top: 3px;
    padding-bottom: 3px;
}


#CheckoutStages
{
    padding-bottom: 13px;
    border-bottom: solid 1px #999999;
}
#CheckoutStages span
{
    white-space: nowrap;
    color: #999999;
    padding-left: 4px;
}
#CheckoutStages span.current
{
    font-weight: bold;
    color: #000000;
}


#ErrorSummary
{
    padding-left: 25%;
}


/* Top Features */
div.topfeatures
{
    clear: both;
}

a.topfeatures
{
   color: black;
   text-decoration: none;
}


/* Book list */
div.book
{
	padding-top:5px;
    clear: left;
    margin-bottom: 5px;
}

/* blog */
div.blogentry{
	padding-top:10px;
	padding-bottom:10px;
}


#addtobasket {
    width:270px;
    float:right;
    border:solid 1px #006699;
    text-align:center;
}
    #addtobasket h2 {
       color:white;
       background-color: #006699;
       padding:5px; margin-bottom: 10px;
    }

img.medbookimage {
    max-width: 300px;
	float:left;
	margin-right:10px;
}