#shopbox {
    background-image: url('/images/white10fw50.png');
    padding: 20px 10px 10px;
    width: 800px;
    margin: 10px auto;
    /*position: relative;*/
    top: 20px;
}
#shopbox .colhead {
    font-weight: bold;
    background-color: #97B269;
}
#shopbox a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #FFF;
    background-color: #586047;
    padding: 2px  5px;
    border: 1px solid #97B269;
}
#shopbox  a:hover {
    color: #FF9;
    border: 1px solid #FF9;
}
.dark {
    background-image: url('/images/white10fw50.png');
}
#container #shopbox #paypal {
    padding: 4px;
    width: 50%;
    border: 2px solid #97B269;
    margin: 2px auto;
    text-align: center;
}
#container #shopbox #google {
    margin: 2px;
    float:left;
    padding: 5px;
    width: 380px;
    height: 72px;
    border: 2px solid #97B269;
    text-align: center;
}
#msg, .msg {
    background: #FFF;
    text-align: center;
    margin: 10px auto;
    padding: 2px;
    width: 600px;
    border: 2px solid #030;
}
#forgotten {
    background:none !important;
    padding:0 !important;
    border:none !important;
    color:#33f !important;
    font-weight: normal !important;
}
#forgotten:hover, #forgotten:focus {
    font-style:italic;
    text-decoration: underline;
}
input[type='submit']:hover {
    cursor: pointer;
}
#hiden {
    display:none;
}
.basketTable tr td{
    line-height: 2;
}

#submitDets {
    font-size: 0.9rem;
    padding: 0.25rem 2.5rem;
    box-sizing: border-box;
    border: 2px solid #333;
    margin: 0.5rem auto;
}
