Subversion-Projekte lars-tiefland.php_share

Revision

Blame | Letzte Änderung | Log anzeigen | RSS feed

/* CSS Document */

div.basket{
        background-image:url(/images/webelemente/aktion_spacer.jpg);
        background-repeat:repeat-y;
        width:592px;
        margin-bottom:10px;
        font-family:Arial, Helvetica, sans-serif;
        font-weight:bold;
        font-size:13px;
}

div.basket_oben{
        background-image:url(/images/webelemente/aktion_spacer_oben.jpg);
        background-repeat:no-repeat;

        padding-top:3px;
        padding-right:10px;     
        padding-left:10px;

}

div.basket_cmd{
        border-top:2px solid #999999;
        text-align:right;
}

div.basket img{
        border:none;
}

div.basket_unten{
        background-image:url(/images/webelemente/aktion_spacer_unten.jpg);
        background-repeat:no-repeat;
        padding-top:5px;

        position:relative;
        bottom:0px;
}

div.basketItem .image{
        float:left;
        height:90px;
        width:100px;
        text-align:center;
        margin:5px auto;
}

div.basketItem{
        clear:both;
        font-weight:normal;
        border-top:2px solid #999999;

        margin-top:5px;
        padding-top:5px;
}

div.basketInfo{
        text-align:right;
        float:right;
        width:100px;
}

div.basketInfo input{
        width:30px;
        text-align:center;
        border:1px solid #999999;
        background-color:#EEEEEE;
}

div.basketInfo input.buttonAdd{
        background:none;
        background-image:url(/images/webelemente/buttons/bt_add.gif);
        border:none;
        font-size:0px;
        width: 19px;
        height:19px;
}

div.basketInfo input.buttonSub{
        background:none;
        background-image:url(/images/webelemente/buttons/bt_sub.gif);   
        border:none;
        font-size:0px;
        width: 19px;
        height:19px;
}

.basket a{
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: normal;
        color: #000000;
        text-decoration: none;
}
.basket a:hover {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: normal;
        color: #000000;
        text-decoration: underline;
}