﻿ 
/*======================= Styles specific to BuildOrder page ================ */
 
/* ===================== Services Sections =============================== */
 
/* Section containing a set of free entitlements */
.FreeEntitlements
{
    width: 800px;
margin: 0 0 10px 0;

}

/* Section containing a single entitlement */
.FreeEntitlement
{
    padding-top: 1em;
    margin-bottom: 10px; 
/*    border: solid 1px White; */
    width: 230px; 
    float: left; 
    clear: none;
}

/* Description of a free entitlement */
.FreeProductDescription
{
    float: left; 
    text-align: left;
    padding-top: 2px; 
}

/* Accept button associated with a free entitlement */
.FreeProductAcceptButton
{   
    float: left;
}

.SectionFooter
{
    width: 100%;
    /*border: solid 1px Green; */
    padding-top: 10px;
    padding-bottom: 10px;
}

.CalloutControl
{
    background-color: White;
    color: Black;
    width: 200px;
    font-family: Helvetica, Arial, Sans-Serif;
    font-size: 12px;
}

.AccordionSection
{
    width: 500px;
    float: left;
    clear: both;
    margin-bottom: 20px;
}



/* ================================ Payment Periods Section =============== */

.PaymentPeriods
{
    width: 100%;
    margin: 0px 20px 20px 20px;
    color: White;
}

