.changeAll {
    color:#A1A1A1;
    float:left;
}
.notice {
    background-color: #FFFDED;
    border: 1px solid #EED6A2;
    overflow: hidden;
    padding: 8px;
    margin: 10px 0;
    float:left;
    width:972px;
}
.notice ol{
    list-style-position: inside;
}
.notice li {
   color:#333;
}
.notice_left{
    display:inline-block;
    float:left;
    width:60%;
    border-right: 1px dashed #EED6A2;
    padding:0 10px;
}
.notice_right{
    display:inline-block;
    float:right;
    width:35%;
    padding:0 10px;
}
.price {
    color: #FF0000;
    font-family: verdana;
}
.gray {
    color:#999;
}
.deleteGoods {
    background: url("images/del.gif") no-repeat scroll 0 -3px transparent;
    color:#005EA7;
    margin-right: 20px;
    padding-left: 19px;
}
.deleteGoods a {
    color:#005EA7;
}
.favGoods{
    background: url("images/fav.gif") no-repeat scroll 0 -3px transparent;
    margin-right: 20px;
    padding-left: 19px;
}
.favGoods a {
    color:#005EA7;
}
table.cartTable {
  border: 1px solid #d2eb9e;
}
table.cartTable td {
  border-top: 1px solid #ECECEC;
  padding:5px;
  word-wrap: break-word;
  word-break:break-all;
}
table.cartTable th{
  padding:3px;
  background-color: #E2FCAA;
  border-top: 3px solid #82b713;
  font-weight:normal;
}
.cartTable .shipping_time{
    background: url("images/gray_bg.gif") repeat-x scroll 0 0 transparent;
    color: #A1A1A1;
    font-size: 14px;
    text-align: center;
    border-top:1px solid #D2EB9E;
    border-bottom:1px solid #D2EB9E;
}
.cartTable .act a{
     color:#005EA7;
}
.cartTable .tFoot {
    height:35px;
    background-color: #EFFCE0;
}
.cartTable .tFoot strong{
    font-size:14px;
    margin-right:15px;
    height:40px;
}
table.cartTableOther {
  border: 1px solid #e8ebd6;
  margin-top: 23px;
}
table.cartTableOther th {
    background: #f4f7e2;
    padding: 3px 9px 3px 9x;
    border-bottom: 3px solid #e8ebd6;
    color: #4a4b45;
}
table.cartTableSimple {
  border: 1px solid #9EDEEB;
}
table.cartTableSimple th {
  background: #E4F0F5;
  color: #2787AF;
}
table .cartTableTitleSimple a {
  color: #0093C5;
  font-weight: bold;

}

input{margin:2px}

strong {
    font-size: 14px;
    height: 40px;
    margin-top: 10px;
}

.cartTableTitle th {
    background-color: #E2FCAA;
    border-top: 3px solid #82B713;
    font-weight: normal;
    padding: 3px;
}
.orderMark span {
  border: 1px solid #BDD48E;
  background: #D2EB9E;
  font-weight: bold;
  color: #BDD48E;
  padding: 3px 10px 3px  0;
}
.cartTableSimple table{
  border: 1px solid #9EDEEB;
}
.cartTableSimple td {
  background: #EBF4F5;
}
.cartTableTitleSimple td {
  background: white;
}
.price {
    color: #FF0000;
    font-family: verdana;
}
.gray {
    color:#999;
}
