#shop  {
    margin-top: 30px;
}

#shop p.isbn {
    font-weight: bold;
}

#shop p.title {
    font-weight: bold;
}

#shop p.punkte {
    margin-top: 10px;
}

#shop p.basket {
    float: right;
    margin-top: -26px;
    margin-right: 20px;
}

#shop p.preis {
    margin: 0px;
}

#shop p.neu {
    color: #ff0000;
    font-weight: bold;
}



#shop .imgleft {
    float: left;
    margin-left: 0px;

}


#shop .artikel{
    margin: 0px;
    margin-bottom: 20px;
    margin-left: 180px;
}

/* absatz allgemein */
#shop p{
    margin: 0px;
    padding: 0px 20px 10px 10px;
}

#shop br.clear {
    clear: left;
}

#shop img {
    border: 0px;
    margin: 0px;
    margin-bottom: 20px;
    margin-right: 20px;
}



/* layer checkout  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#checkout {
    margin-left: 0px;
}

#checkout table{
    width: 540px;
}

#checkout table th{
    text-align: left;
}

#checkout table th.r {
    text-align: right;
    padding-right: 10px;
}

/* submit's */
#checkout  .button{
    width: 200px;
    margin: 10px 0px 0px 0px;
    padding: 2px;
    text-align: center;
    border: 1px solid #333333;
    padding: 0px 2px;
}


