﻿div.calendarWidget
{
    margin-left:15px;
    width: 168px;
    height: 186px;
    background: url('/Images/calendar.png') no-repeat center;
    position: relative;
    cursor: pointer;
}
div.calendarWidget > div
{
    position: absolute;
    top: 93px;
    left: 84px;
    margin: -45px 0 0 -63px;
    height: 80px;
    width: 120px;
    text-align: center;
    font-size: 10px;
}
div.cwDate
{
    margin: -2px 0 0 0;
    font-weight: bold;
    font-size: 22px;
    line-height: 22px;
    color: #0162ae;
}
div.cwDate b
{
    line-height: 35px;
    font-size: 48px;
    color: #0162ae;
}
a.cwGuarantee
{
    font-size: 12px;
    color: Red;
    line-height: 9px;
    text-decoration: none;
}
div.cwContainer
{
    float: left;
    clear: both;
    text-align: center;
    width: 100%;
}
a.cwSmall 
{
    font-size:10px;
}