	table {
	font: normal Verdana, Arial, Helvetica, sans-serif;
	border-collapse: separate;
	border-spacing: 0;
	margin: 10px 0 0 0;
	color: #333;
	}
	table a	
	{
		color: #FFFCCA;
		text-decoration: none;
		border-width: 0 0 1px 0;
		border-style: none none solid none;
	}
tbody tr.row1 th,
tbody tr.row1 td 	{
/* border-color: #deded8; */
/*background: #fff;*/}


tbody tr.row1-soldout th,
tbody tr.row1-soldout td {
	text-decoration: line-through;
	color: #C6C6C6;
/* ADDED BY JCORPUZ 20070402 */
	display: none;
}

tbody tr.row1-soldout th span,
tbody tr.row1-soldout td span
{
	color: #F11710;
	font-size: 12px;
	font-weight: bold;
		text-decoration: none;
}


tbody tr.row1-soldout th a,
tbody tr.row1-soldout td a
{
	text-decoration: line-through;
	border: none;
	color: #C6C6C6;
}



tbody tr.row0 th,
tbody tr.row0 td 
{border-color: #deded8; background: #f9f9fb;}

tbody tr.row0-soldout th,
tbody tr.row0-soldout td {
border-color: #deded8;
background: #f9f9fb; 
text-decoration: line-through;
/* ADDED BY JCORPUZ 20070402 */
	display: none;
}



table a:hover {
	border-bottom-style:solid;
	}
thead th, thead td
{
	border-width: 1px 0 1px 0;
	background-color: #FFC;
	border-color: #FC3;
	border-style: solid;
}
th {
	line-height: normal;
	padding: 0.25em 0.5em;
	text-align:left;
	}
tbody th, td {
	padding:0.5em 0.5em;
	text-align:left;
	vertical-align:top;
	}
tbody th {
	font-weight: normal;
	}
tbody th a:link, tbody th a:visited {
	font-weight:bold;
	}
	
tbody td, tbody th {
	border: 1px solid #fff;
	border-width: 1px 0;
	}
	
tbody tr:hover td, tbody tr:hover th {
	background: #ffffee;
	border-color: #deded8;
	}

caption {
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:left;
	margin: 0;
	padding: 10px 0 2px 0;
	}