/* CSS Document */

H1
{
	font-size: 1.2em; 
	font-weight: bold; 
	color: #666666;
}

.productHeader
{
	font-size: 1.2em; 
	font-weight: bold; 
	color: #000000;
	margin-bottom: 0px;
}
H2
{
	font-size: 1.0em; 
	font-weight: bold; 
	color: #00AEF0;
}

.thumbnail
{
	position: relative;
	z-index: 0;
}

.thumbnail:hover
{
	background-color: transparent;
	z-index: 50;
}

.thumbnail span
{ 
	position: absolute;
	background-color:lightyellow;
	padding: 5px;
	left: -1000px;
	border: 1px dashed gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: 0;
	left: 60px; /*position where enlarged image should offset horizontally */

}


td{font-size: 0.7em;}

.dottedTop
{
	border-top: solid Gainsboro;	
}

.dottedBottom
{
	border-bottom: solid Gainsboro;
}

.borderLeft
{
	border-left: solid #a9a9a9;
}

.borderLeftBottom
{
	border-left: solid #a9a9a9;
	border-bottom: solid #a9a9a9;	
}

.dottedBottom A:link, .dottedBottom A:visited, .dottedBottom A:active
{	
	text-decoration:none;
	/*color:#000000;*/
}

.borderRightBottom
{
	border-right: solid #a9a9a9;
	border-bottom: solid #a9a9a9;		
}

.borderRightBottom A:link, .borderRightBottom A:visited, .borderRightBottom A:active
{	
	text-decoration:none;
	color:#000000;
}

.borderRight
{
	border-right: solid #a9a9a9;
}

.borderBottom
{
	border-bottom: solid #a9a9a9;
}

.borderBottom A:link, .borderBottom A:visited, .borderBottom A:active
{	
	text-decoration:none;
	color:#000000;
}

.borderSides
{
	border-left: solid #a9a9a9;
	border-right: solid #a9a9a9;
}


.borderSidesTop
{
	border-left: solid #a9a9a9;
	border-right: solid #a9a9a9;
	border-top: solid #a9a9a9;
	/*font-size: 1.0em; */
}

.borderSidesBottom
{
	border-left: solid #a9a9a9;
	border-right: solid #a9a9a9;	
	border-bottom: solid #a9a9a9;
	font-size: 1.0em; 
}
 
