
/*
	overlay
*/

.VCompareOverlay
{
	position: absolute;
	background-color: #000000;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 9500;
	filter: alpha(opacity=40);
	opacity: 0.4;
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
}

.VCompareOverlayBox
{
	position: absolute;
	top: 50px;
	width: 100%;
	z-index: 9501;
}


.VCompareOverlayTable
{
	background-color: white;
	border: solid 2px #cccccc;
	z-index: 9502;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-box-shadow: 0 1px 5px #333333;
	-webkit-box-shadow: 0 1px 5px #333333;
}

.VCompareOverlayX
{
	padding-top: 5px;
	padding-right: 5px;
}

.VCompareOverlayXDivBound
{
	width: 30px;
	height: 30px;
	cursor: pointer;
}

.VCompareOverlayXDiv
{
	border: solid 1px #666666;
	color: #444444;
	width: 10px;
	height: 12px;
	padding-left: 2px;
	padding-right: 3px;
	padding-bottom: 3px;
	font-weight: bold;
	cursor: pointer;
}

.VCompareOverlayContent
{
	padding: 20px;
}


/*
	product comparison
*/

.b
{
	font-weight: bold;
}

.i
{
	font-style: italic;
}

.nobr
{
	white-space: nowrap;
}

.RemoveItemTable
{
	-moz-user-select: none;
	-webkit-user-select: none;
}

.VCompareMainTable ul
{
	margin: 0;
	padding: 10px;
}

.VCompareMainTable img
{
	display: block;
}

.VComparePadding
{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.VComparePaddingR
{
	padding: 10px;
	padding-right: 20px;
	padding-bottom: 5px;
}

.VComparePaddingCaption
{
	padding: 5px;
	padding-left: 0;
	white-space: nowrap;
}



.RemoveItem
{
	padding: 2px;
	font-weight: bold;
	cursor: pointer;
}


.PermanentLink
{
	text-align: center;
	color: #7f7f7f;
}

.PermanentLink a
{
	text-decoration: none;
	color: #7f7f7f;
}
.PermanentLink a:link
{
	text-decoration: none;
	color: #7f7f7f;
}
.PermanentLink a:visited
{
	text-decoration: none;
	color: #7f7f7f;
}
.PermanentLink a:focus
{
	text-decoration: underline;
	color: #7f7f7f;
}
.PermanentLink a:hover
{
	text-decoration: underline;
	color: #7f7f7f;
}
.PermanentLink a:active
{
	text-decoration: underline;
	color: #7f7f7f;
}
