a:link
{
	color:#000099;
	text-decoration: none;
}

a:visited
{
	color:#000099;
	text-decoration: none;
}

a:hover
{
	color:Red;
	text-decoration: underline;
}

a:active
{
	color: #000099;
	text-decoration: none;
}

body
{
    margin:0px;
    padding:0px;
    font-size:12px;
}

/*Add by kingbob*/
.Title
{
	font-size:14px;
	font-family: Arial, 宋体;
	font-weight:bold;
	color:#0000C0;
}

.ProductTitle
{
	font-size:14px;
	font-family: Arial, 宋体;
	color:#FFFFFF;
	font-weight:bold;
}

.CheckOutDivImg
{
	float:left;
	width:33px;
	height:38px;
	background-image:url(../images/step.gif);
	margin-right:5px;
}

.CheckOutDivImg1
{
	float:left;
	width:33px;
	height:33px;
	background-image:url(../images/step.gif);
}

.CheckOutWaiting
{
	width:80px;
	height:38px;
	float:left;
	font-size:12px;
	color:#B1B1B1;
	padding-top:10px;
}

.CheckOutOK
{
	width:80px;
	height:38px;
	float:left;
	font-weight:bold;
	font-size:14px;
	color:#4E963C;
	padding-top:8px;
}

#MainNavaction .CurrentItem
{
    background-image:url(../Images/IndexNav.png);
    background-position:0px -310px;
    width:73px;
    height:23px;
    float:left;
    font-weight:bolder;
    font-size:14px;
    text-align:center;
    cursor:pointer;
    text-decoration:none;
    padding-top:10px ;
    color:White;
}

#MainNavaction a
{
    background-image:url(../Images/IndexNav.png);
    background-position:-52px -245px;
    width:73px;
    height:23px;
    float:left;
    font-size:12px;
    padding-top:10px ;
    color:#000099;
    text-align:center;
    cursor:pointer;
    display:block;
}

#MainNavaction a:link
{
    font-weight:bolder;
    color:#000099;
    text-align:center;
    cursor:pointer;
    text-decoration:none;
    display:block;
    width:73px;
    height:23px;
    font-weight:normal;
}

#MainNavaction a:hover
{
    background-image:url(../Images/IndexNav.png);
    background-position:0px -310px;
    width:73px;
    height:23px;
    float:left;
    font-weight:bolder;
    font-size:14px;
    text-align:center;
    cursor:pointer;
    text-decoration:none;
    padding-top:10px ;
    display:block;
    color:White;
}

#MainNavaction a:active
{
    background-image:url(../Images/IndexNav.png);
    background-position:0px -310px;
    width:73px;
    height:23px;
    float:left;
    font-weight:bolder;
    font-size:14px;
    text-align:center;
    cursor:pointer;
    text-decoration:none;
    padding-top:10px ;
    display:block;
    color:White;
}

.UserBarTitle
{
    width:118px;
    height:16px;
    color:White;
    font-size:16px;
    text-align:left;
    padding:7px 30px;
    float:left;
    background-image:url(../users/images/leftbar.gif);
}

.UserBarItem
{
	width:98px;
    height:15px;
    color:#3366CC;
    font-size:12px;
    float:left;
    cursor:pointer;
    padding-top:8px;
    padding-right:0px;
    padding-bottom:8px;
    padding-left:20px;
    text-align:left;
}

.ProductListType
{
 
 height:80px;
 width:160px;
 color:#ffffff;
 font-size:2px;
}

.ProductListItem
{
 border-bottom:dotted #eeeeee 1px;
 margin-bottom:5px;
}

.ProductListItem img
{
 border:0px solid Red;
}

/*后台功能样式*/
.TBText
{
	font-size:12px;
}