.litTable tbody tr td
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	cursor:hand;
	cursor:pointer;
}

.litTable tbody tr:nth-child(odd) td
{
	background-color:#CCCCCC;
}

/** Need to do this in combination with javascript for IE support **/
.litTable tbody tr.odd td
{
	background-color:#CCCCCC;
}

.litTable tbody tr:hover td
{
	background-color:#FF9900;
}

.litTable p
{
	margin:0;
	padding:0;
	font-family:inherit;
	font-size:inherit;
}

.lit_lib-list
{
}

.product-lit-list ul
{
	list-style:none;
	margin:0;
	padding:0;
}

.product-lit-list ul li
{
	margin-bottom:5px;
}

.product-lit-list ul li a
{
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	display:block;
}

.product-lit-list ul li a:hover
{
	background-color:#FF6600;
}

.product-lit-list p, .productLit p, .productLit
{
	padding:0 !important;
	margin:0 !important;
	display:inline;
}

/******** Button Class **********/
.gbutton
{
	cursor:hand;
	cursor:pointer;
	border:outset 1px #ccc;
	background:#999;
	color:#666;
	font-weight:bold;
	padding: 1px 2px;
	background:url(/_common/images/button-bg.gif) repeat-x left top;
}
/************************************************************/
