﻿.ProductTable
{
	text-align: left;
	/* width: 98%; 
	*/
}
.ProductTable td
{
	border-spacing: 0;
}

.ProductTable .SeriesCell
{
	text-align: left;
	font-weight:bold;
	font-size:14pt;
}
.ProductTable .ArrowCell
{
    color:White;
    font-weight:bold;
    font-size:14pt;
}

.ProductTable .MaterialNameCell
{
	text-align: left;
	padding: 0;
	vertical-align: top;
	font-weight:bold;
	font-size:20pt;
}
.ProductTable .MaterialNameLabel
{
	text-align: left;	
	background-color: #e2007a;
	color: White;
	font-weight: bold;
	width: 90%;
	padding: 3px;
	display: block;
} 
.ProductTable .ColorGroupCell
{
    text-align: left;	
	white-space:normal;
    font-size:10px;
    
}
.ProductTable .ImageCell
{
	padding-right: 3px;
	width: 85px;
    padding-bottom:10px;
}

.ProductTable .ThumbnailImage
{
	border: solid 1px #cccccc;
}
