﻿body {
 }

.textbox
{
	background-color: #FEFEFE;
	border-bottom: solid 1px #B1AC8C;
	border-left: solid 1px #B1AC8C;
	border-right: solid 1px #B1AC8C;
	border-top: solid 1px #B1AC8C;
	font-family: Arial;
	font-size: 10pt;
	color: Black;
	border-color: #D1D7E3;
}
  
.textboxColored
{
	background-color: #EFEFFF;
	border-bottom: solid 1px #7496CE;
	border-left: solid 1px #7496CE;
	border-right: solid 1px #7496CE;
	border-top: solid 1px #7496CE;
	font-family: Arial;
	font-size: 10pt;
	color: Black;
	border-color: #7496CE;
}
  
.label {
  font-family:Arial;
  font-size:10pt;
  color: #000000;
 }
 
.ProductName
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #0033CC;
	font-style: italic;
}

.ProductDesc {
  font-family:Arial;
  font-size:11pt;
  font-weight:bold;
  color: #0033CC;
 }
 
 .ProductRetail {
  font-family:Arial;
  font-size:10pt;
  font-weight:normal;
  color: Black;
 }
 
 .ProductPrice {
  font-family:Arial;
  font-size:10pt;
  font-weight:bold;
  color: Red;
 }
 
  .Title
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	color: #0033CC;
	font-style: italic;
}

.mainalternatingItem, .mainitem
{
	position:relative; 
	float: left;
	padding: 0px 0px 0px 0px; 
	margin: 3px 5px 3px 2px; 
	width: 350px; 
	height: 110px; 
	border: 1px solid threedshadow;
}

.mainitem
{
	background: #E7EFF8 !important;
}
.mainalternatingItem
{
	background: #E7F8EF !important;
}

.mainhoverItem
{
	position: relative;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 3px 5px 3px 2px;
	width: 350px;
	height: 110px;
	border: 1px solid threedshadow;
	background: #FFFFBF !important;
}

.mainalternatingItem:hover, .mainitem:hover
{
	background: #FFFFBF !important;
}

.itemStyle
{
	background: #FFFFFF !important;
 border-style:none;
 border-width:0px;
}

.rgAdvPart    
   {    
    display:none;  
   }  

.hLnkImagePointer
{
	cursor:pointer; 
}

.hLnkImageDefault
{
	cursor:default; 
}
