﻿.wrapper
{
	width: 608px;
	border: 1px solid #5D8CC9;
	font-family: Arial;
	font-size: 12px;
	line-height: 16px;
}

.products
{
	empty-cells: show;
	table-layout: fixed;
	border-collapse: collapse;
	width: 100%;
}
.products th
{
	background-color: #C3D8F1;
	padding: 5px;
	border-bottom: 1px solid #5D8CC9;
	color: #00156E;
	text-align: left;
	width:130px;
}
.products td
{
	border: 1px solid #D0D7E5;
	border-style: none none solid none;
	padding: 4px 7px 3px 7px;
}
.products th.expand,
.products td.expand
{
	width: 20px;
	padding:0 0 0 3px;
}
.products tr td.expand
{
	border-color:#ECF4FF;
}
.products tr.expanded td,
.orders td.expand
{
	background-color:#ECF4FF;
}
.products tr td.expand img
{
	cursor: pointer;
}
.orders td
{
	padding:0;
	width:auto;
}
.orders table
{
	table-layout:fixed;
	border-collapse:collapse;
	width:100%;
}
.orders table td
{
	width:130px;
	padding: 4px 7px 3px 7px;
	padding:3px 3px 3px 7px;
}

.orders table tr:last-child td
{
	border-bottom:none;
}