/*--------------------------------------------------------------------------*/
/*
/* Tabelle
/*
/*--------------------------------------------------------------------------*/

form.address {
    margin: -1px;
}

.articlelist {
    width: 100%;
}

td.thumbnail    { width: 15%; text-align: left; }
td.description  { text-align: left;   }
td.type         { width: 10%; text-align: center; }
td.price        { width: 7%;  text-align: center; white-space: nowrap;}
td.quantity     { width: 5%;  text-align: center; }

/*--------------------------------------------------------------------------*/
/*
/* Beschreibungen
/*
/*--------------------------------------------------------------------------*/

.title {
    font-size: 1.6em;
    font-weight: bold;
    color: #900090;
    color: #990000;
    padding-bottom: 10px;
}

.release {
    font-size: 0.7em;
    font-style: italic;
    padding-left: 0.1em;
}

.light {
    font-weight: bold;
    text-decoration: underline;
    color: #990000;
}

ul.links {
    font-size: 0.85em;
    margin: 0; padding: 0; padding-top: 0.3em;
    list-style: none;
}

ul.links li {
    margin-right: 1.3em;
    display: inline;
}

.down {
    float: right;
}

input.quantity {
    width: 2.3em;
}

.description {
    font-size: 0.95em;
}

p.error {
    background: orange;
    font-weight: bold;
    padding: 5px;
    border: none;
    text-align: center;
    height: 1em;
}

.soldout {
    color: red;
    font-weight: bold;
    font-size: 0.95em;
}

p.orderresult {
    background: #FFFFCC;
    /*padding: 2em;*/
    margin: 2em;
    /*border: 2px solid red;*/
}


