@charset "UTF-8";

/* Zeeis Products Specific CSS
 * Copyright(c) 2009 Zeeis.
 * Originally designed in March 2009.
 * $Date: 2009-06-10 00:25:43 +0000 (Wed, 10 Jun 2009) $ 
 * $Author: ts $
 * $Rev: 236 $
*/

/* CSS Document */

.product_table{
	border: 0;
}

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

}

.product_links 
{
	list-style: url(http://img.zeeis.cn/widgets/dots/caret_double.gif);	
}

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

#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: 10px 0px 10px 10px !important; /* fix ie */
	padding: 0px 0px 0px 10px;
	vertical-align:top;
}



.product_name
{

	font-weight:bold;

}
