body {
    margin: 0px 10px 20px 10px;
    background: #ffffe6;
    color: #1e0064;
    font-family: palatino,  georgia, times new roman, serif;
}

th {
    padding: 10px;
    background: #1e0064;
    color: #ffffe6;
}

td.artupdated {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    background: #2e0c84;
    color: #eeeed3;
}

td.artname {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    background: #2e0c84;
    color: #eeeed3;
}

td.artname {
    cursor: pointer;
}

td.artname:hover {
    background: #080010;
}

td.caption {
    font-size: 0.7em;
}

tr.product_shop {
    padding-top: 2px;
}

td.product_shop_name {
}

td.product_shop_desc {
}

td.product_shop_cost {
    color: #ee5555;
}

div.foot {
    text-align: right;
    font-style: italic;
    padding-top: 1em;
    padding-bottom: 1em;
}

div.copyright {
    text-align: center;
    font-family: sans-serif;
    font-size: 0.8em;
}

div.article {
    padding: 10px;
}

div.timeupdated {
    margin-right: 20px;
    font-family: sans-serif;
    font-style: italic;
    text-align: right;
    color: #800c30;
}

div.heading {
    margin: 20px 0px 10px 0px;
    padding-left: 10px;
/*    border-top: 1px dotted;
    border-left: 1px dotted; */
    font-family: sans-serif;
    font-weight: bold;
    font-size: 120%;
}

div.subheading {
    margin: 20px 0px 10px 0px;
    padding-left: 10px;
/*    border-top: 1px dotted;
    border-left: 1px dotted; */
    font-family: sans-serif;
    font-weight: bold;
    font-size: 100%;
}

div.title {
    text-align: right;
}

#menu {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-weight: bold;
    background: #eeeed0;
    width: 10em;
    border: 4px outset #ffffe6;
    padding: 0.5em;
    margin-right: 1em;
    margin-left: -10px;
    float: left;
}

#menu a {
    color: #6080f0;
    text-decoration: none;
}

#menu a:hover {
    color: #ffff86;
    background: #80b0d0;
}

div.menulevel1 {
    border-top: 1px solid #333333;
    margin-top: 0.5em;
    padding-top: 0.5em;
    font-size: 0.9em;
    text-align: left;
}

div.menulevel2 {
    padding-top: 0.2em;
    padding-left: 1.5em;
    font-size: 0.7em;
    text-align: left;
}

div.menulevel3 {
    padding-top: 0.1em;
    padding-left: 3em;
    font-size: 0.7em;
    text-align: left;
    font-weight: normal;
}

div.menulevel4 {
    padding-top: 0.1em;
    padding-left: 4.5em;
    font-size: 0.7em;
    text-align: left;
    font-weight: normal;
    font-style: italic;
}


span.title {
    font-family: sans-serif;
    font-weight: bold;
    font-size: 200%;
}

span.subtitle {
    font-family: serif;
    font-weight: bold;
    font-style: italic;
    font-size: 120%;
}

span.warn {
    color: #ee4444;
}


img {
	padding: 2px 10px 10px 10px;
}

img.title {
	padding: 0px;
	vertical-align: middle;
}

img.inline {
	padding: 0px;
	vertical-align: middle;
}

img.head {
	padding: 0px 1em 0px 0px;
	vertical-align: middle;
	float: left;
}

img.cart {
	padding: 0px;
        vertical-align: middle;
	border: none;
}

a.cart {
	border: none;
}


.textinput,.fileinput {
	color: #666;
	background-color: #ccc;
}

input:focus {
	color: black;
	background-color: #ffff55;
}

.submitbutton {
	color: #ffffee;
	background-color: #bb8866;
	padding: 0.2em;
}
