@charset "utf-8";
#lithium {
width:500px;
height:auto;
margin:20px auto;
position:relative;
}
#type {
position:absolute;
top:92px;
left:190px;
}
table {
width:600px;
margin-bottom:0;
}
#products {
margin:0 0 30px 90px;
}
#products a {
text-decoration:none;
position:relative;
}
a #products-1 {
display:none;
}
a:hover #products-1 {
display:block;
position:absolute;
top:0px;
left:92px;
width:231px;
}
