/* 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;}

a.tooltip:hover {text-decoration: none; color: #000000; background:#ffffff;}
a.tooltip span {display:none; padding:2px 3px; margin-left:80px; margin-top:0px; width:auto;}
a.tooltip:hover span {display:inline; position:absolute; background:#ffffff; border:1px solid #cccccc; color:#6c6c6c;}

.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 { 
top:0; 
left:0; 
margin:0; 
padding:0;
background-image:url('https://edgeofurge.com/boutique/main_pieces/bg.gif'); 
}

#pulldown div {
margin-top: -100px;
 }
#pulldown:hover div {
margin-top: 0px;
 }


.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;
}

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

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

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

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

.thumbnaillong 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;
}

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

.thumbnaillong:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0px;
left: -378px; /*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;
}
