@charset "UTF-8";

/* Zeeis Products Specific CSS
 * Copyright(c) 2009 Zeeis.
 * Originally designed in March 2009.
 * $Id: index.css 230 2009-06-08 20:47:21Z ts $ 
 * $Author: ts $
 * $Rev: 230 $
*/

/* CSS Document */

.product_table{
	border: 0;
}

.product_text
{
	width: 70%;
	vertical-align: top;

}

.product_links 
{
	list-style: url(http://img.zeeis.com/widgets/dots/caret_double.gif);	
	margin-top:0;
	margin-bottom:0;
}

.product_links li
{
	margin-top: 10px;
}

#products_table {
	border-right: 0px;
	width: 100%;
	border-top: 0px;
	
}

#products_table th{
	border: 0px;
	width:135px;
	text-align: center;
	padding: 10px 0 0 0;

}

#products_table td{
	border: 0px;
	text-align: left;
	padding: 0px 0px 0px 10px;
	margin: 0;
	vertical-align:top;
}



.product_name
{

	font-weight:bold;

}
