﻿#sitemap 
{
    color: #706D6E;
    font-size: 20px;
    margin: 5px 0;
}
.Step li
{
    margin: 0 10px;           
}
#lstCart
{
    text-align:center;
    border-collapse:collapse;
}
#lstCart,#lstCart th,#lstCart td
{
    border-color:#E5E5E5;
    padding:0px;
} #lstCart td {
    border-width: 1px;
    border-color: #E5E5E5;
    border-style: solid;
}
#lstCart th
{
    min-height:30px;
    background-color:#ffcccc;
}
#lstCart th.img,
#lstCart td.img{width:314px;}
#lstCart th.name,
#lstCart td.name{width:240px; padding:5px;}
#lstCart td.name{text-align:left;color:#878787;}
#lstCart td.name span.goodname{display:block;}
#lstCart td.name span.aname{display:block; color:Blue;}
#lstCart th.size,
#lstCart td.size{width:83px;}
#lstCart th.color,
#lstCart td.color{width:49px;}
#lstCart th.qty,
#lstCart td.qty{width:73px;}
#lstCart th.weight,
#lstCart td.weight{width:55px;}
#lstCart th.money,
#lstCart td.money{width:141px;}
#lstCart th.amount,
#lstCart td.amount{width:141px;}
#lstCart th.del,
#lstCart td.del{width:51px;}
#lstCart span.gift{color:Blue;}
#cartTotal
{
    font-size: 14px;
    margin: 10px 10px 0px 300px;
    text-align: right;
}
#cartTotal li
{
    height:30px;
    line-height:30px;
}
#cartTotal li.aproject
{
    color:Blue;
    border-color:transparent;
}
div.total
{
    font-size:18px;
    background:#e8e8e8;
    height:40px;
    line-height:40px;
    text-align: right;
    padding-right: 10px;
}
#cartTotal li span.name
{

}
/*/ucr/getShoppingCartGift.ascx*/
#tbGift td.arrow
{
    cursor:pointer;
    text-align:center;
}
#tbGift td.arrow:hover
{
    background-color:#000;
    opacity: 0.2;
    filter: alpha(opacity=20);
    color:#fff;
}
#lstGift {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    display: inline-block;
    *display:inline;
	*zoom:1;
}
#lstGift li {
    float: left;
    width: 160px;
    margin-left:50px;
}
#lstGift li a.img
{
    display:block;
    height:115px;
    line-height:115px;
    text-align:center;
    font-size:0px;
}
#lstGift li a.img img
{
    vertical-align:middle;
}
#lstGift li div {
    line-height: 18px;
}
#lstPlus {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    display: inline-block;
    *display:inline;
	*zoom:1;
}
#lstPlus li {
    float: left;
    width: 160px;
    margin-left:50px;
}
#lstPlus li a.img
{
    display:block;
    height:115px;
    line-height:115px;
    text-align:center;
    font-size:0px;
}
#lstPlus li a.img img
{
    vertical-align:middle;
}
#lstPlus li div {
    line-height: 18px;
}
#lstPlus li div.price
{
    text-align:center;
}
#lstPlus li div.price:before
{
    content:'加購價：';
    text-align:center;
}