/*   基本样式  */
BODY {
    margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	FONT: 12px/180%  Arial,宋体;
	COLOR: #555555;
	}

a {
outline:none;
} 	
a:link {
	font-size: 12px/200%;
	color: #333;
	text-decoration:none;
	
}
a:visited {
	font-size: 12px/200%;
	color: #333;
	text-decoration:none;
}
a:hover {
	font-size: 12px/200%;
	color: #fc0007;
	text-decoration:none;
}
a:active {
	font-size: 12px/200%;
	color: #333;
	text-decoration:none;
}


/*   图片   */
img {border:0 none;} 
.img_commodit {border:0 none;text-align:center;padding:20px;}


/*   字体样式  */

/* 红色 */
.f12red {
	 FONT-SIZE: 12px; COLOR: #b70000;FONT-FAMILY: Arial,宋体
}
.f12red_b {
	 FONT-SIZE: 12px; COLOR: #b70000;FONT-FAMILY: Arial,宋体;FONT-WEIGHT: bold
}
.f14red_b {
	 FONT-SIZE: 14px; COLOR: #b70000;FONT-FAMILY: Arial,宋体;FONT-WEIGHT: bold
}
.f18red_b {
	 FONT-SIZE: 18px; COLOR: #b70000;FONT-FAMILY: Arial,宋体;FONT-WEIGHT: bold
}

/*   灰色  */
.f10move {
	FONT-SIZE: 10px ;COLOR:#555555;FONT-FAMILY: sant-serif
}
.f12gray {
	FONT-SIZE: 12px ;COLOR:#555555;FONT-FAMILY: Arial,宋体
}
.f12gray_b {
	FONT-SIZE: 12px ;COLOR:#555555;FONT-FAMILY: Arial,宋体;FONT-WEIGHT: bold;
}
.f13gray {
	FONT-SIZE: 13px ;COLOR:#555555;FONT-FAMILY: Arial,宋体
}
.f13gray_b {
	FONT-SIZE: 13px ;COLOR:#555555;FONT-FAMILY: Arial,宋体;FONT-WEIGHT: bold;
}
.f14gray {
	FONT-SIZE: 14px ;COLOR:#555555;FONT-FAMILY: Arial,宋体
}
.f14gray_b {
	FONT-SIZE: 14px ;COLOR:#555555;FONT-FAMILY: Arial,宋体;FONT-WEIGHT: bold;
}
.f12gray_mline {
	FONT-SIZE: 12px ;COLOR:#555555;FONT-FAMILY: Arial,宋体;text-decoration:line-through
}
.f16grayb {
	FONT-SIZE: 16px ;COLOR:#555555;FONT-FAMILY: Arial,宋体;FONT-WEIGHT: bold;
}

/*   白色  */
.f12white {
	 FONT-SIZE: 12px; COLOR: #ffffff;FONT-FAMILY: Arial,宋体
}

/*   链接样式  */
a.f14gray_b:link { font-family:Arial,宋体;FONT-WEIGHT: bold;
    font-size: 14px;
	color:#666666;
	text-decoration: none;
}
a.f14gray_b:visited {font-family:Arial,宋体;FONT-WEIGHT: bold;
	font-size: 14px;
	color:#666666;
	text-decoration: none;
}
a.f14gray_b:hover {font-family:Arial,宋体;FONT-WEIGHT: bold;
	font-size: 14px;
	color: #3b0060;
    text-decoration: none;
}
a.f14gray_b:active {font-family:Arial,宋体;FONT-WEIGHT: bold;
	font-size: 14px;
	color: #666666;
	text-decoration: none;
}

a.f12white:link { font-family:Arial,宋体;
    font-size: 12px;
	color:#ffffff;
	text-decoration: none;
}
a.f12white:visited {font-family:Arial,宋体;
	font-size: 12px;
	color:#ffffff;
	text-decoration: none;
}
a.f12white:hover {font-family:Arial,宋体;
	font-size: 12px;
	color: #b70000;
    text-decoration: none;
}
a.f12white:active {font-family:Arial,宋体;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}