/* CSS Document */

body {
background: #ffffff;
margin: 50px auto 50px auto;
color: #000000;
}

#wrapper {
width: 827px;
background: transparent;
color: #000000;
margin: 0px auto 0px auto;
}

.nav {
background: transparent;
color: #666666;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
}

.nav A {
background: transparent;
color: #666666;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
text-decoration: none;
}

.nav A:hover {
background: transparent;
color: #cccccc;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
text-decoration: none;
}

#mainTable {
width: 827px;
border: 1px solid #000000;
background: #ffffff;
color: #666666;
}

.error {
background: transparent;
color: #990000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}

.content {
background: transparent;
color: #666666;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}

.content A {
background: transparent;
color: #666666;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}

.content A:hover {
background: transparent;
color: #333333;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}

h2 {
background: transparent;
color: #666666;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 22px;
}

h3 {
background: transparent;
color: #666666;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 16px;
font-weight: bold;
}

#dhtmltooltip{
position: absolute;
width: 75px;
border: 1px solid #999999;
padding: 2px;
background-color: #ffffff;
font-family: Arial, Verdana, sans-serif;
font-size: 10px;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dropmenudiv{
position:absolute;
border:0px;
border-bottom-width: 0;
font:normal 10px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #cccccc;
padding: 1px 0;
text-decoration: none;
color: #666666;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: white;
color: #999999;
text-decoration: none;
}

.rings {
background: transparent;
color: #990000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
}

.shopnav {
background: transparent;
color: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
}

.shopnav A {
background: transparent;
color: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
text-decoration: none;
}

.shopnav A:hover {
background: transparent;
color: #666666;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
text-decoration: none;
}