/* CSS Document */

A:link {text-decoration: none; color: #666666;}
A:visited {text-decoration: none; color: #666666;}
A:active {text-decoration: none; color: #666666;}
A:hover {text-decoration: none; color: #000000;}

H1 {color: #000000; text-decoration:none; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:15px; font-weight:bold;}

H2 {color: #000000; text-decoration:none; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; font-weight:normal;}

P {color: #000000; text-decoration:none; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; font-weight:normal; 
}

.cart A:link {text-decoration: none; color: #006666}
.cart A:visited {text-decoration: none; color: #006666}
.cart A:active {text-decoration: none; color: #006666}
.cart A:hover {text-decoration: none; color: #666666}

.wa A:link {text-decoration: underline; color: #006666}
.wa A:visited {text-decoration: underline; color: #006666}
.wa A:active {text-decoration: underline; color: #006666}
.wa A:hover {text-decoration: underline; color: #ffffff}


body {scrollbar-face-color: #999999;
scrollbar-highlight-color: #ffffff;
scrollbar-3dlight-color: #999999;
scrollbar-shadow-color: #ffffff;
scrollbar-darkshadow-color: #999999;
scrollbar-arrow-color: #ffffff;
scrollbar-track-color: #ffffff;
}

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 0px solid black;
margin: 0 0px 0px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 0px black;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: transparent;
padding: 0px;
left: 0px;
border: 0px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0px;
padding: 0px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: -450px;
left: 0px; /*position where enlarged image should offset horizontally */
z-index: 50;
}


table.sample {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: dashed dashed dashed dashed;
	border-color: green green green green;
	border-collapse: collapse;
	background-color: white;
}
table.sample th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: dashed dashed dashed dashed;
	border-color: green green green green;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.sample td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: dashed dashed dashed dashed;
	border-color: green green green green;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}


table.no {
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px;
	border-style: dashed dashed dashed dashed;
	border-color: green green green green;
	border-collapse: collapse;
	background-color: white;
}
table.no th {
	border-width: 0px 0px 0px 0px;
	padding: 1px 1px 1px 1px;
	border-style: dashed dashed dashed dashed;
	border-color: green green green green;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.no td {
	border-width: 0px 0px 0px 0px;
	padding: 1px 1px 1px 1px;
	border-style: dashed dashed dashed dashed;
	border-color: green green green green;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}