﻿#ShoppingCart
{
    width: 610px;
    margin-left: 22px;
}

#ShoppingCart h2
{
    font-family: Trebuchet MS;
    font-weight: bold;
    font-size: 30px;
    color: #9d887f;
}
#ShoppingCart .TotalPrice
{
    font-family: Trebuchet MS;
    font-weight: bold;
    font-size: 15px;
    color: #544b46;
}

#ShoppingCart .List
{
    width: 633px;
    border: none;
}
#ShoppingCart span
{
    font-family: Trebuchet MS;
    font-size: 12px;
    color: #544b46;
    display: block;
}

#ShoppingCart .Header
{
    font-family: Trebuchet MS;
    font-weight: bold;
    font-size: 14px;
    color: #ffffff;
    background-image: url('/Images/ShoppingCart/hdrOstoskori.gif');
    background-repeat: no-repeat;
    width: 630px;
    height: 59px;
    padding-top: 20px;
}
#ShoppingCart .Header a
{
    text-decoration: none;
    color: #ffffff;
}
#ShoppingCart .Header a:hover
{
    text-decoration: underline;
}

#ShoppingCart .List .RowItemImage
{
    background-image: url('/Images/ShoppingCart/bgProductLineCenter.gif');
    background-repeat: repeat-x;
    background-color: #e8e0da;
    height: 51px;
    width: 60px;
    border-bottom: solid 1px #d4c9c4;
    padding-top: 15px;
}
#ShoppingCart .List .RowItemImage img
{
    width: 47px;
    height: 38px;
}

#ShoppingCart .List .RowItemName
{
    background-image: url('/Images/ShoppingCart/bgProductLineCenter.gif');
    background-repeat: repeat-x;
    background-color: #e8e0da;
    height: 51px;
    width: 220px;
    border-bottom: solid 1px #d4c9c4;
    padding-top: 12px;
}
#ShoppingCart .List .RowItemName a
{
    font-family: Trebuchet MS;
    font-size: 12px;
    color: #544b46;
    text-decoration: underline;
    display: block;
}
#ShoppingCart .List .RowItemName a:hover
{
    text-decoration: none;
}

#ShoppingCart .List .RowItemUnitPrice
{
    background-image: url('/Images/ShoppingCart/bgProductLineCenter.gif');
    background-repeat: repeat-x;
    background-color: #e8e0da;
    height: 41px;
    width: 50px;
    border-bottom: solid 1px #d4c9c4;
    padding-top: 25px;
}

#ShoppingCart .List .RowItemQuantity
{
    background-image: url('/Images/ShoppingCart/bgProductLineCenter.gif');
    background-repeat: repeat-x;
    background-color: #e8e0da;
    height: 41px;
    width: 50px;
    border-bottom: solid 1px #d4c9c4;
    padding-top: 25px;
}
#ShoppingCart .List .RowItemQuantity .TextBox
{
    width: 30px;
}

#ShoppingCart .List .RowItemTotalPrice
{
    background-image: url('/Images/ShoppingCart/bgProductLineCenter.gif');
    background-repeat: repeat-x;
    background-color: #e8e0da;
    height: 41px;
    width: 60px;
    border-bottom: solid 1px #d4c9c4;
    padding-top: 25px;
}

#ShoppingCart .List .RowItemFunctions
{
    background-image: url('/Images/ShoppingCart/bgProductLineCenter.gif');
    background-repeat: repeat-x;
    background-color: #e8e0da;
    height: 51px;
    width: 120px;
    border-bottom: solid 1px #d4c9c4;
    padding-top: 15px;
}
#ShoppingCart .List .RowItemFunctions a
{
    font-family: Trebuchet MS;
    font-size: 12px;
    color: #b53c00;
    text-decoration: none;
    float: right;
    margin-right: 10px;
}
#ShoppingCart .List .RowItemFunctions a:hover
{
    text-decoration: underline;
}

#ShoppingCart .List .Left
{
    background-image: url('/Images/ShoppingCart/bgProductLineLeft.gif');
    background-repeat: repeat-y;
    height: 66px;
    width: 19px;
}
#ShoppingCart .List .Right
{
    background-image: url('/Images/ShoppingCart/bgProductLineRight.gif');
    background-repeat: repeat-y;
    height: 66px;
    width: 21px;
}

#ShoppingCart .Bottom
{
    background-image: url('/Images/ShoppingCart/bgOstoskoriBottom.png');
    background-repeat: no-repeat;
    height: 157px;
    width: 630px;
}