/*
//
// +----------------------------------------------------------------------+
// |zen-cart Open Source E-commerce                                       |
// +----------------------------------------------------------------------+
// | Copyright (c) 2003 The zen-cart developers                           |
// |                                                                      |
// | http://www.zen-cart.com/index.php                                    |
// |                                                                      |
// | Portions Copyright (c) 2003 osCommerce                               |
// +----------------------------------------------------------------------+
// | This source file is subject to version 2.0 of the GPL license,       |
// | that is bundled with this package in the file LICENSE, and is        |
// | available through the world-wide-web at the following url:           |
// | http://www.zen-cart.com/license/2_0.txt.                             |
// | If you did not receive a copy of the zen-cart license and are unable |
// | to obtain it through the world-wide-web, please send a note to       |
// | license@zen-cart.com so we can mail you a copy immediately.          |
// +----------------------------------------------------------------------+
// $Id: stylesheet_lotus.css 2004-10-16 00:10
*/


.plainBox_image {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  background: #000000;
  border:1px solid #000000;
  padding: 0px;
}

TABLE.categoriesdescription {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  background: #666666;
  border:1px solid #000000;
}

TD.categoriesdescription {
  font-size: 11px; 
  color: #ffffff;
  line-height: 1.0;

}

.productListing-heading {
  background-color: #666666;
  font-size: 10px;
  font-weight: bold;
  color: #ffffff;
  padding: 3px;
  height: 20px;
}

TD.productListingdata {
  font-size: 10px;
  padding: 5px;
  color: #000000;
  vertical-align: top;
}

TR.productListing-odd, TR.upcomingProducts-odd {
  background: #cccccc;
}

TR.productListing-even, TR.upcomingProducts-even {
  background: #999999;
}

.productsNotifications {
  background: #000000;
}

TD.productListing-data {
  /*width: 225px; */
  font-size: 10px;
 padding:2px 1px 1px 1px;
  color: #ffffff;
  vertical-align: top;
}

.productListing-data {
  border: 1px solid #999999;
}

.productListing-data-small {
  font-size: 10px;
  color: #ffffff;
}

TD.productListingdata a:link {
color: #000000;
font-weight: bold;
text-decoration: none;
}

TD.productListingdata a:hover {
color: #ffffff;
font-weight: bold;
text-decoration: underline;
}

TD.productListingdata a:visited {
color: #000000;
font-weight: bold;
text-decoration: none;
}

.goldBig{
  color: #000000;
  font-weight: bold;
  font-size: 14px;
  padding: 0px 0px 0px 5px;
  background-color:#666666;
  }

.gold, .gold a:link, .gold a:visited{
  color: #FFCC00;
  text-decoration: none;
  font-weight: bold;
  font-size: 11px;
  line-height:10px;
  }

.gold a:hover{
  color: #FFCC00;
  text-decoration: underline;
  font-weight: bold;
  font-size: 11px;
  }

.green, .green a:link, .green a:visited{
  color: #006600;
  font-weight: bold;
  font-size: 7pt;
  line-height:7pt;
  text-decoration: none;
  }

.green a:hover{
  color: #006600;
  text-decoration: underline;
  font-weight: bold;
  font-size: 7pt;
  }

.white, .white a:link, .white a:visited{
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  font-size: 7pt;
  line-height:7pt;
  }

.white a:hover{
  color: #ffffff;
  text-decoration: underline;
  font-weight: bold;
  font-size: 7pt;
  line-height:7pt;
  }

.grey, .grey a:link, .grey a:visited{
  color: #CCCCCC;
  font-weight: bold;
  font-size: 7pt;
  text-decoration: none;
  }

.grey a:hover{
  color: #CCCCCC;
  text-decoration: underline;
  font-weight: bold;
  font-size: 7pt;
  }

.red, .red a:link, .red a:visited{
  color: #FF0000;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  }

.red a:hover{
  color: #FF0000;
  text-decoration: underline;
  font-size: 11px;
  font-weight: bold;
  }

.yellow, .yellow a:link, .yellow a:visited{
  color: #ffff00;
  text-decoration: none;
  font-size: 11px;
  font-weight: bold;
  }

.yellow a:hover{
  color: #ffff00;
  text-decoration: underline;
  font-size: 11px;
  font-weight: bold;
  }

.orange, .orange a:link, .orange a:visited {
  color: #ff9900;
  text-decoration: none;
  font-size: 7pt;
  font-weight: bold;
}

.orange a:hover {
  color: #ff9900;
  text-decoration: underline;
  font-size: 7pt;
  font-weight: bold;
}

.join{
  color: white;
  font-size: 16px;
  font-weight: bold;
  }

.moduleRow { }
.moduleRowOver { background-color: #999999; cursor: pointer; color: #000000;}
.moduleRowSelected { background-color: #cccccc; color: #000000;}

