﻿@charset "utf-8";
/* CSS Document */
/* Author: UUNN.CN 厦门优网科技有限公司 */
/* Copyright: 正兴车轮集团有限公司 */
/* Created Date: 2008年7月29日 */
/* Modified Date: 2008年7月29日 */

@import url("layout.css");


/* ========================================= 全局定义 ============================================ */

/* * {margin:0;padding:0;} */

html, body {
	margin:0 auto;
	padding:0;
	width:100%;
	height:100%;
	height:auto;
	color:#a2a2a2;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	text-align /**/:center; /*for IE5*/
}
body {
	background:url(../images/common/bg.gif) repeat-x #EDEDED;
}

a {text-decoration:none;}
a:link, a:visited {color:#626262;}
a:hover {color:#1b1b1b;}

.clear, .clean {
	font:0px/0px sans-serif;
	clear:both;
	height:0;
	line-height:0;
	display:block;
	overflow:hidden;
}
img {border:0;}
.l {text-align:left;}
.c {text-align:center;}
.r {text-align:right;}
.fl {float:left;}
.fr {float:right;}
.b {font-weight:bold;}

