@charset "iso-8859-1";
body {
    font-family: "Tahoma","Arial","sans serif" ;
	font-size: 10pt ;
	background-color: #ffffff ;
	padding: 0 ;
    margin: 0 ;
    vertical-align: top ;
}

td {
	font-family: "Tahoma","Arial","sans serif" ;
    vertical-align: top ;
    font-size: 9pt
}    

img.bord {
    border: 4px double #000000 ;
}

img {
    border-style: none ;
}

a {
    text-decoration: none ;
	color: #e92828 ;
	font-weight: bold ;
}

.neck {
    width: 250px ; 
    height: 250px ;
}

.brace {
    vertical-align: top ;
}

.amulet {
    text-align:left ; 
}

.itembox {
    width: 500px ;
    text-align: left ;
    padding: 10 10 10 10 ;
}

.cent {
    text-align:center ;
}   
    
.padded {
    padding: 20 ;
}   
    
.strike {
    text-decoration: line-through ;
}   
    
#item a .large {
	visibility: hidden ;
    width: 1px ;
    height: 1px ;
    position: absolute ;
    top: -1 ;
    left: -1 ;
}

#item a.p1:hover .large {
    visibility: visible ;
	border: 1px solid #000000;
	display: block;
	width: 400px;
	height: 250px;
	position: absolute;
	top: 10px;
	left: 10px;
} 
