/* Price Schedule */

.Schedule thead th { font-family:Arial; font-size:1.4em; }
.Schedule thead .Price { text-align:center; }
.Schedule thead .Price a { padding:2px 4px 3px 4px; background-color:#ffffff; border:#000000 solid 1px; color:#000000; text-decoration:none; }
.Schedule thead .Price a:hover { background-color:#ffffff; }
.Schedule thead .Price .L  { float:left; }
.Schedule thead .Price a.LM { float:left; }
.Schedule thead .Price .R  { float:right; }
.Schedule thead .Price .RM { float:right; }
.Schedule .Stopped th,.Schedule .Stopped td,.Schedule .Stopped a { color:#888888; }
.Schedule .FR { background-color:#f6f6f6; border-right:#cccccc solid 1px; text-align:center; }
.Schedule .DOW td { background-color:#ED474D; }

.Schedule .Supplier td { font-style:italic; width:auto;}
.Schedule .Product th { padding-left:2em; }

.Schedule tbody th { border-right:0; }
/*
.Schedule .Btns  { width:90px; }
.Schedule .Btns a { width:90px; }
*/

.Schedule dl dt {width: 2em;}
.Schedule dl dd {margin-left:Auto;}

.Product .FR { font-weight:bold; color:#ff0000; }


.Schedule .expired th,.Schedule .expired td,.Schedule .expired a { color:#888888; }

.Schedule .Unavailable   { text-align:center; }
.Schedule .Sold          { font-weight:bold; text-align:center;}
/* .D .Product .Sold { font-weight:bold; text-align:left;} */
.Schedule .Discounted       { font-weight:bold; } /* color:#ED1921; */
.Schedule .D .Prices .Head .operatod  { padding-left:10px; }

#page-numbers-wrap {
  background-color:#eee;
  width:100%;
  height:24px;
}

#page-numbers-wrap span {
  font-size:0.69em;
  padding:3px 0 0 5px;
}

#content ul#pages {  
  margin:0;  
  padding:3px 5px 0 0;
  text-align:right;  
}
#content ul#pages li {
  display:inline;
  margin:0;
  padding:0;  
}
#content #pages li a {
  padding:3px 4px 4px 4px;
  text-decoration:none;
}
#content #pages li a:hover {
  text-decoration:underline;
}
#content #pages li a.loading {
  background:transparent url('../images/a-loading.gif') no-repeat top center;
}
