﻿#Module a:link {color:#000000; text-decoration: underline;}
#Module a:visited {color:#000000; text-decoration: underline;}

#Module
{
    width:864px;
    height:1230px;
    left:0; right:0;
    margin: auto;
    margin-top:25px;
    margin-bottom:25px; 
    font-family:Verdana; 
}

#Module_Information
{
    width:100%;
    height:100%;
    border:1px solid black;
	box-shadow:0px 0px 4px #000;   
}

#Module_InformationHeadline
{
    width:849px;
    height:38px;
    position:relative;top:15px;
    border-top:1px solid black;
    border-bottom:1px solid black;
    padding-left:15px;
    background-color:#1A4D81;
    color:White;
    font-size:28px;
    font-weight:bold; 
}

#Module_InformationUpperDescription
{
    width:834px;
    height:115px;
    margin-top:30px;
    position:relative;left:15px;
    border-bottom:1px dotted #1A4D81;
    font-size:12px; 
}

#Module_InformationDetails
{
    width:834px;
    height:970px;
    position:relative;left:15px;
    border-bottom:1px dotted #1A4D81;
}

    .Module_InformationDetailTitle
    {
        width:86%;
        height:25px;
        position:relative;left:25px;
        padding-top:30px;
        font-size:12px;
        font-weight:bold;    
    }
    
    .Module_InformationDetailText
    {
        width:783px;
        height:75px;
        position:relative;left:25px;
        font-size:12px;
    }
    
    .Module_InformationDetailHead
    {
        width:779px;
        height:20px;
        position:relative;left:25px;
        background-color:#1A4D81;
        border-top:1px solid black;
        border-bottom:1px solid black;
        padding-left:5px;
        font-size:14px;
        font-weight:bold;
        color:#FFFFFF;
    }
    
        .Module_InformationDetailHeadContent
        {
            width:620px;
            float:left;
        }
    
        .Module_InformationDetailHeadSpecific
        {
            width:84px;
            height:20px;
            position:absolute;left:700px;
            text-align:center;
        }
            
    .Module_InformationDetailRow
    {
        width:779px;
        height:20px;
        margin-top:3px;
        padding-left:5px;
        position:relative;left:25px;
        border-bottom:1px dotted black;
        font-size:12px;
    }
    
        .Module_InformationDetailRowContent
        {
            width:620px;
            float:left;
            font-weight:bold;
        }
        
        .Module_InformationDetailSubRowContent
        {
            width:570px;
            margin-left:50px;
            float:left;
        }
    
        .Module_InformationDetailRowYes
        {
            width:40px;
            height:17px;
            position:absolute;left:724px;
            text-align:center;
            background-image: url("../images/yes.png");
            background-repeat:no-repeat;
            background-position:center;
        }
        
        .Module_InformationDetailRowNo
        {
            width:40px;
            height:17px;
            position:absolute;left:724px;
            text-align:center;
            background-image: url("../images/no.png");
            background-repeat:no-repeat;
            background-position:center;
        }
    
        .Module_InformationDetailRowPrice
        {
            width:100px;
            position:absolute;left:695px;
            text-align:center;
        }
        
#Module_InformationDetailPrice
{
    width:783px;
    height:45px;
    margin-top:15px;
    position:relative;left:25px;
    
}
        
    .Module_InformationDetailPriceTag
    {
        width:150px;
        height:25px;
        position:absolute;left:633px;
        background-color:#1A4D81;
        border-top:1px solid black;
        border-bottom:1px solid black;
        color:#FFFFFF;
        text-align:center;
        font-size:18px;
        font-weight:bold;  
    }

    .Module_InformationDetailPriceOrdering
    {
        width:150px;
        height:20px;
        position:absolute;top:28px;left:633px;
        text-align:center;
        font-size:14px;
    }
             
.Module_InformationDetailBlank50
{
    width:783px;
    height:50px;
    position:relative;left:25px;
}

#Module_InformationLowerDescription
{
    width:834px;
    height:50px;
    margin-top:20px;
    position:relative;left:15px;
    font-size:11px; 
    text-align:center;
    color:Gray;   
}