﻿.DeliveryDetails div.main
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5em;
    height: 100%;
}

.DeliveryDetails .closeDeliveryDetails
{
    background-image: url("/Images/close-cross.png");
    background-repeat: no-repeat;
    width: 9px;
    height: 10px;
    border: none;
    display: inline-block;
    float: right;
    cursor: pointer;
}

.DeliveryDetails span.availability
{
    font-size: 13px;
    font-weight: normal;
    color: #AF3D6F;
    margin-left: 16px;
}

.DeliveryDetails span.info
{
    font-weight: bold;
    color: #AF3D6F;
}

.DeliveryDetails div.line
{
    height: 47px; 
    border-bottom: solid 1px #E5E4D8; 
    margin-bottom: 8px;
    width:540px
}

.DeliveryDetails div.left
{
    width: 85%;
    float: left;
}

.DeliveryDetails div.clear
{
    clear: both;
}

.DeliveryDetails span.puce
{
    background: url("/Images/roseBullet.png") no-repeat;
    border: none;
    height: 8px;
    width: 8px;
    float: left;
    margin: 5px 7px 0 0;
}

.DeliveryDetails div.right
{
    width: 15%;
    float: left;
    text-align: right;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}

.DeliveryDetails div.price {
    display: block;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #a82c64;
    color: white;
    padding: 4px;
    width: 100%;
    text-align: center;
    font-weight: bold;
}
