﻿.ProductTitle
{
    color: #286692;
    font-size: larger;
    font-weight: 600;
    letter-spacing: 0.4em;
}
.Title
{
    color: #286692;
    font-size: larger;
    font-weight: 600;
    letter-spacing: 0.4em;
}
.MenuLink
{
	text-decoration: none;
	color:#286692;
	font-size:1.2em;
	font-weight:bold;
}
.ProductLink
{
	text-decoration: none;
	font-size:1.0em;
	color:#286692;
}
.ProductCategory
{
    text-align:center;
    font-size:larger;
    font-weight:bold;
    color:Gray;   
}
.ProductImage
{
	padding-top: 10px;
	margin-left: 10px;
	height: 30%;
	width: 30%;
	border-right: #ff0000 thin dotted;
	border-top: #ff0000 thin dotted;
	border-left: #ff0000 thin dotted;
	border-bottom: #ff0000 thin dotted;
}

.ShippingOpt
{
	font-size:0.8em;
}
.LoginMsg
{
    font-size:0.8em;
    color:Red;
}
.Error
{
    font-size:smaller;
    color:Red;
}
.Message
{
    color:Red;
}

.ControlMenu
{
	margin: 5px 0px 10px;
	vertical-align: top;
	width: 130px;
	background-color: #fafafa;
	border-top: #777 thin dotted;
	border-bottom: #777 thin dotted;
	text-align: left;
	color: #777;
	padding-right: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
}
.ControlLogin
{
	margin: 5px 0px 10px;
	vertical-align: top;
	width: 150px;
	background-color: #fafafa;
	border-top: #777 thin dotted;
	border-bottom: #777 thin dotted;
	text-align: left;
	color: #777;
	padding-right: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
}
.MainContent
{
    vertical-align: top;
    background-color: AliceBlue;
    margin: 5px 0px 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
    color: dimgray;
}
.LoginText
{
	font-size:1.0em;
	color:#286692;
	text-decoration:none;
}
.ProductName
{
    letter-spacing:0.2em;
    text-decoration:underline;
    color:#286692;
}
.Link
{
    text-decoration:underline;
    color:dimgray;
}
.Button
{
    color:dimgray;
}
.CartTitle
{
    font-size:1.0em;
	color:#286692;
	text-decoration:underline;
	font-weight:bold;
	letter-spacing:0.2em;
}
.TableHeading
{
    border-bottom: dimgray solid medium;
    font-size: 1.3em;
    font-weight: bold;
    text-align: right;
}
.Hidden
{
    color:AliceBlue; 
    font-size:0.3em;
}
.ProdLink
{
    text-decoration: none;
}