﻿/*div.BlackBackground
{
	position:absolute;
	top:0;
	left:0;
	width:100px;
	height:100px;
	filter:alpha(opacity=75);-moz-opacity:.75;opacity:.75;
	background-color:Black;
	z-index:10000!important;
	display:none;
	padding-bottom:20px;
}*/
div.WhiteBackground
{
	background-color:White;
	width:588px;
	padding:10px;
	text-align:left;
}
.WhiteBackground .CloseButton {text-align:right;height:10px;}
.WhiteBackground .CloseButton span {cursor:pointer;}
div.WhiteBackground span.Title
{
	display:block;
	clear:both;
	text-transform:uppercase;
	font-weight:bold;
	font-size:13px;
	padding-bottom:10px;
}
div.WhiteBackground div.LeftSide
{
	width:240px;
	float:left;
	clear:left;
	padding-left:20px;
}
div.WhiteBackground div.LeftSide span
{
	clear:left;
	display:block;
}
div.WhiteBackground div.RightSide
{
	width:325px;
	float:right;
}
div.WhiteBackground div.DataContainer
{
	clear:left;
	padding-top:20px;
}
div.WhiteBackground div.DataContainer div.ViewingOptions
{
	font-size:12px;
	padding:0 0 5px 5px;
	color:#333333;
	font-weight:bold;
}
div.WhiteBackground div.DataContainer input
{
	margin-bottom:20px;
}
div.WhiteBackground table.Comparator
{
	width:100%;
	border:0;
}
div.WhiteBackground table.Comparator td.Description
{
	width:50%;
}
div.WhiteBackground table.Comparator tr.Header img
{
	padding:0 10px;
}
div.WhiteBackground table.Comparator tr.Section td,div.WhiteBackground table.Comparator tr.Item td,table.ComparatorRight td
{
	background-color:#fff!important;
	font-size:12px;
	color:#333333;
	padding:7px 5px;
	border:0;
	border-bottom:1px solid #D9D9D9;
}
table.ComparatorRight td.RightCell
{
	text-align:right!important;
}
table.Comparator tr.Section, table.Comparator tr.Section td {background-repeat:no-repeat!important;background-position:-20px -20px;}

