﻿body
{
    margin: 0px;
    background-color: #fff;
}

div, p, img, h1, h2, h3, h4, h5, ul, li
{
    margin: 0px;
    padding: 0px;
}
div, p, span, input, h1, h2, h3, h4, h5, div.normal
{
    font-family: Tahoma;
    font-size: 9pt;
    font-weight: normal;
}
img
{
    border-width: 0px;
    vertical-align: middle;
}
a
{
    color: #66a3e0;
    text-decoration: none;
}
a:hover
{
    color: #0066cc;
}

#header
{
    margin-bottom: 10px;
    margin: 10px;
    border-bottom: solid 1px #000;
    background-image: url('Images/logo-irdc.gif');
    background-repeat: no-repeat;
    height: 76px;
}

div.separator
{
    clear: both;
    height: 15px;
    font-size: 0px;
}
.arrowOrangeSmall
{
    text-indent: 7px;
}
.diamondGray
{
    text-indent: 12px;
}
.diamondOrange
{
    text-indent: 12px;
}
.diamondBlue
{
    text-indent: 12px;
}
.diamondBlueShadow
{
    text-indent: 12px;
}
.diamondOrangeSmall
{
    text-indent: 8px;
}


/* Book: Begin */
div.bookTitle
{
    text-align: center;
    width: 195px;
    margin-bottom: 15px;
}
div.bookTitle img
{
    border: solid 1px #888;
    padding: 2px;
}

h2.bookTitle
{
    color: #000;
    font-size: 13pt;
    font-family: Times New Roman;
    font-weight: bolder;
    line-height: 120%;
}



img.bookCoverImage
{
    border: solid 1px #d9d9d9;
}

div.bookDescription
{   
    padding-top: 20px;
    line-height: 150%;
    color: #000;
}
div.bookMedias p
{
    text-align: center;
    margin-bottom: 10px;
    color: #000;
}

div.bookMedias img
{
}
/* Book: End */
