/***
 *	Éò±ûÓà Style (Default Style)
 *	askcherry.com  Author ShenBingyu  2012.05.05
 **/
 
/*---------- import ---------*/
@import url("index.css");
@import url("page.css");
@import url("tuku.css");
/*---------- base ---------*/
/* CSS Document */
html,body,
div,p,hr,pre,
h1,h2,h3,h4,h5,h6,
form,fieldset,label,
ul,ol,dl,li,dt,dd,table,tr,td,th,tfoot,tbody,thead {
	margin:0;
	padding:0;
	border:0;
	outline:none;
	list-style:none;
}
td{border:1px solid #eee; height:30px; line-height:30px;}
body{ font-family: "ËÎÌå"; font-size:12px;color:#333; background: url(../images/bg.gif) repeat-x left top #fff;overflow-x:hidden;}
li{list-style-type:none;}
.blanks{ width:100%; height:5px; overflow:hidden;}
a { text-decoration:none; outline:none;color:#333;}
strong,strong a { text-decoration:none; outline:none;color:#333;}
a:hover { text-decoration: none;  color: #D42818;}

table { width:100%;	border-collapse:collapse; border-spacing:0;	margin:0 auto; clear:both;}
fieldset,img { border:0;}
em { font-style:normal;}
hr { height:0; clear:both;}
.none { display:none;}

.top10{ margin-top:10px;}
.clear { clear:both;} 
.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden;}
* html .clearfix             { zoom: 1; } /* IE6 */ 
*:first-child+html .clearfix { zoom: 1; } /* IE7 */ 
.submits{ width:73px; height:21px; background:url(../images/orderd.jpg) no-repeat; border:none; cursor:pointer;}
q:before,q:after { content:'';}
.floatleft{ float:left; clear:left;}
.floatleft2{ float:left;}
.floatright{ float:right; clear:right;}
.borderbg{ border:#bbb; background:#F1F1F1;}
