﻿/* table level rules */
.grid
{
	font-family: tahoma;
	font-size: 11px;
	border: solid 1px #add8e6;
	border-bottom-width: 1px;
	border-collapse: collapse;
	border-spacing: 0px;
	color: #333333;
	width: 100%;
}
.grid table { table-layout: fixed; }
.grid .ItemInfoCell td
{
	padding: 0px 0px 0px 0px;
	border: solid 0px #add8e6;
}
.grid .ItemInfoCell .ItemInfoCell_SKU
{
}
.grid .ItemInfoCell .ItemInfoCell_Name
{
	color: Black;
	font-size: 11px;
}
.grid .ItemInfoCell .ItemInfoCell_Floor
{
}
.grid .ItemInfoCell .ItemInfoCell_FloorOn
{
	color: Red;
}
.grid .ItemInfoCell .ItemInfoCell_Ceiling
{
	color: Black;
}
.grid .ItemInfoCell .ItemInfoCell_CeilingOn
{
	color: Red;
}
.grid .ItemInfoCell .ItemInfoCell_Map
{
	color: Black;
}
.gridNested
{
	font-family: tahoma;
	font-size: 11px;
	color: #333333;
	border: solid 1px #add8e6;
	width: 98%;
}
.gridNested th
{
	background-color: #F5F5FA;
	border: solid 1px #add8e6;
	border-style: solid solid solid solid;
	border-width: 1px 1px 1px 1px;
	color: #00f;
	padding: 4px 5px 4px 5px;
	vertical-align: middle;
	text-align: left;
	font-weight: normal;
}

.grid .HeaderMid
{
	text-align: center;
}

/* header column rules */
.grid th_old
{
	background: url(../img/sprite.png) repeat-x 0px 0px;
	border: solid 1px #add8e6; /*border-color: #989898 #cbcbcb #989898 #989898;*/
	border-style: solid solid solid none;
	border-width: 1px 1px 1px 1px;
	color: #000;
	padding: 4px 5px 4px 10px;
	vertical-align: bottom;
	text-align: left;
}
.grid th, .gridSellerColumns
{
	color: #0000ff;
	background-color: #fffff0;
	border: solid 1px #add8e6;
	border-style: solid solid solid solid;
	border-width: 1px 1px 1px 1px;
	padding: 4px 5px 4px 5px;
	vertical-align: top;
	text-align: left;
	word-wrap: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.grid .gridSellerColumns
{
	color: #00ff00;
}
.grid th a
{
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding-right: 10px;
}
/* data cell and data row rules */
.grid td
{
	color: #333333;
	padding: 1px 4px 2px 4px;
	border: solid 1px #add8e6;
	border-top: solid 0px #add8e6;
	vertical-align: top;
	word-wrap: break-word;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.gridNested td
{
	color: #333333;
	border: solid 1px #add8e6; /* border-top: none 0px;*/
}
.gridNested .SameSellerTotal
{
	background-color: #99FF66;
}

.grid .altrow
{
	/*background-color: #EBF4FA;*/
	background-color: #F5F5F5;
}

.grid .row
{
	background-color: #fff;
}

.grid .rownum
{
	width: 15px;
	text-align: center;
	padding-left: 0px;
	font-weight: bold;
	color: #333333;
}

/* group header */

.grid .group span
{
	padding: 10px 0px 2px 0px;
	color: #666666;
	text-align: left;
	font-size: 13px;
	font-weight: bold;
	cursor: pointer;
}
.grid .group img
{
	cursor: pointer;
}
.grid .gridToolbar td
{
	border: none 0px;
}

.grid .ItemNewPrice
{
	text-align: center;
	font-size: 10px;
}
.grid .ItemNewPrice_Price
{
}
.grid .ItemNewPrice_Shipping
{
}
.grid .ItemNewPrice_Total
{
	font-weight: bold;
}
.grid .ItemNewPrice_Time
{
	font-size: 9px;
}
.grid .ArbitrationPositive
{
	color: #0000ff;
	background-image: url(../img/icon_add2cart.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.grid .ArbitrationNegative
{
	color: #00ff00;
}
.grid .RepricePriceUP
{
	background-image: url(../img/SmallUpArrow.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.grid .RepricePriceDN
{
	background-image: url(../img/SmallDownArrow.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}
/* other results */
#divResultsStatus
{
	color: Green;
	font-family: tahoma;
	font-size: 11px;
}
#divLogStatus textarea
{
	color: Black;
	font-family: Lucida Console;
	font-size: 10px;
}