/* ====================================

This was embedded in the HEAD - moved out here.

==================================== */

/* -- this is the shopping cart icon -- */
.cart
{
    font-size: 25px !important;
    text-decoration: none !important;
    color: #d3d3d3;
}


/* -- each (inner) row of the panel -- */
.bordered
{
    background-color: white;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
}

/* --- just to style the buttons --- */
.button
{
    border-radius: 10px;
    font-weight: bold;
    text-shadow: 1px 1px black;
}

#basketcount
{
    font-weight: bold;
    background-color: #258faf;
    color: white;
    padding: 2px;
    border-radius: 4px;
    font-size: 70%;
    margin-right: 3px;
}

/* --- this is used for the sidebar colours --- */
body
{
    background-color: #fff2f2;  /* arkham - pink */
    background-color: #f2f2f2;  /* default gray */
    background-color: #f2f2ff;  /* danvers - blue*/

    background-color: #f2fff2;  /* bedlam - lime */

}

/* -- just to tighten up the paragraph and bullets -- */
p,ul
{
    margin-bottom: 0.5rem;
}

/* == needed for the TagTester ====== */

#panel
{
    margin: 1em;
    padding: 0.3em;
    width: 520px;
    font-size: 80%
}

fieldset
{
    border-radius: 5px;
    background-color: white;
    margin-bottom: 0.5em;
    border-color: #333333;
}

legend
{
    border-radius: 3px;
    margin-top: 1em;
    background-color: #333333;
    padding: 3px;
    padding-left: 1em;
    padding-right: 1em;
    color: white;
    font-weight: bold;
}

#tagvalues
{
    color: blue;
}

#notice
{
    background-color: #eeeeee;
    border: 1px dotted #cccccc;
    padding: 0.5em;
    margin: 1em;
    width: 520px;
}

#publicname { font-family: monospace; font-weight: bold }

/* -- shift the image to the right of the form. -- */
#image
{
    position: absolute;
    left: 620px;
    box-shadow: 0 0 15px 2px #cccccc;
}

