/* Local adjustments for the Chinese website */

/* Larger breadcrumb */
#main #bread ul {
	font-size:12px;
}

/* Fonts smaller than 12px are too hard to read in chinese */
/* 11px */
#footer, 
#footer p, 
#left-nav ul.products-nav, 
#left-nav ul.products-nav ul, 
#left-nav h2, 
#left-nav h3,
#contents ul.modules,
#contents ul.modules li p,
#contents ul.modules li ul li a,
li span.bullet-links,
#content-area div.document div,
#introduction div.document div,
#content-area div.document a,
#introduction div.document a,
#content-area ul.narrow li a,
#content-area ul.call-to-action,
#content-area div.call-to-action,
#content-area table,
#content-area table p, 
#content-area table ul, 
#content-area table ol,
body.home h3,
body.home #contents .section p,
body.home #main ul, body.home #main ol,
.annotation, p.annotation,
.annotation ul, .annotation ol
{
	font-size:12px;

}

/* Larger size breaks 2 column top module */
#contents ul.two-callouts li ul li {
	width:255px;
}

/* Chinese paragraphs need more space in between.*/
#content-area p {
margin-bottom: 15px;
}

/* Some Home & career column headers need to be displayed in two lines. SIFr is disabled, so no need to specify height. */
body.home h2 {
height:auto;
}

