/*
//
// +----------------------------------------------------------------------+
// |zen-cart Open Source E-commerce                                       |
// +----------------------------------------------------------------------+
// | Copyright (c) 2003 Batteriesinaflash.com                             |
// | Author: Avel Ureno-Henningsen                                        |
// | 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.css,v 1.6.2.19 2004/07/14 04:55:38 toolcrazy Avel $
*/

.table-Description {
	text-align: center;
	font-size: 8pt;
	font-family: Tahoma;
	width: 100%;	
	padding: 0;
	border-color: #111111;
	border-collapse: collapse;
	}

.gryCell {
	background-color: #cccccc;
	width: 50%;
	border-color: #ffffff;
	border-width: 1px;
	border-style: solid;
	}

.whtCell {
	background-color: #ffffff;
	width: 50%;
	border-color: #ffffff;
	border-width: 1px;
	border-style: solid;
	}
	
.hearing-aid {
	font-family: "Tahoma";
	font-size: 8pt;
	table-width: 100%;}
	
.left-col {
	background-color: #cccccc;
	font-family: "Tahoma";
	font-size: 8pt;
	width: 15%;
	text-align: left;}
	
.xref {
	font-family: "Tahoma";
	font-size: 8pt;
        align: center;
	width: 17%;
        border-color: #000000;
	border-width: 1px;
	border-style: solid;}

.xreftop {
        background-color: #cccccc;
	font-family: "Tahoma";
	font-size: 8pt;
        align: center;
	width: 17%;}
