.menu {
    /*background-color: f0e4c0;
    padding: 2px;*/
    text-align: center;
}

.pselection {
    border: 2px solid #5050ff;
    text-align: center;
    margin-top: 4px;
    margin-bottom: 6px;
    clear:both;
    width: 90%;
}

.thumbcell {
    border: 1px solid orange;
    text-align: center;
    vertical-align: top;
    font-size: 12px;
    background-color: #f0f0f0;
}

.thumbcell .heading {
    font-size: 13px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.thumbcell img {
    border: none;
    margin: 5px;
}

.pselection .heading {
    font-size: 14px;
}

.pselection .desc {
    color: #007000;
    font-size: 12px;
    font-weight: bold;
}

.pselection .desc .choices {
    margin-top: 0.5em;
    padding-top: 1px;
    font-style: italic;
    font-weight: normal;
    color: gray;
}

.pselection a {
    display: block;
    text-decoration: none;
    background-color: #f0f0f0;
    padding: 2px;
    color: black;
}

.pselection a:hover
 {
    text-decoration: none;
    background-color: #ffe890;
}

.pselection a:visited {
    color: black;
}

.thumbcell .saleprice {
    display: inline;
}

.thumbcell .qty input {
    text-align: center;
    margin: 1px;
}

.thumbcell .inlinesubmit {
    display: block;
    text-align: center;
}

.thumbcell td {
    font-size: 12px;
    text-align: center;
}

.thumbcell .inlinesubmit a {
    display: block;
    text-align: center;
    text-decoration: none;
    background-color: #e0e0e0;
    padding: 3px 7px 3px 7px;
    width: 8em;
    color: black;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #808080;
    border-left: 1px solid #808080;
    margin: 5px 1px 1px 1px;

}

.thumbcell .inlinesubmit a:hover {
    text-decoration: none;
    background-color: #ffe890;
}

.thumbcell .inlinesubmit a:visited {
    color: black;
}

.thumbcell .inlinesubmit a:active {
    padding: 4px 6px 2px 8px;
    border-bottom: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    border-top: 1px solid #808080;
    border-right: 1px solid #808080;
}

.pselection img {
    /*padding: 2px;*/
    border: 1px solid white;
    margin-left: 2px;
    margin-right: 5px;
    margin-top: 4px;
    float: left;
}

.pselection .bottom {
    clear:both;
    margin-bottom: 4px;
}
