table.search-panel-table {
	
	background-color:#ededed;
	
	border-style:solid;
	border-color:#999999;
	border-top-width:2px;
	border-bottom-width:2px;
	border-left-width:2px;
	border-right-width:2px;
	
}


table.result-table {
	margin-top:20px;
	
	background-color:#ededed;
	
	border-style:solid;
	border-color:#999999;
	border-top-width:2px;
	border-bottom-width:1px;
	border-left-width:2px;
	border-right-width:1px;	
}

td.result-head-cell {
	background-color:#cccccc;
	
	border-style:solid;
	border-color:#999999;
	border-top-width:0px;
	border-bottom-width:1px;
	border-left-width:0px;
	border-right-width:1px;	
}


td.result-cell {
	background-color:#ffffff;
	
	border-style:solid;
	border-color:#999999;
	border-top-width:0px;
	border-bottom-width:1px;
	border-left-width:0px;
	border-right-width:1px;	
}


td.result-label-cell {
	
	border-style:solid;
	border-color:#999999;
	border-top-width:0px;
	border-bottom-width:1px;
	border-left-width:0px;
	border-right-width:1px;	
}


table.item-table {
	
	background-color:#ededed;
	
	border-style:solid;
	border-color:#999999;
	border-top-width:1px;
	border-bottom-width:0px;
	border-left-width:1px;
	border-right-width:1px;
	
}

td.item-head-cell {
	
	border-style:solid;
	border-color:#999999;
	border-top-width:0px;
	border-bottom-width:0px;
	border-left-width:0px;
	border-right-width:0px;	
}

td.item-info-cell {
	background-color:#ffffff;
	border-style:solid;
	border-color:#999999;
	border-top-width:0px;
	border-bottom-width:1px;
	border-left-width:0px;
	border-right-width:0px;	
}

td.item-price-cell {
	
	background-color:#ffffff;
	border-style:solid;
	border-color:#999999;
	border-top-width:0px;
	border-bottom-width:1px;
	border-left-width:0px;
	border-right-width:0px;	
}

td.description-cell {
	
	background-color:#ffffff;
	border-style:solid;
	border-color:#999999;
	border-top-width:0px;
	border-bottom-width:1px;
	border-left-width:0px;
	border-right-width:0px;	
}

