/* 
    Document   : webShop
    Created on : 05.feb.2010, 13:43:28
    Author     : idar
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}


.table{
    display: table;
}

.row{
    display:table-row;
}

.cell{
    display:table-cell;
}
.imgcell{
    width: 50px;
    vertical-align: top;
}
.titleCell{
    padding: 5px;
    width: 260px;
    
}

.grpCell,.orderCell{
    vertical-align: middle;
    padding:0 10px 0 10px;
}

.grpCell{
    width:90px;
    font-size: 0.9em;
}

.productListItemContainer{
    border: 1px solid #f3f3f3;
    margin-bottom: 4px;
    padding:4px;
    background-color: #fcfcfc;
}

#shoppingCart{
    border: 1px solid #f6f6f6;
    padding: 3px;
}

#shoppingCart a {
    text-decoration: none;
}

.current{
   
    font-weight: bolder;

}
.toDo{
    color:#c5c5c5;

}
.done{
    color: #c9c9c9;
}

#checkoutFooter{
    text-align: right;
    padding: 10px;
    border-top:1px solid #ddd;
    margin-top: 20px;
    background-color: #fbfbfb;
}

.formUl label{
    display: block;
    margin-top: 5px;
}
.formUl li{
    list-style: none;
}

#step4Li,step3Li{
    list-style: none;
}

.productListItemContainer {

}

.smallCart{
    padding:3px;

}
.attention{

    border: 2px #cc3333 solid;
    background-color: #ff9999;
}

.cartLine div {
    padding: 3px 10px 3px 10px;
}

.grandTotal{

    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #666666;

    border-bottom-style: double;
    border-bottom-width: 3px;
    border-bottom-color: #666666;
    
}
#addOne,#removeOne{
    cursor: pointer;
    font-weight: bold;
    width: 16px;
    vertical-align: middle;
    text-align: center;
    }
#addOne{
    color:#55ff60;
}
#removeOne{
    color:#ff6660;
}

#cartBig{
    margin-top: 4em;
    width:100%;
}

.cartLine{
    padding: 5px 0 3px 0;
}

.subTotal{
    padding-top: 10px;
    border-top: 1px solid #ccc;
}
.alignRight{
    text-align: right;
}

.alignLeft{
    text-align: left;
}
.emptyCart{
    color: #aa2020;
    padding:10px;
    font-size: 14px;
    background-color: #ffaaaa;
    border: 1px solid #aa2020;
}
.shopMore{
    margin-right: 100px;
}
