html, body {
  height: 100%;
  margin: 0 0 1px;
  padding: 0;
}

#pricePredictor {
  margin: 0 0 20px 10px;
  padding-top: 20px;
  width: 955px;
  font: normal 12px Verdana, Helvetica, sans-serif;
  position: relative;
  }

 
#pricePredictor h1 {
  background-color: #113488  ;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  padding: 3px 6px 4px 6px;
  margin: 0 0 2px 0 ;
  }
  

#menu {
  width: 180px;
  float: left;
  margin: 0 0 10px 0;
  }
  
#menu ul {
  list-style: none;
  margin: 0;
  padding: 0; 
  }

#menu li {
  display: inline;
  }

#menu li a {
  background: url(images/nav-arrow.gif) no-repeat 8px center #426bb3;
  padding: 6px 5px 0 18px;
  *padding: 7px 5px 0 18px;
  margin: 0 0 2px 0;
  color: #fff; 
  display: block;
  text-decoration: none;
  height: 23px;
  *height: 22px;
  font-size: 12px;
  }
  
#menu li a:hover {
  background-color: #819ccc;
  }
      
#menu li a.current {
  background: url(images/nav-arrow-selected.gif) no-repeat 6px center #819ccc;
  }


#ppContainer {
  border: 1px solid #c7c8c8;
  margin-left: 190px;
  background: #eee;
  height: 243px;
  position: relative;
  }  

#yearSlider {
  background-color: #cfd9ec;
  height: 26px;
  position: relative;
  list-style: none;
  margin:  0;
  padding: 0;
  }

#products {  position:relative;
}

#yearSlider li { 
  margin: 0; 
  background: none; 
  padding: 0; 
  }

#yearSlider li, #yearSlider li a { 
  float: left; }

#yearSlider a {
  font-size: 14px;
  font-weight: bold;
  color: #113488;
  text-decoration: underline;
  text-align: center;
  display: block;
  width:151px;
  padding: 4px 0 0 1px;
  position: relative;
  z-index: 10;
  }

#nav_move {
/*   display: none; */
  position: absolute;
  padding: 4px 0 0 0;
  margin: -7px 0 0 0;
  z-index: 1;
  left: 0;
  background: url(images/year-selected.gif) no-repeat;
  }

#yearSlider a:hover { 
  color: #000;
  font-size: 18px;
  padding: 2px 0 0 1px;
  }      

#yearSlider a.cur { 
  color: #000;
  font-size: 18px;
  padding: 2px 0 0 1px;
  text-decoration: none;
  }      

div.category ul.ppContent {
  overflow: hidden; /* cbs */
}

#products {
  overflow: hidden; /* cbs */
}


ul.ppContent  {
  list-style: none;
  height: 174px;
  margin: 30px 0 0 5px;
  padding: 0;
  display: block;
  text-align: center;
}


.ppContent li {
  display: inline-block;
  margin: 0 4px 0 0;
  _margin: 0 6px 0 0;
  background: url(images/item-bg.gif) #113488;
  width: 110px;
  padding: 4px;
  color: #fff;
  -webkit-box-shadow: 1px 2px 5px #888;
  -moz-box-shadow: 1px 2px 5px #888;
  position: relative;
  cursor: move;
  }

.ppContent li {
  *display: inline;
}

.ppContent li .inner {
  background-color: #113488;
  overflow: hidden;
  position: relative;
  height:150px;
  }

.ppContent li .inner .price {
  background: url(images/item-price-bg.gif) no-repeat 0 3px;
  height: 21px;
  margin: 0 0 0 3px;
  position: relative;
  }

.ppContent li .inner .price span {
  position: absolute;
  padding: 0 0 0 0;
  right: -2px;
  *right: 5px;
  top: 4px;
  font: normal 13px 'Courier New', Courier, Geneva, Monaco, monospace;
  letter-spacing: 7px; 
  display: none;
}

#pricePredictor.year-1980 .ppContent li .inner .price span.year-1980,
#pricePredictor.year-1995 .ppContent li .inner .price span.year-1995,
#pricePredictor.year-2010 .ppContent li .inner .price span.year-2010,
#pricePredictor.year-2025 .ppContent li .inner .price span.year-2025,
#pricePredictor.year-2040 .ppContent li .inner .price span.year-2040
{
  display: block;
  zoom: 1;
}


.ppContent li .inner p {
  font-size: 11px;
  text-align: center;
  padding: 0;
  margin: 2px 0 5px 0;
  }

.ppGraph {
  position: absolute;
  bottom: 3px;
  left: 3px;
  cursor: pointer;
  }



.ui-icon {
  width: 68px;
  height: 18px; 
  position: absolute;
  bottom: 7px;
  right: 7px;
  }
  
.ui-icon span {
  display: none;
  }  
  
.ui-icon-trash {
  background: url(images/item-add-bu.gif) no-repeat;
}
 
.ui-draggable {position:relative;} 
    
.ui-icon-refresh {
  background: url(images/item-remove-bu.gif) no-repeat;
}
  
.itemImg {
  position: absolute;
  bottom: 24px;
  right: 0;
  }  
  
#takeTour a {
  position: absolute;
  bottom: 0;
  right: 0; 
  color: #fff;
  padding: 4px 12px 4px 15px; 
  font-size: 11px;
  background: url(images/nav-arrow.gif) no-repeat 8px center #2759a5;

  }
  
  
/* CART BLOCK */

#myCost {
  border: 1px solid #dddee0;
  margin: 10px 0 0 0;
  clear: left;
  }  
  
#myCost #control {
    background: url(images/item-myCost-bg.gif) repeat-x;
    height: 21px;
    padding: 5px 10px 0 10px;
    }  
    
#myCost .toggle {
  color: #4b4b4b;
  font-size: 14px;
  text-decoration: none;
  background: url(images/mycost-toggle-bu.gif) no-repeat left;
  padding: 0 0 0 15px;
  }
      
#myCost .clear {
  color: #666;
  font-size: 14px;
  text-decoration: none;
  padding: 2px 0 0 15px;
  }
      
.toggled p {
  margin: 8px 12px;
  }    
  
.totals {
  text-align: right;
  font-weight: bold;
  color: #333;
  }  
  
  
#myCost #control p {
  display: block;
  text-align: center;
  width: 200px;
  margin: 0 auto;
  font-size: 14px;
    color: #333;
  }  
  
#myCost #control p span {
  font-weight: bold;
  }

#myCost #control .clear {
  float: right;
  font-size: 10px;
  }  
  
#myCost #control .toggle {
  float: left;
  }  
    
#cart {
  position:relative; 
  overflow: hidden ; 
/*   width: 919px; */
  border: 1px solid #bfcae5;
  margin: 10px 10px 0 36px;
  padding: 0 0 20px 0;
  height: 165px;
  background: url(images/cart-bg.gif) repeat-x;
  background-position: 8px 0px;
  }

#cart .ppContent { 
  margin: 0 0 0 0;
  _margin: 13px 0 0 0;
  width:20000em; 
  position:absolute; 
  background: url(images/cart-bg.gif) repeat-x  ;
  background-position: 8px -15px;
  } 

#cart .ppContent li {
  margin: 0 0 0 14px;
  position: relative;
  float:left;
  }

#cartWrap { position: relative;}

.browse { 
  top: 0;
  position: absolute;
  }  

.browse.prev {
  left: 10px;
  _left: -26px;
  }

.browse.next {
  right: 10px;
  }
  
.browse a span {display:none;}
  
.browse a {
  background-color: #e3e7ef;
  width: 25px;
  height: 185px;
  display:block;
  border: 1px solid #bfcae5;
  background-position:center ;
  background-repeat:  no-repeat ;
  }  

.prev a {
  background-image: url(images/cart-left-active.gif);
  background-color: #4c67b1;
  }  
  
.next a {
  background-image: url(images/cart-right-active.gif);
  background-color: #4c67b1;
  }  

.browse a:hover {
  background-color: #849ccc ;
  } 
      
.prev a:hover {
  background-image: url(images/cart-left-hover.gif);
  }  
  
.next a:hover {
  background-image: url(images/cart-right-hover.gif);
  }  

.prev a.disabled {
  background-image: url(images/cart-left.gif);
  background-color: #e3e7ef;
  cursor: default;
  }

.next a.disabled {
  background-image: url(images/cart-right.gif);
  background-color: #e3e7ef;
  cursor: default;
  }

.prev a:hover.disabled {
  background-color: #e3e7ef;
  background-image: url(images/cart-left.gif);
}  

.next a:hover.disabled {
  background-color: #e3e7ef;
  background-image: url(images/cart-right.gif);
}  

 
/* Tooltips */

.mycostTip { 
  display:none; 
  background: url(images/tooltip-bg-lrg.png) no-repeat; 
  font-size:12px; 
  padding: 10px 15px 0 15px; 
  color:#fff; 
  width: 480px; 
  height: 75px;
  text-align: left;
  z-index: 100;
  }
 
.graphTip {
  display:none; 
  background: url(images/tooltip-bg-small.png) no-repeat; 
  font-size:12px; 
  padding: 20px 15px 0 15px; 
  margin: 0;
  color:#fff; 
  width: 160px; 
  height: 50px;
  text-align: left;
  z-index: 2000;
  } 

  
/* Overlays */

.overlay { 
  display:none; 
  z-index:10000; 
  background-color:#fff; 
  border: 2px solid #113488; 
  width:745px;     
  -webkit-box-shadow: 1px 2px 5px #888;
  -moz-box-shadow: 1px 2px 5px #888;
  top: 25px !important;
  left: 197px !important;
  } 
 
.overlay p {
  text-align: left;
  color: #333;
  padding: 0 10px;
  font-size: 11px;
  margin: 3px 0;
} 
 
.overlay p span.note {
  font-size: 10px;
  } 
 
#pricePredictor .overlay h2 {
  text-align: center;
  font-size: 12px;
  font-weight: normal;
  padding: 4px 0  5px 0; 
  background-color:#113488; 
  margin: 0;
  color: #fff;
}

.overlay h2 br { display: none; }

.overlay .close { 
    background: url(images/overlay-x.gif) no-repeat; 
    position:absolute; 
    z-index: 10001;
    right:5px; 
    top:5px; 
    cursor:pointer; 
    height:9px; 
    width:9px; 
}
  
.overlay .left {
  float: left;
  width: 360px;
  background: #dbe2f0;
  margin-right: 10px;
  padding: 0;
  }

.overlay .right p {
  font-size: 11px;
}

.overlay .imgLeft {
  float: left;
  margin: 0 10px 0 0;
  }

.overlay h3 {
  color: #333;
  font-size: 13px;
  margin: 5px 0 5px 0 ;
  }

.overlay .right {
    padding: 5px 10px 10px 0;
    
  }
  
#ppSplash {
  position: absolute;
  left: -1px;
  top: -1px;
  z-index: 11;
  }  
  
  
#ppDebug {
  position:   absolute;
  right:      0;
  top:        0;
  background: #fff;
  border:     5px solid red;
  width:      400px;
  z-index:    900;
  height: 200px;
  overflow: auto;
}


#mod-calculators { 
  margin-top: 0;
  }

#startTour {
  cursor: pointer;
  }

