.MiddlePanel
{
	BORDER-RIGHT: black 1px solid; BORDER-TOP: black 1px solid; BORDER-LEFT: black 1px solid; COLOR: #004d5f; BORDER-BOTTOM: black 1px solid; BACKGROUND-COLOR: #cee3ed
}
.InputRadio
{
	/*border: solid 1 Navy;*/
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #004D5F;
}
.DetailLabel
{
	font-family:Verdana;
	font-size: x-small;
	font-weight:bold;
	color: navy;
}
.HeaderLabel
{
	font-weight: bold;
	font-size: x-small;
	color: silver;
	font-family: Verdana;
	}
.SmallLabel
{
	font-family:Verdana;
	font-size: 11px;
	font-weight:bold;
	color: black;
}

.SmallLabel2
{
	font-family:Verdana;
	font-size: 10px;
	font-weight: normal;
	color: black;
}
.FormLabel
{
	font-family:Verdana;
	font-size: 12px;
	font-weight:bold;
	color: black;
}
.FormLabel2
{
	font-family:Verdana;
	font-size: 12px;
	font-weight:bold;
	color: #004D5F;
}
.InputText
{
	border: solid 1 Navy;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: black;
	background-color: #EBEDF6;
	
}
.InputText2
{
	border: solid 1 #004D5F;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: black;
	background-color: #CEE3ED;
	
}
.WarningLabel
{
	font-family:Verdana;
	font-size: 11px;
	/*font-weight:bold;*/
	color: red;
}
.SubmitButton
{
	border: solid 1 navy;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: DarkOrange;
	background-color: #4455aa;
}
.SubmitButton2
{
	border: solid 1 #B9B9B9;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #B9B9B9;
	background-color: #862F2F;
}
.FormButton
{
	border-right: slategray 1px solid;
	border-top: slategray 1px solid;
	font-weight: bold;
	font-size: 11px;
	/*background-image: url(../images/cellpic1.gif);*/
	background-color: #e7e7e7;
	margin: 1px;
	border-left: slategray 1px solid;
	width: auto;
	color: Black;
	border-bottom: slategray 1px solid;
	background-repeat: repeat-x;
	font-family: Verdana;
	height: 17px;
}
.DecisionButton
{
	border: 1px solid bisque;
    font-weight: bold;
	    font-size: 12px;
	    margin: 1px;
	    width: auto;
	    color: #e8e8e8;
	    background-repeat: repeat-x;
	    font-family: verdana;
	    background-color: #9d5231;
}
.DecisionButtonSmall
{
	border-right: bisque 1px solid;
	border-top: bisque 1px solid;
	font-weight: bold;
	font-size: 9px;
	margin: 1px;
	border-left: bisque 1px solid;
	width: auto;
	color: #e8e8e8;
	border-bottom: bisque 1px solid;
	background-repeat: repeat-x;
	font-family: verdana;
	height: 20px;
	background-color: #9d5231;
}

A.HeaderLink
{
	text-decoration: underline;
	font-weight: bold;
	color:#004D5F;
}
A.HeaderLink:VISITED
{
	text-decoration: underline;
	font-weight: bold;
	color:#004D5F;
}
A.HeaderLink:LINK
{
	text-decoration: underline;
	font-weight: bold;
	color:#004D5F;
}
A.HeaderLink:HOVER
{
	text-decoration: underline;
	font-weight: bold;
	color: #004D5F;
}
BODY
{
	margin:0;
	font-size:x-small;
	font-family:Verdana;
}
TD
{
	font-size:xx-small;
	font-family:Verdana;
}
A.NavBarLink
{
	color: saddlebrown;
	text-transform:uppercase;
}
A.NavBarLink:VISITED
{
	color: saddlebrown;
	text-transform:uppercase;
}
A.NavBarLink:LINK
{
	color: saddlebrown;
	text-transform:uppercase;
}
A.NavBarLink:HOVER
{
	color: saddlebrown;
	text-transform:uppercase;
}
.CartListHead
{
	padding-left: 1px;
	font-weight: bold;
	font-size: 11px;
	color: 004d5f;
	/*
	border-left-color: #8abbd0;
	border-top-style: solid;
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-color: #8abbd0;
	border-bottom: #8abbd0 solid;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #8abbd0;
	*/
	line-height: 20pt;
	font-family: Verdana, Arial;
	background-color: #cee3ed;
	text-align: center;
	
}
.CartListItem
{
    background-color: #ffffff;
    /*border-bottom: dimgray;
    border-left: dimgray 1px solid;*/
    color: gray;
    font-family: Verdana, Arial;
    font-size: 9px;
    padding-left: 5px
}
.CartListItemAlt
{
    background-color: #f2f2f2;
    /*border-bottom: #8abbd0;
   border-left: dimgray 1px solid;*/
    color: gray;
    font-family: Verdana, Arial;
    font-size: 9px;
    padding-left: 5px
}
.CartListFooter
{
    background-color: #cee3ed;
    line-height: 12pt;
    font-size: 12pt;
    font-weight: bold;
    /*border-bottom: #8abbd0 1px solid;*/
}

Table.RelatedProductsTable
{
    display:inline;
    clear:none;
    border: solid 1px silver;    
    
}
