﻿/* Table Styles */
.style1 table, table.style1, table.ProductSelect
{
	border-collapse: collapse;
	border: solid 1px gainsboro;
	width: 100%;
}

.style1 td, .style1 th, 
table.ProductSelect td, table.ProductSelect th
{
	padding: 5px;
	border: solid 1px gainsboro;
}

td.OptionsList 
{
	padding: 0px!important;
}

.Specifications table, #Specifications table, table.Specifications
{
	table-layout: auto;
	width: 100%;
	border-collapse: collapse;
	font-size: small;
	text-align: center;
	border: solid 1px black;
}

.Specifications table td, #Specifications table td, table.Specifications td
{
	padding: 2px 5px 2px 5px;
	border: solid 1px gainsboro;
}

/* Fix for broken lines in treeview in IE7 */
.SiteMap td div
{
	height: 20px !important;
}

.LabeledData td.row-heading, .ProductSelect td.row-heading
{
	text-align: right;
	vertical-align: middle;
}

.LabeledData td.data, .ProductSelect td.data
{
	text-align: left;
	vertical-align: middle;
}

.LabeledData td.TextAreaLabel
{
	vertical-align: top;
	padding-top: 8px;
}

td.label
{
	vertical-align: top;
	text-align: right;
	padding-top: 3px;
	padding-bottom: 3px;
}

table.row-heading-top-right td.row-heading
{
	text-align: right;
	vertical-align: top;
}

table.default-left td, .ProductSelect td
{
	text-align: left;
}

td.row-heading
{
	background-color: #f0f0f0;
	font-weight: bold;
	border-right: solid 1px black !important;
}

tr.col-heading1
{
	background-color: #AD0224;
	color: White;
	font-weight: bold;
	font-size: large;
	text-align: left;
}

tr.col-heading1 td, tr.col-heading1 th
{
	border: solid 1px #AD0224;
}

tr.col-heading2, tr.col-heading2 td, tr.col-heading2 th
{
	background-color: #f0f0f0;
	font-weight: bold;
	border-bottom: solid 1px Black !important;
}

tr.col-heading3, tr.col-heading3 td, tr.col-heading3 th
{
	background-color: #e0e0e0;
	font-weight: bold;
	border-bottom: solid 1px black;
	text-align: left;
}

tr.col-heading4, tr.col-heading4 td, tr.col-heading4 th
{
	color: black;
	background-color: silver;
	font-weight: bold;
	text-align: left;
	border-bottom: solid 1px black;
}

tr.alternate
{
	background-color: #f8f8f8;
}

table.ProductSelect 
{
	width: auto;
	width:100%;
}

td.label
{
	text-align: right;
}

td.data
{
	text-align: left;
}

/*table.RemoveBorder, table.RemoveBorder tbody tr,*/ table.RemoveBorder > tbody > tr > td
{
	border-collapse: collapse;
	border: none 0px Aqua !important;
	margin: 0;
	padding: 0;
}

.LongDescription
{
	padding-left: 10px;
	font-style:italic;
}