﻿/* $Id: html-reset.css,v 1.6.2.2 2010/06/26 15:36:03 johnalbin Exp $ */

/*------------------------------------------------------------
	default style
------------------------------------------------------------*/
body .block {
	margin-bottom: 0;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-style: normal;
	vertical-align: baseline;
}

body.i18n-zh-hans {
	font-family: "微软雅黑", "宋体",Arial, Helvetica, sans-serif;;
}

body.i18n-en {
	font-family: Arial, Helvetica, sans-serif;
}

input, select, option, textarea, button {
}

body {
	color: #4d4f53;
	-webkit-text-size-adjust:none;
	font-size: 12px;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

input, textarea {
	font-size: 100%;
	margin: 0;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a,
a:link {
	text-decoration: none;
}

a:visited {
}

a:hover {
}

a:active {
}

/*------------------------------------------------------------
	advantage style
------------------------------------------------------------*/
.textRight {
	text-align: right;
}

.textCenter {
	text-align: center;
}


/* float */

.floatL {
	float: left;
}

.floatR {
	float: right;
}

.clear {
	clear:both;
}

.hrClear {
	clear:both;
	visibility: hidden;
}

	* html .clearFix,
	* html #globalNavi,
	* html #main {
		display: inline-block;
		zoom: 100%;
	}

	*+html .clearFix,
	*+html #globalNavi,
	*+html #main {
		display: inline-block;
		zoom: 100%;
	}

.clearFix:after,
#globalNavi:after,
#main:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}



	* html .clearfix{
		display: inline-block;
		zoom: 100%;
	}

	*+html .clearfix{
		display: inline-block;
		zoom: 100%;
	}

.clearfix:after{
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}



/*------------------------------------------------------------
	overflow style 
------------------------------------------------------------*/

ul.menu {
  list-style: none;
  border: none;
  text-align:left; /* LTR */
}
ul.menu li {
  margin: 0 0 0 0; /* LTR */
}
li.expanded {
  list-style-type: none;
  list-style-image: none;
  padding: 0 0; /* LTR */
  margin: 0;
}
li.collapsed {
  list-style-type: none;
  list-style-image: none; /* LTR */
  padding: 0; /* LTR */
  margin: 0;
}
li.leaf {
  list-style-type: none;
  list-style-image: none;
  padding:0; /* LTR */
  margin: 0;
}
li a.active {
  color: #000;
}
td.menu-disabled {
  background: #ccc;
}
ul.links {
  margin: 0;
  padding: 0;
}
ul.links.inline {
  display: block;
}
ul.links li {
  display: block;
  list-style-type: none;
  padding: 0;
}
.block ul {
  margin: 0;
  padding: 0; /* LTR */
}
