﻿/************************************************************************
Title:			  reset.css
Browser(s): 	  IE6,IE7,IE8,ff.

Author: 		  gbuy  for 
Created: 		  17.09.2009
Last modified:  

*************************************************************************/
@charset "utf-8";
body, h1, h2, h3, h4, h5, h6,  p, blockquote, 
dl, dt, dd, ul, ol, li, 
pre, 
form, fieldset, legend, button, input, textarea, 
th, td {
    margin: 0;
    padding: 0;
}

/** font **/
body,
button, input, select, textarea { /* for ie */
    font: 12px/1 Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif; 
}

h1 { font-size: 18px; /* 18px / 12px = 1.5 */ }
h2 { font-size: 16px; }
h3 { font-size: 14px; }
h4, h5, h6 { font-size: 100%; }

address, cite, dfn, em, var { font-style: normal; } 
code, kbd, pre, samp, tt { font-family: "Courier New", Courier, monospace; } 
small { font-size: 12px; } 

/** list **/
ul, ol { list-style: none; }

/** font text **/
a[href^="javascript"]:focus{outline:0; -moz-outline-style: none;}
a {color: #515151; text-decoration: none; border: 0; background-color: transparent; }
a:hover {color: #E02B24; text-decoration: underline; background-color: transparent; }
a:visited 	{ color: #000; background: inherit; text-decoration: none;}
a:active{color: #E02B24; outline:0;}

abbr[title], acronym[title] { 
	border-bottom: 1px dotted;
	cursor: help;
}

blockquote:before, blockquote:after, 
q:before,q:after{content: “”; content: none;}
q {quotes: “” “”;}

/** form**/
legend { color: #000; } /* for ie6 */
fieldset, img { border: none; } 
button, input, select, textarea {
    font-size: 100%; 
}

/** table **/
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/** other **/
hr{ clear:both; margin:7px 0; +margin: 0; border:0 none;font-size: 1px; line-height:1px; color: #DCDCDC;  *color: #DCDCDC; /* for ie7- */ background-color:#DCDCDC; height: 1px;}


/** common classes **/
.lclear	{ clear: left;		}
.rclear	{ clear: right;	}
.nfloat	{ float: none;		}
.lfloat	{ float: left;		}
.rfloat	{ float: right;	}
.lalign  { text-align: left;}
.Calign  { text-align: center;}
.ralign  { text-align: right;}
.imgalign{ margin-bottom: -3px;  padding-right: 3px;}
.hide	   { display: none;	}
.inline	{ display: inline;}
.block	{ display: block;	}
.fweight { font-weight: bolder;}
.fi2em{ text-indent:2em;}

.ffclear{clear:both;line-height:1px}

.marginB15{ width:100%; margin-bottom:15px; padding-top:1px; display: block;}
.hei_font{ font-family:SimHei,SimSun;}
.lheight_25{ line-height:20px;}

