﻿
.cms-store-cart-notes {

}

.cms-store-cart-notes div {
   position: relative;
   z-index: 1;
}

.cms-store-cart-notes a {
   background: url(/SiteData/images/note.png) no-repeat 0 0.3em;
   padding: 3px 0 3px 18px;
}

.cms-cartitem-note-hover {
   position: absolute;
   left: -9999px;
   top: 1.5em;
   width: 200px;
   border: 2px solid #0055A5;
   max-height: 300px;
   color: #000;
   background: #D1E0EF;
   padding: 1em;
   overflow: auto;
   z-index: 1000;
}
 
.cms-store-cart-notes div:hover,
.cms-store-cart-notes div.hover {
   z-index: 100;
}

.cms-store-cart-notes div:hover .cms-cartitem-note-hover,
.cms-store-cart-notes div.hover .cms-cartitem-note-hover {
   left: 0;
}

.cms-purchase-order-report th
{
    text-align:center;
}

.cms-purchase-order-report-date-year
{
    text-align:right;
}

.cms-purchase-order-report-date-month
{
    text-align:left;
}

.cms-purchase-order-report-date-day
{
    text-align:right;
}

.cms-purchase-order-report-currency
{
    text-align:right;
}

.cms-purchase-order-report-summary label
{
    font-weight:bold;
}

