﻿/*购物车样式信息*/
.CompleteSucessBg   /*购物成功信息页背景图*/
{
background-image:url(Images/CompleteShopping.jpg);
width:546px;
height:185px;
margin-left:auto;
margin-right:auto;
}

.btnShopLeft  /*首页按钮*/
{
	float: left; 
	text-align: right; 
	width: 485px; 
}

.btnShopRight /*关闭按钮*/
{
float: left;
text-align: left; 
width: 485px;
padding-left:30px;
}

ul
{
	list-style-type:none;
}

.listyle
{
	height:24px;
}

.liNowFont  /*购物车标题当前字体样式*/
{
color: #000000; 
font-size: 10pt; 
font-family: Arial;
}

.liAfterFont  /*购物车标题访问后字体样式*/
{
font-family: Arial; 
font-size: 9pt; 
color: #abaaaa;
}

.borderleftGridVidw /*购物车内容样式*/
{
	border-right-style:none;
	border-right-width:0px;
	border-left-style:none;
	border-left-width:0px;
}

.productPriced1 /*打折前价格,没有促销价格*/
{
	font-size:10pt;
	font-family:Arial Black;
	color:#000000;
}

.productPriced2 /*打折前价格，有促销价格*/
{
	font-size:9pt;
	font-family:Arial Black;
	color:#7b7673;
	text-decoration:line-through;
}


.allTitle1
{
 font-family:Arial Black;
 font-size:10pt;
 color:#000000;
}

.allTitle2
{
 font-family:Arial Black;
 font-size:9pt;
 color:#a1313d;
}

.allTitle3
{
 font-family:Arial Black;
 font-size:11pt;
 color:#049700;
}

.ContractStyle
{
 font-family:Arial Black;
 font-size:9pt;
 color:#049700;
 font-weight:bold;
}