﻿/*Outer Table of Details Page*/
.ProductDetailsMasterTable
{
width:100%;
}

/*main product detail table*/
.ProductDetailsTable
{

}
/*table for Image*/
.ProductDetailsImageTable
{

}
/* Product name */
.ProductName
{
	color:#333399;
	font-size:12px;
	font-weight:bold;
	font-family:Arial;
}

/*table for Description*/
.ProductDetailsDescriptionTable
{

	color:Black;
	font-size:12px;
	font-family:Arial;

}
/*table for style*/
.ProductDetailsStyleTable
{	border-color:Black;
	border-style:solid;
}

.Product_Description
{



}

/*Product Details Form*/
.ProductDetailsFormTemplate
{
	font-size:11px;
	border:solid 2px #333399;
	font-weight:bold;
	color:#333399;
	vertical-align:top;
}

