﻿#Basic a:link {color:#000000; text-decoration: underline;}
#Basic a:visited {color:#000000; text-decoration: underline;}

#Basic 
{
    width:864px;
    height:1210px;
    left:0; right:0;
    margin: auto;
    margin-top:25px;
    margin-bottom:25px; 
    font-family:Verdana; 
}

#Basic_Information
{
    width:100%;
    height:100%;
    border:1px solid black;
	box-shadow:0px 0px 4px #000;   
}

#Basic_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;  
}

#Basic_InformationUpperDescription
{
    width:834px;
    height:115px;
    margin-top:30px;
    position:relative;left:15px;
    border-bottom:1px dotted #1A4D81;
    font-size:12px; 
}

#Basic_InformationDetails
{
    width:834px;
    height:950px;
    position:relative;left:15px;
    border-bottom:1px dotted #1A4D81;
}

    #Basic_InformationDetailTitle
    {
        width:86%;
        height:25px;
        position:relative;left:25px;
        padding-top:18px;
        font-size:12px;
        font-weight:bold;    
    }
    
    #Basic_InformationDetailText
    {
        width:783px;
        height:68px;
        position:relative;left:25px;
        font-size:12px;
    }
    
    #Basic_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;
    }
    
        #Basic_InformationDetailHeadContent
        {
            width:520px;
            float:left;
        }
        
        #Basic_InformationDetailHeadIncluded
        {
            width:50px;
            position:absolute;left:640px;
            text-align:center;
        }
    
        #Basic_InformationDetailHeadPrice
        {
            width:84px;
            height:20px;
            position:absolute;left:700px;
            text-align:center;
        }
        
    .Basic_InformationDetailRow
    {
        width:779px;
        height:20px;
        margin-top:3px;
        padding-left:5px;
        position:relative;left:25px;
        border-bottom:1px dotted black;
        font-size:12px;
    }
    
        .Basic_InformationDetailRowContent
        {
            width:100%;
            float:left;
        }
        
        .Basic_InformationDetailSubRowContent
        {
            width:520px;
            margin-left:50px;
            float:left;
        }
    
        .Basic_InformationDetailRowYes
        {
            width:40px;
            height:17px;
            position:absolute;left:645px;
            text-align:center;
            background-image: url("../images/yes.png");
            background-repeat:no-repeat;
            background-position:center;
        }
        
        .Basic_InformationDetailRowNo
        {
            width:40px;
            height:17px;
            position:absolute;left:645px;
            text-align:center;
            background-image: url("../images/no.png");
            background-repeat:no-repeat;
            background-position:center;
        }
    
        .Basic_InformationDetailRowPrice
        {
            width:100px;
            position:absolute;left:695px;
            text-align:center;
        }

#Basic_InformationDetailPrice
{
    width:783px;
    height:45px;
    margin-top:15px;
    position:relative;left:25px;
    
}
    .Basic_InformationDetailPricePrMonth
    {
        width:150px;
        height:20px;
        position:relative;left:633px;
        text-align:center;
        font-size:12px;  
    }
        
    .Basic_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;  
    }

    .Basic_InformationDetailPriceOrdering
    {
        width:150px;
        height:20px;
        position:absolute;top:50px;left:633px;
        text-align:center;
        font-size:14px;
    }
    
#Basic_InformationLowerDescription
{
    width:834px;
    height:50px;
    margin-top:20px;
    position:relative;left:15px;
    font-size:11px; 
    text-align:center;
    color:Gray;   
}