/* Dies und das */

.preis {
    color: #C00;
}

.message{
    border: 2px dashed #090;
    margin: 0px 0px 10px 0px;
    line-height: 1.3em;
    overflow: hidden;
    display: block;
    color: #090;
    padding: 5px;
    font-weight: bold;
}



/* Login */

#loginbox input.text {
    width: 80px;
    padding: 1px;
    margin-bottom: 2px;
}

#loginbox label {
    width: 55px;
    margin-bottom: 2px;
}


/* Warenkorb */

#warenkorb_klein label {
    width: 55px;
    margin-bottom: 0px;
}

#warenkorb_klein span {
    text-transform: uppercase;
}


/* Produktseiten */

.fussnote {
    display: block;
    text-align: center;
    font-size: 10px;
    padding-top: 10px;
    color: #666;
}

.preis {
    text-transform: uppercase;
}

/* Produktrepeater */

.produktrepeater {
    margin-bottom: 10px;
    padding: 0 0 10px 0;
    border-bottom: 1px dashed #ccc;
    position: relative;
}

.produktrepeater .buttons {
    padding: 5px 0;
}

.produktrepeater .buttons img {
    margin-right: 5px;
}

.produktrepeater .produktbild {
    width: 94px;
    float: left;
}

.produktrepeater .produktbild img {
    border: 1px solid #ccc;
    padding: 1px;
    background: #fff;
}

.produktrepeater .produkttext {
    width: 286px;
    float: left;
}


/* Produktdetails */

.produktdetails {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
}

.produktdetails .produkttext img {
    border: 1px solid #ccc;
    padding: 1px;
    background: #fff;    
}

.produktdetails .warenkorbbutton input.text {
    padding: 1px;
    width: 32px;
    float: left;
    margin-right: 5px;
}

.produktdetails .warenkorbbutton span {
    float: left;
    margin-right: 5px;
}

.produktdetails .warenkorbbutton a {
    float: left;
}


/* Warenkorb */

table.warenkorb, table.warenkorbzusatz {
    border-collapse: collapse;
    empty-cells: show;
    width: 100%;
    border-bottom: 1px dashed #999;
}

table.warenkorb th, table.warenkorb td {
    padding: 2px 5px 2px 5px;
    border-bottom: 1px dashed #ccc;
    vertical-align: top;
    text-align: left;
}

table.warenkorb th {
    text-transform: uppercase;
    border-bottom: 1px dashed #999;
}

table.warenkorb td.preis, table.warenkorb th.preis {
    text-align: right;
}

table.warenkorb td input.text {
    width: 32px;
    padding: 1px;
}

table.warenkorbzusatz th, table.warenkorbzusatz td {
    text-align: right;
    vertical-align: top;
    font-weight: normal;
    padding: 2px 5px;
}

table.warenkorbzusatz th {
    width: 80%;
}

table.warenkorbzusatz td {
    width: 20%;
}

table.warenkorbzusatz th.preis, table.warenkorbzusatz td.preis {
    font-weight: bold;
}

table.warenkorb tr.warenkorbzeile td, table.warenkorb tr.warenkorbzeile th {
    background: #f6f6f6;
}

table.warenkorb tr.warenkorbzeile2 td, table.warenkorb tr.warenkorbzeile2 th {
    background: #f0f0f0;
}


/* Adresse */

fieldset {
    padding: 10px;
    border: 1px dashed #999;
    margin-bottom: 10px;
    _margin-bottom: 0px;
}

legend {
    color: #333;
    background: #e9e9e9;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0 5px;
    _padding: 10px 5px;
}

input.radio {
    float: left;
    margin-right: 3px;
}

fieldset input.text, fieldset.select, fieldset label {
    margin-bottom: 5px;
}


/* Bestellung */

.buttondiv img, .buttondiv input {
    margin-bottom: 3px;
}

table.kundenadresse {
    width: 190px;
}

table.kundenadresse td.first {
    width: 60px;
}

td.gesamtpreis {
    color: #c00;
}