/* CSS Document */

h1{
    color:#5a6e99;

    font-size:20px;
    margin:0;
    padding:0;
    /*padding-left:10px;*/
    padding-bottom:20px;
    font-weight:normal;
}
h2 {
    color               : #5a6e99;
    font-size           : 16px;
    margin              : 0;
    padding             : 0;
    padding-bottom      : 20px;
    padding-bottom      : 8px;
    font-weight         : bold;
}
h4{
    color:#5a6e99;
    border-bottom:1px solid #5a6e99;
    background:#caeafc;

    font-size:12px;
    margin:0;
    padding:0;
    padding-bottom:4px;
    padding-top:12px;
    padding-left:5px;
    font-weight:bold;
}

/*----------------------------------------- Left Navigation ------------------------*/

#nav_left{
    list-style-type:none;
    margin: 0;
    padding: 0;
    border: 0;
    background:#ffffff;
}

#nav_left li{
    margin: 0;
    padding: 2px 2px 2px 2px;
    border: 0;
    background:#ffffff;
}

#nav_left li img{
    display:inline;
    border: 0;
    margin-right:5px;
}

#nav_left li a{
    color:#5a6e99;
    text-decoration: none;
}

#nav_left .open{
    border-bottom:1px dashed #5a6e99;
    background:#ffffff url(img/biopharm/navBG.png) repeat-y;

    min-height:19px;
}

#nav_left .select{
    border-bottom:1px dashed #5a6e99;
    background:#ffffff url(img/biopharm/navBG.png) repeat-y;

    min-height:19px;
}

#nav_left .nothing{
    border-bottom:1px dashed #5a6e99;

    min-height:19px;
    background:#ffffff;
}

/*----------------------------------------- Left Navigation ------------------------*/

#content{
    background					: url(img/biopharm/contentBG.png) left top repeat-x;
    /*position					: relative;*/
    display						: block;
    width						: 360px;
    float						: left;
    margin-left					: 20px;

    padding:20px 10px 20px 10px;
}

*html div#content {
    background					: url(img/biopharm/contentBG.gif) left top repeat-x;
    /*background-image			: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/indus/style/img/biopharm/contentBG.png', sizingMethod='scale');*/
}

#chapter A,
#chapter A:hover,
#chapter A:active,
#chapter A:visited
{
    color:#5a6e99;
    background:none;
    display:block;
    margin:3px 0 0 0;
}

#productName
{
    color:#5a6e99;
    font-size:14px;
    font-weight:normal;
}

/*----------------------------------------- icones Police ------------------------*/

#policeDiminuerNon  {
    background 			: url(img/polices_diminuer_blue_non.gif) left top no-repeat;
}
#policeAugmenterNon a {
    background			: url(img/polices_augmenter_blue.gif) left top no-repeat;
}
#policeDiminuerNon a {
    background 			: url(img/polices_diminuer_blue.gif) left top no-repeat;
}
#policeAugmenterNon  {
    background			: url(img/polices_augmenter_blue_non.gif) left top no-repeat;
}
