﻿.ProductGridCell
{
	width: 55px;
	height: 55px;
	padding-right: 1px;
	padding-left: 1px;
	padding-bottom: 1px;
	padding-top: 1px;
}

.ProductGridRow
{
	width: 100%;
	
}
.ProductGridRows
{
	width: 100%;
	height: 55px;
}

.ProductGridTrackCellY
{
	background-image: url(Images/ProductGrid/SliderTrackY.jpg);
	background-repeat: repeat-y;
	width:2px;
}

.ProductGridTrackCellX
{
	background-image: url(Images/ProductGrid/SliderTrackX.gif);
	background-repeat: repeat-x;
}

.ProductThumbnailPopup
{
	font-size: 11px;
	color: #696969;
	font-family: Arial;
	border-right: #d3d3d3 2px solid;
	border-top: #d3d3d3 2px solid;
	border-left: #d3d3d3 2px solid;
	border-bottom: #d3d3d3 2px solid;
	background-color: #ffffff;
	width: 200px;
	height: 250px;
	z-index: 2000;
	left: 100px;
	position: absolute;
	top: 100px;
	display: none;
	visibility: hidden;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
}

.ProductThumbnail
{
	width: 60px;
	height: 60px;
}

.DottedLineToFilterTotals
{
	border-bottom: black 1px dotted;
	width: 200px;
}
.FilterType
{
	
}
