﻿.dig_admin
{
	background-color:#e0e0e0;
	text-align:center;
	padding:5px 5px 5px 5px;
}
.dig_admin td
{
	text-align:center;
	width:25%;
}

.dig_order
{
	width:500px;	
}

.dig_order ul
{
	padding-right:5px;
	padding-bottom:2px;
}
.dig_order li
{
	list-style: none;  
	border-bottom: solid 1px #aaa;
	margin-left: -20px;
}
.dig_saving
{
	background-color: #f0e68c;
	text-align: center;
	font-size: large;
	color: #4d3600;
}
.dig_saved
{
	background-color: #ccff66;
	font-size: large;
	color: #336633;
	width: 100%;
	padding: 5px;
}
 .UpdatingProgress { display: none; padding: 5px; background-color: orange; position: absolute; left: 0px; top: 0px; border-left: #ffc100 3px solid; border-right: #ff7b00 3px solid; border-top: #ffc100 3px solid; border-bottom: #ff7b00 3px solid; }