@charset "utf-8";
/* -----------------------------------------------------------------------
@import url()
 Blueprint CSS Framework 0.8

----------------------------------------------------------------------- */
/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}
body {
	line-height:1.5;
}
table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
table, td, th {
	vertical-align:middle;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
a img {
	border:none;
}
/* typography.css */
body {
	font-size:75%;
	color:#222;
	background:#fff;
	font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	color:#111;
}
h1 {
	font-size:3em;
	line-height:1;
	margin-bottom:0.5em;
}
h2 {
	font-size:2em;
	margin-bottom:0.75em;
}
h3 {
	font-size:1.5em;
	line-height:1;
	margin-bottom:1em;
}
h4 {
	font-size:1.2em;
	line-height:1.25;
	margin-bottom:1.25em;
}
h5 {
	font-size:1em;
	font-weight:bold;
	margin-bottom:1.5em;
}
h6 {
	font-size:1em;
	font-weight:bold;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin:0;
}
p {
	margin:0 0 1.5em;
}
p img.left {
	float:left;
	margin:1.5em 1.5em 1.5em 0;
	padding:0;
}
p img.right {
	float:right;
	margin:1.5em 0 1.5em 1.5em;
}
a:focus, a:hover {
	color:#000;
}
a {
	color:#009;
	text-decoration:underline;
}
li ul, li ol {
	margin:0 1.5em;
}
ul, ol {
	margin:0 1.5em 1.5em 1.5em;
}
ul {
	list-style-type:disc;
}
ol {
	list-style-type:decimal;
}
dl {
	margin:0 0 1.5em 0;
}
dl dt {
	font-weight:bold;
}
dd {
	margin-left:1.5em;
}
table {
	margin-bottom:1.4em;
}
/*table去掉了width:100%,要不然使后面的table控制不了具体完度*/
th {
	font-weight:bold;
}
thead th {
	background:#c3d9ff;
}
th, td, caption {
	padding:4px 10px 4px 5px;
}
tr.even td {
	background:#e5ecf9;
}
tfoot {
	font-style:italic;
}
caption {
	background:#eee;
}
.small {
	font-size:.8em;
	margin-bottom:1.875em;
	line-height:1.875em;
}
.large {
	font-size:1.2em;
	line-height:2.5em;
	margin-bottom:1.25em;
}
.hide {
	display:none;
}
.quiet {
	color:#666;
}
.loud {
	color:#000;
}
.highlight {
	background:#ff0;
}
.added {
	background:#060;
	color:#fff;
}
.removed {
	background:#900;
	color:#fff;
}
.first {
	margin-left:0;
	padding-left:0;
}
.last {
	margin-right:0;
	padding-right:0;
}
.top {
	margin-top:0;
	padding-top:0;
}
.bottom {
	margin-bottom:0;
	padding-bottom:0;
}
/* grid.css */
.container {
	width:990px;
	margin:0px auto;
}
.showgrid {
	background:url(src/grid.png);
}
.column, div.span-1, div.span-2, div.span-3, div.span-4, div.span-5, div.span-6, div.span-7, div.span-8, div.span-9, div.span-10, div.span-11, div.span-12, div.span-13, div.span-14, div.span-15, div.span-16, div.span-17, div.span-18, div.span-19, div.span-20, div.span-21, div.span-22, div.span-23, div.span-24 {
	float:left;
	margin-right:10px;
}
.last, div.last {
	margin-right:0;
}
.span-1 {
	width:30px;
}
.span-2 {
	width:70px;
}
.span-3 {
	width:110px;
}
.span-4 {
	width:150px;
}
.span-5 {
	width:190px;
}
.span-6 {
	width:230px;
}
.span-7 {
	width:270px;
}
.span-8 {
	width:310px;
}
.span-8-1 {
	width:320px;
}
.span-9 {
	width:350px;
}
.span-10 {
	width:390px;
}
.span-11 {
	width:430px;
}
.span-12 {
	width:470px;
}
.span-13 {
	width:510px;
}
.span-14 {
	width:550px;
}
.span-15 {
	width:590px;
}
.span-16 {
	width:630px;
}
.span-17 {
	width:670px;
}
.span-18 {
	width:710px;
}
.span-19 {
	width:750px;
}
.span-20 {
	width:790px;
}
.span-21 {
	width:830px;
}
.span-22 {
	width:870px;
}
.span-23 {
	width:910px;
}
.span-24, div.span-24 {
	width:950px;
	margin:0;
}
.span-25, div.span-25 {
	width:990px;
	margin:0;
}

.prepend-top {
	margin-top:1.5em;
}
.append-bottom {
	margin-bottom:1.5em;
}
.box {
	padding:1.5em;
	margin-bottom:1.5em;
	background:#E5ECF9;
}
hr {
	background:#ddd;
	color:#ddd;
	clear:both;
	float:none;
	width:100%;
	height:.1em;
	margin:0 0 1.45em;
	border:none;
}
hr.space {
	background:#fff;
	color:#fff;
}
.clearfix:after {
	content:"\0020";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	overflow:hidden;
}
.clearfix, .container {
	display:block;
}
.clear {
	clear:both;
}
/* forms.css */
label {
	font-weight:bold;
}
fieldset {
	padding:1.4em;
	margin:0 0 1.5em 0;
	border:1px solid #ccc;
}
legend {
	font-weight:bold;
	font-size:1.2em;
}
input.text, input.title, textarea, select {
	margin:0px;
	border:1px solid #bbb;
}
input.text2, input.title2, textarea, select {
	margin:0px;
	border:1px solid #bbb;
}
input.text:focus, input.title:focus, textarea:focus, select:focus {
	border:1px solid #666;
}
input.text2:focus, input.title2:focus, textarea2:focus, select:focus {
	border:1px solid #666;
}
/*.inputbox {
	height:16px !important;
	height:28px;
	padding:5px;
	margin:0px;
	border:1px solid #000;
	}*/



/*控制文本输入*/
input.text, input.title {
	width:180px;
	height:16px !important;
	height:28px;
	padding:5px;
}
input.text2, input.title2 {
	width:300px;
	height:16px !important;
	height:28px;
	padding:5px;
}
input.title {
	font-size:1.5em;
}
/*textarea {width:390px;height:250px;padding:5px;}
*/
input.text.blur, textarea.blur {
	/*  color: #000;*/
/*  font-style: italic;
*/
border: 0px;
	border-width:0px;/*消除按钮点击后出现黑色框,需要加上onfocus="this.blur()"*/
}
.findicon {
	padding-left:20px;
	background-image:url(../images/icon_button_sprite.png);
	background-repeat:no-repeat;
	background-position: 0px -511px;
	_background-position: 0px -508px;
	position: relative;
	text-decoration:none;
	behavior: url(/templates/default/scripts/iepngfix.htc);
}
.icowen {
}
.icowen a {
	text-decoration:none;
	cursor:pointer;
}
.addicon {
	padding-left:20px;
	background-image:url(../images/icon_button_sprite.png);
	background-repeat:no-repeat;
	background-position: 0px -148px;
    *background-position: 0px -149px;
	_background-position: 0px -147px;
	position: relative;
	text-decoration:none;
	behavior: url(/templates/default/scripts/iepngfix.htc);
}
.editicon {
	padding-left:20px;
	background-image:url(../images/icon_button_sprite.png);
	background-repeat:no-repeat;
	background-position: 0px -346px;
	_background-position: 0px -343px;
	position: relative;
	text-decoration:none;
	behavior: url(/templates/default/scripts/iepngfix.htc);
}
.linkicon {
	padding-left:20px;
	background-image:url(../images/icon_button_sprite.png);
	background-repeat:no-repeat;
	background-position: 0px -270px;
 *background-position: 0px -271px;
	_background-position: 0px -269px;
	position: relative;
	text-decoration:none;
	behavior: url(/templates/default/scripts/iepngfix.htc);
}
.addmeicon {
	padding-left:20px;
	background-image:url(../images/icon_button_sprite.png);
	background-repeat:no-repeat;
	background-position: 0px -239px;
 *background-position: 0px -240px;
	_background-position: 0px -236px;
	position: relative;
	text-decoration:none;
	behavior: url(/templates/default/scripts/iepngfix.htc);
}
.publicicon {
	padding-left:20px;
	background-image:url(../images/icon_button_sprite.png);
	background-repeat:no-repeat;
	background-position: 0px -282px;
 *background-position: 0px -284px;
	_background-position: 0px -282px;
	position: relative;
	text-decoration:none;
	behavior: url(/templates/default/scripts/iepngfix.htc);
}
.widgetsicon {
	padding-left:20px;
	background-image:url(../images/icon_button_sprite.png);
	background-repeat:no-repeat;
	background-position: 0px -314px;
 *background-position: 0px -315px;
	_background-position: 0px -314px;
	position: relative;
	text-decoration:none;
	behavior: url(/templates/default/scripts/iepngfix.htc);
}
.createicon {
	padding-left:20px;
	background-image:url(../images/icon_button_sprite.png);
	background-repeat:no-repeat;
	background-position: 0px -147px;
 *background-position: 0px -149px;
	_background-position: 0px -148px;
	position: relative;
	text-decoration:none;
	behavior: url(/templates/default/scripts/iepngfix.htc);
}
/*ico png图标单独裁出来使用*/	
/*.icowen_infor {
	height:16px;
	display:block;
	*vertical-align:middle;
	}*/
 /* FireFox */
.icowen_infor {
	height:16px;
	display:block;
}
/* ie6 fixed */
*html .icowen_infor {
	height:16px;
	display:block;
	overflow:hidden;
	padding-top: 3px;
}
/* ie7 fixed, 注意顺序 */	
*+html .icowen_infor {
	height:16px;
	display:block;
	vertical-align:middle;
	padding-top: 1px;
}
/* FireFox */
.addicon_01 {
	width: 17px;
	margin-left:7px;
	margin-top: 2px;
	height: 16px;
	background-image:url(../images/jia.png);
	background-position:center center;
	background-repeat:no-repeat;
	text-decoration:none;
	behavior: url(/templates/default/scripts/iepngfix.htc);
	display:block;
	float:left;
}
/* ie6 fixed */
*html .addicon_01 {
	width: 17px;
	margin-left:7px;
	_margin-top: 3px;
	height: 15px;
	background-image:url(../images/jia.png);
	background-position:center center;
	background-repeat:no-repeat;
	text-decoration:none;
	behavior: url(/templates/default/scripts/iepngfix.htc);
	display:block;
	float:left;
	display:inline;/*	border:1px solid #000;
*/	}
/* ie7 fixed, 注意顺序 */	
*+html .addicon_01 {
	width: 17px;
	margin-left:7px;
	margin-top: 3px;
	height: 15px;
	background-image:url(../images/jia.png);
	background-position:center top;
	background-repeat:no-repeat;
	text-decoration:none;
	behavior: url(/templates/default/scripts/iepngfix.htc);
	display:block;
	float:left;
}
/*kkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk*/

/* FireFox */
.home_01 {
	width: 17px;
	margin-left:7px;
	margin-top: 1px;
	height: 17px;
	background-image:url(../images/home01.gif);
	background-position:center center;
	background-repeat:no-repeat;
	text-decoration:none;
	display:block;
	float:left;
}
/* ie6 fixed */
*html .home_01 {
	width: 17px;
	margin-left:7px;
	_margin-top: 2px;
	height: 16px;
	background-image:url(../images/home01.gif);
	background-position:center center;
	background-repeat:no-repeat;
	text-decoration:none;
	display:block;
	float:left;
	display:inline;/*	border:1px solid #000;
*/	}
/* ie7 fixed, 注意顺序 */	
*+html .home_01 {
	width: 17px;
	margin-left:7px;
	margin-top: 3px;
	height: 15px;
	background-image:url(../images/home01.gif);
	background-position:center top;
	background-repeat:no-repeat;
	text-decoration:none;
	display:block;
	float:left;
}


/* FireFox */
.show_01 {
	width: 17px;
	margin-left:15px;
	margin-top: 2px;
	height: 16px;
	background-image:url(../images/jia.png);
	behavior: url(/templates/default/scripts/iepngfix.htc);
	background-position:center center;
	background-repeat:no-repeat;
	text-decoration:none;
	display:block;
	float:left;
}
/* ie6 fixed */
*html .show_01 {
	width: 12px;
	margin-left:15px;
	_margin-top: 4px;
	height: 14px;
	background-image:url(../images/jia.png);
	behavior: url(/templates/default/scripts/iepngfix.htc);
	background-position:center center;
	background-repeat:no-repeat;
	text-decoration:none;
	display:block;
	float:left;
	display:inline;/*	border:1px solid #000;
*/	}
/* ie7 fixed, 注意顺序 */	
*+html .show_01 {
	width: 17px;
	margin-left:15px;
	margin-top: 3px;
	height: 15px;
	background-image:url(../images/jia.png);
	behavior: url(/templates/default/scripts/iepngfix.htc);
	background-position:center top;
	background-repeat:no-repeat;
	text-decoration:none;
	display:block;
	float:left;
}

.icowen_show {
	height:16px;
	display:block;
	overflow:hidden;
	padding-top: 1px;
}
/* ie6 fixed */
*html .icowen_show {
	height:16px;
	display:block;
	overflow:hidden;
	padding-top: 2px;
}
*+html .icowen_show {
	height:16px;
	display:block;
	overflow:hidden;
	padding-top: 1px;
}


/* FireFox */
.addicon_08 {
	width: 17px;
	margin-left:7px;
	margin-top: 2px;
	height: 16px;
	background-image:url(../images/shared/cz_dh.gif);
	background-position:-4px -5px;
	background-repeat:no-repeat;
	text-decoration:none;
	display:block;
	float:left;
}
/* ie6 fixed */
*html .addicon_08 {
	width: 17px;
	margin-left:7px;
	_margin-top: 3px;
	height: 15px;
	background-image:url(../images/shared/cz_dh.gif);
	background-position:-4px -5px;
	background-repeat:no-repeat;
	text-decoration:none;
	display:block;
	float:left;
	display:inline;/*	border:1px solid #000;
*/	}
/* ie7 fixed, 注意顺序 */	
*+html .addicon_08 {
	width: 17px;
	margin-left:7px;
	margin-top: 3px;
	height: 15px;
	background-image:url(../images/shared/cz_dh.gif);
	background-position:-4px -5px;
	background-repeat:no-repeat;
	text-decoration:none;
	display:block;
	float:left;
}
/*kkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk*/

/*gggggggggggggggggggggggggggggggggggggggg*/

/* FireFox */
.addicon_09 {
	width: 17px;
	margin-left:7px;
	margin-top: 2px;
	height: 16px;
	background-image:url(../images/shared/cz_dh.gif);
	background-position:-4px -147px;
	background-repeat:no-repeat;
	text-decoration:none;
	display:block;
	float:left;
}
/* ie6 fixed */
*html .addicon_09 {
	width: 17px;
	margin-left:7px;
	_margin-top: 3px;
	height: 15px;
	background-image:url(../images/shared/cz_dh.gif);
	background-position:-4px -148px;
	background-repeat:no-repeat;
	text-decoration:none;
	display:block;
	float:left;
	display:inline;/*	border:1px solid #000;
*/	}
/* ie7 fixed, 注意顺序 */	
*+html .addicon_09 {
	width: 17px;
	margin-left:7px;
	margin-top: 3px;
	height: 15px;
	background-image:url(../images/shared/cz_dh.gif);
	background-position:-4px -148px;
	background-repeat:no-repeat;
	text-decoration:none;
	display:block;
	float:left;
}
/*gggggggggggggggggggggggggggggggggg*/

 /* FireFox */
.addmeicon_01 {
	width: 17px;
	margin-left:7px;
	margin-top: 2px;
	height: 16px;
	background-image:url(../images/pepjia.gif);
	background-position:left center;
	background-repeat:no-repeat;
	text-decoration:none;
	behavior: url(/templates/default/scripts/iepngfix.htc);
	display:block;
	float:left;
}
/* ie6 fixed */
*html .addmeicon_01 {
	width: 17px;
	margin-left:7px;
	margin-top: 2px;
	height: 16px;
	background-image:url(../images/pepjia.gif);
	background-position:left top;
	background-repeat:no-repeat;
	text-decoration:none;
	behavior: url(/templates/default/scripts/iepngfix.htc);
	display:block;
	float:left;
	display:inline;/*	border:1px solid #000;
*/	}
/* ie7 fixed, 注意顺序 */	
*+html .addmeicon_01 {
	width: 17px;
	margin-left:7px;
	margin-top: 2px;
	height: 16px;
	background-image:url(../images/pepjia.gif);
	background-position:left top;
	background-repeat:no-repeat;
	text-decoration:none;
	behavior: url(/templates/default/scripts/iepngfix.htc);
	display:block;
	float:left;
}
/*.findicon_01 {
	padding-left:20px;
	background-image:url(../images/chazhao.png);
	background-position:left center;
	background-repeat:no-repeat;
	text-decoration:none;
	behavior: url(/templates/default/scripts/iepngfix.htc);
}*/

 /* FireFox */
.findicon_01 {
	width: 17px;
	margin-left:7px;
	margin-top: 2px;
	height: 16px;
	background-image:url(../images/chazhao.png);
	background-position:left center;
	background-repeat:no-repeat;
	text-decoration:none;
	behavior: url(/templates/default/scripts/iepngfix.htc);
	display:block;
	float:left;
}
/* ie6 fixed */
*html .findicon_01 {
	width: 17px;
	margin-left:7px;
	_margin-top: 3px;
	height: 15px;
	background-image:url(../images/chazhao.png);
	background-position:left center;
	background-repeat:no-repeat;
	text-decoration:none;
	behavior: url(/templates/default/scripts/iepngfix.htc);
	display:block;
	float:left;
	_display:inline;/*	border:1px solid #000;
*/	}
/* ie7 fixed, 注意顺序 */	
*+html .findicon_01 {
	width: 17px;
	margin-left:7px;
	margin-top: 3px;
	height: 15px;
	background-image:url(../images/chazhao.png);
	background-position:left top;
	background-repeat:no-repeat;
	text-decoration:none;
	behavior: url(/templates/default/scripts/iepngfix.htc);
	display:block;
	float:left;
}
/*.linkicon_01 {
	padding-left:20px;
	background-image:url(../images/linkico.png);
	background-position:left center;
	background-repeat:no-repeat;
	text-decoration:none;
	behavior: url(/templates/default/scripts/iepngfix.htc);
}*/

 /* FireFox */
.linkicon_01 {
	width: 17px;
	margin-left:7px;
	margin-top: 2px;
	height: 16px;
	background-image:url(../images/linkico.gif);
	background-position:left center;
	background-repeat:no-repeat;
	text-decoration:none;
	display:block;
	float:left;
}
/* ie6 fixed */
*html .linkicon_01 {
	width: 17px;
	margin-left:7px;
	height: 7px;
	background-image:url(../images/linkico.gif);
	background-position:left center;
	background-repeat:no-repeat;
	text-decoration:none;
	display:block;
	float:left;
	display:inline;
}
/* ie7 fixed, 注意顺序 */	
*+html .linkicon_01 {
	width: 17px;
	margin-left:7px;
	margin-top: 6px;
	height: 12px;
	background-image:url(../images/linkico.gif);
	background-position:left top;
	background-repeat:no-repeat;
	text-decoration:none;
	display:block;
	float:left;
}
/*.editicon_01 {
	padding-left:20px;
	background-image:url(../images/pen.png);
	background-repeat:no-repeat;
	background-position:left center;
	text-decoration:none;
	behavior: url(/templates/default/scripts/iepngfix.htc);
}
*/ /* FireFox */
.editicon_01 {
	width: 17px;
	margin-left:7px;
	margin-top: 2px;
	height: 16px;
	background-image:url(../images/pen.png);
	background-position:left center;
	background-repeat:no-repeat;
	text-decoration:none;
	behavior: url(/templates/default/scripts/iepngfix.htc);
	display:block;
	float:left;
}
/* ie6 fixed */
*html .editicon_01 {
	width: 17px;
	margin-left:7px;
	margin-top: 3px;
	height: 15px;
	background-image:url(../images/pen.png);
	background-position:left center;
	background-repeat:no-repeat;
	text-decoration:none;
	behavior: url(/templates/default/scripts/iepngfix.htc);
	display:block;
	float:left;
	_display:inline;/*	border:1px solid #000;
*/	}
/* ie7 fixed, 注意顺序 */	
*+html .editicon_01 {
	width: 17px;
	margin-left:7px;
	margin-top: 3px;
	height: 15px;
	background-image:url(../images/pen.png);
	background-position:left top;
	background-repeat:no-repeat;
	text-decoration:none;
	behavior: url(/templates/default/scripts/iepngfix.htc);
	display:block;
	float:left;
}
/*
.publicicon_01 {
	padding-left:20px;
	background-image:url(../images/bookico.png);
	background-repeat:no-repeat;
	background-position:left center;
	text-decoration:none;
	behavior: url(/templates/default/scripts/iepngfix.htc);
	}
*/
	
	
/* FireFox */
.publicicon_01 {
	width: 17px;
	margin-left:7px;
	margin-top: 1px;
	height: 17px;
	background-image:url(../images/bookico.png);
	background-position:left center;
	background-repeat:no-repeat;
	text-decoration:none;
	behavior: url(/templates/default/scripts/iepngfix.htc);
	display:block;
	float:left;
}
/* ie6 fixed */
*html .publicicon_01 {
	width: 17px;
	margin-left:7px;
	margin-top: 4px;
	height: 14px;
	background-image:url(../images/bookico.png);
	background-position:left center;
	background-repeat:no-repeat;
	text-decoration:none;
	behavior: url(/templates/default/scripts/iepngfix.htc);
	display:block;
	float:left;
	display:inline;/*	border:1px solid #000;
*/	}
/* ie7 fixed, 注意顺序 */	
*+html .publicicon_01 {
	width: 17px;
	margin-left:7px;
	margin-top: 4px;
	height: 14px;
	background-image:url(../images/bookico.png);
	background-position:left top;
	background-repeat:no-repeat;
	text-decoration:none;
	behavior: url(/templates/default/scripts/iepngfix.htc);
	display:block;
	float:left;
}
/*.widgetsicon_01 {
    padding-left:20px;
	background-image:url(../images/daohang.png);
	background-repeat:no-repeat;
	background-position:left center;
	text-decoration:none;
	behavior: url(/templates/default/scripts/iepngfix.htc);
	}
*/

/* FireFox */
.widgetsicon_01 {
	width: 17px;
	margin-left:7px;
	margin-top: 2px;
	height: 16px;
	background-image:url(../images/daohang.png);
	background-position:left center;
	background-repeat:no-repeat;
	text-decoration:none;
	behavior: url(/templates/default/scripts/iepngfix.htc);
	display:block;
	float:left;
}
/* ie6 fixed */
*html .widgetsicon_01 {
	width: 17px;
	margin-left:7px;
	margin-top: 1px;
	height: 17px;
	background-image:url(../images/daohang.png);
	background-position:left center;
	background-repeat:no-repeat;
	text-decoration:none;
	behavior: url(/templates/default/scripts/iepngfix.htc);
	display:block;
	float:left;
	_display:inline;
}
/* ie7 fixed, 注意顺序 */	
*+html .widgetsicon_01 {
	width: 17px;
	margin-left:7px;
	height: 16px;
	background-image:url(../images/daohang.png);
	background-position:left top;
	background-repeat:no-repeat;
	text-decoration:none;
	behavior: url(/templates/default/scripts/iepngfix.htc);
	display:block;
	float:left;
}
/* FireFox */
.gouicon_01 {
	width: 17px;
	margin-left:7px;
	margin-top: 2px;
	height: 16px;
	background-image:url(../images/goupep.png);
	background-position:left center;
	background-repeat:no-repeat;
	text-decoration:none;
	behavior: url(/templates/default/scripts/iepngfix.htc);
	display:block;
	float:left;
}
/* ie6 fixed */
*html .gouicon_01 {
	width: 17px;
	margin-left:7px;
	margin-top: 4px;
	height: 14px;
	background-image:url(../images/goupep.png);
	background-position:left center;
	background-repeat:no-repeat;
	text-decoration:none;
	behavior: url(/templates/default/scripts/iepngfix.htc);
	display:block;
	float:left;
	_display:inline;
}
/* ie7 fixed, 注意顺序 */	
*+html .gouicon_01 {
	width: 17px;
	margin-left:7px;
	margin-top: 3px;
	height: 15px;
	background-image:url(../images/goupep.png);
	background-position:left top;
	background-repeat:no-repeat;
	text-decoration:none;
	behavior: url(/templates/default/scripts/iepngfix.htc);
	display:block;
	float:left;
}
/* FireFox */
.chaicon_01 {
	width: 17px;
	margin-left:7px;
	margin-top: 2px;
	height: 16px;
	background-image:url(../images/chapep.png);
	background-position:left center;
	background-repeat:no-repeat;
	text-decoration:none;
	behavior: url(/templates/default/scripts/iepngfix.htc);
	display:block;
	float:left;
}
/* ie6 fixed */
*html .chaicon_01 {
	width: 17px;
	margin-left:7px;
	margin-top: 3px;
	height: 15px;
	background-image:url(../images/chapep.png);
	background-position:left center;
	background-repeat:no-repeat;
	text-decoration:none;
	behavior: url(/templates/default/scripts/iepngfix.htc);
	display:block;
	float:left;
	_display:inline;
}
/* ie7 fixed, 注意顺序 */	
*+html .chaicon_01 {
	width: 17px;
	margin-left:7px;
	margin-top: 3px;
	height: 15px;
	background-image:url(../images/chapep.png);
	background-position:left top;
	background-repeat:no-repeat;
	text-decoration:none;
	behavior: url(/templates/default/scripts/iepngfix.htc);
	display:block;
	float:left;
}
/* FireFox */
.closeicon_01 {
	width: 17px;
	margin-left:7px;
	margin-top: 2px;
	height: 16px;
	background-image:url(../images/closepep.png);
	background-position:left center;
	background-repeat:no-repeat;
	text-decoration:none;
	behavior: url(/templates/default/scripts/iepngfix.htc);
	display:block;
	float:left;
}
/* ie6 fixed */
*html .closeicon_01 {
	width: 17px;
	margin-left:7px;
	margin-top: 3px;
	height: 15px;
	background-image:url(../images/closepep.png);
	background-position:left center;
	background-repeat:no-repeat;
	text-decoration:none;
	behavior: url(/templates/default/scripts/iepngfix.htc);
	display:block;
	float:left;
	_display:inline;
}
/* ie7 fixed, 注意顺序 */	
*+html .closeicon_01 {
	width: 17px;
	margin-left:7px;
	margin-top: 3px;
	height: 15px;
	background-image:url(../images/closepep.png);
	background-position:left top;
	background-repeat:no-repeat;
	text-decoration:none;
	behavior: url(/templates/default/scripts/iepngfix.htc);
	display:block;
	float:left;
}
/* FireFox */
.waiicon_01 {
	width: 17px;
	margin-left:7px;
	margin-top: 2px;
	height: 16px;
	background-image:url(../images/waiguan.gif);
	background-position:left center;
	background-repeat:no-repeat;
	text-decoration:none;
	display:block;
	float:left;
}
/* ie6 fixed */
*html .waiicon_01 {
	width: 17px;
	margin-left:7px;
	margin-top: 3px;
	height: 15px;
	background-image:url(../images/waiguan.gif);
	background-position:left center;
	background-repeat:no-repeat;
	text-decoration:none;
	display:block;
	float:left;
	_display:inline;
}
/* ie7 fixed, 注意顺序 */	
*+html .waiicon_01 {
	width: 17px;
	margin-left:7px;
	margin-top: 4px;
	height: 14px;
	background-image:url(../images/waiguan.gif);
	background-position:left top;
	background-repeat:no-repeat;
	text-decoration:none;
	display:block;
	float:left;
}
/*.ico_seninfor {
	background-image: url(../images/pen.png);
	background-repeat: no-repeat;
	background-position:left center;
	padding-left: 20px;
	behavior: url(/templates/default/scripts/iepngfix.htc);

	}
*/



/* FireFox */
.lichengbei_01 {
	width: 17px;
	margin-left:7px;
	margin-top: 2px;
	height: 16px;
	background-image:url(../images/waiguan.gif);
	background-position:left center;
	background-repeat:no-repeat;
	text-decoration:none;
	display:block;
	float:left;
}
/* ie6 fixed */
*html .lichengbei_01 {
	width: 17px;
	margin-left:7px;
	margin-top: 3px;
	height: 15px;
	background-image:url(../images/waiguan.gif);
	background-position:left center;
	background-repeat:no-repeat;
	text-decoration:none;
	display:block;
	float:left;
	_display:inline;
}
/* ie7 fixed, 注意顺序 */	
*+html .lichengbei_01 {
	width: 17px;
	margin-left:7px;
	margin-top: 4px;
	height: 14px;
	background-image:url(../images/waiguan.gif);
	background-position:left top;
	background-repeat:no-repeat;
	text-decoration:none;
	display:block;
	float:left;
}


/* FireFox */
.time_01 {
	width: 17px;
	margin-left:7px;
	margin-top: 2px;
	height: 16px;
	background-image:url(../images/waiguan.gif);
	background-position:left center;
	background-repeat:no-repeat;
	text-decoration:none;
	display:block;
	float:left;
}
/* ie6 fixed */
*html .time_01 {
	width: 17px;
	margin-left:7px;
	margin-top: 3px;
	height: 15px;
	background-image:url(../images/waiguan.gif);
	background-position:left center;
	background-repeat:no-repeat;
	text-decoration:none;
	display:block;
	float:left;
	_display:inline;
}
/* ie7 fixed, 注意顺序 */	
*+html .time_01 {
	width: 17px;
	margin-left:7px;
	margin-top: 4px;
	height: 14px;
	background-image:url(../images/waiguan.gif);
	background-position:left top;
	background-repeat:no-repeat;
	text-decoration:none;
	display:block;
	float:left;
}



/* FireFox */
.ico_seninfor {
	background-image: url(../images/jia.gif);
	background-repeat: no-repeat;
	background-position:left center;
	padding-left: 20px;
}
/* ie6 fixed */
*html .ico_seninfor {
	background-image: url(../images/jia.gif);
	background-repeat: no-repeat;
	background-position:left top;
	padding-left: 20px;
}
/* ie7 fixed, 注意顺序 */	
*+html .ico_seninfor {
	background-image: url(../images/jia.gif);
	background-repeat: no-repeat;
	background-position:left top;
	padding-left: 20px;
}
.sendinfor {
	float:right;
	background:url(../images/blog/link.jpg) repeat-x;
	height:25px;
}
.sendinfor a {
	border:1px solid #cccccc;
	width:110px;
	height:25px;
	line-height:25px;
	float:left;
	text-align:center;
	text-decoration:none;
}
.sendinfor a:hover {
	background:url(../images/blog/hover.jpg) repeat-x;
	behavior: url(/templates/default/styles/js/iepngfix.htc);
}
/*ico png图标单独裁出来使用结束*/
	
	

.error, .notice, .success {
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
}
.error {
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}
.notice {
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}
.success {
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}
.error a {
	color:#8a1f11;
}
.notice a {
	color:#514721;
}
.success a {
	color:#264409;
}
/*==============================================================================================================================*/
/*自定义输入框的宽度开始*/
input.textuser, input.titleuser, textarea.textareauser, select.selectuser {
	margin:0px;
	border:1px solid #bbb;
}
input.textuser:focus, input.titleuser:focus, textarea.textareauser:focus, select.textareauser:focus {
	border:1px solid #666;
}
input.textuser, input.titleuser {
	height:16px !important;
	height:28px;
	padding:5px;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 16px !important;
}
form table input.textuser {
	height: 16px !important;
	/*  height: 16px !important;在FF情况下与ie保持一致,它的高度为ie的高度减去padding的值*/
  height: 28px;
	padding: 6px;
}
/*自定义输入框的宽度结束*/


/*上传文件按钮开始*/
.picbtn {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #5f7f36;
	border-right-color: #3e6700;
	border-bottom-color: #3E6700;
	border-left-color: #5F7F36;
	background: url(../images/btnbj.jpg) repeat-x center center;
	color:#FFF;
	font-size: 14px;
	font-weight:600;
	cursor: pointer;
}
.redpicbtn {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #dbb2b8;
	border-right-color: #dbb2b8;
	border-bottom-color: #dbb2b8;
	border-left-color: #dbb2b8;
	background: url(../images/redbtnbj.gif) repeat-x center center;
	color:#FFF;
	font-size: 14px;
	font-weight:600;
	cursor: pointer;
}
.picbtn02 {
	width:100px;
	height: 23px;
	line-height: 22px;
}
.picbtn03 {
	width:70px;
	height: 23px;
	line-height: 22px;
}
.picbtn04 {
	width:150px;
	height: 25px;
	line-height: 25px;
}
.picbtn05 {
	width:90px;
	height: 25px;
	line-height: 25px;
}
.picbtn06 {
	width:100px;
	height: 23px;
	line-height: 22px;
}
.pic2btn {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #c4c4c4;
	border-right-color: #8a8a8a;
	border-bottom-color: #8a8a8a;
	border-left-color: #c4c4c4;
	background: url(../images/btnbj2.gif) repeat-x center center;
	color:#000;
	font-size: 14px;
	font-weight:600;
	cursor: pointer;
}
.pic2btn01 {
	width:60px;
	height: 23px;
}
/*上传文件按钮结束*/







/*添加*/
form table td.input {
	font-weight: normal;
	width: auto;
}
form table td.input div.input_content {
	vertical-align: middle;
}
form table input.text {
	width: 190px;
	height: 16px !important;
	/*  height: 16px !important;在FF情况下与ie保持一致,它的高度为ie的高度减去padding的值*/
  height: 28px;
	padding: 6px;
}
form table input.text2 {
	width: 300px;
	height: 16px !important;
	/*  height: 16px !important;在FF情况下与ie保持一致,它的高度为ie的高度减去padding的值*/
  height: 28px;
	padding: 6px;
}
form table select {
	padding: 5px 3px;
	width: 212px;
}
form select {
	padding: 5px 3px;
	width: 212px;
}
/*form input {
	text-align:left;
	}*/
form table select.select2 {
	padding: 5px 3px;
	width: 312px !important;
	width: 300px;
}
form table label {
	font-weight: normal;
	font-size: 110%;
	color: #333;
	padding: 5px 0;
}
form table td.label.radio {
	padding-top:14px;
}
form table td.label.radio label {
	margin-bottom:14px;
}
form table td.input.radio {
	padding-top:11px;
}
form table tr.error.msg td {
	padding-top: 0;
	border-top: none;
}
form table tr.error.checkbox.one_column td {
	border-top: 1px solid #CCCCCC !important;
}
tr.error td, tr.error td label, td.error {
	border: none;
	background-color: #FBE2E4;
	color: #FF2626;
	font-weight: bold;
}
tr.error td.input label {
	font-weight: normal;
}
tr.text_field td.input input {
	position: relative;
}
.input_content {
	height: 30px;
	line-height: 30px;
}
input.file {
	border:#add1de 1px solid;
	font-weight:normal;
	float:left;
	margin-right: 8px;
	color:#000;
	height:24px;
}
body {
	background-image:url(../images/bj2.jpg);
	background-position: center top;
	background-repeat: repeat-x;
}
/*======去除链接元素的虚线框开始======*/
a {
	outline: none; /* for Forefox */
}
a {
star:expression(this.onFocus=this.blur()); /* for Ie*/
}
/*======去除链接元素的虚线框结束======*/

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	font-family: inherit;
}
/*网站文字样式开始*/

/*文字控制行高开始*/
.word_line_height18 {
	line-height: 18px;
}
.word_line_height20 {
	line-height: 20px;
}
.word_line_height22 {
	line-height: 22px;
}
.word_line_height23 {
	line-height: 23px;
}
.word_line_height24 {
	line-height: 24px;
}
.word_line_height25 {
	line-height: 25px;
}
.word_line_height28 {
	line-height: 28px;
}
.word_line_height30 {
	line-height: 30px;
}
/*文字控制行高结束*/
	
/*蓝色系列===============================================================================*/	
.blue12 {
	color:#346699;
	font-size:12px;
}
.blue12 a:link {
	color:#346699;
	text-decoration: none;
}
.blue12 a:visited {
	color:#346699;
	text-decoration: none;
}
.blue12 a:hover {
	color:#346699;
	text-decoration: underline;
}
.blue12 a:active {
	color:#346699;
	text-decoration: none;
}
a:link.blue12 {
	color:#346699;
	text-decoration: none;
}
a:visited.blue12 {
	color:#346699;
	text-decoration: none;
}
a:hover.blue12 {
	color:#346699;
	text-decoration: underline;
}
a:active.blue12 {
	color:#346699;
	text-decoration: none;
}












.blue12under {
	color:#346699;
	font-size:12px;
}
.blue12under a:link {
	color:#346699;
	text-decoration: underline;
}
.blue12under a:visited {
	color:#346699;
	text-decoration: underline;
}
.blue12under a:hover {
	color:#346699;
	text-decoration: underline;
}
.blue12under a:active {
	color:#346699;
	text-decoration: underline;
}
.blue12B {
	color:#346699;
	font-size:12px;
	font-weight:bold;
}
.blue12B a:link {
	color:#346699;
	text-decoration: none;
}
.blue12B a:visited {
	color:#346699;
	text-decoration: none;
}
.blue12B a:hover {
	color:#346699;
	text-decoration: underline;
}
.blue12B a:active {
	color:#346699;
	text-decoration: none;
}
.blue12no {
	color:#346699;
	font-size:12px;
}
.blue12no a:link {
	color:#346699;
	text-decoration: none;
}
.blue12no a:visited {
	color:#346699;
	text-decoration: none;
}
.blue12no a:hover {
	color:#346699;
	text-decoration: none;
}
.blue12no a:active {
	color:#346699;
	text-decoration: none;
}
a:link.blue12no {
	color:#346699;
	text-decoration: none;
}
a:visited.blue12no {
	color:#346699;
	text-decoration: none;
}
a:hover.blue12no {
	color:#346699;
	text-decoration: none;
}
a:active.blue12no {
	color:#346699;
	text-decoration: none;
}
.blue13 {
	color:#346699;
	font-size:13px;
}
.blue13 a:link {
	color:#346699;
	text-decoration: none;
}
.blue13 a:visited {
	color:#346699;
	text-decoration: none;
}
.blue13 a:hover {
	color:#346699;
	text-decoration: underline;
}
.blue13 a:active {
	color:#346699;
	text-decoration: none;
}
.blue14 {
	color:#346699;
	font-size:14px;
}
.blue14 a:link {
	color:#346699;
	text-decoration: none;
}
.blue14 a:visited {
	color:#346699;
	text-decoration: none;
}
.blue14 a:hover {
	color:#346699;
	text-decoration: underline;
}
.blue14 a:active {
	color:#346699;
	text-decoration: none;
}
.blue14B {color:#346699;font-size:14px;font-weight:bold;}
.blue14B a:link {color:#346699;text-decoration: none;}
.blue14B a:visited {color:#346699;text-decoration: none;}
.blue14B a:hover {color:#346699;text-decoration: underline;}
.blue14B a:active {color:#346699;text-decoration: none;}
/*其它蓝用于表单处*/
.xblue14B {
	color: #6699cc;
	font-size: 14px;
	font-weight: bold;
}
.xblue14B a:link {color:#6699cc;text-decoration: none;}
.xblue14B a:visited {color:#6699cc;text-decoration: none;}
.xblue14B a:hover {color:#6699cc;text-decoration: underline;}
.xblue14B a:active {color:#6699cc;text-decoration: none;}



.xblue12B {color: #6699cc;font-size: 12px;font-weight: bold;}
.xblue12B a:link {color:#6699cc;text-decoration: none;}
.xblue12B a:visited {color:#6699cc;text-decoration: none;}
.xblue12B a:hover {color:#6699cc;text-decoration: underline;}
.xblue12B a:active {color:#6699cc;text-decoration: none;}
















.liblue15B {
	color:#126eaf;
	font-size: 15px;
	font-weight:bold;
}
.liblue15B a:link {
	color:#126eaf;
	text-decoration: none;
}
.liblue15B a:visited {
	color:#126eaf;
	text-decoration: none;
}

.liblue15B a:hover {
	color:#126eaf;
   text-decoration: underline;
}
.liblue15B a:active {
	color:#126eaf;
	text-decoration: none;
}
.libluebigB {
	color:#126eaf;
	font-size: 18px;
	font-weight:bold;
}
.libluebigB a:link {
	color:#126eaf;
	text-decoration: none;
}
.libluebigB a:visited {
	color:#126eaf;
	text-decoration: none;
}
.libluebigB a:hover {
	color:#126eaf;
	text-decoration: underline;
}
.libluebigB a:active {
	color:#126eaf;
	text-decoration: none;
}
.liblue12 {
	color:#126eaf;
	font-size: 12px;
}
.liblue12 a:link {
	color:#126eaf;
	text-decoration: none;
}
.liblue12 a:visited {
	color:#126eaf;
	text-decoration: none;
}
.liblue12 a:hover {
	color:#126eaf;
	text-decoration: underline;
}
.liblue12 a:active {
	color:#126eaf;
	text-decoration: none;
}

a:link.liblue12 {
	color:#126eaf;
	text-decoration: none;
}
a:visited.liblue12 {
	color:#126eaf;
	text-decoration: none;
}
a:hover.liblue12 {
	color:#126eaf;
	text-decoration: underline;
}
a:active.liblue12 {
	color:#126eaf;
	text-decoration: none;
}











.liblue12B {
	color:#126eaf;
	font-size: 12px;
	font-weight:bold;
}
.liblue12B a:link {
	color:#126eaf;
	text-decoration: none;
}
.liblue12B a:visited {
	color:#126eaf;
	text-decoration: none;
}
.liblue12B a:hover {
	color:#126eaf;
	text-decoration: underline;
}
.liblue12B a:active {
	color:#126eaf;
	text-decoration: none;
}
.liblue13 {
	color:#126eaf;
	font-size: 13px;
}
.liblue13 a:link {
	color:#126eaf;
	text-decoration: none;
}
.liblue13 a:visited {
	color:#126eaf;
	text-decoration: none;
}
.liblue13 a:hover {
	color:#126eaf;
	text-decoration: underline;
}
.liblue13 a:active {
	color:#126eaf;
	text-decoration: none;
}
.liblue13B {
	color:#126eaf;
	font-size: 13px;
	font-weight:bold;
}
.liblue13B a:link {
	color:#126eaf;
	text-decoration: none;
}
.liblue13B a:visited {
	color:#126eaf;
	text-decoration: none;
}
.liblue13B a:hover {
	color:#126eaf;
	text-decoration: underline;
}
.liblue13B a:active {
	color:#126eaf;
	text-decoration: none;
}
.liblue14 {
	color:#126eaf;
	font-size: 14px;
}
.liblue14 a:link {
	color:#126eaf;
	text-decoration: none;
}
.liblue14 a:visited {
	color:#126eaf;
	text-decoration: none;
}
.liblue14 a:hover {
	color:#126eaf;
	text-decoration: underline;
}
.liblue14 a:active {
	color:#126eaf;
	text-decoration: none;
}
.liblue14B {
	color:#126eaf;
	font-size: 14px;
	font-weight:bold;
}
.liblue14B a:link {
	color:#126eaf;
	text-decoration: none;
}
.liblue14B a:visited {
	color:#126eaf;
	text-decoration: none;
}
.liblue14B a:hover {
	color:#126eaf;
	text-decoration: underline;
}
.liblue14B a:active {
	color:#126eaf;
	text-decoration: none;
}
.lib2lue12 {
	color:#3e3d3d;
	font-size: 12px;
}
.lib2lue12 a:link {
	color:#3e3d3d;
	text-decoration: none;
}
.lib2lue12 a:visited {
	color:#3e3d3d;
	text-decoration: none;
}
.lib2lue12 a:hover {
	color:#3e3d3d;
	text-decoration: underline;
}
.lib2lue12 a:active {
	color:#3e3d3d;
	text-decoration: none;
}
.blue01 {
	color:#016fa2;
	font-size: 16px;
	font-weight: bold;
}
.blue01 a:link {
	color:#016fa2;
	text-decoration: none;
}
.blue01 a:visited {
	color:#016fa2;
	text-decoration: none;
}
.blue01 a:hover {
	color:#016fa2;
	text-decoration: underline;
}
.blue01 a:active {
	color:#016fa2;
	text-decoration: none;
}
/*蓝色系列结束*/

/*黑色系列================================================================================*/
.black12 {
	color:#000;
	font-size:12px;
}
.black12 a:link {
	color:#000;
	text-decoration: none;
}
.black12 a:visited {
	color:#000;
	text-decoration: none;
}
.black12 a:hover {
	color:#000;
	text-decoration: underline;
}
.black12 a:active {
	color:#000;
	text-decoration: none;
}
.black12B {
	color:#000;
	font-size:12px;
	font-weight:bold;
}
.black12B a:link {
	color:#000;
	text-decoration: none;
}
.black12B a:visited {
	color:#000;
	text-decoration: none;
}
.black12B a:hover {
	color:#000;
	text-decoration: underline;
}
.black12B a:active {
	color:#000;
	text-decoration: none;
}

.black10 {
	color: #5a5a5a;
	font-size: 10px;
	font-family:Arial, Helvetica, sans-serif;
}
.black10 a:link {
	color:#5a5a5a;
	text-decoration: none;
}
.black10 a:visited {
	color:#5a5a5a;
	text-decoration: none;
}
.black10 a:hover {
	color:#5a5a5a;
	text-decoration: underline;
}
.black10 a:active {
	color:#5a5a5a;
	text-decoration: none;
}







.black13 {
	color:#000;
	font-size:13px;
}
.black13 a:link {
	color:#000;
	text-decoration: none;
}
.black13 a:visited {
	color:#000;
	text-decoration: none;
}
.black13 a:hover {
	color:#000;
	text-decoration: underline;
}
.black13 a:active {
	color:#000;
	text-decoration: none;
}
.black14 {
	color:#000;
	font-size:14px;
}
.black14 a:link {
	color:#000;
	text-decoration: none;
}
.black14 a:visited {
	color:#000;
	text-decoration: none;
}
.black14 a:hover {
	color:#000;
	text-decoration: underline;
}
.black14 a:active {
	color:#000;
	text-decoration: none;
}
.black14B {
	color:#000;
	font-size:14px;
	font-weight:bold;
}
.black14B a:link {
	color:#000;
	text-decoration: none;
}
.black14B a:visited {
	color:#000;
	text-decoration: none;
}
.black14B a:hover {
	color:#000;
	text-decoration: underline;
}
.black14B a:active {
	color:#000;
	text-decoration: none;
}
/*黑色系列结束*/

/*白色系列开始=============================================================================*/
.white10 {
	color: #fff;
	font-size: 10px;
	font-family:Arial, Helvetica, sans-serif;
}
.white10 a:link {
	color:#5a5a5a;
	text-decoration: none;
}
.white10 a:visited {
	color:#5a5a5a;
	text-decoration: none;
}
.white10 a:hover {
	color:#5a5a5a;
	text-decoration: underline;
}
.white10 a:active {
	color:#5a5a5a;
	text-decoration: none;
}




.white12 {
	color:#fff;
	font-size:12px;
}
.white12 a:link {
	color:#fff;
	text-decoration: none;
}
.white12 a:visited {
	color:#fff;
	text-decoration: none;
}
.white12 a:hover {
	color:#fff;
	text-decoration: underline;
}
.white12 a:active {
	color:#fff;
	text-decoration: none;
}
.white12B {
	color:#fff;
	font-size:12px;
	font-weight:bold;
}
.white12B a:link {
	color:#fff;
	text-decoration: none;
}
.white12B a:visited {
	color:#fff;
	text-decoration: none;
}
.white12B a:hover {
	color:#fff;
	text-decoration: underline;
}
.white12B a:active {
	color:#fff;
	text-decoration: none;
}
.white14Bno {
	color:#fff;
	font-size: 14px;
	font-weight:600;
}
.white14Bno a:link {
	color:#fff;
	text-decoration: none;
}
.white14Bno a:visited {
	color:#fff;
	text-decoration: none;
}
.white14Bno a:hover {
	color:#fff;
	text-decoration: none;
}
.white14Bno a:active {
	color:#fff;
	text-decoration: none;
}
.white12no {
	color:#fff;
	font-size:12px;
}
.white12no a:link {
	color:#fff;
	text-decoration: none;
}
.white12no a:visited {
	color:#fff;
	text-decoration: none;
}
.white12no a:hover {
	color:#fff;
	text-decoration: none;
}
.white12no a:active {
	color:#fff;
	text-decoration: none;
}
.white12B {
	color:#fff;
	font-size:12px;
	font-weight:bold;
}
.white12B a:link {
	color:#fff;
	text-decoration: none;
}
.white12B a:visited {
	color:#fff;
	text-decoration: none;
}
.white12B a:hover {
	color:#fff;
	text-decoration: underline;
}
.white12B a:active {
	color:#fff;
	text-decoration: none;
}
.white13 {
	color:#fff;
	font-size:13px;
}
.white13 a:link {
	color:#fff;
	text-decoration: none;
}
.white13 a:visited {
	color:#fff;
	text-decoration: none;
}
.white13 a:hover {
	color:#fff;
	text-decoration: underline;
}
.white13 a:active {
	color:#fff;
	text-decoration: none;
}
.white13B {
	color:#fff;
	font-size:13px;
	font-weight:bold;
}
.white13B a:link {
	color:#fff;
	text-decoration: none;
}
.white13B a:visited {
	color:#fff;
	text-decoration: none;
}
.white13B a:hover {
	color:#fff;
	text-decoration: underline;
}
.white13B a:active {
	color:#fff;
	text-decoration: none;
}
.white14 {
	color:#fff;
	font-size:14px;
}
.white14 {
	color:#fff;
	font-size:14px;
}
.white14 a:link {
	color:#fff;
	text-decoration: none;
}
.white14 a:visited {
	color:#fff;
	text-decoration: none;
}
.white14 a:hover {
	color:#fff;
	text-decoration: underline;
}
.white14 a:active {
	color:#fff;
	text-decoration: none;
}
.white14B {
	color:#fff;
	font-size:14px;
	font-weight:bold;
}
.white14B a:link {
	color:#fff;
	text-decoration: none;
}
.white14B a:visited {
	color:#fff;
	text-decoration: none;
}
.white14B a:hover {
	color:#fff;
	text-decoration: underline;
}
.white14B a:active {
	color:#fff;
	text-decoration: none;
}
/*白色系列结束*/


/*灰色系列================================================================================*/
.gray10 {
	color: #929292;
	font-size: 10px;
}
.gray10 a:link {
	color:#929292;
	text-decoration: none;
}
.gray10 a:visited {
	color:#929292;
	text-decoration: none;
}
.gray10 a:hover {
	color:#929292;
	text-decoration: underline;
}
.gray10 a:active {
	color:#929292;
	text-decoration: none;
}






.gray12 {
	color:#929292;
	font-size:12px;
}
.gray12 a:link {
	color:#929292;
	text-decoration: none;
}
.gray12 a:visited {
	color:#929292;
	text-decoration: none;
}
.gray12 a:hover {
	color:#929292;
	text-decoration: underline;
}
.gray12 a:active {
	color:#929292;
	text-decoration: none;
}
.graysmall {
	color:#929292;
	font-size: 10px;
}
.graysmall a:link {
	color:#929292;
	text-decoration: none;
}
.graysmall a:visited {
	color:#929292;
	text-decoration: none;
}
.graysmall a:hover {
	color:#929292;
	text-decoration: underline;
}
.graysmall a:active {
	color:#929292;
	text-decoration: none;
}
.gray12B {
	color:#929292;
	font-size:12px;
	font-weight:bold;
}
.gray12B a:link {
	color:#929292;
	text-decoration: none;
}
.gray12B a:visited {
	color:#929292;
	text-decoration: none;
}
.gray12B a:hover {
	color:#929292;
	text-decoration: underline;
}
.gray12B a:active {
	color:#929292;
	text-decoration: none;
}
.gray13 {
	color:#929292;
	font-size:13px;
}
.gray13 a:link {
	color:#929292;
	text-decoration: none;
}
.gray13 a:visited {
	color:#929292;
	text-decoration: none;
}
.gray13 a:hover {
	color:#929292;
	text-decoration: underline;
}
.gray13 a:active {
	color:#929292;
	text-decoration: none;
}
.gray13B {
	color:#929292;
	font-size:13px;
	font-weight:bold;
}
.gray13B a:link {
	color:#929292;
	text-decoration: none;
}
.gray13B a:visited {
	color:#929292;
	text-decoration: none;
}
.gray13B a:hover {
	color:#929292;
	text-decoration: underline;
}
.gray13B a:active {
	color:#929292;
	text-decoration: none;
}



.gray14 {
	color:#929292;
	font-size:14px;
}
.gray14 a:link {
	color:#929292;
	text-decoration: none;
}
.gray14 a:visited {
	color:#929292;
	text-decoration: none;
}
.gray14 a:hover {
	color:#929292;
	text-decoration: underline;
}
.gray14 a:active {
	color:#929292;
	text-decoration: none;
}
.gray14B {
	color:#929292;
	font-size:14px;
	font-weight:bold;
}
.gray14B a:link {
	color:#929292;
	text-decoration: none;
}
.gray14B a:visited {
	color:#929292;
	text-decoration: none;
}
.gray14B a:hover {
	color:#929292;
	text-decoration: underline;
}
.gray14B a:active {
	color:#929292;
	text-decoration: none;
}
/*浅灰*/
.lightgray12 {
	color:#ccc;
	font-size:12px;
}
.lightgray12 a:link {
	color:#ccc;
	text-decoration: none;
}
.lightgray12 a:visited {
	color:#ccc;
	text-decoration: none;
}
.lightgray12 a:hover {
	color:#ccc;
	text-decoration: underline;
}
.lightgray12 a:active {
	color:#ccc;
	text-decoration: none;
}
.lightgray12B {
	color:#ccc;
	font-size:12px;
	font-weight:bold;
}
.lightgray12B a:link {
	color:#ccc;
	text-decoration: none;
}
.lightgray12B a:visited {
	color:#ccc;
	text-decoration: none;
}
.lightgray12B a:hover {
	color:#ccc;
	text-decoration: underline;
}
.lightgray12B a:active {
	color:#ccc;
	text-decoration: none;
}
.lightgray13 {
	color:#ccc;
	font-size:13px;
}
.lightgray13 a:link {
	color:#ccc;
	text-decoration: none;
}
.lightgray13 a:visited {
	color:#ccc;
	text-decoration: none;
}
.lightgray13 a:hover {
	color:#ccc;
	text-decoration: underline;
}
.lightgray13 a:active {
	color:#ccc;
	text-decoration: none;
}
.lightgray14 {
	color:#ccc;
	font-size:14px;
}
.lightgray14 a:link {
	color:#ccc;
	text-decoration: none;
}
.lightgray14 a:visited {
	color:#ccc;
	text-decoration: none;
}
.lightgray14 a:hover {
	color:#ccc;
	text-decoration: underline;
}
.lightgray14 a:active {
	color:#ccc;
	text-decoration: none;
}
.lightgray14B {
	color:#ccc;
	font-size:14px;
	font-weight:bold;
}
.lightgray14B a:link {
	color:#ccc;
	text-decoration: none;
}
.lightgray14B a:visited {
	color:#ccc;
	text-decoration: none;
}
.lightgray14B a:hover {
	color:#ccc;
	text-decoration: underline;
}
.lightgray14B a:active {
	color:#ccc;
	text-decoration: none;
}
.deepsgray12B {
	color: #2a2a2a;
	font-size:12px;
	font-weight: bold;
}
.deepsgray12B a:link {
	color:#2a2a2a;
	text-decoration: none;
}
.deepsgray12B a:visited {
	color:#2a2a2a;
	text-decoration: none;
}
.deepsgray12B a:hover {
	color:#2a2a2a;
	text-decoration: underline;
}
.deepsgray12B a:active {
	color:#2a2a2a;
	text-decoration: none;
}
.deepsgray14B {
	color: #2a2a2a;
	font-size:14px;
	font-weight: bold;
}
.deepsgray14B a:link {
	color:#2a2a2a;
	text-decoration: none;
}
.deepsgray14B a:visited {
	color:#2a2a2a;
	text-decoration: none;
}
.deepsgray14B a:hover {
	color:#2a2a2a;
	text-decoration: underline;
}
.deepsgray14B a:active {
	color:#2a2a2a;
	text-decoration: none;
}
.deepsgray12 {
	color: #2a2a2a;
	font-size:12px;
}
.deepsgray12 a:link {
	color:#2a2a2a;
	text-decoration: none;
}
.deepsgray12 a:visited {
	color:#2a2a2a;
	text-decoration: none;
}
.deepsgray12 a:hover {
	color:#2a2a2a;
	text-decoration: underline;
}
.deepsgray12 a:active {
	color:#2a2a2a;
	text-decoration: none;
}
.subgray15 {
	color: #515050;
	font-size: 22px;
	font-family:Arial, Helvetica, sans-serif;
}
/*灰色系列*/
/*其它文字颜色*/


.tigerlily12_wen {
	color: #ff6600;
	font-size: 12px;
}
.tigerlily12_wen a:link {
	color:#ff6600;
	text-decoration: none;
}
.tigerlily12_wen a:visited {
	color:#ff6600;
	text-decoration: none;
}
.tigerlily12_wen a:hover {
	color:#ff6600;
	text-decoration: underline;
}
.tigerlily12_wen a:active {
	color:#ff6600;
	text-decoration: none;
}



.tigerlily14B {
	color: #ff6600;
	font-size: 14px;
	font-weight: bold;
}
.tigerlily14B a:link {
	color:#ff6600;
	text-decoration: none;
}
.tigerlily14B a:visited {
	color:#ff6600;
	text-decoration: none;
}
.tigerlily14B a:hover {
	color:#ff6600;
	text-decoration: underline;
}
.tigerlily14B a:active {
	color:#ff6600;
	text-decoration: none;
}



.tigerlily18B {
	color: #ff6600;
	font-size: 18px;
	font-weight: bold;
}
.tigerlily18B a:link {
	color:#ff6600;
	text-decoration: none;
}
.tigerlily18B a:visited {
	color:#ff6600;
	text-decoration: none;
}
.tigerlily18B a:hover {
	color:#ff6600;
	text-decoration: underline;
}
.tigerlily18B a:active {
	color:#ff6600;
	text-decoration: none;
}




.tigerlily12B {
	color: #ff6600;
	font-size: 12px;
	font-weight: bold;
}
.tigerlily12B a:link {
	color:#ff6600;
	text-decoration: none;
}
.tigerlily12B a:visited {
	color:#ff6600;
	text-decoration: none;
}
.tigerlily12B a:hover {
	color:#ff6600;
	text-decoration: underline;
}
.tigerlily12B a:active {
	color:#ff6600;
	text-decoration: none;
}
.tigerlily12 {
	color: #ff6600;
	font-size: 10px;
}
.tigerlily12 a:link {
	color:#ff6600;
	text-decoration: none;
}
.tigerlily12 a:visited {
	color:#ff6600;
	text-decoration: none;
}
.tigerlily12 a:hover {
	color:#ff6600;
	text-decoration: underline;
}
.tigerlily12 a:active {
	color:#ff6600;
	text-decoration: none;
}
a:link.tigerlily12 {
	color:#ff6600;
	text-decoration: none;
}
a:visited.tigerlily12 {
	color:#ff6600;
	text-decoration: none;
}
a:hover.tigerlily12 {
	color:#ff6600;
	text-decoration: underline;
}
a:active.tigerlily12 {
	color:#ff6600;
	text-decoration: none;
}
.wen13 {
	font-size: 13px;
	color:#158b75;
	font-weight: bold;
}
.wen13 a:link {
	color:#158b75;
	text-decoration: none;
}
.wen13 a:visited {
	color:#158b75;
	text-decoration: none;
}
.wen13 a:hover {
	color:#158b75;
	text-decoration: underline;
}
.wen13 a:active {
	color:#158b75;
	text-decoration: none;
}
a:link.wen13 {
	color:#158b75;
	text-decoration: none;
}
a:visited.wen13 {
	color:#158b75;
	text-decoration: none;
}
a:hover.wen13 {
	color:#158b75;
	text-decoration: underline;
}
a:active.wen13 {
	color:#158b75;
	text-decoration: none;
}
.graya {
	font-size:12px;
	color:#676767;
}
.graya a:link {
	color:#676767;
	text-decoration: none;
}
.graya a:visited {
	color:#676767;
	text-decoration: none;
}
.graya a:hover {
	color:#676767;
	text-decoration: underline;
}
.graya a:active {
	color:#676767;
	text-decoration: none;
}
.redwenB {
	color:#990000;
	font-size: 12px;
	font-weight:bolder;
}
.redwenB a:link {
	color:#990000;
	text-decoration: none;
}
.redwenB a:visited {
	color:#990000;
	text-decoration: none;
}
.redwenB a:hover {
	color:#990000;
	text-decoration: none;
}
.redwenB a:active {
	color:#990000;
	text-decoration: none;
}
.error_red {
	color:#ff0016;
	font-size: 12px;
	font-weight:bolder;
}
.red01 {
	font-size:12px;
	color:#cc3300;
}
.red01 a:link {
	color:#cc3300;
	text-decoration: none;
}
.red01 a:visited {
	color:#cc3300;
	text-decoration: none;
}
.red01 a:hover {
	color:#cc3300;
	text-decoration: underline;
}
.red01 a:active {
	color:#cc3300;
	text-decoration: none;
}
.red01 h3 {
	font-weight:bold;
	font-size:1em;
	color:#cc3300;
}
a:link.red01 {
	color:#cc3300;
	text-decoration: none;
}
a:visited.red01 {
	color:#cc3300;
	text-decoration: none;
}
a:hover.red01 {
	color:#cc3300;
	text-decoration: underline;
}
a:active.red01 {
	color:#cc3300;
	text-decoration: none;
}
.red01B {
	font-size:12px;
	color:#cc3300;
	font-weight:bold;
}
.red01B a:link {
	color:#cc3300;
	text-decoration: none;
}
.red01B a:visited {
	color:#cc3300;
	text-decoration: none;
}
.red01B a:hover {
	color:#cc3300;
	text-decoration: underline;
}
.red01B a:active {
	color:#cc3300;
	text-decoration: none;
}
.red02B {
	font-size:12px;
	color:#f56545;
	font-weight:bold;
}
.red02B a:link {
	color:#f56545;
	text-decoration: none;
}
.red02B a:visited {
	color:#f56545;
	text-decoration: none;
}
.red02B a:hover {
	color:#f56545;
	text-decoration: underline;
}
.red02B a:active {
	color:#f56545;
	text-decoration: none;
}

.red02 {
	font-size:12px;
	color:#f56545;
}
.red02 a:link {
	color:#f56545;
	text-decoration: none;
}
.red02 a:visited {
	color:#f56545;
	text-decoration: none;
}
.red02 a:hover {
	color:#f56545;
	text-decoration: underline;
}
.red02 a:active {
	color:#f56545;
	text-decoration: none;
}

.red03 {
	font-size:14px;
	color:#cc3300;
}
.green01 {
	font-size:12px;
	color:#33cc33;
}
.green01 a:link {
	color:#33cc33;
	text-decoration: none;
}
.green01 a:visited {
	color:#33cc33;
	text-decoration: none;
}
.green01 a:hover {
	color:#33cc33;
	text-decoration: underline;
}
.green01 a:active {
	color:#33cc33;
	text-decoration: none;
}
.green01 h3 {
	font-weight:bold;
	font-size:1em;
	color:#33cc33;
}
.green02 {
	font-size:12px;
	color:#2b912b;
}
.green02 a:link {
	color:#2b912b;
	text-decoration: none;
}
.green02 a:visited {
	color:#2b912b;
	text-decoration: none;
}
.green02 a:hover {
	color:#2b912b;
	text-decoration: underline;
}
.green02 a:active {
	color:#2b912b;
	text-decoration: none;
}




.stone_yellow {
	font-size: 12px;
	color:#846b08;
}
.stone_yellow a:link {
	color:#846b08;
	text-decoration: none;
}
.stone_yellow a:visited {
	color:#846b08;
	text-decoration: none;
}
.stone_yellow a:hover {
	color:#846b08;
	text-decoration: underline;
}
.stone_yellow a:active {
	color:#846b08;
	text-decoration: none;
}
a:link.stone_yellow {
	color:#846b08;
	text-decoration: none;
}
a:visited.stone_yellow {
	color:#846b08;
	text-decoration: none;
}
a:hover.stone_yellow {
	color:#846b08;
	text-decoration: underline;
}
a:active.stone_yellow {
	color:#846b08;
	text-decoration: none;
}
.stone_yellow2 {
	font-size: 14px;
	color:#F60;
	font-weight:bold;
}
.stone_yellow2 a:link {
	color:#F60;
	text-decoration: none;
}
.stone_yellow2 a:visited {
	color:#F60;
	text-decoration: none;
}
.stone_yellow2 a:hover {
	color:#F60;
	text-decoration: underline;
}
.stone_yellow2 a:active {
	color:#F60;
	text-decoration: none;
}
a:link.stone_yellow2 {
	color:#F60;
	text-decoration: none;
}
a:visited.stone_yellow2 {
	color:#F60;
	text-decoration: none;
}
a:hover.stone_yellow2 {
	color:#F60;
	text-decoration: underline;
}
a:active.stone_yellow2 {
	color:#F60;
	text-decoration: none;
}
/*网站文字样式结束*/
/*线条*/
.line_web {
	line-height:1px;
	height: 1px;
	border:0px;
	overflow:hidden;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
}
.line_web_02 {
	line-height:1px;
	height: 1px;
	border:0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity: 0.5; 
}
/*提交按钮动作*/
#submitting {
	padding-left:25px;
	width: 220px;
	margin:10px auto;
	font-size:1.2em;
	color:#666;
	display:none;
}
.signup_button {
	margin-top:15px;
	height: 60px;
}
.signup_button #submitting {
	padding-top: 7px;
}
.spinner_right {
	background-image: url(../images/ajax_loader.gif);
	background-position: center right;
	background-repeat: no-repeat;
}
.spinner_left {
	background-image: url(../images/ajax_loader.gif);
	background-position: center left;
	background-repeat: no-repeat;
}
.spinner_center {
	background-image: url(../images/ajax_loader.gif);
	background-position: center center;
	background-repeat: no-repeat;
}
.orange_spinner {
	background-image: url(../images/ajax_orange_wheel.gif);
	background-position: center center;
	background-repeat: no-repeat;
}
.spinner_center.large {
	background-image: url(../images/loading.gif);
}
/*按钮*/
.plastic_button {
	width:100%;
	color: #006699;
	display: block;
	float:right;
	position: relative;
	background-image: url(../images/plastic_button_bg_off.png);
	/* behavior: url(scripts/iepngfix.htc);*/
  background-repeat: repeat-x;
	background-position: 0 2px !important;
	background-color: white;
	padding: 3px 8px 3px;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
}
button.plastic_button {
	padding: 4px 8px 4px;
}
.plastic_button input {
	width: 100%;
	background: transparent;
	border: none;
	color: #006699;
	font-weight: bold;
	font-size: 100%;
	padding: 4px 8px 4px;
	text-align:center;
	margin: 0px auto;
	cursor:pointer;/*消除ie7中的居左显示*/
}
.disabled_plastic_button {
	background-image: url(../images/plastic_button_bg_none.png);/* behavior: url(scripts/iepngfix.htc);*/

}
.cursor_hover {
	cursor: pointer;
}
.plastic_button:hover, .plastic_button_hover {
	background-position: 0 2px !important;
	text-decoration: none;
	cursor: pointer;
	background-color: white;
	background-image: url(../images/plastic_button_bg_on.png);/* behavior: url(scripts/iepngfix.htc);*/

}
.plastic_button:hover input {
	cursor: pointer;
}
.disabled_plastic_button, .disabled_plastic_button:hover, .disabled_plastic_button_hover {
	background-image: url(../images/plastic_button_bg_none.png);
	/*  behavior: url(scripts/iepngfix.htc);*/

  cursor: auto;
	color:#999;
}
.large_plastic_button {
	background-position: 0 2px !important;
	font-size: 16px;
	padding: 0;
	border: 1px solid #CCCCCC;
	float: none;
	margin: 0 auto;
	background-image: url(../images/large_plastic_button_bg_off.png);/*behavior: url(scripts/iepngfix.htc);*/

}
.large_plastic_button input {
	padding: 6px 25px 5px;
}
.large_plastic_button:hover, .large_plastic_button_hover {
	background-position: 0 2px !important;
	background-color: white;
	background-image: url(../images/large_plastic_button_bg_on.png);/*behavior: url(scripts/iepngfix.htc);*/

}
/* 按钮位置浮动*/
div.plastic_form_button {
	float: left;
	padding: 0;
}
.disabled .plastic_button_hover, .disabled .plastic_button:hover {
	background-image: url(../images/plastic_button_bg_off.png);
	/*behavior: url(scripts/iepngfix.htc);*/
  cursor:auto;
	cursor:default;
}
.disabled .large_plastic_button.plastic_button_hover, .disabled .large_plastic_button.plastic_button:hover {
	background-image: url(../images/large_plastic_button_bg_off.png);/* behavior: url(scripts/iepngfix.htc);*/

}
button.clear_button {
	background: none;
	border: none;
	padding: 0;
	width: auto;
	overflow: visible;
	font-size: 1em;
	font-weight: normal;
}
button.clear_button_hover, button.clear_button:hover {
	background: none;
	text-decoration: underline;
}
.submit {
	text-align: center;
}
div.submit, p.submit {
	padding-bottom: 12px;
}
.submit hr {
	margin: 12px 0 24px;
}
.submit input {
	padding: 10px;
	font-size: 20px;
	font-weight: bold;
}
/*小型按钮*/
.plastic_button2 {
	width:100%;
	color: #006699;
	display: block;
	float:right;
	position: relative;
	background-image: url(../images/plastic_button_bg_off.png);
	background-repeat: repeat-x;
	background-position: 0 2px !important;
	background-color: white;
	padding: 3px 8px 3px;
	font-size: 11px;
	text-align: center;
}
button.plastic_button2 {
	padding: 0px 8px 0px;
}
.plastic_button2 input {
	width: 100%;
	height: 18px !important;
	height: 20px;
	_height:18px;
	line-height: 20px;
	background: transparent;
	border: none;
	color: #006699;
	font-size: 12px;
	padding: 1px 8px 1px;
	text-align:center;
	margin: 0px auto;
	cursor:pointer;/*消除ie7中的居左显示*/
}
.plastic_button2:hover, .plastic_button2_hover {
	background-position: 0 2px !important;
	text-decoration: none;
	cursor: pointer;
	background-color: white;
	background-image: url(../images/plastic_button_bg_on.png);
	background-repeat:repeat-x;
}
.icowen a:link, a:visitd .plastic_button2:hover input {
 cursor: pointer;
}
.small_button {
	width: 84px !important;
	/*因为plastic_button2 padding的影响*/
	width: 100px;
	float: left;
}
.small_button_a {
	width: 174px !important;
	/*因为plastic_button2 padding的影响*/
	width: 190px;
	float: left;
}
.small_button_two {
	width: 64px !important;
	/*因为plastic_button2 padding的影响*/
	width: 80px;
	float: left;
}
.small_button2 {
	width:60px;
	float: left;
}
.small_button_long {
	width: 120px !important;
	/*因为plastic_button2 padding的影响*/
	_width: 134px;
	float: left;
}

.small_button_long2 {
	width: 100px !important;
	/*因为plastic_button2 padding的影响*/
	_width: 114px;
	float: left;
}



.border_light {
	border: 1px solid #cccccc;
}
/*按钮结束*/

.hide {
	DISPLAY: none
}
/*分页开始*/
#paginated_button {
	width: 600px;
	float: left;
	text-align:center;
}
.pagination {
	width: 600px;
	margin-top: 10px;
	text-align:center;
	display:inline;
}
.pagination .plastic_button {
	float:left;
	text-align: center;
}
/*====*/
.pagination_small {
	text-align:center;
	display:inline;
}
.pagination_small .plastic_button {
	float:left;
	text-align: center;
}
.next_page02 {
	width: 60px;
	height: 26px;
	margin-left:5px;
	float:right;
	text-align:center;
	display:inline;
}
.next_page02 div {
	padding: 3px 0px 3px;
}
.prev_page02 {
	width: 60px;
	height: 26px;
	margin-left:5px;
	float:right;
	text-align:center;
	display:inline;
}
.prev_page02 div {
	padding: 3px 0px 3px;
}
.subno02 {
	width: 28px;
	height: 26px;
	_height:29px;
	margin-left:5px;
	float:right;
	text-align:center;
	display:inline;
}
.subno02 div {
	padding: 3px 0px 3px;
}
.subno_easy02 {
	width: 15px;
	height: 26px;
	_height: 29px;
	margin-left:5px;
	float:left;
	text-align:center;
	display:inline;
}
/*====*/
.current {
	font-weight: bold;
	color: black;
	margin: 0;
	text-align:center;
}
.subno span.current {
	font-weight: bold;
	color: black;
	margin: 0;
	text-align:center;
}
.next_page {
	width: 60px;
	height: 26px;
	margin-left:5px;
	float:left;
	text-align:center;
	display:inline;
}
.next_page div {
	padding: 3px 0px 3px;
}
.prev_page {
	width: 60px;
	height: 26px;
	/*margin-left:5px;*/
	float:left;
	text-align:center;
	display:inline;
}
.prev_page div {
	padding: 3px 0px 3px;
}
.subno {
	width: 28px;
	height: 26px;
	_height:29px;
	margin-left:5px;
	float:left;
	text-align:center;
	display:inline;
}
.subno div {
	padding: 3px 0px 3px;
}
.subno_easy {
	width: 15px;
	height: 26px;
	_height: 29px;
	margin-left:5px;
	float:left;
	text-align:center;
	display:inline;
}
.easy_page {
}
.easy_page span {
	margin: 0px 2px;
}
.easy_page a {
	color:#346699;
	font-size:12px;
	margin: 0px 2px;
}
.easy_page a:link {
	color:#346699;
	text-decoration: none;
}
.easy_page a:visited {
	color:#346699;
	text-decoration: none;
}
.easy_page a:hover {
	color:#346699;
	text-decoration: underline;
}
.easy_page a:active {
	color:#346699;
	text-decoration: none;
}
/*分页结束*/

/*小分页开始*/
/*.pagination_easy {
  margin-top: 10px;
  text-align:center;
  float:left;
  display:inline;
}
.pagination_easy .plastic_button_easy {
  float:left;
  text-align: center;
}

.plastic_button_easy {
  width:100%;
  color: #006699;
  display: block;
  float:right;
  position: relative;
  background-repeat: repeat-x;
  background-position: 0 2px !important;
  background-color: white;
  padding: 3px 8px 3px;
  font-weight: bold;
  font-size: 11px;
  text-align: center;
  }
  
.subno_easy span.current {
  font-weight: bold;
  color: black;
  margin: 0;
  text-align:center;
  }

.next_page_easy {
	width: 55px;
	height: 24px;
	margin-left:2px;
	float:left;
	text-align:center;
	display:inline;
}
.next_page_easy div {
padding: 3px 0px 3px;
}
.prev_page_easy {
	width: 55px;
	height: 24px;
	margin-left:2px;
	float:left;
	text-align:center;
	display:inline;
}
.prev_page_easy div{
	padding: 3px 0px 3px;
}
.subno_easy {
	width: 20px;
	width:auto ;
	height: 24px;
	_height:27px;
	margin-left:4px;
	float:left;
	text-align:center;
	display:inline;
}
.subno_easy div{
	padding: 3px 0px 3px;
}
*/
 
 .pagination_easy {
	margin-top: 10px;
	text-align:center;
}
.pagination_easy .plastic_button_easy {
	text-align: center;
}
.plastic_button_easy {
	width:100%;
	color: #006699;
	display: block;
	float:right;
	position: relative;
	background-repeat: repeat-x;
	background-position: 0 2px !important;
	background-color: white;
	padding: 3px 8px 3px;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
}
.subno_easy span.current {
	font-weight: bold;
	color: black;
	margin: 0;
	text-align:center;
}
.next_page_easy {
	width: 55px;
	height: 24px;
	margin-left:2px;
	text-align:center;
	display:inline;
}
.next_page_easy div {
	padding: 3px 0px 3px;
}
.prev_page_easy {
	width: 55px;
	height: 24px;
	margin-left:2px;
	text-align:center;
	display:inline;
}
.prev_page_easy div {
	padding: 3px 0px 3px;
}
.subno_easy {
	/*	width: 20px;*/
	width:auto;
	height: 24px;
	_height:27px;
	margin-left:4px;
	text-align:center;
	display:inline;
}
.subno_easy div {
	padding: 3px 0px 3px;
}
.easy_fanye {
	text-align:center;
}
/*小分页结束*/

/*搜索*/


#search_box {
	float: right;
	position: relative;
	right: 5px;
	width: 250px;
	top:15px;
	margin-right: 10px;
	display:inline;
}
.personal_nav_menu li.setting .icon, .personal_nav_menu li.more .icon {
	display: none;
}
.personal_nav_menu li .more_options .icon {
	display:block;
}
#search_box p {
	float: left;
	margin: 0;
}
#settings a {
	font-weight: bold;
}
#search_box form {
	float: right;
}
/*.search_image {
	width: 20px;
	margin-right: 5px;
	height: 23px !important;
	height: 26px;
	line-height: 23px !important;
	line-height: 26px;
	padding-top:3px;
	_padding-top:4px;
	float:right;
	display:inline;
	}*/
	
	
 /* FireFox */
.search_image {
	width: 17px;
	margin-right: 3px;
	height: 16px;
	line-height: 16px;
	padding-top:2px;
	float:right;
	display:inline;
}
/* ie6 fixed */
*html .search_image {
	width: 17px;
	margin-right: 3px;
	height: 17px;
	line-height: 17px;
	padding-top:2px;
	float:right;
	display:inline;
}
/* ie7 fixed, 注意顺序 */	
*+html .search_image {
	width: 17px;
	margin-right: 3px;
	height: 17px;
	line-height: 17px;
	padding-top:2px;
	float:right;
	display:inline;
}
.search_input {
	width: 185px;
	height: 21px;
	border: 1px solid #999;
	line-height: 21px;
}
/* ie6 fixed */
*html .search_input {
	width: 185px;
	height: 23px;
	border: 1px solid #999;
	overflow:hidden;/*解决input在ie6中无法自定义高度(当高度小于他的默认高度时,需用此属性)*/
	}
.search_like {
	width: 155px;
	height: 20px;
	float: left;
}
/* FireFox */
.like2_input {
	width: 155px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color:#fff;
	height: 15px;
	padding: 4px 2px 1px 2px;
}
/* ie6 fixed */
*html .like2_input {
	width: 155px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color:#fff;
	height: 20px;
	padding: 4px 2px 3px 2px;
}
/* ie7 fixed, 注意顺序 */	
*+html .like2_input {
	width: 155px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color:#fff;
	height:14px;
	line-height:14px;
	padding: 4px 2px 1px 2px;
	
}






/*小的搜索开始*/
 /* FireFox */
.search_image_small {
	width: 17px;
	margin-right: 3px;
	height: 16px;
	line-height: 16px;
	padding-top:2px;
	float:right;
	display:inline;
}
/* ie6 fixed */
*html .search_image_small {
	width: 17px;
	margin-right: 3px;
	height: 17px;
	line-height: 17px;
	padding-top:2px;
	float:right;
	display:inline;
}
/* ie7 fixed, 注意顺序 */	
*+html .search_image_small {
	width: 17px;
	margin-right: 3px;
	height: 17px;
	line-height: 17px;
	padding-top:2px;
	float:right;
	display:inline;

}
.search_input_small {
	width: 154px;
	height: 21px;
	border: 1px solid #999;
	line-height: 21px;
	background-color:#FFF;
}
/* ie6 fixed */
*html .search_input_small {
	width: 155px;
	height: 23px;
	border: 1px solid #999;
	overflow:hidden;
	/*解决input在ie6中无法自定义高度(当高度小于他的默认高度时,需用此属性)*/
	background-color:#FFF;

	}
.search_like_small {
	width: 125px;
	height: 20px;
	float: left;
}
/* FireFox */
.like2_input_small {
	width: 127px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color:#fff;
	height: 15px;
	padding: 4px 2px 1px 2px;
}
/* ie6 fixed */
*html .like2_input_small {
	width: 127px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color:#fff;
	height: 20px;
	padding: 4px 2px 3px 2px;
}
/* ie7 fixed, 注意顺序 */	
*+html .like2_input_small {
	width:127px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color:#fff;
	height:14px;
	line-height:14px;
	padding: 4px 2px 1px 2px;
	
}
/*小的搜索结束*/

/*博客页面右边第三小条部分及 查找好友博客输入框*/

.blog_third {width:120px;float:right; _float:left; *float:left; }
.blog_input_small { background-color:#FFF; width:100px; margin:auto; border:1px solid #a1a1a1; height:21px;*height:23px;_height:21px;*padding-top:0px;padding-top:1px;}
.blog_small_input {width:76px; float:left; padding-top:2px;}
.blog_small_input input {border:0px; width:76px; height:16px;*height:16px;_height:18px;padding:2px 0px 0px 2px;*padding:2px 0px 0px 2px;_padding:2px 0px 0px 2px;}







/*#search_box form input.submit {
  height: 20px;
  width: 23px;
  margin: 0px;
  margin-left:-1px;
  padding: 0px;
  border: none;
  background-image: url(../images/searchtxia.gif);
  background-repeat: no-repeat;
  cursor: pointer;
  vertical-align:middle;
  }
#search_box form input.submit:hover,
#search_box form input.submit_hover {
  height: 20px;
  width: 23px;
  margin: 0px;
  margin-left:-1px;
  padding: 0px;
  border: none;
  background-image: url(../images/searchtxia2.gif);
  background-repeat: no-repeat;
  cursor: pointer;
  vertical-align:middle;
}
*/

.button-style01 {
	height: 17px;
	width: 17px;
	margin: 0px;
	padding: 0px;
	border: none;
	background: url(../images/searchxia.gif) no-repeat;
	cursor: pointer;
	vertical-align:middle;
}
.button-style02 {
	height: 17px;
	width: 17px;
	margin: 0px;
	padding: 0px;
	border: none;
	background: url(../images/searchxia2.gif) no-repeat;
	cursor: pointer;
	vertical-align:middle;
}
a.button-style01, a .button-style02 {
	display:block;
	height:17px;
	line-height:17px;
	vertical-align:middle;
	padding:0px 0px;
}




.button-style01_cha {
	height: 17px;
	width: 17px;
	margin: 0px;
	padding: 0px;
	border: none;
	background: url(../images/searchxia_cha.gif) no-repeat;
	cursor: pointer;
	vertical-align:middle;
}
.button-style02_cha {
	height: 17px;
	width: 17px;
	margin: 0px;
	padding: 0px;
	border: none;
	background: url(../images/searchxia2_cha.gif) no-repeat;
	cursor: pointer;
	vertical-align:middle;
}
a.button-style01_cha, a .button-style02_cha {
	display:block;
	height:17px;
	line-height:17px;
	vertical-align:middle;
	padding:0px 0px;
}
/*#search_box form input.text {
  padding: 2px 0pt 2px 3px;
  width: 161px;
  height: 21px;
  border: 1px solid #333;
  margin: 0;
  vertical-align: top;
  position: relative;
  left: 3px;
}

#search_box form input.submit {
  height: 22px;
  width: 23px;
  border: 1px solid #333;
  border-left: none;
 margin: 0px;
  margin-left:-1px;
  padding: 0px;
  background-image: url(../images/navigation_sprite.png);
  background-position: 0 -195px;
  background-repeat: no-repeat;
  cursor: pointer;
  vertical-align:middle;
	behavior: url(/templates/default/scripts/iepngfix.htc);

  }
#search_box form input.submit:hover,
#search_box form input.submit_hover {
  background-image: url(../images/navigation_sprite.png);
  background-position: -24px -195px;
  background-repeat: no-repeat;
	behavior: url(/templates/default/scripts/iepngfix.htc);
}*/





#search_box #settings {
	float: right;
}
#gray_box {
	width: 185px;
	margin-left:63px;
	_margin-left:65px;
	margin-top: 5px;
	float:left;
	display:inline;
	text-align:left;
}
/*错误信息提示框开始*/
.errorbg {
	width:100%;
	height:52px;
	border: 1px solid #ff6600;
	background-image:url(../images/errorbg.jpg);
	background-position:left bottom;
	background-repeat:repeat-x;
	margin: 0 auto;
	margin: 10px 0px;
	text-indent:20px;
	line-height: 52px;
	overflow:hidden;
}
.errorbg_more {
	width: 100%;
	border: 1px solid #ff6600;
	background-image:url(../images/errorbg.jpg);
	background-position:left bottom;
	background-repeat:repeat-x;
	margin: 0 auto;
	margin: 5px 0px 15px 0px;
	overflow:hidden;
}
.errorbg2 {
	width:100%;
	height:39px;
	border: 1px solid #ff0016;
	background-image:url(../images/errorbg2.jpg);
	background-position:left bottom;
	background-repeat:repeat-x;
	margin: 0 auto;
	margin: 10px 0px;
	text-indent:20px;
	line-height: 39px;
}
/*弹出框样式*/	
#boxborder {
	width: 600px;
	margin: 0 auto;
	border:1px solid #000;
}
#boxtop {
	width:600px;
	height: 63px;
	background-image:url(../images/blueline.gif);
	background-repeat:repeat-x;
	background-position:left center;
}
#boxtop2 {
	width: 600px;
	height: 68px!important;
	_height: 60px;
	background-image:url(../images/blueline.gif);
	background-repeat:repeat-x;
	background-position:left top;
}
#boxtopwen {
	width:500px;
	height:45px;
	line-height: 45px;
	text-indent: 25px;
	text-align:left;
	float:left;
}
#boxtopbtn {
	width:70px;
	height:45px;
	line-height:45px;
	text-align:left;
	float:right;
	background-image:url(../images/gifclose.gif);
	background-repeat: no-repeat;
	background-position:left center;
	text-indent: 18px;
}
#boxcontent {
	width: 580px !important;
	width: 600px;
	padding:10px 10px 10px 10px;
	text-align:left;
/*	text-indent: 24px;
*/	background-color:#FFF;
	overflow:hidden;
}
#boxcontent_01 {
	width: 580px !important;
	width: 600px;
	padding:10px 10px 10px 10px;
	text-align:left;
/*	text-indent: 24px;
*/	background-color:#FFF;
	}
.boxtextarea {
	text-align:center;
	}
.boxinput {
	margin-top:10px;
	text-align:center;
	margin-left:-20px;
	*margin-left:0px;
	_margin-left:0px;
	}
.boxbtn {
	 padding-left:240px;
	 overflow:hidden;
	}
.boxtextarea_01 {
	width:550px;
	height:100px;
	margin-left:-1px!important;
	_margin-left:0px;
	}
.guanzhu {
	height:26px;
	*height:20px;
	_height:10px;
	float:right;
	text-align:right;
	margin-top:-6px;
	margin-right:28px;
	display:inline;
}
.guanzhu input.guanzhuinput {
	vertical-align:middle;
	margin-top:-2px;
	*margin-top:-4px;
	_margin-top:-4px;
	margin-right:5px;
	*margin-right:2px;
	_margin-right:2px;
	margin-bottom:0;

}


/*导航样式一*/
#section_nav {
	BACKGROUND-POSITION: 0px -59px;
	BACKGROUND-IMAGE: url(../images/fixed_height_repeat_x_sprite.png);
	BACKGROUND-REPEAT: repeat-x;
	BACKGROUND-COLOR: #33cc00;
	behavior: url(/templates/default/scripts/iepngfix.htc);
}
#section_nav UL {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 10px;
	PADDING-BOTTOM: 0px;
	PADDING-TOP: 12px;
	BORDER-BOTTOM: black 1px solid;
	LIST-STYLE-TYPE: none;
	_HEIGHT: 21px;
	HEIGHT: 20px;
*HEIGHT: 21px;
}
#section_nav UL LI {
	BORDER-RIGHT: black 1px solid;
	PADDING-RIGHT: 9px;
	BACKGROUND-POSITION: 0px -163px;
	BORDER-TOP: black 1px solid;
	DISPLAY: inline;
	PADDING-LEFT: 9px;
	BACKGROUND-IMAGE: url(../images/fixed_height_repeat_x_sprite.png);
	PADDING-BOTTOM: 3px;
	BORDER-LEFT: black 1px solid;
	MARGIN-RIGHT: 0px;
	PADDING-TOP: 3px;
	BACKGROUND-REPEAT: repeat-x;
	POSITION: relative;
	BACKGROUND-COLOR: white;
	TEXT-ALIGN: center;
	border-topleft-radius: 4px;
	border-topright-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	margin:0px 2px;
}
#section_nav UL LI A {
	FONT-SIZE: 90%;
	FONT-WEIGHT: bold;
	line-height: 20px;
*line-height: 21px;
	_line-height: 21px;
	TEXT-DECORATION: none;
}
#section_nav UL LI:hover {
	BACKGROUND-POSITION: 0px -192px;
	BACKGROUND-IMAGE: url(../images/fixed_height_repeat_x_sprite.png);
	CURSOR: pointer;
	BACKGROUND-COLOR: white;
	TEXT-DECORATION: none;
	behavior: url(/templates/default/scripts/iepngfix.htc);
}
#section_nav UL LI.selected A {
	BACKGROUND-IMAGE: none;
}
#section_nav UL LI.selected {
	BACKGROUND-IMAGE: none;
}
#section_nav UL LI.selected {
	PADDING-BOTTOM: 4px;
	BACKGROUND-COLOR: #dfeefc;
}
#section_nav UL LI.selected A {
	BORDER-RIGHT-STYLE: none;
	BORDER-LEFT-STYLE: none;
}
#color_picker_button {
	BACKGROUND-POSITION: 0px -229px;
	DISPLAY: block;
	FLOAT: right;
	BACKGROUND-IMAGE: url(../images/navigation_sprite.png);
	MARGIN: 5px;
	WIDTH: 39px;
	HEIGHT: 21px;
}
#color_picker_button:hover {
	BACKGROUND-POSITION: -42px -229px;
	BACKGROUND-IMAGE: url(../images/navigation_sprite.png);
	behavior: url(scripts/iepngfix.htc);
}
/*导航样式二*/

#section_nav2 { 
background-position: 0px -59px!important;
_background-position: 0px 0px; 
margin-top:-11px;
margin-bottom:10px;
background-image: url(../images/fixed_height_repeat_x_sprite.png)!important;
_background-image: url(../images/fixed_height_repeat_x_sprite_didao.png);
background-repeat: repeat-x;
behavior: url(/templates/default/scripts/iepngfix.htc);
}


#section_nav2 ul {
	padding-right: 0px;
	padding-left: 10px;
	padding-bottom: 0px;
	margin:0px;
	padding-top: 12px;
	border-bottom: black 1px solid;
	list-style-type: none;
	height: 22px;
}
#section_nav2 ul li {
	border-right: black 1px solid;
	padding-right:9px;
	_padding-right:2px;
	*padding-right: 2px;
	background-position: 0px -163px;
	border-top: black 1px solid;
	display:inline;
	padding-left:9px;
	background-image: url(../images/fixed_height_repeat_x_sprite.png);
	padding-bottom: 3px;
	border-left: black 1px solid;
	margin-right:0px;
	padding-top: 3px;
	*padding-top: 4px;
	background-repeat: repeat-x;
	position: relative;
	background-color: white;
	text-align: center;
	border-topleft-radius: 4px;
	border-topright-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	margin:0px 2px;
}
*html #section_nav2 ul li {
	border-right: black 1px solid;
	padding-right:9px;
	_padding-right:2px;
	*padding-right: 2px;
	background-position: 0px -163px;
	border-top: black 1px solid;
	display:inline;
	padding-left:9px;
	background-image: url(../images/fixed_height_repeat_x_sprite_ie6.png);
	padding-bottom: 3px;
	border-left: black 1px solid;
	margin-right:0px;
	padding-top: 3px;
	*padding-top: 4px;
	background-repeat: repeat-x;
	position: relative;
	background-color: white;
	text-align: center;
	border-topleft-radius: 4px;
	border-topright-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	margin:0px 2px;
	cursor:pointer;
}
#section_nav2 ul li a {
	font-size: 12px;
	font-weight: bold;
	line-height: 22px;
	text-decoration: none;
}
#section_nav2 ul li:hover {
	background-position: 0px -192px;
	background-image: url(../images/fixed_height_repeat_x_sprite.png);
	cursor: pointer;
	background-color: white;
	text-decoration: none;
	behavior: url(/templates/default/scripts/iepngfix.htc);
}
#section_nav2 ul li.hover {
	background-image: url(../images/fixed_height_repeat_x_sprite_didao_green.gif);
	cursor: pointer;
	text-decoration: none;
}
#section_nav2 ul li.selected a {
	background-image: none;
}
#section_nav2 UL li.selected {
	background-image: none;
}
#section_nav2 ul li.selected {
	padding-bottom: 4px;
	background-color:#dfeefc;
}
#section_nav2 ul li.selected a {
	border-right-style:none;
	border-left-style:none;
}
/*选择好友开始*/
.select_item {
	width: 450px;
}
.select_input {
	width: 450px;
	height: 28px;
	border: 1px solid #999;
	line-height: 28px;
}
.select_image {
	width: 20px;
	margin-right: 5px;
	height: 23px !important;
	height: 26px;
	line-height: 23px !important;
	line-height: 26px;
	padding-top:4px;
	_padding-top:4px;
	float:right;
	display:inline;
}
.select_like {
	width: 350px;
	height: 28px;
	float: left;
}
.cp {
	cursor: pointer;
}
.select_item form {
	margin: 0px;
	padding: 0px;
}
/* FireFox */
.select_item form input.like_input {
	width: 390px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color:#fff;
	height: 13px;
	padding: 7px;
}
/* ie6 fixed */
*html .select_item form input.like_input {
	width: 400px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color:#fff;
	height: 26px;
	padding: 5px;
}
/* ie7 fixed, 注意顺序 */	
*+html .select_item form input.like_input {
	width: 400px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color:#fff;
	height: 15px;
	padding: 5px;
}
.select_item form input {
	vertical-align:middle;
}
.Menu {
	position:relative;
	width:304px;
	height:25px;
	_height:28px;
	margin-left:-1px;
	z-index:1;
	background: #FFF;
	margin-top:-70px !important;
	margin-top:-100px;
	display:none;
	border-top-width: 1px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CECECE;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #CECECE;
}
.Menu2 {
	position: absolute;
	left:0px;
	top:0px;
	width:300px;
	height:auto;
	overflow:hidden;
	z-index:1;
}
.Menu2 ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
.Menu2 ul li {
	width:300px;
	height:25px;
	line-height:25px;
	text-indent:15px;
	color:#666;
	cursor:pointer;
}
/*.Menu2 ul li{width:300px;height:25px;line-height:25px;text-indent:15px;color:#666;cursor:pointer;change:expression(
  this.onmouseover=function(){
    this.style.background="#F2F5EF";
  },this.onmouseout=function(){
    this.style.background="";
  }
 )
}*/


 /* FireFox */
#List1 {
	left:0px;
	top:102px;
}
/* ie6 fixed */
*html #List1 {
	left:0px;
	top:104px;
}
/* ie7 fixed, 注意顺序 */	
*+html #List1 {
	left:0px;
	top:74px;
}
.friend_line {
	width: 440px!important;
	width: 450px;
	height: 270px!important;
	height: 290px;
	border: 1px solid #999;
	overflow:hidden;
	padding:10px 5px 10px 5px;
	margin-top: 5px;
}
.friend_wen {
	width: 440px;
	height: 28px;
}
.friend_wen1 {
	width: 200px;
	height:28px;
	line-height:28px;
	float:left;
}
.friend_wen2 {
	width: 240px;
	float: right;
	text-align: right;
}
.friend_infor {
	width: 440px;
	height: 200px;
	float:left;
	margin-top:10px;
	display:inline;
	overflow-x:hidden;
	overflow-y:scroll;
}
.friend_infor ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.friend_infor ul li {
	width: 440px;
	height: 28px;
	line-height: 28px;
	background-color: #EFEFEF;
	border-bottom:1px solid #ccc;
}
.friend_btn {
	text-align:left;
	height: 30px;
	margin-top: 10px;
	float:left;
}
/*选择好友结束*/


/*facebox样式*/
#facebox .b {
	background:url(../images/box/b.png);
}
#facebox .tl {
	background:url(../images/box/tl.png);
}
#facebox .tr {
	background:url(../images/box/tr.png);
}
#facebox .bl {
	background:url(../images/box/bl.png);
}
#facebox .br {
	background:url(../images/box/br.png);
}
#facebox {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	text-align: left;
}
#facebox .popup {
	position: relative;
}
#facebox table {
	border-collapse: collapse;
}
#facebox td {
	border-bottom: 0;
	padding: 0;
}
#facebox .body {
	padding: 10px;
	background: #fff;
	width: 370px;
}
#facebox .loading {
	text-align: center;
}
#facebox .image {
	text-align: center;
}
#facebox img {
	border: 0;
	margin: 0;
}
#facebox .footer {
	border-top: 1px solid #DDDDDD;
	padding-top: 5px;
	margin-top: 10px;
	text-align: right;
}
#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
	height: 10px;
	width: 10px;
	overflow: hidden;
	padding: 0;
}
#facebox_overlay {
	position: fixed;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}
.facebox_hide {
	z-index:-100;
}
.facebox_overlayBG {
	background-color: #000;
	z-index: 99;
}
* html #facebox_overlay { /* ie6 hack */
	position: absolute;
 height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
/*二级导航*/
#grlm2 {
	height:28px;
	width:0 auto;
}
.dh_blog2 {
	float:left;
	background:url(../images/blog/link.jpg) repeat-x;
	height:25px;
}
.dh_blog2 a {
	border:1px solid #cccccc;
	width:110px;
	height:25px;
	line-height:25px;
	float:left;
	text-align:center;
	text-decoration:none;
}
.dh_blog2 a:hover {
	background:url(../images/blog/hover.jpg) repeat-x;
	behavior: url(/templates/default/styles/js/iepngfix.htc);
}
.dh_blog3 {
	float:left;
	background:url(../images/blog/link.jpg) repeat-x;
	height:25px;
}
.dh_blog3 a {
	border:1px solid #cccccc;
	height:25px;
	line-height:25px;
	float:left;
	text-align:center;
	text-decoration:none;
	padding:0px 5px;
}
.dh_blog3 a:hover {
	background:url(../images/blog/hover.jpg) repeat-x;
	behavior: url(/templates/default/styles/js/iepngfix.htc);
}
.visited_t2 a, .visited_t2 a:hover, .visited_t2 a:visited {
	width:110px;
	float:left;
	border:1px solid #cccccc;
	text-align:center;
	height:25px;
	line-height:25px;
	background-image:url(../images/community/yellowline.jpg);
	background-repeat:repeat-x;
	background-position:left center;

}
/*.visited_t2_hover{
	width:110px;
	float:left;
	border:1px solid #cccccc;
	text-align:center;
	height:25px;
	line-height:25px;
	background-image:url(../images/community/yellowline.jpg);
	background-repeat:repeat-x;
	background-position:left center;
}*/

.webinforline {
	height: 25px;
	background-image:url(../images/webinfor/webline.gif);
	background-repeat:repeat-x;
	background-position:left top;
	}
/*二级导航结束*/

.btn_green {
	width:80px;
	height:24px!important;
	_height:25px;
	line-height:24px!important;
	_line-height:25px;
	border:1px solid #063;
	background-image:url(../images/btnbj.jpg);
	background-position:left bottom;
	background-repeat:repeat-x;
	cursor:pointer;
}
.btn_green2 {
	width:80px;
	height:24px!important;
	_height:25px;
	line-height:24px!important;
	_line-height:25px;
	border:1px solid #063;
	background-image:url(../images/btnbj12.jpg);
	background-position:left bottom;
	background-repeat:repeat-x;
	cursor:pointer;

}
.btn_border {
	border:1px solid #fff;
	height:22px!important;
	_height:23px;
	line-height:22px;
 *line-height:23px;
	_line-height:23px;
	_overflow:hidden;
	text-align:center;
}

/*小型绿色按钮*/

.btn_green_small {
	width:60px;
	height:22px!important;
	_height:23px;
	line-height:22px!important;
	_line-height:23px;
	border:1px solid #063;
	background-image:url(../images/btnbj.jpg);
	background-position:left bottom;
	background-repeat:repeat-x;
	cursor:pointer;
}
.btn_green2_small {
	width:60px;
	height:22px!important;
	_height:23px;
	line-height:22px!important;
	_line-height:23px;
	border:1px solid #063;
	background-image:url(../images/btnbj12.jpg);
	background-position:left bottom;
	background-repeat:repeat-x;
	cursor:pointer;

}
.btn_border_small {
	border:1px solid #fff;
	height:20px!important;
	_height:23px;
	line-height:20px;
    *line-height:21px;
	_line-height:21px;
	_overflow:hidden;
	text-align:center;
}

/*小型绿色按钮结束*/


/*长绿色按钮*/

.btn_green_long {
	width:240px;
	height:24px!important;
	_height:25px;
	line-height:24px!important;
	_line-height:25px;
	border:1px solid #063;
	background-image:url(../images/btnbj.jpg);
	background-position:left bottom;
	background-repeat:repeat-x;
	cursor:pointer;
}
.btn_green2_long {
	width:240px;
	height:24px!important;
	_height:25px;
	line-height:24px!important;
	_line-height:25px;
	border:1px solid #063;
	background-image:url(../images/btnbj12.jpg);
	background-position:left bottom;
	background-repeat:repeat-x;
	cursor:pointer;

}






.btn_yellow {
	width:80px;
	height:24px!important;
	_height:25px;
	line-height:24px!important;
	_line-height:25px;
	border:1px solid #ff6b05;
	background-image:url(../images/btnyellow12.jpg);
	background-position:left bottom;
	background-repeat:repeat-x;
	cursor:pointer;
}
.btn_yellow2 {
	width:80px;
	height:24px!important;
	_height:25px;
	line-height:24px!important;
	_line-height:25px;
	border:1px solid #ff6b05;
	background-image:url(../images/btnyellow1.jpg);
	background-position:left bottom;
	background-repeat:repeat-x;
	cursor:pointer;
}
.btn_yellow_border {
	border:1px solid #fff;
	height:22px!important;
	_height:23px;
	line-height:22px;
 *line-height:23px;
	_line-height:23px;
	_overflow:hidden;
	text-align:center;
}
/*文字二端对齐*/
.wen_align {
	text-align:justify;
	text-justify:inter-ideograph;
}
/*04-27添加长白按钮===================================================================================================================================*/

 /* FireFox */
.editicon_02 {
	width: 17px;
	margin-left:25px;
	margin-top: 2px;
	height: 16px;
	background-image:url(../images/pen.png);
	background-position:left center;
	background-repeat:no-repeat;
	text-decoration:none;
	behavior: url(/templates/default/scripts/iepngfix.htc);
	display:block;
	float:left;
	display:inline;
}
/* ie6 fixed */
*html .editicon_02 {
	width: 17px;
	margin-left:20px;
	margin-top: 3px;
	height: 15px;
	background-image:url(../images/pen.png);
	background-position:left center;
	background-repeat:no-repeat;
	text-decoration:none;
	behavior: url(/templates/default/scripts/iepngfix.htc);
	display:block;
	float:left;
	_display:inline;/*	border:1px solid #000;
*/	}
/* ie7 fixed, 注意顺序 */	
*+html .editicon_02 {
	width: 17px;
	margin-left:25px;
	margin-top: 3px;
	height: 15px;
	background-image:url(../images/pen.png);
	background-position:left top;
	background-repeat:no-repeat;
	text-decoration:none;
	behavior: url(/templates/default/scripts/iepngfix.htc);
	display:block;
	float:left;
}
/*
.publicicon_02 {
	padding-left:20px;
	background-image:url(../images/bookico.png);
	background-repeat:no-repeat;
	background-position:left center;
	text-decoration:none;
	behavior: url(/templates/default/scripts/iepngfix.htc);
	}
*/
	
	
/* FireFox */
.publicicon_02 {
	width: 17px;
	margin-left:20px;
	margin-top: 1px;
	height: 17px;
	background-image:url(../images/bookico.png);
	background-position:left center;
	background-repeat:no-repeat;
	text-decoration:none;
	behavior: url(/templates/default/scripts/iepngfix.htc);
	display:block;
	float:left;
}
/* ie6 fixed */
*html .publicicon_02 {
	width: 17px;
	margin-left:20px;
	margin-top: 4px;
	height: 14px;
	background-image:url(../images/bookico.png);
	background-position:left center;
	background-repeat:no-repeat;
	text-decoration:none;
	behavior: url(/templates/default/scripts/iepngfix.htc);
	display:block;
	float:left;
	display:inline;/*	border:1px solid #000;
*/	}
/* ie7 fixed, 注意顺序 */	
*+html .publicicon_02 {
	width: 17px;
	margin-left:25px;
	margin-top: 4px;
	height: 14px;
	background-image:url(../images/bookico.png);
	background-position:left top;
	background-repeat:no-repeat;
	text-decoration:none;
	behavior: url(/templates/default/scripts/iepngfix.htc);
	display:block;
	float:left;
}
/*.widgetsicon_02 {
    padding-left:20px;
	background-image:url(../images/daohang.png);
	background-repeat:no-repeat;
	background-position:left center;
	text-decoration:none;
	behavior: url(/templates/default/scripts/iepngfix.htc);
	}
*/

/* FireFox */
.widgetsicon_02 {
	width: 17px;
	margin-left:20px;
	margin-top: 2px;
	height: 16px;
	background-image:url(../images/daohang.png);
	background-position:left center;
	background-repeat:no-repeat;
	text-decoration:none;
	behavior: url(/templates/default/scripts/iepngfix.htc);
	display:block;
	float:left;
}
/* ie6 fixed */
*html .widgetsicon_02 {
	width: 17px;
	margin-left:20px;
	margin-top: 1px;
	height: 17px;
	background-image:url(../images/daohang.png);
	background-position:left center;
	background-repeat:no-repeat;
	text-decoration:none;
	behavior: url(/templates/default/scripts/iepngfix.htc);
	display:block;
	float:left;
	_display:inline;
}
/* ie7 fixed, 注意顺序 */	
*+html .widgetsicon_02 {
	width: 17px;
	margin-left:25px;
	height: 16px;
	background-image:url(../images/daohang.png);
	background-position:left top;
	background-repeat:no-repeat;
	text-decoration:none;
	behavior: url(/templates/default/scripts/iepngfix.htc);
	display:block;
	float:left;
}
/* FireFox */
.addmeicon_02 {
	width: 17px;
	margin-left:20px;
	margin-top: 2px;
	height: 16px;
	background-image:url(../images/pepjia.gif);
	background-position:left center;
	background-repeat:no-repeat;
	text-decoration:none;
	behavior: url(/templates/default/scripts/iepngfix.htc);
	display:block;
	float:left;
}
/* ie6 fixed */
*html .addmeicon_02 {
	width: 17px;
	margin-left:20px;
	margin-top: 2px;
	height: 16px;
	background-image:url(../images/pepjia.gif);
	background-position:left top;
	background-repeat:no-repeat;
	text-decoration:none;
	behavior: url(/templates/default/scripts/iepngfix.htc);
	display:block;
	float:left;
	display:inline;/*	border:1px solid #000;
*/	}
/* ie7 fixed, 注意顺序 */	
*+html .addmeicon_02 {
	width: 17px;
	margin-left:25px;
	margin-top: 2px;
	height: 16px;
	background-image:url(../images/pepjia.gif);
	background-position:left top;
	background-repeat:no-repeat;
	text-decoration:none;
	behavior: url(/templates/default/scripts/iepngfix.htc);
	display:block;
	float:left;
}
/* FireFox */
.linkicon_02 {
	width: 17px;
	margin-left:25px;
	margin-top: 2px;
	height: 16px;
	background-image:url(../images/linkico.gif);
	background-position:left center;
	background-repeat:no-repeat;
	text-decoration:none;
	display:block;
	float:left;
}
/* ie6 fixed */
*html .linkicon_02 {
	width: 17px;
	margin-left:20px;
	margin-top: 2px;
	height: 16px;
	background-image:url(../images/linkico.gif);
	background-position:left center;
	background-repeat:no-repeat;
	text-decoration:none;
	display:block;
	float:left;
	display:inline;
}
/* ie7 fixed, 注意顺序 */	
*+html .linkicon_02 {
	width: 17px;
	margin-left:25px;
	margin-top: 6px;
	height: 12px;
	background-image:url(../images/linkico.gif);
	background-position:left top;
	background-repeat:no-repeat;
	text-decoration:none;
	display:block;
	float:left;
}

/* FireFox */
.magkicon_02 {
	width: 17px;
	margin-left:20px;
	margin-top: 2px;
	height: 16px;
	background-image:url(../images/linkico.gif);
	background-position:left center;
	background-repeat:no-repeat;
	text-decoration:none;
	display:block;
	float:left;
}
/* ie6 fixed */
*html .magkicon_02 {
	width: 17px;
	margin-left:15px;
	margin-top: 2px;
	height: 16px;
	background-image:url(../images/linkico.gif);
	background-position:left center;
	background-repeat:no-repeat;
	text-decoration:none;
	display:block;
	float:left;
	display:inline;
}
/* ie7 fixed, 注意顺序 */	
*+html .magkicon_02 {
	width: 17px;
	margin-left:20px;
	margin-top: 6px;
	height: 12px;
	background-image:url(../images/linkico.gif);
	background-position:left top;
	background-repeat:no-repeat;
	text-decoration:none;
	display:block;
	float:left;
}


/* FireFox */
.icowen_infor02 {
	height:16px;
	display:block;
	text-align:center;
	float:right;
	margin-right:23px;
	display:inline;
}
/* ie6 fixed */
*html .icowen_infor02 {
	height:16px;
	display:block;
	overflow:hidden;
	padding-top: 3px;
	text-align:center;
	float:right;
	margin-right:20px;
	display:inline;
}
/* ie7 fixed, 注意顺序 */	
*+html .icowen_infor02 {
	height:16px;
	display:block;
	vertical-align:middle;
	padding-top: 1px;
	text-align:center;
	float:right;
	margin-right:22px;
	display:inline;
}

/* FireFox */
.icowen_infor03 {
	height:16px;
	display:block;
	text-align:center;
	float:right;
	margin-right:15px;
	display:inline;
}
/* ie6 fixed */
*html .icowen_infor03 {
	height:16px;
	display:block;
	overflow:hidden;
	padding-top: 3px;
	text-align:center;
	float:right;
	margin-right:15px;
	display:inline;
}
/* ie7 fixed, 注意顺序 */	
*+html .icowen_infor03 {
	height:16px;
	display:block;
	vertical-align:middle;
	padding-top: 1px;
	text-align:center;
	float:right;
	margin-right:15px;
	display:inline;
}



/*菜色列表*/
  
.imcm ul, .imcm li, .imcm div, .imcm span, .imcm a {
	text-align:left;
	vertical-align:top;
	padding:0px;
	margin:0;
	list-style:none outside none;
	border-style:none;
	background-image:none;
	clear:none;
	float:none;
	display:block;
	position:static;
	overflow:visible;
	line-height:normal;
}
.imcm li a img {
	display:inline;
	border-width:0px;
}
.imcm span {
	display:inline;
}
.imcm .imclear, .imclear {
	clear:both;
	height:0px;
	visibility:hidden;
	line-height:0px;
	font-size:1px;
}
.imcm .imsc {
	position:relative;
	z-index:2000;
}
.imcm .imsubc {
	position:absolute;
	visibility:hidden;
}
.imcm li {
	list-style:none;
	font-size:1px;
	float:left;
}
.imcm ul ul li {
	width:100%;
	float:none !important;
}
.imcm a {
	display:block;
	position:relative;
}
.imcm ul .imsc, .imcm ul .imsubc {
	z-index:10;
}
.imcm ul ul .imsc, .imcm ul ul .imsubc {
	z-index:20;
}
.imcm ul ul ul .imsc, .imcm ul ul ul .imsubc {
	z-index:30;
}
.imde ul li:hover .imsubc {
	visibility:visible;
}
.imde ul ul li:hover .imsubc {
	visibility:visible;
}
.imde ul ul ul li:hover .imsubc {
	visibility:visible;
}
.imde li:hover ul .imsubc {
	visibility:hidden;
}
.imde li:hover ul ul .imsubc {
	visibility:hidden;
}
.imde li:hover ul ul ul .imsubc {
	visibility:hidden;
}
.imcm .imea {
	display:block;
	position:relative;
	left:0px;
	font-size:1px;
	line-height:1px;
	height:0px;
	width:1px;
	float:right;
}
.imcm .imea span {
	display:block;
	position:relative;
	font-size:1px;
	line-height:0px;
}
.dvs, .dvm {
	border-width:0px
}
/* --[[ Main Expand Icons ]]-- */
	#imenus0 .imeam span, #imenus0 .imeamj span {
	background-image:url(../images/community/medium_purple_down.gif);
	width:9px;
	height:6px;
	left:-5px;
	_left:0px;
	top:6px;
	background-repeat:no-repeat;
	background-position:top left;
}
#imenus0 li:hover .imeam span, #imenus0 li a.iactive .imeamj span {
	background-image:url(../images/community/medium_purple_down.gif);
	background-repeat:no-repeat;
	background-position:top left;
}
/* --[[ Sub Expand Icons ]]-- */
#imenus0 ul .imeas span, #imenus0 ul .imeasj span {
	background-image:url(../images/community/stub_arrow_right.gif);
	width:6px;
	height:8px;
	left:-6px;
	top:3px;
	background-repeat:no-repeat;
	background-position:top left;
}
#imenus0 ul li:hover .imeas span, #imenus0 ul li a.iactive .imeasj span {
	background-image: url(../images/community/medium_purple_down.gif);
	background-repeat:no-repeat;
	background-position:top left;
}
/* --[[ Main Container ]]-- */
	#imouter0 {
	border-color:#6a6a6a;
	border-width:1px;
	padding:0px;
	margin:0px;
}
/* --[[ Sub Container ]]-- */
	#imenus0 li ul {
	background-color:#ffffff;
	border-style:solid;
	border-color:#cccccc;
	border-width:1px;
	padding:5px;
	margin:4px 0px 0px;
}
/* --[[ Main Items ]]-- */
	#imenus0 li a, #imenus0 .imctitle {
	color:#333333;
	text-align:left;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	border-color:#dddddd;
	border-width:1px;
	padding:0px 2px 0px 0px;
}
/* [hover] - These settings must be duplicated for IE compatibility.*/
		#imenus0 li:hover>a {
	text-decoration:underline;
}
#imenus0 li a.ihover, .imde imenus0 a:hover {
	text-decoration:underline;
}
/* [active] */
		#imenus0 li a.iactive {
}
/* [Main Graphic Button Text Content] */
		#imenus0 .imbuttons {
	padding:2px 0px 0px 4px;
}
/* --[[ Sub Items ]]-- */
	#imenus0 ul a, #imenus0 .imsubc li .imctitle {
	color:#333333;
	text-align:left;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	border-style:none;
	border-color:#000000;
	border-width:1px;
	padding:2px 5px;
}
/* [hover] - These settings must be duplicated for IE comptatibility.*/
		#imenus0 ul li:hover>a {
	color:#000000;
	text-decoration:underline;
}
#imenus0 ul li a.ihover {
	color:#000000;
	text-decoration:underline;
}
/* [active] */
		#imenus0 ul li a.iactive {
	background-color:#ffffff;
}
/* [Dividers] */
		#imenus0 .dvs {
	border-bottom-width:1px;
	border-style:solid;
	border-color:#efefef;
	padding-bottom:2px;
	margin-bottom:2px;
	vertical-align:baseline;
	zoom:1;
}
#imenus0 li.imatm {
	margin:10px;
}
#imenus0 li.imatmnomargin {
	margin:0px 0px 0px 10px;
	float:left;
	display:inline;
}
#imenus0 li.imatm a img {
	vertical-align:middle;
}
#imenus0 li.imatm img {
	margin-right:5px;
	margin-top:2px;
}
#imenus0 .imsubc li a {
	vertical-align:baseline;
	zoom:1;
}
  
  /*菜色列表结束*/
/**搜索提示框样式开始 add by anshen**/
.kt-menu{                          
  font-size: 12px;                 
  color: black;                    
  background-color: #fff;         
  border: 1px solid #aaa;          
}                                  
.kt-menu ul{                       
  list-style: none;                
  margin: 1px;                     
  padding: 1px;                    
  overflow: hidden;                
  text-align:left;                 
}                                  
.kt-menu .kt-link {                
  cursor: hand;                    
  cursor: pointer;                 
  display: block;                  
}                                  
.kt-menu .kt-highlight {           
  background-color: #ddf;          
}                                  
.kt-menu .kt-warning {             
  font-style: normal;              
}                                  
.kt-menu em {                      
    /*text-decoration: underline;*/
	font-style: normal;              
	border-bottom:1px dotted #000;   
}                                  
.kt-menu .kt-info {                
    text-align: right;             
	font-weight:bold;                
    font-size: .75em;              
    color: #666;                   
}
/**搜索提示框样式结束**/   

.spanfloat_1 {
	float:left;
	width:480px;
	height:20px;
	display:block;
	text-overflow:ellipsis;
	overflow: hidden;
	}

.spanfloat1 {
	float:left;
	width:52px;
	height:20px;
	display:block;
	text-overflow:ellipsis;
	overflow: hidden;
	}
.spanfloat_web {
	float:left;
	width:200px;
	height:20px;
	display:block;
	text-overflow:ellipsis;
	overflow: hidden;
	}
	
.spanfloat2 {
	float:right;
	}
	
.red14B{ color:#F00; font-weight: bold; font-size:14px;}

.set_tianjia{
	border:1px solid #bbb;
	height:23px;
	width:60px;
	background-position:8px 6px;
	*background-position:8px 4px;
	_background-position:8px 4px;
	background-color: #e8e8e8;
	background-image: url(../images/header/jia.jpg);
	background-repeat: no-repeat;
	cursor:pointer;
}
.activityline {
	height: 25px;
	background-image:url(../images/webinfor/webline.gif);
	background-repeat:repeat-x;
	background-position:left top;
	}

/*2009-06-10*/
.flgl_tanchu{padding:5px 20px 0px 20px; background-color:#FFF;}

.flgl_tanchu table{ margin:0px; padding:0px; margin-bottom:0px;}
.flgl_tanchu table td{ margin:0px; padding:0px;}

.flgl_td{border-top:1px solid #ccc; height:38px; padding:0px;}

/*2009-06-12 杨娜娜添加*/
.active_select_one {
	width:160px;
	}
.active_select {
	width:160px;
	height:22px;
	}
.active_select ul {
	margin:0px;
	padding:0px;
	list-style:none;
	}
.active_select ul li {
	float:left;
	}
	
/*--无色开始--*/	
.kuang_left_wu {
	width:12px;
	height:22px;
	background-image: url(../images/bluegray_columns_bl_wu.gif);
	background-repeat:no-repeat;
	background-position:left center;
	}

.kuang_center_wu {
	width:136px;
	height:22px;
/*	line-height:22px;
	*line-height:24px;
	_line-height:18px;
	_padding-top:2px;
*/
    background-image: url(../images/bluegray_columns_bc.gif);
	background-repeat:repeat-x;
	background-position:left center;
	text-align:center;
		}
.select_name_wu {
	width:99px;
	height:22px;
	line-height:22px;
	*line-height:23px;
	_line-height:19px;
	_padding-top:3px;
	text-align:left;
	float:left;
	margin-left:5px;
	display:inline;
	}


	
/*--无色结束--*/

/*备用开始*/
.kuang_left {
	width:12px;
	height:22px;
	background-image: url(../images/bluegray_columns_bl.gif);
	background-repeat:no-repeat;
	background-position:left center;
	}
.kuang_center {
	width:136px;
	height:22px;
	background-image: url(../images/bluegray_columns_bc.gif);
	background-repeat:repeat-x;
	background-position:left center;
	}
.kuang_right {
	width:12px;
	height:22px;
	background-image: url(../images/bluegray_columns_br.gif);
	background-repeat:no-repeat;
	background-position:left center;
	}
.xiala_sanjiao {
	width:9px;
	height:20px;
	margin:2px 0px 0px 5px;
	float:right;
	display:inline;
	background-image:url(../images/medium_purple_down.gif);
	background-repeat:no-repeat;
	background-position:left center;
	}
/*备用结束*/
	
/*蓝色开始*/
.kuang_left_blue {
	width:12px;
	height:22px;
	background-image: url(../images/bluegray_columns_bl_blue.gif);
	background-repeat:no-repeat;
	background-position:left center;
	}
.kuang_center_blue {
	width:136px;
	height:22px;
	background-image: url(../images/bluegray_columns_bc_blue.gif);
	background-repeat:repeat-x;
	background-position:left center;
	}
.kuang_right_blue {
	width:12px;
	height:22px;
	background-image: url(../images/bluegray_columns_br_blue.gif);
	background-repeat:no-repeat;
	background-position:left center;
	}
.xiala_sanjiao_blue {
	width:9px;
	height:20px;
	margin:2px 0px 0px 5px;
	float:right;
	display:inline;
	background-image:url(../images/medium_purple_down_blue.gif);
	background-repeat:no-repeat;
	background-position:left center;
	}
/*蓝色结束*
/*黄色开始*/
.kuang_left_yellow {
	width:12px;
	height:22px;
	background-image: url(../images/bluegray_columns_bl_yellow.gif);
	background-repeat:no-repeat;
	background-position:left center;
	}
.kuang_center_yellow {
	width:136px;
	overflow:hidden;
	height:22px;
	background-image: url(../images/bluegray_columns_bc_yellow.gif);
	background-repeat:repeat-x;
	background-position:left center;
	}
.kuang_right_yellow {
	width:12px;
	height:22px;
	background-image: url(../images/bluegray_columns_br_yellow.gif);
	background-repeat:no-repeat;
	background-position:left center;
	}
.xiala_sanjiao_yellow {
	width:9px;
	height:20px;
	margin:2px 0px 0px 5px;
	float:right;
	display:inline;
	background-image:url(../images/medium_purple_down_yellow.gif);
	background-repeat:no-repeat;
	background-position:left center;
	}
	
/*黄色结束*/

/*绿色开始*/
.kuang_left_green {
	width:12px;
	height:22px;
	background-image: url(../images/bluegray_columns_bl_green.gif);
	background-repeat:no-repeat;
	background-position:left center;
	}
.kuang_center_green {
	width:136px;
	height:22px;
	background-image: url(../images/bluegray_columns_bc_green.gif);
	background-repeat:repeat-x;
	background-position:left center;
	}
.kuang_right_green {
	width:12px;
	height:22px;
	background-image: url(../images/bluegray_columns_br_green.gif);
	background-repeat:no-repeat;
	background-position:left center;
	}
.xiala_sanjiao_green {
	width:9px;
	height:20px;
	margin:2px 0px 0px 5px;
	float:right;
	display:inline;
	background-image:url(../images/medium_purple_down_green.gif);
	background-repeat:no-repeat;
	background-position:left center;
	}
/*绿色结束*/	
	
.checked_img {
	width:13px;
	height:24px;
	*height:22px;
	_height:22px;
	background-image:url(../images/manage_calendar_checked.gif);
	background-repeat:no-repeat;
	background-position:left center;
	float:left;
	margin-left:5px;
	display:inline;
	}
.house_img {
	width:13px;
	height:22px;
	background-image: url(../images/home01.gif);
	background-repeat:no-repeat;
	background-position:left center;
	float:left;
	margin-left:5px;
	display:inline;
	}
	
.select_name {
	width:99px;
	height:22px;
	line-height:22px;
	*line-height:23px;
	_line-height:19px;
	_padding-top:2px;
	text-align:left;
	float:left;
	margin-left:5px;
	display:inline;
	}

.select_name_house {
	width:84px!important;
	_width:99px;
	height:22px;
	line-height:22px;
	*line-height:23px;
	_line-height:19px;
	_padding-top:2px;
	padding-left:15px;
	text-align:left;
	float:left;
	margin-left:5px;
	display:inline;
	background-image: url(../images/home01.gif);
	background-repeat:no-repeat;
	background-position:left center;
	}

.select_div {
	width:148px!important;
	_width:158px;
	padding:5px;
	margin-top:3px;
	border:1px solid #CCC;
	}
.select_div ul {
	margin:0px;
	padding:0px;
	list-style:none;
	}
.select_div ul li.dvs1 {
	width:148px;
	height:22px;
	line-height:22px;
	text-align:left;
 	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #CCC;

	}
.select_div ul li.dvs2 {
	width:148px;
	height:22px;
	line-height:22px;
	text-align:left;

	}
.wenban {
	margin-left:16px;
	padding-left:12px;
	background-image: url(../images/bluedianhui.gif);
	background-repeat:no-repeat;
	background-position:left center;
	}
	
/*2009-7-3*/
.blue_font,.blue_font:link,.blue_font:visited{ color:#1a618f; font-size:12px; line-height:19px; text-decoration:none; font-family:Verdana, Geneva, sans-serif "宋体"}

.blue_font:hover{ text-decoration:underline;}

.gay_font,.gay_font a{ color:#999; font-size:12px; line-height:19px; text-decoration:none; font-family:Verdana, Geneva, sans-serif "宋体"}

.gay_font a:hover{ text-decoration:underline; color:#999;}


.black_font{ font-size:12px; color:#000;  font-family:Verdana, Geneva, Gadget, sans-serif "宋体";  }

.white:link,.white:visited,.white:hover{color:#FFF; text-decoration:none; font-size:12px;}
.top10{ padding-top:10px;}
.dotxian{ border-bottom:1px dotted #999; margin:0px 0 10px 0; padding-bottom:5px;}
.mokuai_bon{width:100px; margin:auto; height:24px; margin-bottom:5px;}





















/*将导航样式移入公共样式中    操作人:杨娜娜               开始*/
#header {
	width:990px;
	height:70px;
	margin:0px auto 10px;
}
.left_logo {
	/*width:290px!important;*/
	width:300px;
	margin-top:15px;
	/*	padding-left:10px;*/
	height:50px;
	float:left;
	display:inline;
	text-align:left;
	background-image:url(../images/header/logo.png);
	background-repeat:no-repeat;
	background-position:left center;
	behavior: url(/templates/default/scripts/iepngfix.htc);
}
.main_menu {
	width:650px;
	float:right;
	margin-top:10px;
	margin-left:40px;
	display:inline;
	height:57px;
	overflow:hidden;
}
.menu_01 {
	margin:4px;
	width:642px;
	height:26px;
	background-color:#000;
	z-index:-1000;
}
.menu_02 {
	position:relative;
	top:-34px;
	left:0px;
	width:650px;
	height:57px;
	background-image:url(../images/shared/daohang_bg.png);
	behavior: url(/templates/default/scripts/iepngfix.htc);
}
.menu_02_top {
	width:642px !important;
	width:650px;
	padding:5px 4px 0px 4px;
	height:24px;
    *height:26px;
	_height:24px;
	text-align:left;
	/*	line-height:24px;
	*line-height:26px;
	_line-height:24px;*/
	position:relative;
	top:-92px;
	left:0px;
}
.menu_02_top_left {
	width:517px!important;
	_width:522px;
	margin-left:7px;
	height:26px;
	float:left;
	overflow:hidden;
	display:inline;
}
.menu_02_top_left ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
/*.menu_02_top_left ul li {
	float:left;
	}*/
.shuline {
	width:2px;
	height:16px;
	margin:7px 8px 3px 4px;
	background-image:url(../images/shared/tiao2.png);
	background-repeat:no-repeat;
	background-position:center center;
	behavior: url(/templates/default/scripts/iepngfix.htc);
	_display:inline;
}
.shuline_a {
	width:2px;
	height:16px;
	margin:7px 3px 3px 10px;
	background-image:url(../images/shared/tiao2.png);
	background-repeat:no-repeat;
	background-position:center center;
	behavior: url(/templates/default/scripts/iepngfix.htc);
	_display:inline;
}
.shuline_b {
	width:2px;
	height:16px;
	margin:7px 10px 3px 3px;
	background-image:url(../images/shared/tiao2.png);
	background-repeat:no-repeat;
	background-position:center center;
	behavior: url(/templates/default/scripts/iepngfix.htc);
	_display:inline;
}
.quanjing_img {
	background-image:url(../images/header/quanjing.gif);
	background-repeat:no-repeat;
	background-position:left center;
	width:15px;
	height:17px;
 *height:15px;
	_height:15px;
	float:left;
	margin-top:1px;
 *margin-top:0px;
	_margin-top:0px;
	position:relative;
	top:4px;
 *top:6px;
	_top:6px;
	left:-125px;
 *left:-125px;
	_left:-129px;
	z-index:200;
}
.quanjing {
	position:relative;
	width:190px;
 *width:37px;
	_width:37px;
	top:4px;
 *top:4px;
	_top:8px;
	left:-123px;
 *left:-123px;
	_left:-130px;
	z-index:200;
}
.quanjing img {
	margin-left:4px;
	vertical-align:middle;
}
.quanjing_sanjiao {
	position:relative;
	width:7px;
	height:17px;
	top:4px;
 *top:6px;
	_top:6px;
	left:-121px;
 *left:-121px;
	_left:-124px;
	z-index:200;
}
.shiji_img {
	background-image:url(../images/header/quanjing.gif);
	background-repeat:no-repeat;
	background-position:left center;
	width:15px;
	height:26px;
	 *height:27px;
	_height:27px;
	float:left;
	margin-left:3px;

}
.shijie {
	width:25px;
	float:left;
	margin-left:3px;
	display:inline;
	padding-top:0px;
   *padding-top:2px;
	_padding-top:2px;
}
.duanxing_img {
	background-image: url(../images/header/duanxing.gif);
	background-repeat:no-repeat;
	background-position:left center;
	width:15px;
	height:26px;
	float:left;
}
.duanxing_img_hui {
	/*	background-image: url(../images/header/duanxinghui.gif);
	background-repeat:no-repeat;
	background-position:left center;
*/	width:15px;
	height:26px;
	float:left;
}
.duanxing {
	float:left;
	margin-left:3px;
	display:inline;
	padding-top:0px;
 *padding-top:1px;
	_padding-top:1px;
}
.topwen {
	padding-top:0px;
 *padding-top:2px;
	_padding-top:2px;
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
}

.quan_move {
	width:58px!important;
	_width:63px;
	padding-left:4px;
	padding-top:0px;
 *padding-top:2px;
	_padding-top:2px;
	padding-bottom:1px;
	padding-right:1px;
	text-align:center;
	height:24px;
 *height:22px;
	_height:24px;
	_overflow:hidden;
	text-align:center;
	margin-top:4px;
 *margin-top:4px;
	_margin-top:5px;
	cursor:pointer;
}
.quan_move_hover {
	width:58px!important;
	_width:63px;
	padding-left:3px;
	padding-top:0px;
 *padding-top:2px;
	_padding-top:2px;
	height:22px;
 *height:20px;
	_height:22px;
	_overflow:hidden;
	text-align:center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #fff;
	border-right-color: #fff;
	border-left-color: #fff;
	margin-top:3px;
 *margin-top:3px;
	_margin-top:4px;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity: 0.5;
	cursor:pointer;
}
.zhang_move {
	width:40px!important;
	_width:41px;
	padding-left:4px;
	padding-top:0px;
 *padding-top:2px;
	_padding-top:2px;
	padding-bottom:1px;
	padding-right:1px;
	text-align:center;
	height:24px;
 *height:22px;
	_height:22px;
	_overflow:hidden;
	text-align:center;
	margin-top:4px;
 *margin-top:4px;
	_margin-top:5px;
	cursor:pointer;
}
.zhang_move_hover {
	width:40px!important;
	_width:41px;
	padding-left:3px;
	padding-top:0px;
 *padding-top:2px;
	_padding-top:2px;
	height:22px;
 *height:20px;
	_height:22px;
	_overflow:hidden;
	text-align:center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #fff;
	border-right-color: #fff;
	border-left-color: #fff;
	margin-top:3px;
 *margin-top:3px;
	_margin-top:4px;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity: 0.5;
	cursor:pointer;
}
.menu_02_top_right {
	width:104px!important;
	_width:100px;
	margin-right:10px;
	height:26px;
	float:right;
	display:inline;
	_overflow:hidden;
}
.menu_02_top_right ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
.menu_02_top_right ul li {
	float:left;
}
.menu_02_bottom {
	width:642px !important;
	width:650px;
	padding:0px 4px 0px 4px;
	height:27px;
	text-align:left;
	/*	line-height:26px;
*/	position:relative;
	top:-91px;
	left:0px;
}
.menu_02_bottom_left {
	width:450px;
	float:left;
	height:27px;
	margin-left:2px;
	display:inline;
}
.menu_02_bottom_left ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
.menu_02_bottom_left ul li {
	float:left;
}
.wenbian {
	filter:
 Dropshadow(offx=1, offy=0, color=000)  Dropshadow(offx=0, offy=1, color=000)  Dropshadow(offx=0, offy=-1, color=000)  Dropshadow(offx=-1, offy=0, color=000);
}
.shuline_01 {
	width:3px;
	height:22px;
	line-height:23px;
 *line-height:23px;
	_line-height:21px;
	text-align:center;
}
.more_wen {
	float:left;
	width:35px;
}
.more_wen2 {
	float:left;
	width:29px;
	text-align:right;
}
.menu_02_bottom_left img {
	vertical-align:middle;
	_vertical-align:0px;
}
.menu_02_bottom_right {
	width:158px;
 *width:158px;
	_width:155px;
	margin-top:2px!important;
	_margin-top:1px;
	float: right;
	display:inline;
}
.search_input_01 {
	border:1px solid #000;
	background-image:url(../images/header/white.gif);
	background-repeat: repeat;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity: 0.5;
	width: 156px;
	height: 19px!important;
	line-height: 19px!important;
	_height: 21px;
	_line-height: 21px;
	overflow:hidden;
}
.search_like_01 {
	width: 153px;
	height: 20px;
	float: left;
}
.search_image_01 {
	width: 17px;
	height: 16px;
	line-height: 16px;
	padding-top:2px;
	float:right;
	display:inline;
	left:-3px;
	top:-21px!important;
	_top:-21px;
	position:relative;
}
.search_input_01 input {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity: 0.5;
}
/* FireFox */
.like2_input_01 {
	width: 129px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color:#fff;
	height: 13px;
	padding: 3px 2px 30px 2px;
}
/* ie6 fixed */
*html .like2_input_01 {
	width: 133px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color:#fff;
	height: 17px;
	line-height:10px;
	padding: 5px 2px 0px 2px;
}
/* ie7 fixed, 注意顺序 */	
*+html .like2_input_01 {
	width: 124px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color:#fff;
	height: 14px;
	line-height:14px;
	padding: 3px 10px 0px 2px;
	overflow:hidden;
}
.search_input_02 {
	border:1px solid #000;
	width: 156px;
	height: 19px!important;
	line-height: 19px!important;
	_height: 21px;
	_line-height: 21px;
	overflow:hidden;
}
.search_like_02 {
	width: 156px;
	height: 19px!important;
	line-height: 19px!important;
	_height: 21px;
	_line-height: 21px;
	overflow:hidden;
	float: left;
}
/* FireFox */
.like2_input_02 {
	width: 124px;
	height: 19px;
	padding: 3px 30px 2px 2px;
}
/* ie6 fixed */
*html .like2_input_02 {
	width: 156px;
	height: 21px;
	padding: 2px 20px 2px 2px;
	margin-top:-1px;
}
/* ie7 fixed, 注意顺序 */	
*+html .like2_input_02 {
	width: 131px;
	height: 19px;
	padding: 2px 25px 2px 2px;
	margin-top:-1px;
}
.search_input_02 input {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity: 0.5;
	border-left:0px;
	border-top:0px;
	border-right:0px;
	border-bottom:0px;
}
.li_move_02 {
	width:47px!important;
	_width:49px;
	height:22px;
 *height:21px;
	_height:23px;
	_overflow:hidden;
	text-align:center;
	padding:1px 1px 1px 1px;
 *padding:3px 1px 1px 1px;
	_padding:2px 1px 1px 1px;
	margin-top:2px;
	display:block;
	cursor:pointer;
}
.li_move {
	width:39px!important;
	_width:41px;
	height:22px;
    *height:21px;
	_height:23px;
	_overflow:hidden;
	text-align:center;
	padding:1px 1px 1px 1px;
    *padding:3px 1px 1px 1px;
	_padding:2px 1px 1px 1px;
	margin-top:2px;
	display:block;
	cursor:pointer;
}


.li_move_hover {
	background-color:#000;
	width:46px;
	_width:48px;
	height:23px;
 *height:21px;
	_height:23px;
	_overflow:hidden;
	padding-top:0px;
 *padding-top:2px;
	_padding-top:1px;
	margin-top:2px;
	text-align:center;
	clip:rect(auto auto 1px auto);
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-left-color: #CCC;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity: 0.5;
	display:block;
	cursor:pointer;
}
/*全景下拉*/
.quan_jing {
	height:182px;
	overflow:hidden;
	margin-top:-1px;
}
.quan_friend {
	background-color:#000;
	width:174px!important;
	_width:180px;
	padding:3px;
	height:174px!important;
	_height:180px;
	z-index:-1001;
	position:relative;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity: 0.5;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #fff;
	border-bottom-color: #fff;
	border-left-color: #fff;
}
.quan_all {
	width:180px;
	height:180px;
	position:relative;
	top:-177px;
	left:4px;
 *left:3px;
	_left:3px;
}
.quan_all ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
.quan_all ul li {
	width:58px;
	height:58px;
	text-align:center;
	display: table-cell;
	vertical-align:middle;
	float:left;
}
.quan_all ul li img.img_demo {
	width:50px;
	height:50px;
	vertical-align:middle;
 margin-top: expression((56-this.height)/2);
	border:1px solid #999;
	margin-top:3px!important;
}
.quan_all ul li img.img_hover {
	width:50px;
	height:50px;
	vertical-align:middle;
 margin-top: expression((56-this.height)/2);
	border:1px solid #fff;
	margin-top:3px!important;
}
.quan_all ul li img.img_my {
	width:50px;
	height:50px;
	vertical-align:middle;
 margin-top: expression((56-this.height)/2);
	border:1px solid #fff;
	margin-top:3px!important;
}
/*全景下拉*/

/*社区下拉*/
.xiala {
	width:95px!important;
	_width:97px;
	height:62px;
	margin-top:-1px;
}
.xiala_touming {
	width:93px!important;
	_width:95px;
	height:63px;
	background-color:#000;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity: 0.5;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #fff;
	border-bottom-color: #fff;
	border-left-color: #fff;
}
.xiala ul {
	margin:0px;
	padding:0px;
	list-style:none;
	position: absolute;
	top:6px;
	left:1px;
 *left:0px;
	_left:0px;
}
.xiala ul li {
	width:71px;
 *width:73px;
	_width:85px;
	height:25px;
	padding-left:10px;
	line-height:25px;
	text-align:left;
}
/*社区下拉*/

/*好友下拉*/
.xiala_friend {
	width:95px!important;
	_width:97px;
	height:62px;
	margin-top:-1px;
}
.xiala_touming_friend {
	width:93px!important;
	_width:95px;
	height:63px;
	background-color:#000;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity: 0.5;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #fff;
	border-bottom-color: #fff;
	border-left-color: #fff;
}
.xiala_friend ul {
	margin:0px;
	padding:0px;
	list-style:none;
	position: absolute;
	top:6px;
	left:1px;
    *left:0px;
	_left:0px;
}
.xiala_friend ul li {
	width:71px;
 *width:73px;
	_width:85px;
	height:25px;
	padding-left:10px;
	line-height:25px;
	text-align:left;
}
/*好友下拉*/


/*更多下拉*/
.xiala_more {
	width:95px!important;
	_width:97px;
	margin-top:-1px;
}
.xiala_touming_more {
	width:93px!important;
	_width:95px;
	height:90px;
	background-color:#000;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity: 0.5;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #fff;
	border-bottom-color: #fff;
	border-left-color: #fff;
}
.xiala_more ul {
	margin:0px;
	padding:0px;
	list-style:none;
	position: absolute;
	top:6px;
	left:1px;
 *left:0px;
	_left:0px;
}
.xiala_more ul li {
	width:71px;
 *width:73px;
	_width:85px;
	height:25px;
	padding-left:10px;
	line-height:25px;
	text-align:left;
}
/*更多下拉结束*/

/*账户下拉*/
.xiala_zhanghu {
	width:95px!important;
	_width:97px;
	margin-top:-1px;
}
.xiala_touming_zhanghu {
	width:93px!important;
	_width:95px;
	height:200px;
	background-color:#000;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity: 0.5;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #fff;
	border-bottom-color: #fff;
	border-left-color: #fff;
}
.xiala_zhanghu ul {
	margin:0px;
	padding:0px;
	list-style:none;
	position: absolute;
	top:6px;
	left:1px;
 *left:0px;
	_left:0px;
}
.xiala_zhanghu ul li {
	width:71px;
 *width:73px;
	_width:85px;
	height:25px;
	padding-left:10px;
	line-height:25px;
	text-align:left;
}
/*账户下拉结束*/
.xia_line {
	height:25px;
	margin:2px 6px;
}
.xia_line_hover {
	margin:2px 6px;
	height:25px;
	background-color: #000;
}
.line_heng {
	height:1px;
	width:47px!important;
	_width:48px;
	margin:0px 0px 0px 48px;
	padding:0px;
	overflow:hidden;
	font-size:1px;
	line-height:1px;
}
.line_heng_01 {
	height:1px;
	width:50px!important;
	_width:54px;
	margin:0px 0px 0px 45px!important;
	_margin:0px 0px 0px 41px;
	padding:0px;
	overflow:hidden;
	font-size:1px;
	line-height:1px;
}
.line_heng_02 {
	height:1px;
	width:119px!important;
	_width:117px;
	margin:0px 0px 0px 63px!important;
	_margin:0px 0px 0px 63px;
	padding:0px;
	overflow:hidden;
	font-size:1px;
	line-height:1px;
}
/*登陆前的样式2009-06-26*/	
#head {
	width:990px;
	height:70px;
	margin:auto;
	display:block;
}
#head .left_logo {
	width:306px;
	padding-left:10px;
	height:50px;
	float:left;
	margin-top:10px;
	height:59px;
	overflow:hidden;
	display:inline;
}
#head .right_daohang_smbg {
	width:158px;
	_width:155px;
	margin-left:280px;
	height:26px;
	line-height:26px;
	margin-top:14px;
	float:right;
	margin-right:4px;
	display:inline;
}
#head .right_daohang_xin .ttop {
	height:26px;
	line-height:26px;
	color:#FFF;
	font-size:12px;
	margin-left:20px;
	width:auto;
}
#head .right_daohang_xin {
	width:158px !important;
	margin-left:100px;
	padding:4px;
	float:right;
	margin-top:-30px;
	background:url(../images/shared/daohang_bg.png);
*behavior: url(/templates/default/scripts/iepngfix.htc);
}
#head .right_daohang_xin .ttop a {
	margin:0 8px 0 6px;
}
#head .right_daohang_xin .ttop .top_1 {
	float:left;
	_padding-top:7px;
	position:relative;
	z-index:10;
}
.top_1 img {
	vertical-align:middle;
}
.input_search {
	float:left;
	margin-top:5px;
	z-index:1000;
	width:17px;
}
/*登陆*/

.dl_daohang {
	background:url(../images/header/caidan.gif) no-repeat;
	background-position:0 -495px;
	padding-left:20px;
}
/*注册*/

.zc_daohang {
	background:url(../images/header/caidan.gif) no-repeat;
	background-position:0 -542px;
	padding-left:20px;
}
/*------------------尾部样式--------------------*/

/*banquan start*/
#footer {
	width:990px;
	margin:0 auto;
	clear:both;
	padding-top:4px;
	padding-bottom:4px;
}
#footer #footerBorder {
	width:auto;
	padding:10px;
	height:18px;
	_height:30px;
	border:1px solid #000;
	background:url(../images/shared/section_title_bg.png);
	behavior: url(/templates/default/scripts/iepngfix.htc);
	background-color:#000;
	clear:both;
}
#footerLogo {
	width: 280px;
	float: left;
}
#footerMenu {
	width: 600px;
	float: right;
	text-align: right;
}
#footerMenu ul.piped {
	list-style-type: none;
	margin: 0;
}
#footerMenu ul.piped li {
	display: inline;
	padding: 0 5px 0 0;
}
#footerMenu ul.piped li span {
	padding: 0 0 0 5px;
}

/*banquan end*/

/*9.2更改*/

.gongyu {
	position:relative;
	width:250px;
 *width:57px;
	_width:57px;
	top:4px;
 *top:6px;
	_top:6px;
	left:-162px;
 *left:-162px;
	_left:-167px;
	z-index:200;
}

.gongyu_img {
	background-image:url(../images/header/quanjing.gif);
	background-repeat:no-repeat;
	background-position:left center;
	width:15px;
	height:17px;
 *height:15px;
	_height:15px;
	float:left;
	margin-top:1px;
 *margin-top:0px;
	_margin-top:0px;
	position:relative;
	top:4px;
 *top:6px;
	_top:6px;
	left:-163px;
 *left:-163px;
	_left:-165px;
	z-index:200;
}

.shuibian {
	width:55px;
	float:left;
	margin-left:4px;
	
	padding-top:0px;
   *padding-top:2px;
	_padding-top:2px;
	display:inline;

}

.shuibian_01 {
	width:55px;
	float:left;
	margin-left:4px;
	
	padding-top:0px;
   *padding-top:1px;
	_padding-top:1px;
	display:inline;

}



/*将导航样式移入公共样式中    操作人:杨娜娜           结束*/

/*好友的排列样式*/
#friends { margin:0; clear: left; padding:0px; overflow:hidden; display:block; }
#friends li.friend { text-align:center; list-style: none; float: left; width: 59px; margin:0 6px 0 8px; _margin:0 0px 0 12px; display:inline; padding:0px; }
#friends .friend .avatar { width: 50px; margin: 0 auto; }
#friends .friend .name { text-align:center; clear: left; line-height: 110%; margin: 5px 0 5px 0; overflow:hidden; white-space:nowrap; width:59px; line-height:18px; *line-height:14px;
}
#friends .friend .name img { margin-right:3px; }
.liuyan_name { text-align:center; overflow:hidden; white-space:nowrap; width:58px; }
.liuyan_name img{ margin-right:3px; }
#friends .friend .avatar img { border:1px solid #999999; }
/*好友的排列样式结束*/



.big_wen_01 {
	font-size:36px;
	font-weight:bolder;
	color:#CCC;
	}
.yingyin_red12 {
	font-size:12px;
	color:#ff1e00;
	
	}
.zhaopian_green12 {
	font-size:12px;
	color:#33cc33;
	}
	
.jilu_blue12 {
	font-size:12px;
	color:#66cbff;
	}
	
.lichengbei_yellow12 {
	font-size:12px;
	color:#fca830;
	}
		
.green_xgd { width:50px; height:19px; line-height:19px; margin-right:5px; display:block; float:left; text-align:center; cursor:pointer; }
.green_xgd a { border:1px solid #cececd; width:50px; display:block; padding-top:1px; }
.green_xgd a:hover { background-color:#2cb70c; color:#FFF; width:50px; display:block; text-decoration:none; }
