﻿body 
{
	font-family:Tahoma
}

.selector
{
  min-height:1000px;
  height:auto !important;
  height:1000px;
}

.ProductMenu
{
	background-color: #093879;
	font-weight: bold;
	font-size: 10pt;
	color: #93b3e1;
	padding-left: 10px;
	vertical-align: top;
	width: 200px;
	
	text-align: left;
}
.Title
{
	padding-left: 10px;
	font-weight: bold;
	font-size: 16pt;
	background-image: url(Images/TitleBack.gif);
	width: 750px;
	height:28px;
	color: #666666;
	font-family: Tahoma;
}
.ContentTable
{
	width:750px;
	margin-left:10px;
	
}
.NodeStyle
{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 10pt;
	color: #93b3e1;
}
.SelectedNodeStyle
{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 10pt;
	color: white;
}
.ContentText, .ContentText10, .ContentText11, .ContentText12, .ContentText10Bold, .ContentText11Bold, .ContentText12Bold, .ContentText16Bold, .ContentText14Bold
{
	color: #666666;
	font-family: Tahoma;
	text-align: left;
}
.ContentText10
{
	font-size:10px;
}
.ContentText11
{
	font-size:11px;
}
.ContentText12
{
	font-size:12px;
	
}
.ContentText10Bold
{
	font-size:10px;
	font-weight:bold;
}
.ContentText11Bold
{
	font-size:11px;
	font-weight:bold;
}
.ContentText12Bold
{
	font-size:12px;
	font-weight:bold;
}
.ContentText14Bold
{
	font-size:14px;
	font-weight:bold;
}	
.ContentText16Bold
{
	font-size:16px;
	font-weight:bold;
}
.DataGridHeader
{
	font-weight: bold;
	font-size: 10pt;
	color: white;
	font-family: Tahoma;
	background-color: #999999;
	height:25px;
}
.DataGridItem
{
	font-size: 10pt;
	color: #666666;
	font-family: Tahoma;
	background-color: white;
	height: 20px;
	border-right: lightgrey 1px solid;
	border-top: lightgrey 1px solid;
	border-left: lightgrey 1px solid;
	border-bottom: lightgrey 1px solid;
}
.DataGridAlternatingItem
{
	font-size: 10pt;
	color: #666666;
	font-family: Tahoma;
	background-color: gainsboro;
	height: 20px;
	
}
.ImagesTable
{
	border-right: #cccccc 1px solid;
	border-top: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
}
.SmallImagesTable
{
	border-left: #cccccc 1px solid;
}
.Price
{
	font-weight: bold;
	font-size: 16pt;
	color: #009933;
	font-family: Tahoma;
}
.ProductImageDiv
{
	border-right: #666666 1px solid;
	border-top: #666666 1px solid;
	border-left: #666666 1px solid;
	border-bottom: #666666 1px solid;
	background-color: #cccccc;
}
.ErrorText10
{
	font-weight: bold;
	font-size: 10pt;
	color: red;
	font-family: Tahoma;
}

