﻿/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	/*filter:alpha(opacity=70);
	opacity:0.7;*/
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
}

.colorSwatchTable tr td 
{
	width: 25%;
	height: 108px;
	text-align: center;
	/*: solid 1px red;*/
}

.colorSwatchTable tr td a
{
	text-decoration: none;
	color: Blue;
	cursor: pointer;
}

.colorSwatchTable tr td a div
{
	width: 85px;
	height: 85px;
	border: solid 1px black;
}

.currentColorSelection
{
	width: 85px;
	height: 85px;
	border: solid 1px black;
}

.colorSwatchCurrSelectionTable tr td
{
	width: 50%;
}

/*Image Gallery*/

div.ImageGalleryControlMain
{
	width: 242px;
}

div.ImageGalleryControlMain center div
{
	width: 240px;
	height: 240px;
}

div.ImageGalleryControlMain img
{
	padding: 2px;
	cursor: pointer;
}

#imgMain
{
	cursor: default !important;
}

div.UPSLogoL
{
	float: left;
	margin-left: 50px;
	width: 147px;
}

div.UPSLogoR
{
	float: right;
	margin-right: 30px;
	width: 147px;
}

div.UPSLogoL img,div.UPSLogoR img
{
	/* 31px is 1/3 height */
	padding: 4px 33px 8px 33px;
}

div.UPSLogoL p,div.UPSLogoR p
{
	/*width: 100%;*/
	text-align: center;
	font-size: .7em;
}

/* FAQ */
div.FAQ p
{
	text-align: justify;
}

div.FAQ p.q
{
	font-weight: bold;
	font-style: italic;
	margin-bottom: 4px;
}

div.FAQ p.a
{
	margin-top: 0px;
	padding-bottom: 8px;
}

/* WARRANTY */
ol.Warranty li
{
	margin: 16px;
}

/* SIZING TABLE */
.sizetable 
{
	margin-left: 30px;
}
