﻿.ProductTable{ 
	width: 100%; 
	height: 100%; 
	background-color: #FFFFFF;
	border-collapse: collapse;
}

.ProductNameCell {
	background-color: #673F4B;
	height: 22px;
	text-align: left;
	padding-left: 6px;
	color: #FFFFFF;
}

.Seperator {
	background-color: #F3F3F3;
	height: 1;
}

.PropertyTitleCell {
	height: 22px;
	padding-left:5px; 
	background-color: #868084;
	color: #FFFFFF;
	text-align: left;
}

.PropertyCell {
	text-align: left;
	padding-left: 5px;
}

.PropSep {
	height: 2px;
	background-color: #F3F3F3;
}

.dvProduct { 	
	position: absolute;
	width: 650px;
	height: 390px;
	overflow: auto;
	z-index: 1;
	text-align: left;
	left: 300px;
}

.dvProductDetail { 	
	position: absolute;
	width: 650px;
	height: 490px;
	overflow: auto;
	z-index: 1;
	text-align: left;
	left: 300px;
}

.Scroll {
	SCROLLBAR-HIGHLIGHT-COLOR: #D9D6CA;
	SCROLLBAR-SHADOW-COLOR: #D9D6CA;
	SCROLLBAR-ARROW-COLOR: #FFFFFF;
 	SCROLLBAR-TRACK-COLOR: #EBEBEB;
	SCROLLBAR-DARKSHADOW-COLOR: #DFDFD5;
  	SCROLLBAR-BASE-COLOR: #DFDFD5;	
}
