/* 全局CSS定义 */
body {
	padding:0px;
	margin:0px;
	text-align: center;
	font-size:11px;
	color:#71624B;
	font-family: Verdana,Arial;
	background-color: #D3C2AE;
}
div,form,img,ul,ol,li,dl,dt,dd,p {	margin: 0; padding: 0; border: 0;}
h1,h2,h3,h4,h5,h6 { margin:0; padding:0;font-size:11px;}
table,td,tr,th{	font-size:11px;}
input,textarea,select{font-size:11px;color: #666666;}

.left {	float: left;}
.right {	float: right;}
.clear {	clear: both; font-size:1px; width:1px; visibility: hidden; }
.hidden {	display: none;}
.noBorder {	border:none;}

/* 链接颜色 */
a:link {	color: #71624B; text-decoration:none;}
a:visited {	color: #71624B;	text-decoration:none;}
a:hover {	color: #F87295; text-decoration:underline;}
a:active {	color: #F87295;}


a.a-01:visited { text-decoration: none; color: #705F4B; font-size:9px;}
a.a-01:link    { text-decoration: none; color: #705F4B; font-size:9px;}
a.a-01:hover   { text-decoration: underline; color: #B1D6E9; font-size:9px;}
a.a-01:active {	color: #B1D6E9;}

a.a-02:visited { text-decoration: none; color: #F87295; font-size:9px;}
a.a-02:link    { text-decoration: none; color: #F87295; font-size:9px;}
a.a-02:hover   { text-decoration: underline; color: #B1D6E9; font-size:9px;}
a.a-02:active {	color: #B1D6E9;}


a.a-03:link {COLOR: #336699; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: underline}
a.a-03:visited { text-decoration: none; color: #336699; font-size:11px;}
a.a-03:hover   { text-decoration: underline; color: #ee8a9a; font-size:11px;}
a.a-03:active {COLOR: #336699; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: underline}

.font-line-12-25{ line-height: 25px; }
.font-line-14-28{ font-size: 14px; line-height: 28px; }

.bg-white{background:#FFFFFF;}
.bg-black{background:#000000;}

.mag-top5{ margin-top:5px;}
.mag-btm5{ margin-bottom:5px;}

.pad-top10{ padding-top:10px;}
.pad-right10{ padding-right:10px;}
.pad-btm10{ padding-bottom:10px;}
.pad-left10{ padding-left:10px;}
.pad-main{ background:#FFFFFF;padding-left:16px;padding-right:16px;}
.pad-main-right{ padding-left:16px;padding-top:16px;}

.font-white{color: #FFFFFF;font-size:11px;}
.font-white-b{color: #FFFFFF; font-weight: bold;font-size:11px;}

.font-white14{color: #FFFFFF; font-size: 14px;}
.font-white14-b{color: #FFFFFF; font-weight: bold; font-size: 14px;}


.font-black{color: #000000;}
.font-black-b{color: #000000; font-weight: bold;}

.font-black14{color: #000000; font-size: 14px;}
.font-black14-b{color: #000000; font-weight: bold; font-size: 14px;}

.font-title{color: #000000; font-weight: bold; font-size: 18px;}

.input-button{font-size:12px; color: #666666; border: 2px solid #999999; background-color: #EFEFEF; padding-top:3px; cursor:hand;}

.input-top{font-size:12px; color: #53800C; border: 0px; background-color: #D4EF95; padding-top:3px;}
.input-none{border: none; }

.bg-01A{background:#E2D5CD;}
.bg-01B{background:#705F4B;}
.bg-02A{background:#F78103;}
.bg-03A{background:#B1D6E9;}

.border-btm-01A{border-bottom: 1px dotted #705F4B;}
.border-left-01A{border-left: 1px dotted #705F4B;}
.border-top-01A{border-top: 1px dotted #705F4B;}
.border-right-01A{border-right: 1px dotted #705F4B;}
.border-product{border: 2px solid #B9B1A6;}