html {
overflow-y: scroll;
}
body {
margin: 10px 0 0 0;
padding: 0;
color: black;
font: 90% Arial, Helvetica, sans-serif;
background: rgb(242, 216, 137);
height: 100%;
}
#wrapper, #product {
position: relative;
width: 760px;
margin: 0 auto;
}
#product {
width: 600px;
}
img {
border-style: none;
}
.center {
text-align: center;
}
.small {
font-size: .75em;
}
h3 {
font-size: 1.1em;
}
img.right {
float: right;
margin-right: 8px;
margin-bottom: 8px;
display: inline;
}
#splash li {
margin-bottom: 3px;
}
#splash {
margin-left: 175px;
}
#splash #flashcontent {
width: 585px;
text-align: center;
}
#splash h1 {
font-size: 1.1em;
}
#splash2 h1 {
font-size: 1.3em;
text-align: center;
margin-top: 25px;
;
}
#sidebar {
position: absolute;
top: 0;
left: 0;
width: 160px;
font-size: 0.95em;
}
#nav {
margin: 1em 0 0 0;
padding: 0;
width: 160px;
font-size: 0.85em;
font-weight: bold;
}
#nav li {
margin: 0 0 1px 0;
padding: 0;
list-style-type: none;
}
#nav a, #nav a:visited {
text-decoration: none;
padding: 3px;
border: 1px solid white;
display: block;
background-color: rgb(57, 63, 145);
color: #fff;
}
#nav a:hover, #nav a:active, #nav a:focus {
color: rgb(51, 51, 51);
background-color: rgb(209, 215, 179);
}
#nav a.selected {
color: black;
background-color: rgb(209, 215, 179);
}
#nav li em.special {
display: none;
}
.tablebtmbdr {
margin-bottom: 10px;
width: 100%;
border-style: none;
}
.tablebtmbdr td {
padding: 0;
}
div#checkout {
margin-top: 8px;
width: 160px;
}
table {
border-collapse: collapse;
border-bottom: 1px solid black;
font-size: 0.9em;
}
p#eAddress {
margin: 0;
}
fieldset {
border-style: none;
margin: 0;
padding: 0;
}
#splash form {
border-bottom: 1px solid black;
padding-bottom: 10px;
}
td.left {
text-align: left;
}
td.right {
text-align: right;
}
td.top {
vertical-align: top;
}
