/**
	* reset

*/

/* start:reset */
html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select{*font-size:100%;}
legend{color:#000;}
/* end:reset */


/* start : font 
 * {{{
 * 修改自 YUI 2.5.2
 */
body {font:10px/1.231 verdana,"宋体",arial,helvetica,clean,sans-serif;}
table {font-size:inherit;font:100%;}
pre,code,kbd,samp,tt {font-family:monospace;*font-size:108%;line-height:100%;}
/* }}} 
 * end : font */


/* start:grids 
 * {{{
 * 修改和扩展自 YUI 2.5.2
 * .yui-cn-t2: 两栏，右栏200px
 * .yui-cn-t3: 两栏，左栏200px
 * .yui-cn-t4: two columns, narrow on left, 150px
 * .yui-cn-t5: two columns, narrow on left, 250px
 * .yui-cn-t6: two columns, narrow on right, 250px
 * .yui-cn-t7: two columns, narrow on right, 260px
 * .yui-cn-ga: special grids, two columns, narrow on right, 250px
 * .yui-cn-gb: 两栏grids，右栏200px
 * .yui-cn-gc: 两栏grids，右栏300px
 */
body {
	text-align:center;
}
#ft {
	clear:both;
}

/*
	Section: Page Width Rules (#doc, #doc2, #doc3, #doc4)
*/

	/* 
		Subsection: General 
	*/ 	

	#doc,#doc2,#doc3,#doc4,.yui-t1,.yui-t2,.yui-t3,.yui-t4,.yui-t5,.yui-t6,.yui-t7 {
		margin:auto;
		text-align:left;
		width:75em;
		min-width:750px;
	}
	/* 
		Subsection: 950 Centered (doc2) 
	*/
	#doc2 {
		width:95em;
	}

	/* 
		Subsection: 100% (doc3) 
	*/
	#doc3 {
		/* Left and Right margins are not a structural part of Grids. Without them Grids
		   works fine, but content bleeds to the very edge of the document, which often
		   impairs readability and usability. They are 
		   provided because they prevent the content from "bleeding" into the browser's chrome.*/
		margin:auto 10px; 
		width:auto;
	}
	
	/* 
		Subsection: 974 Centered (doc4) 
	*/
	#doc4 {
		width:97.4em;
	}	
	
/*
	Section: Preset Template Rules (.yui-t[1-6])
*/
	
	/* 
		Subsection: General
	*/

	/* to preserve source-order independence for Gecko */
	.yui-b{position:relative;}
	.yui-b{_position:static;}
	.yui-main .yui-b{position:static;}

	.yui-main {width:100%;}
		
	.yui-t1 .yui-main,
	.yui-t2 .yui-main,
	.yui-t3 .yui-main,
  .yui-cn-t2 .yui-main,
  .yui-cn-t3 .yui-main,
  .yui-cn-t4 .yui-main,
  .yui-cn-t5 .yui-main{float:right;margin-left:-40em;/* IE: preserve layout at narrow widths */}

	.yui-t4 .yui-main,
	.yui-t5 .yui-main,
	.yui-t6 .yui-main,
  .yui-cn-t1 .yui-main,
  .yui-cn-t6 .yui-main,
  .yui-cn-t7 .yui-main,
  .yui-cn-t8 .yui-main{float:left;margin-right:-40em;/* IE: preserve layout at narrow widths */}

	/* 
		Subsection: For Specific Template Presets
	*/

	.yui-t1 .yui-b {float:left;width:16em;}
	.yui-t1 .yui-main .yui-b{margin-left:17em;}

	.yui-t2 .yui-b {float:left;width:18em;}
	.yui-t2 .yui-main .yui-b {margin-left:19em;}

	.yui-t3 .yui-b {float:left;width:30em;}
	.yui-t3 .yui-main .yui-b {margin-left:31em;}

	.yui-t4 .yui-b {float:right;width:18em;}
	.yui-t4 .yui-main .yui-b {margin-right:19em;}

	.yui-t5 .yui-b {float:right;width:24em;}
	.yui-t5 .yui-main .yui-b {margin-right:25em;}

	.yui-t6 .yui-b {float:right;width:30em;}
	.yui-t6 .yui-main .yui-b {margin-right:31em;}

	.yui-t7 .yui-main .yui-b {
		display:block;margin:0 0 1em 0;
	}
  .yui-cn-t2 .yui-b{
    float:right;
    width:20em;
  }
  .yui-cn-t2 .yui-main .yui-b{
    margin-right:21em;
  }
  .yui-cn-t3 .yui-b{
    float:left;
    width:20em;
  }
  .yui-cn-t3 .yui-main .yui-b{
    margin-left:21em;
  }
  .yui-cn-t4 .yui-b{
    float:left;
    width:15em;
  }
  .yui-cn-t4 .yui-main .yui-b{
    margin-left:16em;
  }
  .yui-cn-t5 .yui-b{
    float:left;
    width:25em;
  }
  .yui-cn-t5 .yui-main .yui-b{
    margin-left:26em;
  }
  .yui-cn-t6 .yui-b{
    float:right;
    width:25em;
  }
  .yui-cn-t6 .yui-main .yui-b{
    margin-right:26em;  
  }
  .yui-cn-t7 .yui-b{
    float:right;
    width:26em;
  }
  .yui-cn-t7 .yui-main .yui-b{
    margin-right:27em;
  }
  .yui-cn-t8 .yui-b{
    float:left;
    width:15em;
  }
  .yui-cn-t8 .yui-main .yui-b{
    margin-left:16em;
  }
	.yui-main .yui-b {float:none;width:auto;}

/*
	Section: Grids and Nesting Grids
*/

.yui-cn-ga .yui-u,
.yui-cn-gb .yui-u,
.yui-cn-gc .yui-u{
    position:relative;
    _position:static;
    float:right;
}
.yui-cn-ga .yui-b .yui-u,
.yui-cn-gb .yui-b .yui-u,
.yui-cn-gc .yui-b .yui-u{
    position:static;
}

.yui-cn-ga .yui-g,
.yui-cn-gb .yui-g,
.yui-cn-gc .yui-g{
    width:100%;
    float:left;
    margin-right:-40em;
}
.yui-cn-ga .yui-g .yui-u,
.yui-cn-gb .yui-g .yui-u,
.yui-cn-gc .yui-g .yui-u{
    float:none;
    width:auto;
}
.yui-cn-ga .yui-u{
    width:25em;
} 
.yui-cn-ga .yui-g .yui-u{
    margin-right:26em;
}
.yui-cn-gb .yui-u{
  width:20em;
}
.yui-cn-gb .yui-g .yui-u{
  margin-right:21em;
}
.yui-cn-gc .yui-u{
  width:30em;
}
.yui-cn-gc .yui-g .yui-u{
  margin-right:31em;
}
	/*
		Subsection: Children generally take half the available space
	*/

	.yui-gb .yui-u,
	.yui-g .yui-gb .yui-u,
	.yui-gb .yui-g,
	.yui-gb .yui-gb,
	.yui-gb .yui-gc,
	.yui-gb .yui-gd,
	.yui-gb .yui-ge,
	.yui-gb .yui-gf,
	.yui-gc .yui-u, 
	.yui-gc .yui-g,
	.yui-gd .yui-u {float:left;}

	/*Float units (and sub grids) to the right */
	.yui-g .yui-u,
	.yui-g .yui-g,
	.yui-g .yui-gb, 
	.yui-g .yui-gc, 
	.yui-g .yui-gd, 
	.yui-g .yui-ge, 
	.yui-g .yui-gf, 
	.yui-gc .yui-u, 
	.yui-gd .yui-g,
	.yui-g .yui-gc .yui-u,
	.yui-ge .yui-u, 
	.yui-ge .yui-g, 
	.yui-gf .yui-g,
	.yui-gf .yui-u{float:right;}

	/*Float units (and sub grids) to the left */
	.yui-g div.first, 
	.yui-gb div.first,
	.yui-gc div.first,
	.yui-gd div.first, 
	.yui-ge div.first, 
	.yui-gf div.first,
	.yui-g .yui-gc div.first,
	.yui-g .yui-ge div.first,
	.yui-gc div.first div.first {float:left;}

	.yui-g .yui-u,
	.yui-g .yui-g,
	.yui-g .yui-gb,
	.yui-g .yui-gc,
	.yui-g .yui-gd,
	.yui-g .yui-ge,
	.yui-g .yui-gf {width:49.1%;}

	.yui-gb .yui-u,
	.yui-g .yui-gb .yui-u,
	.yui-gb .yui-g,
	.yui-gb .yui-gb,
	.yui-gb .yui-gc,
	.yui-gb .yui-gd,
	.yui-gb .yui-ge,
	.yui-gb .yui-gf,
	.yui-gc .yui-u, 
	.yui-gc .yui-g,
	.yui-gd .yui-u {width:32%;margin-left:1.99%;}

		/* Give IE some extra breathing room for 1/3-based rounding issues */
		.yui-gb .yui-u {*margin-left:1.9%;*width:31.9%;}

	.yui-gc div.first, 
	.yui-gd .yui-u {width:66%;}
	.yui-gd div.first {width:32%;}

	.yui-ge div.first, 
	.yui-gf .yui-u{width:74.2%;}

	.yui-ge .yui-u,
	.yui-gf div.first {width:24%;}

	.yui-g .yui-gb div.first,
	.yui-gb div.first, 
	.yui-gc div.first, 
	.yui-gd div.first {margin-left:0;}
	   
	/*
		Section: Deep Nesting 
	*/
	.yui-g .yui-g .yui-u,
	.yui-gb .yui-g .yui-u,
	.yui-gc .yui-g .yui-u,
	.yui-gd .yui-g .yui-u,
	.yui-ge .yui-g .yui-u,
	.yui-gf .yui-g .yui-u {width:49%;*width:48.1%;*margin-left:0;}

	.yui-g .yui-gb div.first,
	.yui-gb .yui-gb div.first {*margin-right:0;*width:32%;_width:31.7%;}

	.yui-g .yui-gc div.first, 
	.yui-gd .yui-g  {width:66%;}

	.yui-gb .yui-g div.first {*margin-right:4%;_margin-right:1.3%;}

	.yui-gb .yui-gc div.first, 
	.yui-gb .yui-gd div.first  {*margin-right:0;}

	.yui-gb .yui-gb .yui-u,
	.yui-gb .yui-gc .yui-u {*margin-left:1.8%;_margin-left:4%;}

	.yui-g .yui-gb .yui-u {_margin-left:1.0%;}

	.yui-gb .yui-gd .yui-u {*width:66%;_width:61.2%;} 
	.yui-gb .yui-gd div.first {*width:31%;_width:29.5%;}

	.yui-g .yui-gc .yui-u, 
	.yui-gb .yui-gc .yui-u {width:32%;_float:right;margin-right:0;_margin-left:0;}
	.yui-gb .yui-gc div.first {width:66%;*float:left;*margin-left:0;}

	.yui-gb .yui-ge .yui-u, 
	.yui-gb .yui-gf .yui-u {margin:0;}

	.yui-gb .yui-gb .yui-u {_margin-left:.7%;}

	.yui-gb .yui-g div.first, 
	.yui-gb .yui-gb div.first {*margin-left:0;}

	.yui-gc .yui-g .yui-u,
	.yui-gd .yui-g .yui-u {*width:48.1%;*margin-left:0;}s

	.yui-gb .yui-gd div.first {width:32%;}
	.yui-g .yui-gd div.first {_width:29.9%;}

	.yui-ge .yui-g {width:24%;}
	.yui-gf .yui-g {width:74.2%;}

	.yui-gb .yui-ge div.yui-u,
	.yui-gb .yui-gf div.yui-u {float:right;}
	.yui-gb .yui-ge div.first,
	.yui-gb .yui-gf div.first  {float:left;}

	/* Width Accommodation for Nested Contexts */
	.yui-gb .yui-ge .yui-u,
	.yui-gb .yui-gf div.first {*width:24%;_width:20%;}

	/* Width Accommodation for Nested Contexts */
	.yui-gb .yui-ge div.first, 
	.yui-gb .yui-gf .yui-u{*width:73.5%;_width:65.5%;}

	/* Patch for GD within GE */
	.yui-ge div.first .yui-gd .yui-u {width:65%;}
	.yui-ge div.first .yui-gd div.first {width:32%;}

/*
	Section: Clearing 
*/

#bd:after,
.yui-g:after, 
.yui-gb:after, 
.yui-gc:after, 
.yui-gd:after, 
.yui-ge:after, 
.yui-gf:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
#bd,
.yui-g, 
.yui-gb, 
.yui-gc, 
.yui-gd, 
.yui-ge, 
.yui-gf{zoom:1;}
/* }}}
 * end : grids */


/* start:basic
 * {{{ */
img{
    vertical-align:middle;
}
button{
    cursor:pointer;
}
a{
    text-decoration:underline;
}
a:link{color:#2754bb;text-decoration:underline;}
a:visited{color:#2754bb;text-decoration:underline;}
a:hover{color:#ff5500;text-decoration: underline;}

.yn-fix-float:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.yn-fix-float{
    zoom:1;
}
.yn-display-none{
    position:absolute;
    visibility:hidden;
}
.yn-inline-block{
    display:inline-block;
    display:-moz-inline-stack;
    *display:inline;
    zoom:1;
    vertical-align:middle;
}
.yn-inline-block-icon{
    display:inline-block;
    display:-moz-inline-stack;
    *display:inline;
    zoom:1;
    vertical-align:middle;
    font-size:0;
    line-height:99999em;
    overflow:hidden;
}
.yn-word-break-all{
    word-wrap:break-word;
    _word-wrap:normal;
    word-break:break-all;
    overflow:hidden;
}
.yn-width-em-1{
    width:1em;
}
.yn-width-em-2{
    width:2em;
}
.yn-width-em-3{
    width:3em;
}
.yn-width-em-4{
    width:4em;
}
.yn-width-em-5{
    width:5em;
}
.yn-width-em-6{
    width:6em;
}
.yn-width-em-7{
    width:7em;
}
.yn-width-em-8{
    width:8em;
}
.yn-width-em-9{
    width:9em;
}
.yn-width-em-10{
    width:10em;
}
.yn-width-em-11{
    width:11em;
}
.yn-width-em-12{
    width:12em;
}
.yn-width-em-13{
    width:13em;
}
.yn-width-em-14{
    width:14em;
}
.yn-width-em-15{
    width:15em;
}
.yn-width-em-16{
    width:16em;
}
.yn-width-em-17{
    width:17em;
}
.yn-width-em-18{
    width:18em;
}
.yn-width-em-19{
    width:19em;
}
.yn-width-em-20{
    width:20em;
}
.yn-width-em-21{
    width:21em;
}
.yn-width-em-22{
    width:22em;
}
.yn-width-em-23{
    width:23em;
}
.yn-width-em-24{
    width:24em;
}
.yn-width-em-25{
    width:25em;
}
.yn-width-em-26{
    width:26em;
}
.yn-width-em-27{
    width:27em;
}
.yn-width-em-28{
    width:28em;
}
.yn-width-em-29{
    width:29em;
}
.yn-width-em-30{
    width:30em;
}
.yn-width-em-31{
    width:31em;
}
.yn-width-em-32{
    width:32em;
}
.yn-width-em-33{
    width:33em;
}
.yn-width-em-34{
    width:34em;
}
.yn-width-em-35{
    width:35em;
}
.yn-width-em-36{
    width:36em;
}
.yn-width-em-37{
    width:37em;
}
.yn-width-em-38{
    width:38em;
}
.yn-width-em-39{
    width:39em;
}
.yn-width-em-40{
    width:40em;
}
.yn-width-em-41{
    width:41em;
}
.yn-width-em-42{
    width:42em;
}
.yn-width-em-43{
    width:43em;
}
.yn-width-em-44{
    width:44em;
}
.yn-width-em-45{
    width:45em;
}
.yn-width-em-46{
    width:46em;
}
.yn-width-em-47{
    width:47em;
}
.yn-width-em-48{
    width:48em;
}
.yn-width-em-49{
    width:49em;
}
.yn-width-em-50{
    width:50em;
}
.yn-mod {
   position:relative;
   z-index:0;
}
.yn-mod .yn-mod-content {
   position:relative;
   z-index:2;
}
/*.yn-x1 = top-right, x1a = top-left,.yn-x2 = bottom-right,.yn-x2a = bottom-left */
.yn-mod .yn-x1,
.yn-mod .yn-x1a, 
.yn-mod .yn-x2,
.yn-mod .yn-x2a {
   display:block;
   clear:both;
   font-size:0; /* for IE6 */
   position:relative;
}
.yn-mod .yn-x1,
.yn-mod .yn-x2 {
   width:100%; /* scales with the.yn-module */
   right:-1px; /* overlap borders */
}
.yn-mod .yn-x1a,
.yn-mod .yn-x2a { /* left corners */
   left:-2px;
}
.yn-mod .yn-x1 {
   top:-1px;
}
.yn-mod .yn-x2 { /* bottom corners get moved */
   position:absolute;
   bottom:-1px; /* overlap bottom border */
   _bottom:-2px;
}

/* }}}
 * end:basic */



/* start:common
 * {{{ */
.yn-highlight{color:#FF5500;}


/* start:icon */

.yn-icon-arrow-1{height:15px;width:7px;background:url(/images/common/icon/global_icon.gif) no-repeat scroll left -411px;}
.yn-icon-arrow-2{width:5px;height:15px;background:url(/images/common/icon/global_icon.gif) 0 -84px no-repeat;}
.yn-icon-kbcard{width:14px;height:15px;background:url(/images/common/icon/icon_card.gif) 0 1px no-repeat;}
.yn-icon-kbstore{width:16px;height:16px;background:transparent url(/images/icon/icon_wp.gif) no-repeat scroll 0pt 0pt;}

/* end:icon */



/* start:yn-wangwang */
.yn-icon-wangwang,
.yn-icon-wangwang-s{
	display:inline-block;
    display:-moz-inline-stack;
    *display:inline;
    zoom:1;
    font-size:0;
	line-height:99999em;
	text-indent:-9999em;
	*text-indent:0;
    overflow:hidden;
    vertical-align:middle;
	width:77px;
	height:18px;
	text-decoration:none;
	background-image:url("/images/icon/common/yn_icon_ww.gif");
	background-repeat:no-repeat;
	background-position:0 -20px;
}
.yn-icon-wangwang-online{
	background-position:0 0;
}
.yn-icon-wangwang-mobile{
	background-position:0 -24px;
}
.yn-icon-wangwang-s{
	width:15px;
	height:15px;
	background-image:url("/images/icon/common/yn_icon_ww_online_s.gif");
	background-position:0 0;
}
.yn-icon-wangwang-online-s{
	background-image:url("/images/icon/common/yn_icon_ww_online_s.gif");
}
.yn-icon-wangwang-offline-s{
	background-image:url("/images/icon/common/yn_icon_ww_offline_s.gif");
}
/* end:yn-wangwang */


/* icon */
/* }}}
 * end:common */






















/* widget list
start:{{{ 
*/
ul.yn-icon-size-xxxp,
ul.yn-icon-size-xxp,
ul.yn-icon-size-xp{width:auto;height:auto;}

ul.yn-list-prefix li,
ul.yn-icon-size-xxxp li{
	padding-left:7px;text-align:left;line-height:20px;
}
ul.yn-icon-size-xxp li{
	padding-left:9px;font-size:18px;line-height:24px;
}
ul.yn-icon-size-xp li{
	padding-left:11px;font-size:24px;line-height:30px;
}
ul.yn-list-prefix li,
ul.yn-list-prefix.yn-icon-size-xxxp li{
	background:url("../images/icon/common/yn_icon_list_square_2x2.gif") no-repeat 0 8px;
}
ul.yn-list-prefix.yn-icon-size-xxp li{
	background:url("../images/icon/common/yn_icon_list_square_4x4.gif") no-repeat 0 10px;
}
ul.yn-list-prefix.yn-icon-size-xp li{
	background:url("../images/icon/common/yn_icon_list_square_6x6.gif") no-repeat 0 13px;
}
/* widget list
}}}:end
<<<<<<< .mine
*/



/* widget form
start:{{{ 
*/

fieldset{
	margin: 0 0 10px 0;
	border: 1px solid #ccc; 
	padding:15px; 
	font:bold 14px/18px "宋体";
}	
label{
	font:normal 12px/18px "宋体";
	text-align:right;
	cursor:pointer;
}
label.eng{
	font-family:verdana;
}
input{
	font-family:verdana;
}
input.text:focus, input.title:focus,
textarea:focus {
  border:1px solid #98df1f;
}

input[type='text']{
	border:1px solid #7e9db9;
	padding:2px 0 1px 0;
	height:15px;
	font-size:12px;
}

input.text{
	_border:1px solid #7e9db9;
	_padding:2px 0 1px 0;
	_height:15px;
	_font-size:12px;
}

input[type="radio"]{
	*margin:-1px 0 0 1px;
}
input.radio{
	_margin:-1px 0 -1px -2px;
}

select,option{font-size:12px;font-weight:normal}

textarea{
	padding:5px;
	width: 450px;
	height: 150px;
	font:normal 12px/14px verdana;
}

/* widget form
}}}:end


/* widget pagination
start:{{{ 
*/
div.yn-pagination {clear:left;zoom:1;text-align:right;padding:5px 10px 6px 0;font-size:12px;font-family:Tahoma;}
div.yn-pagination .yn-page {background:white;border:1px solid #C7C7C7;font-weight:bold;margin:0 2px;padding:1px 4px;}
div.yn-pagination .yn-page-input {border:1px solid #A8A8A8;margin:0pt 2px;width:20px;height:16px;}
div.yn-pagination .yn-page-submit {line-height:16px;height:20px;margin-left:2px}
/* widget pagination
}}}:end





/* widget table
start:{{{ 
*/

/** 
	--- initial table---
*/
.yn-table{width:100%;margin-bottom:10px;}
.yn-table th,
.yn-table td{padding:5px 5px;text-align:center;}

/**
	* yn-talbe-border-solid
	* 
*/
.yn-talbe-border-solid{
	border-collapse : separate;
    *border-collapse :collapse;
    border:1px solid #ccc;
    border-right:none;
    border-bottom:none;
}
.yn-talbe-border-solid col,
.yn-talbe-border-solid th,
.yn-talbe-border-solid td{
	border:1px solid #CCC;
    border-top:none;
    border-left:none;
}

/**
	* thead
	* 
*/

.yn-table.yn-thead-standout thead th,
.yn-table.yn-thead-standout thead td{font-weight:bold;}
.yn-table.yn-thead-bg-1 thead{background:#F3F3F3}
.yn-table.yn-thead-bg-2 th{background:#F3F3F3}

/**
	* tbody
	* 
*/
.yn-table.yn-tbody-cell-solid th,
.yn-table.yn-tbody-cell-solid td{border-bottom:1px solid #CCC;}
.yn-tbody-cell-dashed th,
.yn-tbody-cell-dashed td{border-bottom:1px dashed #CCC;}
.yn-tbody-cell-dashed thead th,
.yn-tbody-cell-dashed thead td{border-bottom:1px dashed #CCC;}

.yn-table .yn-row-alt th,
.yn-table .yn-row-alt td{background:#F8FAFB;}

/**
	* tfoot
	*

*/
.yn-table.yn-tfoot-hidden-style tfoot,
.yn-table.yn-tfoot-hidden-style tfoot td,
.yn-table.yn-tfoot-hidden-style tfoot th{border:none;background:none;}

/* widget table
}}}:end

/*****/

