﻿.dummy {}
body
{
background: #ffffff;
font-family:Verdana;
}

a  {
	font-family:Verdana;
	color:#555555;
	text-decoration:none;
	font-size:10px;
	}
a:hover	{
	font-family:Verdana;
	color:#222222;
	text-decoration:underline;
	font-size:10px;
	}
td {
	font-family:Verdana;
	color:#222222;
	}


.header
 {
   font-family : Verdana;
	font-size : 14px;
/*   font-weight: bold;
*/   color:#444444
   /*
	background-color:#ffffff;
	color: #6699cc; */
}

 .spacer
 {
	height:10px;
	background-color:#ffffff;
	border : thin solid Black;
}

/*
.displayProduct {
 width: 200px;
 text-align: center;
 vertical-align: bottom;
 padding-left: 10px;
 padding-bottom: 10px;
 font-family:Verdana;
 color:#222222;
}

.displayProduct a{
 width: 210px;
 text-align: center;
 padding: 10px 0 0 0;
 font-family:Verdana;
 color:#222222;
 font-size:10px;
 text-decoration:none;
}

.displayProduct a:hover{
 width: 210px;
 text-align: center;
 padding: 10px 0 0 0;
 font-family:Verdana;
 color:#444444;
 font-size:10px;
 text-decoration:underline;
}
*/

.breadcrumbsHeader
{
 color : #444444;
        text-decoration : none;
        font-size : 20px;
        font-family : Verdana;
 font-weight : bold;
 padding: 0 25px 0 0;
}

a.breadcrumbs:link,
a.breadcrumbs:visited,
a.breadcrumbs:active,
a.breadcrumbs:hover
{
 color : #444444;;
        text-decoration : none;
        font-size : 10pt;
        font-family : Verdana;
 font-weight : bold;
}

.breadDivider
{
        border-top : thin solid Gray;
}

/* MORE CSS for on-hover images*/
.thumbnail{
position: relative;
z-index: 0;
font-family:Verdana;
font-size:10px;
font-style:italic;
color:#444444;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
font-family:Verdana;
font-size:10px;
font-style:italic;
color:#777777;

}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #ededed;
padding: 5px;
left: -1000px;
border: 0px 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: -420;
left: 100px; /*position where enlarged image should offset horizontally */

}

.thumbnail2{
position: relative;
z-index: 0;
font-size:10px;
font-style:italic;
color:#444444;
}

.thumbnail2:hover{
background-color: transparent;
z-index: 50;
font-size:10px;
font-style:italic;
color:#777777;

}

.thumbnail2 span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 0px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail2 span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail2:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
background-color: transparent;
border: 0px;
margin: 0px;
top: -385;
left: 77px; /*position where enlarged image should offset horizontally */

}

.colornote1{
position:absolute;
z-index:9999999;
text-align:center;
width:300px;
margin-top:-70px; 
margin-left:445px; 
color:#67243A;
font-size:xx-small; 
font-weight:normal; 
font-style:italic;
  
}



.thumbnail3{
position: relative;
z-index: 0;
font-family:Verdana;
font-size:10px;
font-style:italic;
color:#444444;
}

.thumbnail3:hover{
background-color: transparent;
z-index: 50;
font-family:Verdana;
font-size:10px;
font-style:italic;
color:#777777;

}

.thumbnail3 span{ /*CSS for enlarged image*/
position: absolute;
background-color: #ededed;
padding: 5px;
left: -1000px;
border: 0px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail3 span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail3:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -380px;
left: 80px; /*position where enlarged image should offset horizontally */

}

