.centered {
    text-align: center;
}
.layout {
    max-width: 900px;
    margin: auto;
    background-color: white;
    border: 4px inset rgb(40, 40, 40);
    padding: 2px;
}
.shopbox {
    border: 1px rgb(40, 40, 40);
    max-width: 850px;
    margin : auto;
}
.sitemenu {
    background-color: rgb(00, 106, 56);
    height: 31px;
    color: white;
    align: center;
    margin : auto;
    max-width: 900px;
}
.menudiv {
    display: inline-block;
    float: left;
    margin: auto;
    color: white;
    margin-top: 3px;
    margin-bottom: 3px;
    margin-left: 25px;
    margin-right: 25px;
    font-size: 22px;
}
a {
    text-decoration : none;
    color: white;
}
a:hover {
    color: white;
}

a:visited {
    color: white;
}
a.darklink {
    color: rgb(0, 106, 56);
}
a.darklink:hover {
    color: rgb(0, 106, 56);
}
a.darklink:visited {
    color: rgb(0, 106, 56);
}
.contentblock {
    clear: both;
    float: none;
    display: block;
}
.contenttext {
    padding: 10px;
    font-size: 18px;
}
h2 {
    text-align: center;
}
h3 {
    text-align: center;
}
.imagefloatright {
    float: right;
#    width: 402px;
    margin: 0 2 0 2px;
    background-color: #ddd;
    padding: 1px;
    border: 1px solid #666;
    text-align: center;
}
.imagefloatright img {
    border: 1px solid #000;
}
.caption {

}
.contentshopbox {
    padding: 2px;
}
.shopitem {
    width: 190px;
    margin: 4px;
    padding: 1px;
    border: 2px solid #666;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}
.shopitemname {
    font-weight: bolder;
    font-size: 18px;
    color: black;
}
.shopitemprice {
    font-weight: lighter;
    font-size: 16px;
    color: rgb(00, 106, 56);
}
.shopitemimage {
    margin-top: 2px;
    border: 2px solid black;
}
.cartitemname {
    font-weight: bolder;
    font-size: 24px;
    color: black;
}
.cartitemprice {
    font-size: 24px;
    color: rgb(00, 106, 56);
    float: right;
}
.cartitemoptions {
    padding-bottom: 4px;
    margin-bottom: 4px;
    font-weight: bold;
}
.cartitemimage {
    margin-top: 4px;
    margin-bottom: 4px;
    border: 3px solid black;
}
.cartitemoption {
    width: 180px;
    display: inline-block;
}
.cartitemdesc {
    font-size: 20px;
    color: gray;
}
.cartitembutton {
    padding: 3px;
    margin: 5px;
}
.carticon {
    float: right;
    background-image: url('/assets/images/icon_shoppingcart.png');
    color: red;
    background-repeat: no-repeat;
    border: 1px solid rgb(0, 106, 56);
    width: 61px;
    height: 26px;
    text-align: center;
    font-weight: bold;
}
.modal-backdrop {
    z-index: 1040;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
}
.modal {
    z-index: 1050;
    position: relative;
    background: #FFFFFF;
    box-shadow: 2px 2px 20px 1px;
    display: flex;
    flex-direction: column;
    width: 420px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.modal-content {
    overflow-y: auto;
    overflow-x: hidden;
    height: 500px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.modal-header,
.modal-footer {
    padding: 15px;
    display: flex;
}
.modal-header {
    border-bottom: 1px solid #eeeeee;
    color: #4AAE9B;
    justify-content: space-between;
}
.modal-footer {
    border-top: 1px solid #eeeeee;
    justify-content: flex-end;
}
.modal-body {
    position: relative;
    padding: 20px 10px;
}
.cartoptions {
    list-style-type: none;
}
