/* CSS Document */

#main {
width: 800px;
margin: auto;
border: 1px solid #ccc;
font-family: Arial,Sans-Serif;
background-color: #eaf2ff;
}

#nav {
width: 800px;
font-family: Arial,Sans-Serif;
margin: 0 auto;
background: #fff;
border-bottom: 1px solid #ddd;
}

#navlist
{
text-align: center;
margin: 0 auto;
padding: 6px 0 6px 0;
text-indent: 0;
list-style-type: none;
}

#navlist li
{
padding: 0;
margin: 0;
text-indent: 0;
display: inline;
}

#navlist li a
{
letter-spacing: -1px;
text-decoration: none;
color: #999;
font-size: 1.3em;
padding: 0 5px;
}

#navlist li a:hover,#navlist a#current
{
color: #333;
border-top: none;
font-size: 1.3em;
}

#navlist a#current { color: #FF9900; }

#subnav {
width:  35%;
margin: 0 auto;
border-bottom: 1px solid #999;
border-left: 1px solid #999;
border-right: 1px solid #999;
background-color: #fff;

}

#subnavlist {
text-align: center;
padding: 2px 0;
margin: 0;
text-indent: 0;
list-style-type: none;
}

#subnavlist li {
padding: 0;
margin: 0;
text-indent: 0;
display: inline;
}

#subnavlist li a {
letter-spacing: -1px;
text-decoration: none;
color: #999;
font-size: 1em;
padding: 0 5px;
}

#subnavlist li a:hover,#subnavlist a#current {
color: #333;
}

#subnavlist a#current {
color: #660000;
}

#header {
border-bottom: 1px dashed #999;
background-color: #eaf2ff;
}

#header h1 {
color: #666;
font-size: 1.2em;
font-weight: normal;
margin: 0;
padding: 6px 0 8px 8px;
}

.even {
border-bottom: 1px solid #ccc;
background-color: #eaf2ff;
padding: 8px;
}

.odd {
border-bottom: 1px solid #ccc;
background-color: #fff;
padding: 8px;
}

.itemimage {
float: left;
width: 200px;
margin: 0 6px 6px 0;
font-size: smaller;
text-align: center;
}

div.itemimage img {
padding: 0 0 6px 0;
}

p {
margin: 5px;
font-size: small;

}

.clear {
clear: both;
padding: 0;
margin: 0;
}

.buybutton {
float: left;
clear: both;
padding-left: 55px;
margin: 0;
}

#footer {
font-size: smaller;
color: #999;
text-align: center;
padding: 3px;
background: #fff;
clear:both;
}
