@charset "utf-8";

.reshopdesc1 { font-weight: bold; }
.reshopdesc2 { font-size: 8px; }

.reshopcart {
   /* DO NOT EDIT NEXT THREE LINES */
   display: none;
   overflow: auto; 
   position: fixed;

   /* DO NOT EDIT NEXT TWO LINES (except the +50 to move top-position) */
   _position: absolute;  /* MS crap: IE5+,IE6 can't do 'fixed' */
   _top:expression(eval(document.body.scrollTop)+50);  /* MS crap: IE5+,IE6 hack */

   background: #cccccc; 
   z-index: 50;
   top: 20px;
   left: 20px; 
   width: 812px;
   height: 482px;
   border: 1px solid;
   font-size: 10px;
   color: #000000;
}

.reshopcart td {
   font-size: 10px;
   vertical-align: top;
   color: #000000;
}

.reshopaddress {
   font-size: 10px;
}

.reshopcreditcard {
}

.reshopcarttitle {
   font-size: 20px;
   font-weight: bold
}

.reshopcarttitle2 {
   font-size: 16px;
   font-weight: bold
}

#reshopicon { text-align: right; font-size: 10px;}

.reshopeditablera {
   text-align: right; 
   background: #ffc040;
   color: #0000a0;
   border: 1px solid #000080;
   background: url(imgs/field.png);
   padding: 2px
}

.reshopeditablela {
   text-align: left; 
   background: #ffc040;
   color: #0000a0;
   border: 1px solid #000080;
   background: url(imgs/field.png);
   padding: 2px
}

/* table created when listProducts(id1,id2,..) or listAllProducts()
 *    is called.
 */
.reshoptable {
   border-spacing: 5px;
	color: #000000;
}      

/* td style used within list*Product(s) is called, and when an item
 *    is already in the cart, e.g. make background different to indicate this
 *    fact.
 */
.reshopincart {
}
