@charset "utf-8";
body, div, p, th, td, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form,input,textarea, fieldset,legend, pre, blockquote {
	padding: 0;
	margin: 0;

}
h1, h2, h3, h4, h5, h6 {
	display: block;
	font-weight: normal;
	font-size: 100%;
}

p { 
	font-size: 12px;
	line-height: 150% ;
}


table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0px 0 0 0;
}
caption, th {
	text-align: left;
}
ol, ul {
	list-style: none;
}
img, fieldset, abbr, acronym {
	border: 0;
}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
}
q:before, q:after {
	content:'';
}
/*------------common postion*/
.relative{
	position:relative;
	}
.lineheight18{
	line-height:18px;
	}
/*------------common float*/
.floatL {
	float:left;
}
.floatR {
	float:right;
}
/*-----------common display*/
.block,.imgBlock img{
	display:block;
}
.inline,.imgInline img{
	display:inline;
	}
.none{
	display:none;
	}
/*-----------common clear--------------*/
.clearIn {
	clear:both;
}
.clearOut {
	clear:both;
	height:0px;
	line-height:0px;
	font-size:0px;
}
.clearBox {
	height:100%;
	overflow:auto;
	font-size: 0px;
	line-height: 0px;
}
/*------------------common margin---------------*/
.mT3 {
	margin-top:3px;
}
.mT5 {
	margin-top:5px;
	line-height:15px;
}
.mT7 {
	margin-top:7px;
}
.mT10 {
	margin-top:10px;
	line-height:15px;
}
.mT15 {
	margin-top:15px;
}
.mT20 {
	margin-top:20px;
}
.mT25 {
	margin-top:25px;
}
.mT30 {
	margin-top:30px;
}
.mT35 {
	margin-top:35px;
}
.mT50 {
	margin-top:50px;
}
/*---margin-right---*/
.mR3 {
	margin-right:3px;
}
.mR5 {
	margin-right:5px;
}
.mR7 {
	margin-right:7px;
}
.mR10 {
	margin-right:10px;
}
.mR15 {
	margin-right:15px;
}
.mR20 {
	margin-right:20px;
}
.mR30 {
	margin-right:30px;
}
.mR35 {
	margin-right:35px;
}
.mR50 {
	margin-right:50px;
}
/*---margin-bottom---*/
.mB3 {
	margin-bottom:3px;
}
.mB5 {
	margin-bottom:5px;
}
.mB7 {
	margin-bottom:7px;
}
.mB10 {
	margin-bottom:10px;
}
.mB15 {
	margin-bottom:15px;
}
.mB20 {
	margin-bottom:20px;
}
.mB25 {
	margin-bottom:25px;
}
.mB30 {
	margin-bottom:30px;
}
.mB35{
	margin-bottom:35px;
	}
.mB50 {
	margin-bottom:50px;
}
/*---margin-left---*/
.mL3 {
	margin-left:3px;
}
.mL5 {
	margin-left:5px;
}
.mL7 {
	margin-left:7px;
}
.mL10 {
	margin-left:10px;
}
.mL15 {
	margin-left:15px;
}
.mL20 {
	margin-left:20px;
}
.mL25 {
	margin-left:25px;
}
.mL30 {
	margin-left:30px;
}
.mL35{
	margin-left:35px;
	}
.mL50{
	margin-left:50px;
}
/*---------------common align at style-------------*/
.alignCenter {
	text-align:center;
}
.alignLeft {
	text-align:left;
}
.alignRight {
	text-align:right;
}
.verTop,.imgTop img{
	vertical-align:top;
	}
.verMiddle,.imgMiddle img{
vertical-align:middle;
}
/*---------common border style--------*/
.noBorder  .last{
border:none;
}
/*----------common overflow*/
.hiddenScroll{
	overflow:hidden;
	}
/*-------------------------------end------------------------------*/
