﻿/*
	(1) html elements
	(2) global structures
	(3) formatting for global structures
	(4) general purpose */

/*****************************************************
	(1) html elements
******************************************************/
body {
	margin: 0;
	padding: 0;
	background: #fff url(../images/bg_body.gif) 0 0 repeat-x;
	text-align: center;	
}

body, td {
	font-family: arial;
	font-size: 12px;
}

h1 {
	font-size: 1.8em;
	color: #975322;
	line-height: 22px;
}

h2 {
	font-size: 1.3em;
	color: #975322;
}

h3 {
	font-size: 1.1em;
	color: #335b99;
}

a {
	color: #005a9d;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

form {
	margin: 0;
	padding: 0;
}

p {
	margin: 8px 0;
}

select.search {border:1px solid #A5A5A5; backgorund-color:#D0D0D0}

select.search option {border-bottom:1px solid #dadada}


.fla8 {
	font-size: 10px;
	color: #666666;
}

.blogroll p {
background:url(../images/pbd-css-blogroll-rollover-img.png) 0 0 no-repeat;
width:274px;
height:21px;
/* text-indent:-9999px; */
text-align: left;
font-size: 16px;
/*color: #8DA4C5;*/
color: #3E66A3;

}

.blogroll ul {
width:272px;
background:#D8DFE9;
border:1px solid #48758d;
border-width:0 1px 1px 1px;
padding:0;
list-style:none;

}
/*
.blogroll ul li {
	list-style-image: url(../images/bg_arrow_primary-nav.gif) !important;
} 
*/
blogroll ul a:link, .blogroll ul a:visited {
display:block;
width:252px;
padding:2px 10px 2px 10px;
text-decoration:none;
color:#5171A3;
font-weight:normal;
}
 
.blogroll ul a:hover, .blogroll ul a:active {background:#F6F6F6;}

.blogroll p, .blogroll ul {margin:0;}

.blogroll {
width:274px;
height:21px;
overflow:hidden;
}

.blogroll:hover {overflow:visible;}

.blogroll {position:relative;}

.blogroll ul {
position:absolute;
left:0;
top:21px;
}

.blogroll {display:none;}
html>body .blogroll {display:block;}


/*****************************************************
	(2) global structures
******************************************************/

a.viewAll {
	font-size: .8em;
}


#sidebar-a {
	float: right;
	width: 80px;
}

#sidebar-a .padding {
	padding: 10px;
}

#primary-content ul.model-search {    
    position:absolute;
    left:10px;
    top:120px;
    width:200px;
    background-color:#FFFF99;
    height:300px;
	list-style: none;
    margin:0px;
    padding:0px;
    text-indent:0px;
}
#primary-content li.model-search {
    height:24px;
    line-height:24px;
    width:190px;
}
/*
#primary-content li ul li {
	width:470px;
}
*/
#primary-content li.model-search.category {
    padding-left:10px;
    height:auto;
    color:blue;
}

/* end IE hack */

#primary-content li ul li a {
    font-weight:normal;
    text-decoration:none;
/*
    height:100%;
    width:100%;
   padding-left:10px; */
}

#primary-content li.modle-search.category ul li a {
    margin-left:-10px;
    padding-left:30px;
}

#main {
	background: transparent url(../images/bg_main.gif) 0 0 repeat-y;
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}

#gradient-cap {
	background: transparent url(../images/bg_gradient_cap.gif) 0 0 no-repeat;
	width: 981px;
	padding: 27px 0 0 19px;
}

#masthead {
	/*width: 984px;*/
	width: 962px;
	text-align: left;
}

#search {
	/*text-align: right;*/
	color: #4e4e4e;
	padding-top: 10px;
	padding-right: 24px;
}


#banner { }

#primary-nav {
	background: transparent url(../images/bg_primary-nav.gif) 0 0 no-repeat;
	height: 21px;
	padding-top: 13px;
	font-size: 11px;
}

#content {
	/*width: 984px;*/
	width: 962px;
	/* background: #fff url(../images/bg_content.gif) 0 0 repeat-y; */
}

#search-content {
	/*width: 984px;*/
	width: 966px;
	background: #fff url(../images/bg_content.gif) 0 0 repeat-y;
}

#primary-content {
	/*width: 620px;*/
	float: left;
	padding: 20px 30px 20px 20px;
	min-height: 400px;
}

#secondary-content {
	width: 210px;
	float: left;
	padding: 20px 0 10px 3px;
	background-color: #D8DFE9;
}

#footer {
	background: transparent url(../images/bg_footerNEW.gif) 0 0 no-repeat;
	width: 1000px;
	height: 80px;
	margin: 0 auto;
	font-size: .9em;
}

/*****************************************************
	(3) formatting for global structures
******************************************************/


/* search */

#search table {
	margin-left: auto;
}

#search td {
	text-align: center;
	font-size: 10px;
}

#search #txtQuery {
	border: 1px solid #a5acb2;
	margin: 0 5px 0 10px;
	height: 17px;
}

#search #cmdSearch {
	margin-right: 5px;
}

#search a.advanced-search {
	padding-left: 12px;
	margin-left: 5px;
	background: transparent url(../images/bg_btn_advanced_search.gif) 0 2px no-repeat; 
	color: #B68765;
	font-size :13px;
}

#search a.advanced-search:hover {
	text-decoration: underline;
}

#search #language-select {
	width:150px;
	border:1px solid #000;
	color:#999;
	font-family:arial;
	font-size :10px;

}

/* #banner */

#banner h1 {
	margin: 0;
	padding: 0;
}

#banner img {
	display: block;
}



/* primary-nav */
#primary-nav ul {
	margin: 0;
	padding: 0;
	float: right;
	height: 21px;
	/*height: 32px;*/
}

#primary-nav ul li {
	margin: 0;
	padding: 0;
	display: inline;
	padding-right: 20px;
}

#primary-nav a  {
	color: #fff;
	padding-left: 17px;
	background: transparent url(../images/bg_arrow_primary-nav.gif) 0 1px no-repeat;
	font-weight: bold;
}

#primary-nav div.company a {
	float: left;
	margin-left: 55px;
	background: transparent url(../images/bg_nav_company.gif) 0 1px no-repeat;
}

#primary-nav a.language {
	background-image: url(../images/bg_nav_language.gif);;
}




/* primary-content */

/*#primary-content .logo,
#primary-content h1,
#primary-content h2,
#primary-content h3,
#primary-content h4,
#primary-content ul.anchor-list {
	margin-left: -10px;
}

#primary-content ul.breadcrumb {
	margin-left: -10px;
}


*/

#primary-content ul {
	padding-left: 0;
	margin-left: 0px;
}

#primary-content li {
	list-style: none;
	padding-left: 10px;
	
}

#primary-content ul.series-list li {
	font-size: 12px;
	margin:0 0 0 15px; 
	background:url(../images/bullet_blue_square.gif) no-repeat left center;  
}

#primary-content ul.breadcrumb li {
	background: none;
	margin-left: -10px;
}

#primary-content ul.anchor-list li {
	background: none;
	margin-left: -10px;
}

#primary-content ul.product-list li !important {
	background: background: transparent url(../images/series_arrow.gif) 0 8px no-repeat;
	margin-left: -10px;;
}

/* ul.anchor-list */
ul.product-list {
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
	color: #333333;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1.5em;
}

/* ul.anchor-list */
ul.product-sub-list {
	list-style: none;
	padding: 3px 12px 3px 8px;
}

ul.product-list li a {
	color: #975322;
}


#primary-content ul.breadcrumb li a {
	color: #930;
}


#primary-content a {
	text-decoration: underline;
}

#primary-content a:hover {
	color: #930;
	text-decoration: none;
}

#primary-content a:visited { }

#primary-content columnleft {
 float: left;
 width: 50%;
 margin-top: 0;
 margin-right: 150em;
 padding-top 0;
 padding-right: 1em;
 padding-bottom: 20px;
}

#primary-content columnright {
 width: 50%;
 padding-left: 2em;
 margin-top: 0;
 padding-top 0;

}


/* #secondary-content */

#secondary-content h2 {
	margin: 0;
	padding: 14px 0 0 8px;
}


#secondary-content li a.active {
	font-weight: bold;
}




/* footer */
#footer ul {
	list-style: none;
	margin: 0;
	padding: 8px 0 0 30px;
}

#footer ul li {
	margin: 0;
	padding: 0;
	display: inline;
}

#footer ul li a {
	color: #fff;
	float: left;
	padding-left: 18px;
	padding-right: 15px;
	background: transparent url(../images/bg_li_footer.gif) 0 5px no-repeat;
}

#footer ul li.first a {
	padding-left: 0;
	background: none;
}

#footer ul li.last a {
	padding-right: 0;
}

#footer ul.utility {
	float: right;
	padding-right: 30px;
}




/*****************************************************
	(4) general purpose
******************************************************/

#secondary-content h2 { margin-left: 8px; }
* html #secondary-content h2 { margin-left: 8px; }
#secondary-content div.column h2 { margin-left: 0; }

h2.category-header,
#secondary-content h2.category-header {
	width: 157px;
	height: 33px;
	color: #fff;
	font-size: .9em;
	margin-bottom: 0;
	padding: 7px 0 0 36px;
}


/*****************************************************
	Chinese Simplified
******************************************************/
h2.产品 { background: transparent url(../images/h2_products_inactive.gif) 0 0 no-repeat; }
h2.产品-active { background: transparent url(../images/h2_products.gif) 0 0 no-repeat; }
h2.服务 { background: transparent url(../images/h2_services_inactive.gif) 0 0 no-repeat; }
h2.服务-active { background: transparent url(../images/h2_services.gif) 0 0 no-repeat; }
h2.技术 { background: transparent url(../images/h2_technology_inactive.gif) 0 0 no-repeat; }
h2.技术-active { background: transparent url(../images/h2_technology.gif) 0 0 no-repeat; }
h2.应用 { background: transparent url(../images/h2_markets_inactive.gif) 0 0 no-repeat; }
h2.应用-active { background: transparent url(../images/h2_markets.gif) 0 0 no-repeat; }
h2.公司 { background: transparent url(../images/h2_company_inactive.gif) 0 0 no-repeat; }
h2.公司 { background: transparent url(../images/h2_company.gif) 0 0 no-repeat; }

/*****************************************************
	Chinese Traditional
******************************************************/
h2.產品 { background: transparent url(../images/h2_products_inactive.gif) 0 0 no-repeat; }
h2.產品-active { background: transparent url(../images/h2_products.gif) 0 0 no-repeat; }
h2.服務 { background: transparent url(../images/h2_services_inactive.gif) 0 0 no-repeat; }
h2.服務-active { background: transparent url(../images/h2_services.gif) 0 0 no-repeat; }
h2.技術 { background: transparent url(../images/h2_technology_inactive.gif) 0 0 no-repeat; }
h2.技術-active { background: transparent url(../images/h2_technology.gif) 0 0 no-repeat; }
h2.應用 { background: transparent url(../images/h2_markets_inactive.gif) 0 0 no-repeat; }
h2.應用-active { background: transparent url(../images/h2_markets.gif) 0 0 no-repeat; }
h2.公司 { background: transparent url(../images/h2_company_inactive.gif) 0 0 no-repeat; }
h2.公司-active { background: transparent url(../images/h2_company.gif) 0 0 no-repeat; }

/*****************************************************
	Japanese 
******************************************************/
h2.製品 { background: transparent url(../images/h2_products_inactive.gif) 0 0 no-repeat; }
h2.製品-active { background: transparent url(../images/h2_products.gif) 0 0 no-repeat; }
h2.サービス { background: transparent url(../images/h2_services_inactive.gif) 0 0 no-repeat; }
h2.サービス-active { background: transparent url(../images/h2_services.gif) 0 0 no-repeat; }
h2.テクノロジ { background: transparent url(../images/h2_technology_inactive.gif) 0 0 no-repeat; }
h2.テクノロジ-active { background: transparent url(../images/h2_technology.gif) 0 0 no-repeat; }
h2.アプリケーション { background: transparent url(../images/h2_markets_inactive.gif) 0 0 no-repeat; }
h2.アプリケーション-active { background: transparent url(../images/h2_markets.gif) 0 0 no-repeat; }
h2.会社情報 { background: transparent url(../images/h2_company_inactive.gif) 0 0 no-repeat; }
h2.会社情報-active { background: transparent url(../images/h2_company.gif) 0 0 no-repeat; }

/*****************************************************
	Korean 
******************************************************/
h2.제품 { background: transparent url(../images/h2_products_inactive.gif) 0 0 no-repeat; }
h2.제품-active { background: transparent url(../images/h2_products.gif) 0 0 no-repeat; }
h2.서비스 { background: transparent url(../images/h2_services_inactive.gif) 0 0 no-repeat; }
h2.서비스-active { background: transparent url(../images/h2_services.gif) 0 0 no-repeat; }
h2.기술 { background: transparent url(../images/h2_technology_inactive.gif) 0 0 no-repeat; }
h2.기술-active { background: transparent url(../images/h2_technology.gif) 0 0 no-repeat; }
h2.응용 분야 { background: transparent url(../images/h2_markets_inactive.gif) 0 0 no-repeat; }
h2.응용 분야-active { background: transparent url(../images/h2_markets.gif) 0 0 no-repeat; }
h2.회사 { background: transparent url(../images/h2_company_inactive.gif) 0 0 no-repeat; }
h2.회사-active { background: transparent url(../images/h2_company.gif) 0 0 no-repeat; }

/*****************************************************
	English
******************************************************/
h2.Products { background: transparent url(../images/h2_products_inactive.gif) 0 0 no-repeat; }
h2.Services { background: transparent url(../images/h2_services_inactive.gif) 0 0 no-repeat; }
h2.Technology { background: transparent url(../images/h2_technology_inactive.gif) 0 0 no-repeat; }
h2.Markets { background: transparent url(../images/h2_markets_inactive.gif) 0 0 no-repeat; }
h2.Technologies { background: transparent url(../images/h2_technology_inactive.gif) 0 0 no-repeat; }
h2.Applications { background: transparent url(../images/h2_markets_inactive.gif) 0 0 no-repeat; }
h2.Company { background: transparent url(../images/h2_company_inactive.gif) 0 0 no-repeat; }
h2.Generic { background: transparent url(../images/h2_generic_inactive.gif) 0 0 no-repeat; }

h2.Products-active { background: transparent url(../images/h2_products.gif) 0 0 no-repeat; }
h2.Services-active { background: transparent url(../images/h2_services.gif) 0 0 no-repeat; }
h2.Technology-active { background: transparent url(../images/h2_technology.gif) 0 0 no-repeat; }
h2.Markets-active { background: transparent url(../images/h2_markets.gif) 0 0 no-repeat; }
h2.Technologies-active { background: transparent url(../images/h2_technology.gif) 0 0 no-repeat; }
h2.Applications-active { background: transparent url(../images/h2_markets.gif) 0 0 no-repeat; }
h2.Company-active { background: transparent url(../images/h2_company.gif) 0 0 no-repeat; }
h2.Generic-active { background: transparent url(../images/h2_generic.gif) 0 0 no-repeat; }

h2.category-header a {
	text-decoration: none;
	color: #fff;
}

/* div.column */
div.column {
	float: left;
	background: #fff url(../images/bg_column_bottom.gif) bottom left no-repeat;
	width: 193px;
	margin: 0 8px;
	margin: 0 8px 15px 8px;
	padding-bottom: 20px;
}

* html div.column {
	margin: 0 4px 15px 4px;
}

div.column ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

div.column ul li {
	display: inline;
}

div.column ul li a {
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	background-color: #f6f6f6;
	margin-bottom: 2px;
	padding: 2px 0 2px 9px;
	display: block;
}

div.column ul li li a {
	border: none;
	background: #fff;
	color: #000;
	padding-left: 15px;
}



/* ul.collapsed */
ul.collapsed {
	list-style: none;
	margin: 0;
	padding: 0 0 0 7px;
}

ul.collapsed li {
	margin: 0;
	padding: 0;
	position: relative;
}

ul.collapsed li img {

}




/* ul.breadcrumb */

ul.breadcrumb {
	list-style: none;
	margin: 0 0 20px -10px;
	padding: 0
}

ul.breadcrumb li {
	display: inline;
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	color: #666;
}

ul.breadcrumb li a {
	padding-right: 10px;
}



/* ul.anchor-list */
ul.anchor-list {
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
	color: #333333;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1.5em;
}

/* ul.anchor-list */
ul.anchor-sub-list {
	list-style: none;
	padding: 3px 12px 3px 8px;
}

ul.anchor-list li a {
	color: #975322;
}


div.product-photo {
	float: right;
	width: 215px;
	text-align: center;
	margin: 0 0 10px 10px;
}


table.form {}

table.form td {
	padding: 4px;
	vertical-align: top;
}

table.form td.label {
	text-align: right;
}

table.form td.controls {
	text-align: right;
}

/* expand lists */
ul.expand { padding:0; margin:0; list-style:none; }
ul.expand li { padding:0; margin:0; color:#975322;}
ul.expand li.trigger.top { margin-top:0; }
ul.expand a { cursor:pointer; }

ul.expand li.trigger {
	background:url(../images/plusMinus.gif) no-repeat;
	cursor:pointer;
}

ul.expand li.sub-trigger {
	background:url(../images/plusMinus.gif) no-repeat;
	cursor:pointer;
}

ul.expand li.trigger h4
{
	padding:0 0 0 10px;
	color:#975322;
}

ul.expand li.trigger-label h4
{
	padding:0 0 0 10px;
	color:#975322;
}

ul.expand li.trigger-label h4 a
{
	font-size: 12px;
}

ul.expand li.sub-trigger h5
{
	font-size: 12px;
	padding:0 0 0 10px;
	color:#975322;
}

ul.expand li.sub-trigger img
{
	padding:0 10px 0 10px;
}

ul.expand li.no-trigger h5
{
	font-size: 12px;
	padding:0 0 0 11px;
	color:#975322;
	
}

ul.expand li.no-trigger img
{
	padding:0 10px 0 10px;
	
}

ul.expand li.no-trigger h5 a
{
	cursor:pointer;	
}

ul.expand li.sub-trigger a
{
	color:#3E66A3;
}

ul.expand li.trigger.open h4
{
	color:inherit;
}

ul.expand li.sub-trigger.open h4
{
	color:inherit;
}
/*
ul.expand li.trigger.open
{
	background-position:0 -997px;
}
*/
ul.expand li.trigger.open
{
	background-position:0 -16px;
}
ul.expand li.sub-trigger.open
{
	background-position:0 -16px;
}

/*
ul.expand ul
{
	list-style:disc inside;
	line-height:18px;
	padding:4px 0 6px 20px;
	color:#000;
}*/
ul.expand ul
{
	list-style:disc inside;
	line-height:15px;
	/*padding:2px 0 3px 10px;
	padding:2px 0 2px 5px; */
	color:#000;
}
/*
ul.expand ul li
{
	padding:1px 0 1px 5px;
}
*/

ul.SimpleHorizMenu {
  margin-left: 0px;
  padding:0 0 15px 0;
  line-height:90%;
}
ul.SimpleHorizMenu li {
  display: inline;
}
ul.SimpleHorizMenu li a {
  text-decoration: none;
  padding-left: 2em;
  padding-right: 1em
}
/*
ul.SimpleHorizMenu li a:hover {
  background-color: #D0D0D0
}
*/
/* utilities */
.inline { display: inline; }
.left	{ float: left; }
.right	{ float: right; }
.clear  { clear: both;  height: 1px; overflow: hidden; }
.small	{ font-size: .8em; }

.text-center	{ text-align: center; }
.text-large		{ font-size: 1.1em; }
.text-x-large	{ font-size: 1.3em; }

.pt    { padding-top: 5px; }
.pr    { padding-right: 20px; }
.pb    { padding-bottom: 20px; }
.pl    { padding-left: 20px; }

