/*-  palette

----------------------------------------------------------------------*/
/*-  normalize everything
----------------------------------------------------------------------*/

/* normalize margin, padding */
html, body, div, dl, dt, dd, ul, ol, li, 
h1, h2, h3, h4, h5, h6, pre, input, 
p, blockquote, th, td, img {
	margin: 0;
	padding: 0;
}
w
html, body {
	height: 100%;
}

/* normalize font-size for headers */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

h1,h2 {
	font-family:'Microsoft yahei', Verdana;
}

h1{
	background-color:#eee;
	padding:4px;
}

/* remove list-style from lists */
ol, ul {
	list-style: none;
}

/* normalize font-style and font-weight to normal */
address, caption, cite, code, dfn,
th, var {
	font-style: normal;
	font-weight: normal;
}

/* remove table border spacing */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* remove border from fieldset and img */
fieldset, img {
	border: 0;
}

/* left-align text in caption adn th */
caption, th {
	text-align: left;
}

a:active, a:focus {
  outline: none ! important;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

* html .clearfix {height: 1%;}


/*-  common elements
----------------------------------------------------------------------*/	
body {
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	color: #616161;
	line-height: 1.6em;
	background-color: #f2f2f2;
}

a:link,
a:visited {
	text-decoration: none;
	color: #3D6E32;
}

a:hover {
	color: #f87100;
}

h1 {
	color: #1e1918;
	font-size: 20px;
	letter-spacing: 2px;
	line-height: 1em;
	margin-bottom: 0.4em;	
	margin-left: -2px;
}

h2 {
	/*color: #1d96b8;*/
	color:#3D6E32;
	font-size: 19px;
	line-height: 1em;
	margin-bottom: 0.8em;
	padding-bottom: 6px;
	border-bottom: solid 1px #e9e9e9;
	text-transform: uppercase;
}

h3 {
	color: #1a1a1a;
	font-size: 12px;
	margin-bottom: 3px;
	font-weight: bold;
}
h4 {
}

h5 {
	font-family: lucida grande, helvetica, arial, sans-serif;
	color: #1a1a1a;
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 0.6em;
}

textarea {
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
}


/*-  top
----------------------------------------------------------------------*/
#top {
	background-color: #FF6600;
	height: 16px;
	font-family: tahoma, helvetica, arial, sans-serif;
	color: #FFF; /*#6a6a6a;*/
	font-size: 11px;
	line-height: 1em;
}


#top .inner,
#header .gutter,
#wrapper .inner,
#wrapper2 .inner,
#wrapper3 .inner,
#footer .inner {
	width: 900px;
	margin: 0 auto;
	padding: 0 15px;
}

#header .inner {
	width: 900px;
}

#top .inner p {
	margin-left: 490px;
	padding-top: 11px;
}

#top a:link,
#top a:visited {
	color: #3D6E32;
}

#top a:hover {
	color: #fff;
}



.pager a.this:link,
.pager a.this:visited,
.pager a.this:hover{
	color:#ff0000;
}

#header {
	background-color: #fff;
}

#header .inner {
	position: relative;
	padding-top: 25px;
	padding-bottom: 10px;
	height: 65px;	
	border-bottom: solid 1px #e9e9e9;
}

img#logo {
	margin-left: 16px;
}


#wrapper2 {
	background-color: #fff;
	border-bottom: solid 1px #ccc;	
	min-height: 415px;		
}

#wrapper2 .inner {
	position: relative;
	padding-top: 30px;	
	padding-bottom: 35px;
	min-height: 585px;
}

#wrapper2 .inner p {
	margin-bottom: 2em;
}

#wrapper2 #main {
	width: 100%;
	float: right;
	position: relative;
	font-family: "Microsoft Yahei",tahoma, helvetica, arial, sans-serif;
}

#wrapper {
	background-color: #fff;
	border-bottom: solid 1px #ccc;	
	min-height: 415px;		
}

#wrapper .inner {
	position: relative;
	padding-top: 30px;	
	padding-bottom: 35px;
	min-height: 585px;
}

#wrapper .inner p {
	margin-bottom: 2em;
}

#wrapper #main {
	width: 525px;
	float: right;
	position: relative;
	font-family: "Microsoft Yahei",tahoma, helvetica, arial, sans-serif;
}

#wrapper3 {
	background-color: #fff;
	border-bottom: solid 1px #ccc;	
	min-height: 415px;		
}

#wrapper3 .inner {
	position: relative;
	padding-top: 30px;	
	padding-bottom: 35px;
	min-height: 585px;
}

#wrapper3 .inner p {
	margin-bottom: 2em;
}

#wrapper3 #main {
	width: 720px;
	float: right;
	position: relative;
	font-family: "Microsoft Yahei",tahoma, helvetica, arial, sans-serif;
}

#footer .inner {
    font-family: "Microsoft Yahei",tahoma, helvetica, arial, sans-serif;
	color: #bbbbb4;
	font-size: 11px;
	padding: 10px 0 30px;
	text-align:center;
}

#footer a:link,
#footer a:visited {
	color: #bbbbb4;
}

#footer a:hover {
	color: #616161;
}

#footer p#contact {
	float: block;
}

#footer p#copyright {
	float: block;
}

#footer p#copyright img {
	position: relative;
	/*top: 0px;*/
}

/*-  navigation
----------------------------------------------------------------------*/

#whoweare_ctrl, #projects_ctrl,#whatwecreate_ctrl,#newss_ctrl,#contact_ctrl {
	float:left;
}

#whoweare_ctrl a, #projects_ctrl a,#whatwecreate_ctrl a ,#newss_ctrl a ,#contact_ctrl a {
	font-size:15px;
	font-weight:normal;
	color:#333;
}

#whoweare_ctrl a:hover, #projects_ctrl a:hover,#whatwecreate_ctrl a:hover ,#newss_ctrl a:hover ,#contact_ctrl a:hover {
	font-weight:normal;
	color:#FF6600;
}

a.on {
	color:#FF6600;
	/*font-weight:bold;*/
}

/*
#whatwecreate_ctrl a.on {
	color:#FF6600;
	font-weight:bold;
}
*/

#whoweare_child a, #projects_child a, #newss_child a {
	font-size:12px;
/*
	font-weight:normal;
	color:#333;
*/
}

#whoweare_child, #projects_child, #newss_child {
	padding-top:1px;
}

ul#nav {
	position: absolute;
	right: 0px;
	bottom: 18px;
	font-size: 15px;
}

ul#nav li {
	height: 12px;
	float: left;
}

ul#nav li a {
	color: #666;
	background:#fff;
	width: 100%;
	height: 100%;
	text-decoration: none;
	position: relative;
	top: -1px;
	/*font-weight:bold;*/
	font-family:"Microsoft Yahei",Arial,helvetica, arial, sans-serif;
}

ul#nav li a:hover{
	color:#3D6E32;
}

ul#nav li span {
	/*visibility: hidden;*/
}

ul#nav li a.current:link,
ul#nav li a.current:visited,
ul#nav li a.current:hover,{
	color:#3D6E32;
}

#divPager ul li{
	float: left;
	margin-right:10px;
}

/*-  front
----------------------------------------------------------------------*/
#big_graphic {
	width: 900px;
	height: 385px;
	position: relative;
	top: -7px;
	margin-bottom: 13px;
}

#front_work {
	float: left;
	width: 344px;
	padding-left: 16px;
	margin-bottom: -35px;
}

#front_work img#work_arrow {
	float: left;
	position: relative;
	left: 108px;
	top: -37px;
	margin-bottom: -35px;
}

#front_news img#news_arrow {
	float: left;
	position: relative;
	left: 128px;
	top: -37px;
	margin-bottom: -35px;
}

#front_work ul#projects {
	padding-top: 5px;
}

#front_work ul#projects li img {
	left: 31px ! important;
}

#front_news {
	float: right;
	width: 495px;
	padding-left: 16px;
}

#front_news ul#news_items li {
	margin-bottom: 7px;
}

#front_news ul#news_items li .date {
	display: block;
	color: #a6acad;
	font-family: Tahoma,lucida grande, helvetica, arial, sans-serif;
	font-size: 10px;
}

#front_news ul#news_items li a:link,
#front_news ul#news_items li a:visited {
	color: #1a1a1a;
	font-size: 14px;
	font-family:"Microsoft yahei",helvetica,lucida grande, arial, sans-serif;;
	letter-spacing: -0.05em;
	line-height: 1.2em;	
}

#front_news ul#news_items li a:hover {
	color: #616161;
}

a.project_link:link,
a.project_link:visited {
	color: #1a1a1a;
	font-size: 12px;
	font-family:"Microsoft yahei",helvetica,lucida grande, arial, sans-serif;;
	letter-spacing: -0.05em;
	line-height: 1.2em;	
}

a.project_link:hover {
	color: #616161;
}

div.part {
	font-family:"Microsoft yahei",helvetica,lucida grande, arial, sans-serif;
	line-height:1.8em;
}

/*-  callouts
----------------------------------------------------------------------*/
div.news_callout {
	position: relative;
	left: -376px;
	float: left;
	margin-right: -376px;
	width: 300px;
	padding-top: 0px;
	font-family: "Microsoft Yahei",lucida grande, helvetica, arial, sans-serif;
	color: #838383;
	font-size: 12px;
	line-height: 1.4em;
}

div.callout {
	position: relative;
	left: -225px;
	float: left;
	margin-right: -225px;
	width: 200px;
	padding-top: 0.4em;
	font-family: lucida grande, helvetica, arial, sans-serif;
	color: #838383;
	font-size: 10px;
	line-height: 1.4em;
}

.big_callout {
	position: relative;
	left: -376px;
	float: left;
	margin-right: -376px;
	width: 300px;
	padding-top: 0px;
	font-family: "Microsoft Yahei",lucida grande, helvetica, arial, sans-serif;
	color: #838383;
	font-size: 12px;
	line-height: 1.4em;
}

.big_callout li {
	margin-bottom: 35px;
}


.callout strong {
	color: #1d1d1d;
	display: block;
	padding-bottom: 6px;
}

.big_callout strong {
	color: #1d1d1d;
	font-size:14px;
}

.big_callout .light {
	color: #52514d;
}

.big_callout p {
	margin-top: 1em;
}

.small_callout{
	font-family: "Microsoft Yahei",lucida grande, helvetica, arial, sans-serif;
	color: #838383;
	font-size: 12px;
	line-height: 1.4em;
}

.small_callout li {
	margin-top: 0px;
	margin-bottom: 0px;
	border-bottom:1px solid #e9e9e9;
	/*padding:8px;*/
}

.small_callout li a {
	display:block;
	padding:8px;

}

.small_callout li.on {
	background:#f0f0f0 url(./images/redarrow.gif) no-repeat 90% 50%;
}
.small_callout li.on2 {
	background:#f0f0f0;
	
}
.small_callout li.on2 a{
	color:#FB8140;
}
.small_callout li.on2 a:hover{
	color:#3D6E32
}
/*-  our clients section
----------------------------------------------------------------------*/

table#teamlist {
	margin-top: 16px;
}

table#teamlist td {
	font-family: "Microsoft Yahei",lucida grande, helvetica, arial, sans-serif;
	font-size: 10px;
	line-height: 1.4em;
	padding: 11px 0;
	border-bottom: solid 1px #e9e9e9;
}

table#teamlist td span.name {
	font-weight: bold;
	display: block;
	color: #1e1918;
	font-size: 12px;
	line-height: 2em;
}

table#teamlist td span.title {
	font-size: 12px;
	line-height: 2em;
}

ul#teamlist_h {
	/*	position: absolute;*/
}

ul#teamlist_h li.normal {
	height:120px;
	width:120px;
	float: left;
	padding:7px;
	margin:7px
}

ul#teamlist_h li.hover {
	height:120px;
	width:120px;
	float: left;
	padding:0px;
	border:7px solid #3D6E32;
	margin:7px;
}


ul#teamlist_c {
	/*	position: absolute;*/
}

ul#teamlist_c li {
	height:100px;
	float: left;
	padding-top:4px;
	padding-left:3px;padding-right:3px;
}

ul#teamlist_c li.normal {
	height:85px;
	width:85px;
	float: left;
	padding:4px;
	margin:3px
}

ul#teamlist_c li.hover {
	height:85px;
	width:85px;
	float: left;
	padding:0px;
	border:4px solid #3D6E32;
	margin:3px;
}

ul#sharelist {
	/*	position: absolute;*/
}

ul#sharelist li {
	/*height:120px;*/
	float: left;
	padding:0px;
	/*
	padding-top:4px;
	padding-left:3px;padding-right:3px;
	*/
}

ul#sharelist li.normal {
	height:106px;
	width:222px;
	float: left;
	padding:0px;
	margin:8px;
}

ul#sharelist li.hover {
	height:106px;
	width:222x;
	float: left;
	padding:0px;
/*	border:4px solid #3D6E32;*/
	margin:8px;
}

#floatdiv{
	background:#000;
	height:20px;
	position:absolute;
	z-index:100000;
	left:100px;
	top:100px;
	color:#fff;
	padding-left:5px;
	padding-right:5px;
	display:none;
}

/*-  the published section
----------------------------------------------------------------------*/
div#published_sidebar {
	width: 150px;
	float: left;
}

/*-  the work section
----------------------------------------------------------------------*/

div#work_sidebar {
	width: 301px;
	float: left;
}

div#portfolio_nav {
	height: 30px;
	width: 299px;
}

div#portfolio_nav a#portfolio_nav_up {
	display: block;
	float: left;
	height: 30px;
	width: 150px;
	background: #fff url(./images/portfolio_nav_up.gif) 0 0 no-repeat;
}

div#portfolio_nav a#portfolio_nav_down {
	display: block;
	float: left;
	height: 30px;
	width: 149px;
	background: #fff url(./images/portfolio_nav_down.gif) 0 0 no-repeat;
}


div#published_portfolio_nav1 a#portfolio_nav_up {
	display: block;
	float: left;
	height: 29px;
	width: 150px;
	background: #fff url(./images/portfolio_nav_up.gif) 0 0 no-repeat;
}

div#published_portfolio_nav2 a#portfolio_nav_down {
	display: block;
	float: left;
	height: 29px;
	width: 149px;
	background: #fff url(./images/portfolio_nav_down.gif) 0 0 no-repeat;
}

#work_sidebar #projects {
	height: 288px;
	overflow: hidden;
}

#projects {
	position: relative;
	padding: 0 1px;
}

#published_sidebar #published {
	height:500px;
	overflow: hidden;
}

#published {
	position: relative;
	padding: 0 1px;
}

table#portfolio_table {	
	position: relative;
}

tr.gap td {
	height: 7px ! important;
}
 

#published td.thumb img {
	/*
	width: 135px ! important;
	height: 75px ! important;
	border: solid 2px #fff ! important;
	border:none;
	*/
}

#published td.blurb {
	font-family: 'Microsoft yahei',lucida grande, helvetica, arial, sans-serif;
	color: #838383;
	font-size: 12px;
	line-height: 1.4em;
	padding-top: 10px;
	padding-right: 10px;
	margin: 7px 0;		
}

#published tr.active td {
	/*background-color: #3D6E32;*/
	color: #000;
}

#published tr.active td.thumb {
}

#published tr.active td.blurb {
}

#published td.blurb strong {
	color: #1e1918;
} 

#published tr.active td.blurb strong {
	color: #fff;
}

#published td.blurb a.view:link,
#published td.blurb a.view:visited {
	display: block;	
	font-size:10px;
}

#published tr.active td.blurb a.view{
	display: none;	
}

#published.front {
	padding-top: 5px;
}

#published.front td.thumb {
	padding: 0 0 18px 0 ! important;
	margin: 0 ! important;
	border: none ! important;
}

#published.front td.blurb {
	padding: 0 ! important;
	margin: 0 ! important;
	border: none ! important;
}


#projects td {
	border-bottom: solid 1px #e9e9e9;
}

#projects td.thumb {
	padding-left: 10px;
	width: 150px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 7px 0;
}

#projects td.thumb img {
	width: 131px ! important;
	height: 71px ! important;
	border: solid 2px #fff ! important;
}

#projects td.blurb {
	font-family: 'Microsoft yahei',lucida grande, helvetica, arial, sans-serif;
	color: #838383;
	font-size: 12px;
	line-height: 1.4em;
	padding-top: 10px;
	padding-right: 10px;
	margin: 7px 0;		
}

#projects tr.active td {
	background-color: #3D6E32;
	color: #b0b0b0;
}

#projects tr.active td.thumb {
}

#projects tr.active td.blurb {
}

#projects td.blurb strong {
	color: #1e1918;
} 

#projects tr.active td.blurb strong {
	color: #fff;
}

#projects td.blurb a.view:link,
#projects td.blurb a.view:visited {
	display: block;	
	font-size:10px;
}

#projects tr.active td.blurb a.view{
	display: none;	
}

#projects.front {
	padding-top: 5px;
}

#projects.front td.thumb {
	padding: 0 0 18px 0 ! important;
	margin: 0 ! important;
	border: none ! important;
}

#projects.front td.blurb {
	padding: 0 ! important;
	margin: 0 ! important;
	border: none ! important;
}

ul.project_nav {
	height: 27px;
	line-height: 1em;
	color: #292929;
	float: right;
	position: relative;
	top: -43px;
	margin-bottom: -43px;
	z-index: 500;
}

ul.project_nav a:link,
ul.project_nav a:visited {
	display: block;	
	padding: 9px 9px 6px 9px;	
}

ul.project_nav a:hover {
	background-color: #f6f6f6;
	color: #3D6E32;
}

ul.project_nav a#project_nav_previous:hover,
ul.project_nav a#project_nav_next:hover {
	background-color: #fff ! important;
}

ul.project_nav a.current {
	color: #292929;
	background: #fff url(./images/project_nav_index.gif) top left repeat-x;
	padding-bottom: 7px ! important	
}

/*
#project_nav_1 {
	background: #fff url(/images/bg/project_nav_index.gif) top left repeat-x;
	padding-bottom: 7px ! important
}

*/
ul.project_nav li {
	float: left;
	border-right: solid 1px #e9e9e9;
}

ul.project_nav li img {
	display: block;
	float: left;
	padding-bottom: 8px;
}

ul.project_nav li.last {
	border-right: none ! important;
}


/*-  team
----------------------------------------------------------------------*/

#team_controls {
	position: relative;
	left: -376px;
	top: 20px;
	float: left;
	margin-right: -376px;
	width: 300px;
	padding-top: 0.4em;
	font-family: lucida grande, helvetica, arial, sans-serif;
	color: #616161;
	font-size: 10px;
	line-height: 1.5em;
}

#team_controls p {
	margin-bottom: 1.6em ! important;
}

#team_controls ul {
	margin-bottom: 20px;
}

#team_nav {
	width: 95px;
	float: left;
	font-size:14px;
	line-height:2em;
	font-family:"Microsoft Yahei",Arial,'宋体';
	border:1px solid #ccc;
}

#team_previous {
	width: 172px;
	float: right;
	font-size:14px;
	font-family:"Microsoft Yahei",Arial,'宋体';
	border:1px solid #ccc;
}

#team_previous li {
	line-height: 2em;
}


/*-  good news
----------------------------------------------------------------------*/

#blog_controls {
	position: relative;
	left: -376px;
	top: 20px;
	float: left;
	margin-right: -376px;
	width: 300px;
	padding-top: 0.4em;
	font-family: lucida grande, helvetica, arial, sans-serif;
	color: #616161;
	font-size: 10px;
	line-height: 1.5em;
}

#blog_controls p {
	margin-bottom: 1.6em ! important;
}

#blog_controls ul {
	margin-bottom: 20px;
}

#blog_search {
	margin-bottom: 29px;
}

#blog_search input.text {
	width: 165px;
	height: 14px;
	border: solid 1px #b1b1b1;
	font-size: 12px;
	padding: 5px 4px;
	color: #343434;
	margin-right: 5px;	
}

#blog_nav {
	width: 105px;
	float: left;
}

#blog_previous {
	width: 162px;
	float: right;
}

#blog_previous li {
	line-height: 1.3em;
	padding-bottom: 0.6em;
}

#blog_previous img.rss {
	position: relative;
	left: 2px;
	top: 4px;
}

ul.blog_entries li {
	margin-bottom: 8px;
}

ul.blog_entries li .date {
	display: block;
	color: #a6acad;
	font-family: lucida grande, helvetica, arial, sans-serif;
	font-size: 10px;
	margin-bottom: 5px;
}

ul.blog_entries li a.title:link,
ul.blog_entries li a.title:visited {
	display: block;
	color: #000;
	font-size: 16px;
	font-family: "Microsoft Yahei",helvetica, arial, sans-serif;
	line-height: 1.2em;
	/*letter-spacing: -0.05em;*/
	margin-bottom: 10px;
}

ul.blog_entries li a.title:hover {
	color: #616161;
}

ul.blog_entries li a.nohover:hover {
	color: #000 ! important;
}

ul.blog_entries .entry_body {
	border-bottom: solid 1px #e9e9e9;
}

ul.blog_entries .entry_body_detailed {
	margin-bottom: -3px;
}

ul.blog_entries a:link.continue_reading,
ul.blog_entries a:visited.continue_reading {
	display: block;
	margin: -20px 0 10px 0;
}

ul.blog_entries .entry_footer {
	font-family: lucida grande, helvetica, arial, sans-serif;
	font-size: 10px;
	color: #a6acad;
	padding-top: 3px;
}

ul.comments {
	padding-bottom: 2em;
}

ul.comments li {
	margin-bottom: -1em;
}

ul.comments li+li {
	border-top: dashed 1px #c2c6c6;
	padding-top: 1em;
}

ul.comments li .author {
	color: #a6acad;
}

#remember_info {
	width: 497px;
	background-color: #efefef;
	padding: 6px;
	color: #343434;
	margin-bottom: 12px;
}

textarea#blog_comment {
	width: 499px;
	height: 190px;
	padding: 4px;
	border: solid 1px #b1b1b1;
	font-size: 11px;
	color: #343434;	
}

div.blog_previous {
	float: left;
	width: 263px;
	height: 28px;
	background: #fff url(./images/blog_previous_off.gif) top left no-repeat;
}

div.blog_next {
	float: left;
	width: 262px;
	height: 28px;
	background: #fff url(./images/blog_next_off.gif) top left no-repeat;
}

/*-  get in touch
----------------------------------------------------------------------*/
table#contact td {
	padding-bottom: 13px;
}

table#contact input.text {
	width: 223px;
	height: 14px;
	border: solid 1px #b1b1b1;
	font-size: 12px;
	padding: 4px;
	color: #343434;
}

table#contact select {
	width: 233px;
	font-size: 12px;
}

table#contact select option {
	font-size: 12px;	
}

div#contact_attachment {
	width: 489px;
	background-color: #efefef;
	padding: 10px;
	color: #343434;
	margin-bottom: 12px;
}

textarea#contact_comments {
	width: 499px;
	height: 190px;
	padding: 4px;
	border: solid 1px #b1b1b1;
	font-size: 12px;
	color: #343434;	
}

/*-  our team
----------------------------------------------------------------------*/
/*
div#team_nav {
	float: right;
	position: relative;
	top: -53px;
	margin-bottom: -53px;
	z-index: 999;
	background-color: #fff;
}

div#team_nav select {
	width: 150px;
}
*/
/*-  custom user message screen
----------------------------------------------------------------------*/
body#user_message {
	background-color: #fff ! important;
}

body#user_message #message_container {
	margin-top: 152px;
	margin-left: 100px;
	position: relative;
}

body#user_message #message_container .content {
	position: absolute;
	top: -20px;
	left: 127px;
	width: 550px;
	padding-left: 35px;
	border-left: solid 1px #e9e9e9;
}

body#user_message #message_container h1 {
	margin-top: -20px;
}

body#user_message #message_container ul {
	margin-bottom: 16px;
}

body#user_message #message_container p.link {
	margin-top: 20px;
}


/*-  misc
----------------------------------------------------------------------*/
blockquote, bq {
	color: #aeb387;
	font-style: italic;
	padding: 0 ! important;
	margin: -1.5em 0 -1.5em 20px ! important;
}

.light {
	color: #a6acad;
}

ul.tightbottom li {
	margin-bottom: 0 ! important;
}

h2.topgap {
	margin-top: 50px;
}

p.buttons {
	margin-top: 12px;
}

.nowrap { white-space:nowrap; }

.description p {
	font-family:"Microsoft Yahei",helvetica, arial, sans-serif,"宋体";
	font-size:12px;
	line-height:2em;
}

.description h3 {
	font-family:"Microsoft Yahei",helvetica, arial, sans-serif,"宋体";
	font-size:12px;
	line-height:2em;
	font-weight:normal;
	color:#000;
}

#keywords {
	border:1px solid #e0e0e0;
	font-family:"Microsoft Yahei",helvetica, arial, sans-serif,"宋体";
	font-size:12px;
	width:100px;
	padding:0px 2px 0px 2px;
	/*background:url('./images/search.gif') no-repeat 2px 2px;*/
	color:#333;
}

#searchnav {
	font-family:"Microsoft Yahei",helvetica, arial, sans-serif,"宋体";
}

#btnSearch {
	font-family:Verdana,helvetica, arial, sans-serif,"宋体";
	background:#e0e0e0;border:1px solid #ccc;height:21px;
	color:#333;
	padding-top:0px;
	padding-bottom:0px;
	width:50px;
	height:19px;
	font-size:11px;
	cursor:hand;
}

#btnCN {
	font-family:Verdana,helvetica, arial, sans-serif,"宋体";
	font-size:11px;
	background:#3D6E32;border:1px solid #3D6E32;height:21px;
	width:28px;
	height:19px;
	padding-top:2px;
	color:#fff;
	cursor:hand;
}

#btnEN {
	font-family:Verdana,helvetica, arial, sans-serif,"宋体";
	font-size:11px;
	background:#f0f0f0;border:1px solid #3D6E32;height:21px;
	width:28px;
	height:19px;
	color:#333;
	cursor:hand;
}

#btnGC {
	font-family:Verdana,helvetica, arial, sans-serif,"宋体";
	font-size:11px;
	background:#3D6E32;border:1px solid #3D6E32;height:21px;
	width:80px;
	height:19px;
	color:#fff;
	cursor:hand;
}

#news_date_nav td {
	border-bottom:1px solid #e9e9e9;
	height:auto;
}

#news_date_nav ul{
	border-top:1px solid #e9e9e9;
	height:auto;
}

#news_date_nav li{
	padding:2px 2px 2px 5px;
}

#news_date_nav li.on{
	background:#f0f0f0 url(./images/redarrow.gif) no-repeat 90% 50%;
}

#news_date_nav td a.year{
	cursor:hand;
}
