form {
	margin:0;
	padding:0;
}
img {
	border:none;
}


/* general style*/

p {
	font-size:1.2em;
	margin: 0 0 1em 0;
	color: #444;
}
li p  {
	margin: 0 0 0.5em 0;
	color:#d58e00;
}

a {
	text-decoration:underline;
	color:#d58e00;
	font-weight:bold;
	outline:none;
}
a:hover {
	text-decoration:none;
}
a.more {
	position:absolute;
	bottom:0.8em;
	right:0.8em;
	text-decoration:none;
	padding-right:30px;
	line-height:18px;
	height:18px;
	background: url('img/icons.png') right top no-repeat;
}
a.more:hover, .news-more-link a:hover {
	text-decoration:underline;
}

em, i {
	font-style:normal;
	font-weight:bold;
}
strong, b {
	color:#d58e00;
	font-weight:bold;
}

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

div.cont ul {
	padding-left: 1.5em;
}

li {
	position:relative;
	background:url('img/icons.png') no-repeat -10px -58px;
	padding-left:20px;
}

ol li {
	background:none;
	padding-left:0;
}

table {
	width:100%;
	border-spacing:0;
	margin:0;
	padding:0;
}
h2 {
	position:relative;
	padding:0.5em 0.75em 0.3125em 0.75em;
	margin:0 0 0.625em 0;
	font-size:1.6em;
	line-height:1.375em;
	border-bottom:solid 0.0625em #d1d1d1;
	background:#f2f2f2;
	color:#626262;
}

#pfisheye h2 , h2.cool-grey{
	background:#e5e5e5 url('img/h2-grey2.png') repeat-x top left;
}

h2 a {
	color: #626262;
	text-decoration: none;
}

h2.orange {
	background:#d68f00 url('img/h2-orange.png') repeat-x top left;
	color:#fff;
}

h2.orange a {
	color: #fff;
	text-decoration: none;
	display: block;
}

h3 {
	font-size: 1.4em;
	margin: 0em 0em 0.5em 0em;
	color: #d58e00;
	padding:0;
}

h4 {
	font-size: 1.2em;
	margin: 0em 0em 0.5em 0em;
	color: #d58e00;
	padding:0;
}
h5 {
	font-size: 1.2em;
	margin: 0em 0em 0.5em 0em;
	color: #444;
	padding:0;
}
h6 {
	font-size: 1.2em;
	margin: 0em 0em 0.5em 0em;
	color: #888;
	padding:0;
}

select {
	border:0.2em solid #d58e00;
}

.white {
	color: #fff;
}
.white p.fisheye-label {
	color: #fff !important;
}


/* img.tex {
	display: block;
	margin: auto;
} */

/* page layout */

body {
	margin:0;
	padding:0;
	font: 0.625em/1.5 Arial, sans-serif;
	text-align: center;
	background: #e9e9e9 url('img/body.png') top repeat-x;
}

#page {
/* 	font-size:62.4375624%; /*font-size:10px*/
	text-align:left;
	position:relative;
	margin:0 auto;
	/*width:96em;*/
	/*extra size for scaling:*/
	width:97.2em;
	overflow:auto;
}
#logo {
	position:absolute;
	top:11px;
	left:36px;
	width:529px;
	height:84px;
}
#page-head {
	position:relative;
	overflow:hidden;
	height:75px;
	float:right;
	width:21.1em;
	margin: 0 1.2em 11px 0;
	padding:0 1em;
	background:url('img/head.png') top repeat-x;
}

/*#page-logo {
	//id exists for IE6&7
}*/

#page-left {
	margin-top:86px;
	position:relative;
	overflow:hidden;
	float:left;
	/*width:71.7em;*/
	width:72.9em;
/* 	min-width:580px; */
}

#page-right {
	position:relative;
	overflow:hidden;
	float:left;
	width:24.3em;
}

#page-center {
	position:relative;
	clear:both;
	overflow:hidden;
}

#page-foot {
	position:relative;
	clear:both;
	overflow:hidden;
}

/* breadcrumb */

#breadcrumb, .overview-header {
	position:relative;
	margin:1.7em 1.2em 0 2px;
	padding:0 5px;
	border-top:2px solid #cdcdcd;
	border-bottom:2px solid #cdcdcd;
	margin-bottom:1.4em;
	height:37px;
}

/* .overview-header {
	margin-top: 3.6em !important;
} */

#breadcrumb div.l, .overview-header div.l {
	position:absolute;
	width:5px;
	height:41px;
	top:-2px;
	left:0;
	background:url('img/grey-round.png') left bottom no-repeat;
}
#breadcrumb div.r, .overview-header div.r{
	position:absolute;
	width:5px;
	height:41px;
	top:-2px;
	right:0;
	background:url('img/grey-round.png') -5px bottom no-repeat;
}
a.breadcrumb, span.breadcrumb, .overview-header h2 {
	position:relative;
	float:left;
	display:block;
	height:37px;
	line-height:37px;
	font-weight:normal;
	white-space:nowrap;
	color:#777;
	padding:0 2em 0 0.5em;
	font-size:1.4em;
	text-decoration:none;
	background:url('img/grey-round.png') right top no-repeat;
	overflow: hidden;
}
a.breadcrumb:hover {
	color:#d58e00;
}
span.breadcrumb {
	background:none;
}

a.bc-first {
	width: 20px;
}

a.breadcrumb span{
	position:relative;
	display:block;
	float:left;
	margin:10px 0;
	width:0px !important;
	height:17px;
	overflow:hidden;
	background:url('img/grey-round.png') -10px -61px no-repeat;
	white-space:nowrap;
	overflow:hidden;
	padding-left:23px;
}


/* boxes */

div.box {
	position:relative;
	display:block;
	margin:0 1.2em 1.4em 0;
	background-color:#fff;
	background-position:right bottom;
	background-repeat:no-repeat;
	background-image:url('img/box-bg-bottom.png');
}

div.col2-2left {
	position:relative;
	overflow:hidden;
	width:48.6em;
	float:left;
	margin:0;
	zoom:1;
}

div.col2-1left {
	position:relative;
	overflow:hidden;
	width:24.3em;
	float:left;
	margin:0;
}

div.col2-2right {
	position:relative;
	overflow:hidden;
	width:48.6em;
	float:right;
	margin:0;
}

div.col2-1right {
	position:relative;
	overflow:hidden;
	width:24.3em;
	float:right;
	margin:0;
	zoom:1;
}

div.col3-right {
	position:relative;
	overflow:hidden;
	width:24.3em;
	float:right;
	margin:0;
}

div.col3-middle {
	position:relative;
	overflow:hidden;
	width:24.3em;
	float:left;
	margin:0;
}

div.col3-left {
	position:relative;
	overflow:hidden;
	width:24.3em;
	float:left;
	margin:0;
}

div.col2-right, span.col2-right {
	display: block;
	position:relative;
	overflow:hidden;
	width:50%;
	float:right;
	margin:0;
}

div.col2-left, span.col2-left {
	display: block;
	position:relative;
	overflow:hidden;
	width:50%;
	float:left;
	margin:0;
}

div.nobg {
	background-image: none;
}
div.w1 {
	width:23.1em;
}
div.w2 {
	width:47.4em;
}
div.w3 {
	width:71.7em;
}
div.w4 {
	width:96em;
}

/*div.h0, div.h0 div.c {
	overflow: auto;
}*/

div.h1, div.h1 div.c {
	position:relative;
	height:20em;
	overflow:hidden;
}
div.h2, div.h2 div.c {
	position:relative;
	height:41.4em;
	overflow:hidden;
}
div.h3, div.h3 div.c {
	position:relative;
	height:62.8em;
	overflow:hidden;
}
div.h4, div.h4 div.c {
	position:relative;
	height:84.2em;
	overflow:hidden;
}
div.h15, div.h15 div.c{
	height:28.5em;
}
div.hhead, div.hhead div.c {
	position:relative;
	overflow:hidden;
}

div.box div.t {
	position:absolute;
	top:0;
	overflow:hidden;
	width:100%;
	height:3px;
	z-index:1;
	background:url('img/box-shad-w.png') top left no-repeat;
}
div.box div.tl {
	position:absolute;
	overflow:hidden;
	top:0;
	left:0;
	width:7px;
	height:7px;
	z-index:2;
	background:url('img/box-shad-w.png') top left no-repeat;
}
div.box div.tr {
	position:absolute;
	overflow:hidden;
	top:0;
	right:0;
	width:7px;
	height:7px;
	z-index:2;
	background:url('img/box-shad-w.png') top right no-repeat;
}
div.box div.t-gap {
	position:absolute;
	z-index:1;
	overflow:hidden;
	height:21px;
	width:100%;
	background:url('img/box-gap.png') top left no-repeat;
}
div.box div.tl-gap {
	position:absolute;
	overflow:hidden;
	top:0;
	left:0;
	width:7px;
	height:21px;
	z-index:2;
	background:url('img/box-gap.png') top left no-repeat;
}
div.box div.tr-gap {
	position:absolute;
	overflow:hidden;
	top:0;
	right:0;
	width:7px;
	height:21px;
	z-index:2;
	background:url('img/box-gap.png') top right no-repeat;
}
div.box div.b {
	position:absolute;
	overflow:hidden;
	bottom:0;
	left:0;
	display:block;
	width:100%;
	height:3px;
	z-index:1;
	background:url('img/box-shad-w.png') left -11px no-repeat;
}
div.box div.bl {
	position:absolute;
	overflow:hidden;
	bottom:0;
	left:0;
	width:7px;
	height:7px;
	z-index:2;
	background:url('img/box-shad-w.png') left -7px no-repeat;
}
div.box div.br {
	position:absolute;
	overflow:hidden;
	bottom:0;
	right:0;
	width:7px;
	height:7px;
	z-index:2;
	background:url('img/box-shad-w.png') right -7px no-repeat;
}
div.box div.cl {
	position:relative;
	background:url('img/box-shad-h.png') top left repeat-y;
	padding-left:3px;
}
div.box div.cr {
	position:relative;
	padding-right:3px;
	background:url('img/box-shad-h.png') top right repeat-y;
}
div.box div.c {
	background-position:right bottom;
	background-repeat:no-repeat;
}
div.box div.cont {
	margin:0 1.2em;
	padding-bottom:1px;
	overflow:hidden;
}

div.hhead div.cont-hhead {
	margin:0 1.2em 0 1.2em;
	width: 42em;
	position: absolute;
	top: 19.5em;
	height:8.5em;
	left: 1em;
	padding-bottom:1px;
	overflow:hidden;
}

/* special box for page's head */
div.box h1.hhead-h {
	font-size: 1em;
	width: 36em;
	overflow: hidden;
	position: relative;
	top: 4em;
	left: 4em;
}

#page-left h3.case-head {
	font-size: 1.4em;
	position: relative;
	z-index: 23;
	margin-bottom: 0.5em;
}

#page-left div.case-head {
	width: 42em;
	margin: 3em 0 0 2.2em;
	position: relative;
	z-index: 24;
}

#productheader h1.hhead-h {
	top: 2em;
}

#productheader div#fisheye-container {
	position: absolute;
	width: 100%;
	bottom: 0.5em;
}

img.hhead-h1-img {
	width: 35em;
	height: 8em;
}


img.hhead-img {
	width:71.7em;
	height:28em;
	position: absolute;
	top: 0.3em;
}

div.box h1.hhead-h strong{
	position: absolute;
	top: -15em;
}

/*div.hhead h2,*/ div.hhead h3 {
	font-size: 1.2em;
	margin: 0;
	color: #d68f00;
}

div.hhead p {
	margin: 0 0 0.5em 0;
	color: #666;
}

div.back-orange {
	background:#de9b07 url('img/sitemap.png') repeat-x top left;
}

/* more boxes*/
div.dark {
	position:relative;
	background:#5b5b5b url('img/dark.png') bottom left repeat-x;
}
div.dark p {
	font-size:1.1em;
	background:#5b5b5b url('img/dark.png') bottom left repeat-x;
	color:#ddd;
	margin:0;
	padding:0.5em 0.8em;
}
div.dark div.br {
	position:absolute;
	overflow:hidden;
	bottom:0;
	right:0;
	width:5px;
	height:7px;
	background:url('img/dark.png') bottom right;
}

div.dark a {
	color:#ddd;
	font-weight:normal;
	text-decoration:none;
}
div.dark a:hover {
	text-decoration:underline;
}
div.dark a.creator {
	color:#aaa;
}


/* sitemap */
div.sitemap {
	position:relative;
	background:#df9c08 url('img/sitemap.png') top left repeat-x;
	overflow:hidden;
}
#sitemap-slide {
	position:relative;
	overflow:hidden;
	padding-bottom:1.4em;
}
#sitemap-toggle {
	position:absolute;
	top:4px;
	right:1em;
	width:0px;
	height:16px;
	overflow:hidden;
	white-space:nowrap;
	padding-left:16px;
	background:url('img/arrows.png') left -72px no-repeat;
}
#sitemap-toggle:hover {
	background-position: -16px -72px;
}
a.sitemap-toggle-closed {
	background-position: -16px -72px!important;
}
a.sitemap-toggle-closed:hover {
	background-position: left -72px!important;
}

div.sitemap h2 {
	color:#fff;
	background:none;
	border:none;
	padding:0;
	margin-left:1%;
}
div.sitemap h4 {
	margin:0;
	padding:0;
	color:#fff;
}
div.sitemap li {
	background:none;
	color:#fff;
	margin-bottom: 0.4em;
}
a.sitemap {
	font-size:1.2em;
	color:#fff;
	text-decoration:none;
}
a.sitemap:hover {
	text-decoration:underline;
}

/* menu */
ul.menu-main {
	position:relative;
	margin:0 0.4em;
}
li.menu-main {
	position:relative;
	display:block;
	padding: 1em 1.3em 1em 0;
	border-bottom:0.2em solid #eee;
	background:url('img/icons.png') 12px -18px no-repeat;
}
a.menu-main {
	position:relative;
	display:block;
	font-size:1.6em;
	line-height:24px;
	height:24px;
	text-decoration:none;
	color:#444;
	font-weight:bold;
	padding-right:1.5em;
	margin-left:50px;
	background:url('img/arrows.png') no-repeat right top;
	white-space:nowrap;
}
a.menu-main:hover {
	background-position: right -24px;
}
a.menu-main:active, a.menu-main-selected {
	background-position: right -48px;
}

ul.menu-sec {
	position:relative;
	padding-left:35px;
	background:#fff;
	margin-top: 0.8em;
	border-top:0.2em solid #eee;
}
hr.menu-sec {
	display:block;
	height:0.2em;
	color:#d58e00;
	background:#d58e00;
	border:none;
}
li.menu-sec {
	position:relative;
	display:block;
	padding:0;
	overflow:auto;
	background-image:none;
}
span.menu-sec {
	position:relative;
	display:block;
	background-color:#fff;
	padding:0.2em 0 0 0.4em;
}
a.menu-sec {
	position:relative;
	display:block;
	font-size:1.2em;
	font-weight:normal;
	line-height:1.5em;
	text-decoration:none;
	color:#444;
	padding:0 0 0.2em 12px;
	margin-top: 0.6em;
	background:url('img/arrows.png') no-repeat -8px -88px;
}
a.menu-sec:hover, a.menu-sec-selected {
	background-position:-20px -88px;
}
a.highlight {
	font-weight: bold;
	color: #d58e00 !important;
	/* border-bottom: 0.2em solid #d58e00;
	border-top: 0.2em solid #eee; */
}
ul.menu-thi {
	position:relative;
	padding-left:1.8em;
	margin-top: 0.6em;
	border-bottom: 0.2em solid #eee;
}
ul.menu-thi:hover {
	border-color: #d58e00
}
li.menu-thi {
	position:relative;
	display:block;
	background:none;
	padding:0;
}
a.menu-thi {
	position:relative;
	display:block;
	font-size:1.2em;
	font-weight:normal;
	line-height:1.5em;
	text-decoration:none;
	color:#444;
	padding:0em 0 0 0.8em;
	margin-bottom: 0.8em;
	border-left: 0.2em solid #ccc;
}
a.menu-thi:hover, a.menu-thi-selected {
	color:#d58e00;
	border-color: #d58e00;
}
a.menu-thi.selected {
	font-style: italic;
}
/* news - latest view */

p.news-date {
	position:relative;
	float:left;
	width:4em;
	border-right:1px solid #444;
	padding-right:0.4em;
	margin:0 0.4em 0 0;
	text-align:right;
}
p.news-header {
	position:relative;
	float:left;
	width:11.8em;
	margin:0;
}

p.news-header a {
	text-decoration:none;
	font-weight:normal;
	color:#444;
}

p.news-header a:hover {
	text-decoration:underline;
}

span.news-hhead-header {
	font-size:3.4em;
	line-height: 1.2em;
	color: #666;
	letter-spacing: -1px;
}

div.news-single-img {
	padding: 1em 0 0 0;
}

hr.news {
	clear:both;
	display:block;
	height:2px;
	color:#f2f2f2;
	background:#f2f2f2;
	border:none;
	margin: 4px 0;
}
hr.orange {
	clear:both;
	display:block;
	height:2px;
	color:#d58e00;
	background:#d58e00;
	border:none;
	margin: 2em 0;
}

p.news-more-link {
	text-align: right;
}

p.news-more-link a {
	text-decoration:none;
	padding-right:30px;
	padding-bottom: 0.5em;
	line-height:18px;
	height:18px;
	background: url('img/icons.png') right top no-repeat;
}

/* search form */
p.page-header {
	color:#ffffff;
	text-align:center;
	margin:0.5em 0;
}
a.page-header {
	color:#ffffff;
	text-decoration:none;
}
a.page-header:hover {
	text-decoration:underline;
}
input#head-search-field {
	border:0.2em solid #d58e00;
	background-color:#f8e8c3;
	background: url('img/search_input_bg.png') top left no-repeat;
	width:11.3em;
	height: 1.4em;
	padding:0.1em;
	font-size:1.2em;
	color: #d58e00;
	font-weight: bold;
}
input#head-search-submit {
	color:#f8e8c3;
	color: #fff;
	margin:0;
	cursor:pointer;
	border:none;
	background-color:transparent;
	width:5em;
	font-weight:bold;
	text-align:center;
	font-size:1.2em;
}
#page-head hr.news {
	color:#f0d493;
	background:#f0d493;
	height: 1px;
	margin: 4px 0 12px 0;
}


/* common layout */

.larger {
	font-size: 1.2em;
}

.smaller {
	font-size: 0.8em;
}

.indent {
	margin-left:20px;
}

.align-left {
	text-align:left!important;
}

.align-center {
	text-align:center!important;
}

.align-right {
	text-align:right!important;
}

.align-justify {
	text-align:justify!important;
}
.float-right {
	position:relative;
	float:right;
}
.float-left {
	position:relative;
	float:left;
}
.clear-both {
	clear:both;
	display:block;
	position:relative;
	overflow:auto;
}
.pad-right {
	padding-right:20px;
}
.pad-left {
	padding-left:20px;
}
.clear-float {
	clear:both;
	height:1%;
}

.col4 {
	position:relative;
	float:left;
	padding:0 1em;
	width:20.8em;
}
.col4-pad {
	position:relative;
	float:left;
	width:0.2em;
	margin:0 0.4em;
	height:1px;
	padding-bottom:1000px;
	margin-bottom:-1000px;
	background:#e59f12;
}
.csc-textpic-caption, .news-single-imgcaption {
	padding: 0.5em;
	background: #eee;
	border-top: 0.2em #d68f00 solid;
	margin-top: 0.2em !important;
	text-align: left !important;
}

p.csc-caption {
	font-size: 1em;
	margin:0;
	text-align: left !important;
}

#page-left div.csc-textpic-center dl.csc-textpic-image {
	margin-top: 2em;
	margin-bottom: 2em;
}

/* #page-left div.csc-textpic-center dl.csc-textpic-image img {
	padding-top: 0.2em;
	background: #d68f00;
} */

#page-left div.csc-textpic-border img {
	border: none;
}
#page-left div.csc-textpic-imagerow dl.csc-textpic-image {
	margin-bottom: 2em;
}
#page-left dl.csc-textpic-image {
	display: block;
}
#page-left div.csc-textpic-imagerow div.csc-textpic-imagerow-last dl.csc-textpic-image {
	margin-bottom: 0em;
}
div.csc-textpic-border div.csc-textpic-imagewrap{
	margin: 0em 1.2em 1em 1.2em;
	padding: 0 0 1.2em 0;
	color: #444;
}

#id2 div.csc-textpic-imagewrap{
	margin: 0;
	padding: 0;
}

div.csc-textpic-intext-right div.csc-textpic-text,div.csc-textpic-intext-left div.csc-textpic-text {
	padding: 0 1.2em 1.2em;
}

/* cztabs */

div.cztabs ul.cztabs-items {
	display: block;
}

div.cztabs ul.cztabs-items li.cztabs-items {
	display: block;
	width: 2em;
	height: 2em;
	margin: 1em;
}

.col2-1right select, .col2-1left select, .col3-right select, .col3-left select {
	width: 130px;
}
.tx-wecmap-map {
	margin-top:-1em;
}

div.tx-powermail-pi1 {
	margin: 1em 0 3em 0;
}