﻿div.ProductPage
{
}

div.ProductPage div.Caracteristics 
{
}

div.ProductPage div.Caracteristics li
{
	color: #666666;
}

div.ProductPage div.Description
{
	clear: both;
	color: #666666;
	padding-bottom: 20px;
}

div.ProductPage div.Images
{
	padding: 30px 0;
	clear: both;
}

div.ProductPage div.Images div.Image
{
	float: left;
	border: solid 1px #ddebf3;
	margin: 0 0px 20px 0;
	padding: 10px;
}

div.ProductPage table.DataSheet
{
	border-bottom: 1px solid #ccd1d8; 
	border-collapse: collapse;
	width: 100%;
}

div.ProductPage table.DataSheet tr td
{
	font-size: 11px; 	
	padding: 5px 10px;
	border-top: solid 1px #e5e8eb;
	color: #333333;
	margin: 0;
}

div.ProductPage table.DataSheet tr td.Cell1
{
	border-top: none;
	background-color: #e5e9ee;
	font-weight: bold;
}

div.ProductPage table.DataSheet tr td.Cell2
{
	background-color: #eceff3;
	font-weight: bold;
}

div.ProductPage table.DataSheet tr td.Empty
{
	border-top: none;
}

div.ProductPage table.DataSheet tr.First td
{
	border-top: solid 1px #ccd1d8;
}

img.ProductCertificate
{
	margin-top: 50px;
	margin-right: 20px;
}
