table {
 
  border:1px solid #BCBEBE;
  width: 520;
  border-collapse:collapse;
  font-family:arial,sans-serif;
  font-size:80%;
}
td,th{
  border:1px solid #BCBEBE;
  border-collapse:collapse;
  padding:5px;
} 
#fn,#dp,#ar{width:58px;}
#fr,#to{width:138px;}
caption{
  background:#ccc;
  font-size:140%;
  border:1px solid #AAA;
  border-bottom:none;
  text-align:left;
}
thead th{
  background:#9cf;
  text-align:left;
}
tbody th{
  font-size:140%;
  text-align:left;
   z-index:3;
  background-image: url(../img/bg/gradient_darkgrey.gif);
  layer-background-image: url(../img/bg/gradient_darkgrey.gif);
  background-repeat:repeat-x;
 
}
tfoot td{
  text-align:right;
  font-weight:bold;
  background:#369;
}
tbody td{
 z-index:3;
  color: #666666;
  background-repeat:repeat-x;
  background-image: url(../img/bg/gradient_lightgrey.gif);
  layer-background-image: url(../img/bg/gradient_lightgrey.gif);
}

tbody tr.odd td{
  background:#ccc;
}
.PRODUCT_PRICE_TABLEVIEW{
	color: #095AAA;
	font-size: 14px;
}

.PRODUCT_PRICE_OLD_TABLEVIEW{
	color: #FE0202;
	text-decoration: line-through;
	font-size: 14px;
}

.SEARCH_HIGHLIGHT{
	font-size: 12px;
	font-weight: bold;
	color:#095AAA;
}
