
table.products td{
    font-weight: bold;
    padding: 1ex;
    border: 1pt dotted #ee6d00;
    text-align: center;
}

table.products {
    margin: 1em;
    border: 2pt solid #ee6d00;
}

a img {
    border: none;
    margin-bottom: 1ex;
}

p.headingtext {
    width: 600px;
    border: 1pt solid #ee6d00;
    padding: 1ex;
    margin: 1ex;
}

div.menu {
    background: #ee6d00;
    padding: 5pt;
    margin-left: 1ex;
    margin-right: auto;
    display: inline;
}

span.option {
    background: white;
    margin: 3pt;
    padding: 2pt;
}

span.selected {
    font-weight: bold;
}

table.spec {
    border-collapse: collapse;
    border: 2pt solid black;
}

table.spec tr th {
    background: #087b90;
    color: white;
    font-weight: bold;
}

table.spec tr td {
    border: 1pt solid black;
    padding: 3pt;
    text-align: center;
}

table.page {
    margin-left: 3em;
    margin-right: 3em;
}
table.page td {
    width: 45%;
    padding: 2em;
}

span.important {
    color: #f00;
}

