﻿table.clsGridInfoEmpty,
table.clsGridInfo 
{
	width: 100%;
}

table.clsGridInfoEmpty td, table.clsGridInfoEmpty th,
table.clsGridInfo td,table.clsGridInfo th 
{
	text-align: center;
	border-right: solid 1px #fff;
	border-bottom: solid 1px #fff;
}

table.clsGridInfoEmpty th,
table.clsGridInfo th 
{
	padding-top: 5px;
	padding-bottom: 5px;
	color: #666;
}

table.clsGridInfoEmpty td,
table.clsGridInfo td
{
	height: 40px;
}
tr.clsHeaderRow 
{
	background: url(images/bg_grid_header.gif) repeat-x;
}
tr.clsInfoGridItem 
{
	background-color: #fff;
}

tr.clsInfoGridItemAlt
{
	background-color: #dedede;
}

tr.clsInfoGridItem td.clsButtonItem
{
	background-color: #e5e5e5;
}

tr.clsInfoGridItemAlt td.clsButtonItem
{
	padding-left: 15px;
	padding-right: 15px;
	background-color: #d9d9d9;
}
.clsGridInfo td a,
.clsGridInfo td a:active,
.clsGridInfo td a:visited,
.clsGridInfo td a:hover
{
	color: #0000cd;
}
span.emptyerror 
{
	color: #f00;
}

span.lowerPrice 
{
	font-weight: bold;
	color: #f00;
}