﻿body
{
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

.Error
{
	color: #FF0000;
}

.hidden
{
	display: none;
}
.Popup
{
	background-color: gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
	z-index: 500000;
}

.PopupHeader
{
	background-color: #C0C0C0;
	filter: alpha(opacity=70);
	opacity: 0.7;
	z-index: 500000;
	font-weight: bold;
}
.PopupPanel
{
	border: 3px solid #663300;
	background-color: White;
}

.hovereffect {
    float: left;
    cursor: pointer;
}

.hovereffect .overlay span {
    background-color: rgba(0, 0, 0, 0.65);
    border-radius: 6px;
    color: #fff;
    padding: 3px;
}

.hovereffect .overlay {
    margin-top: 92px;
    position: absolute;
    text-align: center;
    width: 125px;
}


.pageView
{
	border-style: solid solid solid solid;
	border-width: 1px;
	border-color: #898c95;
	margin-top: -1px;
}
.PopUpTop
{
	font-size: 11pt;
	text-align: center;
	border-bottom: solid 1px #d5d5d5;
}
.Button
{
	font-family: Arial;
	width: 90px;
}

.InstructionsCenter
{
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	position: relative;
	color: #FF0000;
	font-style: italic;
}

.ProductInstructionsTab
{
	background-color: White;
	text-align: left;
	width: 280px;
	height: 645px;
	overflow: auto;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 12px;
}

.ProductFiltersTab
{
	width: 280px;
	height: 645px;
	overflow: auto;
	text-align: center;
	padding-top: 5px;
}

.ProductStatusMessage
{
	font-style: normal;
	color: #000080;
	font-weight: bold;
}
.ProductContinueButton
{
	float: right;
	padding-right: 10px;
	padding-top: 10px;
}

.ProductInstruction
{
	padding-right: 10px;
	padding-top: 10px;
}

span.error
{
	color: red;
	padding-left: .5em;
	vertical-align: top;
	top: 5px;
	position: relative;
}
.requiredLabel
{
	color: #f53800;
}

.clearfloat
{
	clear:both;
}

.SoldOut
{
	color: #FF0000;
}
