.divDate
{
    position: absolute;
    border: 1px blue none;
    width: 25px;
}

.divWeek
{
    position: absolute;
}

.divMonth
{
    position: absolute; 
    border: 1px blue solid; 
    text-align: center; 
}

#dateAndPrice
{
    width: auto;
    height: 1px;
}

.dateChoice
{
    margin:0 1% 1% 0;
    float:left;
    clear:none;
    width: 32%;
    height:auto;
}

.dateChoiceWide
{
    margin:0 1% 1% 0;
    float:left;
    clear:none;
    width: 60%;
    height:auto;
}

.seasonDivImage
{
    margin:0 1% 1% 0;
    float:left;
    width: 25px;
    height: 25px;
}

.seasonChoiceLegend
{
    margin:0 1% 1% 0;
    float:left;
}

.dateChoiceFull
{
    margin:0 1% 1% 0;
    float:left;
    clear:none;
    width: 100%;
    height:auto;
}
