﻿/*title*/
.font_01{
	font-size:14px;
	color:#603311;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
/*棕色字体*/
.font_02{
	font-size:12px;
	color:#603311;
	font-family: Arial, Helvetica, sans-serif;
}
/*标题粗体 棕色*/
.font_03{
	font-size:14px;
	color:#603311;
	font-weight: bold; 
	font-family: Arial, Helvetica, sans-serif;
}
/*普通的文字*/
.font_04{
	font-size:12px;
	color:#464646;
	font-family: Arial, Helvetica, sans-serif;
}

.BigCategory{
	font-size: 10px;
	color:#603311;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.SmallCategory{
	font-size: 10px;
	color:#603311;
	font-family: Arial, Helvetica, sans-serif;
}
.Money{
	font-size: 18px;
	color:#C00505;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.ProductTitle{
	font-size: 12px;
	color:#A10A03;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.ProductDescription{
	font-size: 10px;
	color:#464646;
	font-family: Arial, Helvetica, sans-serif;
}
.PageTitle{
	font-size: 13px;
	color:#603311;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.menu{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold; 
	font-size:13px;
	color:#603311;
}
.hr{
	height: 3px;
	color:#603311;
}
.footer{
	font-size:10px;
	color:#98897E;
	font-family: Arial, Helvetica, sans-serif;
	
}
.spr{
	width:10px;
	 text-align: center;
}
.td{
   width:70px;
	 text-align: center;
	 
	 font-family:Arial;
	 font-size:12px;
}
#Layer1 {
	position:absolute;
	width:407px;
	height:17px;
	z-index:1;
	left: 17px;
	top: 59px;
	visibility: hidden;
}

/*line               */
.hr{
	border:1px ;
	border:solid;
	border: #E9E9E9;
	border-color: #E9E9E9;
	border-style: solid;
}
/* image-border---*/
.image_border
{
    BORDER-RIGHT: #d8d8d8 1px solid; BORDER-TOP: #d8d8d8 1px solid; BORDER-LEFT: #d8d8d8 1px solid; BORDER-BOTTOM: #d8d8d8 1px solid;
}
/*连接颜色*/
a
{
	font-family:Arial, Helvetica, sans-serif;
    text-decoration:none;
    color:#98897E;
    border:none;
}

a:active
{ 
   /*color: #FF0000;*/
   /*text-decoration:underline; */
} 
/*a:link
{
    color:#868484;
    text-decoration:underline; 
    }*/
a:hover
{
   /* color:#FF0000;*/   
}

.menulink
{
	color: #603311; 
}