/* `VICOR CSS
----------------------------------------------------------------------------------------------------*/

/* `Basic HTML Elements
----------------------------------------------------------------------------------------------------*/
body {
  background: #ffffff;
  color: #51626f;
  height: auto;
  padding-bottom: 20px;
  font-family: 'FrutigerNeueLTW01-CnRg';
  font-style: normal;
  font-size: 13px;
  line-height: 14px;
}

body .bodywrapper.lang-ja {
  background: #ffffff;
  color: #51626f;
  height: auto;
  padding-bottom: 20px;
  font-family: 'NotoSansCJKjp-Regular','FrutigerNeueLTW01-CnRg';
  font-style: normal;
  font-size: 13px;
  line-height: 14px;
}

a {
  text-decoration: none;
  color: #51626f;
}

a:hover {
  text-decoration: underline;
}

a.nohover {
  text-decoration: none;
}

p {
  margin: 0px;
  padding: 0 0 5px 0;
  color: #51626f
}

hr {
  border: 0 #acc0c7 solid;
  border-top-width: 1px;
  clear: both;
  height: 0;
}

h1, h2, h3, h4, h5, h6 {
  color: #000000;
  margin: 0px;
  padding: 0px;
}

h1 {
  font-size: 20px;
  margin-bottom: 12px;
  line-height: 1.1em;
  font-weight: normal;
}

h2 {
  font-size: 20px;
  margin-bottom: 12px;
  line-height: 1.1em;
  font-weight: normal;
}

h3 {
  font-size: 20px;
  margin-bottom: 12px;
  line-height: 1.1em;
  font-weight: normal;
}

h4 {
  font-size: 17px;
}

h5 {
  font-size: 15px;
  line-height: 1.1em;
}

.bodywrapper.lang-en h6 {
  font-size: 13px;
  margin: 6px 0;
  font-family: 'FrutigerNeueLTW01-CnBlk 774342','宋体';
  font-weight: normal;
}

.SFh3{
  color:  #a5aeb6;
  font-size: 20px;
  margin-bottom: 30px;
  line-height: 1.1em;
  font-weight: normal;
}

.SFh4 {
  color:  #77b800;
  font-size: 20px;
  padding-top: 20px;
  line-height: 1.1em;
  padding-left: 10px;
}

.FFh3{
  color:  #77b800;
  font-size: 20px;
  line-height: 1.1em;
  font-weight: normal;
  padding-bottom: 10px;
}

.FFh4.collapse{
  background: url("../img/icons/Expand-Collapse_Open.jpg") no-repeat;
  color:  #000000;
  font-size: 17px;
  line-height: 1.1em;
  padding-left: 20px;
}

.FFh4.collapse.collapsed{
  background: url("../img/icons/Expand-Collapse_Closed.jpg") no-repeat;
  border-bottom: 1px solid darkgray;
  padding-bottom: 20px;
}

.spanMargin{
  margin-bottom: 10px;
  display: inline-block;
}

.bodywrapper.lang-ja h6 {
  font-size: 13px;
  margin: 6px 0;
  font-family: 'NotoSansCJKjp-Regular';
  font-weight: 500;
  font-style: normal;
}

.bodywrapper.lang-zh h6 {
  font-size: 13px;
  margin: 6px 0;
  font-family: '宋体';
  font-weight: 500;
  font-style: normal;
}

.bodywrapper.lang-en label {
  color: #000000;
  font-family: 'FrutigerNeueLTW01-CnBlk 774342', '宋体';
  font-weight: normal;
  padding: 0px
}

.bodywrapper.lang-zh label {
  color: #000000;
  font-family: '宋体';
  font-weight: 500;
  font-style: normal;
  padding: 0px
}

.bodywrapper.lang-ja label {
  color: #000000;
  font-family: 'NotoSansCJKjp-Regular';
  font-weight: 500;
  font-style: normal;
  padding: 0px
}

address {
  font-style: normal;
}

ol {
  list-style-type: decimal
}

ol ul {
  margin-left: 20px
}

/* `HTML FORM Elements
----------------------------------------------------------------------------------------------------*/
select {
  height: 22px;
  -moz-box-shadow: inset 0 0 10px #000000;
  -webkit-box-shadow: inset 0 0 4px #acc0c7;
  box-shadow: inset 0 0 4px #acc0c7;
  -webkit-appearance: button;
  -webkit-border-radius: 0px;
  -webkit-padding-end: 25px;
  -webkit-padding-start: 5px;
  -webkit-user-select: none;
  background-image: url(../img/icons/icon_select.gif), -webkit-linear-gradient(#fafafa, #f4f4f4 40%, #e5e5e5);
  background-position: center right;
  background-repeat: no-repeat;
  border: 1px solid #51626f;
  color: #51626f;
  margin: 0;
  overflow: hidden;
  padding: 5px auto 6px 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

select optgroup {
  font-style: normal;
}

input[type=text] {
  border: 1px solid #51626f;
  color: #51626f;
  height: 20px;
  padding: 0px;
  padding-left: 5px;
  -moz-box-shadow: inset 0 0 10px #000000;
  -webkit-box-shadow: inset 0 0 4px #acc0c7;
  box-shadow: inset 0 0 4px #acc0c7;
}

.fitem {
  margin: 4px 0 10px 0;
}

.fitem label {
  display: block;
  margin: 5px 0 3px 0;
}

.fitem.inline label {
  display: inline-block;
}

/* `Layout/Text Helper Classes
----------------------------------------------------------------------------------------------------*/
.bodywrapper.lang-en .normal {
  font-family: 'FrutigerNeueLTW01-CnRg';
  font-weight: normal;
}

.bodywrapper.lang-zh .normal {
  font-family: 'FrutigerNeueLTW01-CnRg';
  font-weight: normal;
}

.bodywrapper.lang-ja .normal {
  font-family: 'NotoSansCJKjp-Regular';
  font-weight: 500;
  font-style: normal;
}

.bodywrapper.lang-en .strong, .bodywrapper.lang-en strong {
  font-family: 'FrutigerNeueLTW01-CnBlk 774342', '宋体';
  font-weight: normal;
}

.bodywrapper.lang-zh .strong, .bodywrapper.lang-zh strong {
  font-family: 'FrutigerNeueLTW01-CnBlk 774342', '宋体';
  font-weight: normal;
}

.bodywrapper.lang-ja .strong, .bodywrapper.lang-ja strong {
  font-family: 'NotoSansCJKjp-Regular';
  font-weight: 500;
  font-style: normal;
}

.small {
  font-size: 11px;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.hide {
  display: none;
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.noborder {
  border: 0px !important;
}

.nomargin {
  margin: 0px !important;
}

.nopad {
  padding: 0px !important;
}

.pad-half-h {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.pad-h {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.pad-h-half-h {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.pad-hh {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.pad-v {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.pad-vv {
  padding-top: 20px;
  padding-bottom: 20px !important;
}

.pad-t {
  padding-top: 10px !important;
}

.pad-tt {
  padding-top: 20px !important;
}

.pad-b {
  padding-bottom: 10px !important;
}

.pad-bb {
  padding-bottom: 20px !important;
}

.pad-half-r {
  padding-right: 5px !important;
}

.pad-r {
  padding-right: 10px !important;
}

.pad-r-half-r {
  padding-right: 15px !important;
}

.pad-rr {
  padding-right: 20px !important;
}

.pad-half-l {
  padding-left: 5px !important;
}

.pad-l {
  padding-left: 10px !important;
}

.pad-l-half-l {
  padding-left: 15px !important;
}

.pad-ll {
  padding-left: 20px !important;
}

.push-half-h {
  margin-left: 5px !important;
  margin-right: 5px !important;
}

.push-h {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.push-h-half-h {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

.push-hh {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.push-v {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.push-vv {
  margin-top: 20px;
  margin-bottom: 20px !important;
}

.push-fl{
  margin-top: 131px;
}

.push-t {
  margin-top: 10px !important;
}

.push-tt {
  margin-top: 20px !important;
}

.push-b {
  margin-bottom: 10px !important;
}

.push-bb {
  margin-bottom: 20px !important;
}

.push-half-r {
  margin-right: 5px !important;
}

.push-r {
  margin-right: 10px !important;
}

.push-r-half-r {
  margin-right: 15px !important;
}

.push-rr {
  margin-right: 20px !important;
}

.pull-half-r {
  margin-right: -5px !important;
}

.pull-r {
  margin-right: -10px !important;
}

.pull-r-half-r {
  margin-right: -15px !important;
}

.pull-rr {
  margin-right: -20px !important;
}

.push-half-l {
  margin-left: 5px !important;
}

.push-l {
  margin-left: 10px !important;
}

.push-l-half-l {
  margin-left: 15px !important;
}

.push-ll {
  margin-left: 20px !important;
}

.pull-half-l {
  margin-left: -5px !important;
}

.pull-l {
  margin-left: -10px !important;
}

.pull-l-half-l {
  margin-left: -15px !important;
}

.pull-ll {
  margin-left: -20px !important;
}

.width-full {
  width: 100%;
}

.width-half {
  width: 50%;
}

.width-45 {
  width: 45%;
}

.width-49 {
  width: 49%;
}

.width-90 {
  width: 90%;
}

.width-95 {
  width: 95%;
}

.inline-block {
  display: inline-block;
}

/* `Tables
----------------------------------------------------------------------------------------------------*/
table {
  width: 100%;
  padding: 3px 0;
  vertical-align: middle;
  margin: 0px
}

.table {
  margin-top: 10px;
}

.bodywrapper.lang-en th {
  color: #005195;
  font-family: 'FrutigerNeueLTW01-CnBlk 774342', '宋体';
  font-weight: normal;
  padding-bottom: 2px;
}

.bodywrapper.lang-zh th {
  color: #005195;
  font-family: 'FrutigerNeueLTW01-CnBlk 774342', '宋体';
  font-weight: normal;
  padding-bottom: 2px;
}

.bodywrapper.lang-ja th {
  color: #005195;
  font-family: 'NotoSansCJKjp-Regular';
  font-weight: 500;
  font-style: normal;
  padding-bottom: 2px;
}

th small {
  font-size: 11px;
}

tr {
  padding: 3px 0;
}

td {
  padding: 3px 0;
  vertical-align: middle;
}

td hr {
  margin: 4px 0
}

thead {
  padding-top: 10px;
}

table.nopad {
  padding: 0px;
  margin: 0px;
}

table.nopad td, table.nopad th {
  padding: 0px;
  margin: 0px;
  line-height: 1.0em;
}

table.nopad.padcolumns td, table.nopad.padcolumns th {
  padding-left: 5px;
  max-width: 105px;
  min-width: 56px;
}

table.nopad.padcolumns td:first-child, table.nopad.padcolumns th:first-child {
  padding-left: 0px;
}

table.nopad.padcolumns td a i, table.nopad.padcolumns th a i {
  margin-top: 3px;
}

table.nopad.padcolumns td a:first-child i, table.nopad.padcolumns th a:first-child i {
  margin-top: 0px;
}

.table-striped tbody > tr:nth-child(odd) > td, .table-striped tbody > tr:nth-child(odd) > th {
  background-color: #eff3f4;
}

.bodywrapper td.bullets {
  /*background-image: url(data:image/gif;base64,R0lGODlhBQAFAJEAAAAAAP///6zAx////yH5BAEAAAMALAAAAAAFAAUAAAIElI+pWAA7);*/
  background-image: url("../img/icons/icon_bullet.gif");
  background-repeat: no-repeat;
  background-position: 0px 5px;
  padding-left: 10px;
  margin: 2px 0;
}

/* `Lists
----------------------------------------------------------------------------------------------------*/
ul {
  margin-top: 0px;
}

.ulMargin{
  margin-top: 20px;
}

ul li {
  margin: 5px 0
}

ul.bullets {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  margin-left: 1px;
  margin-top: 10px;
}

ul.bullets li {
  /*background-image: url(data:image/gif;base64,R0lGODlhBQAFAJEAAAAAAP///6zAx////yH5BAEAAAMALAAAAAAFAAUAAAIElI+pWAA7);*/
  background-image: url("../img/icons/icon_bullet.gif");
  background-repeat: no-repeat;
  background-position: 0px 5px;
  padding-left: 10px;
  margin: 2px 0;
}

ul.sep {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  margin-left: 1px;
}

ul.sep li {
  border-top: 1px solid #0086c5;
  padding: 3px 0 2px 0;
  line-height: 1.1em;
}

ul.links {
  margin: 2px 0px 10px 0px;
  padding: 0px;
  display: block;
  top: 0px;
  border-bottom: 1px solid #0086c5;
}

li.faqlinks{
  border-bottom: 1px solid darkgray;
  margin-bottom: 20px;
  margin-top: 15px;
}

ul.links li {
  margin: 0px;
  padding: 6px 0 2px 0px;
  line-height: 1.1em;
  clear: both;
}

ul.links li > a {
  display: inline-block;
  cursor: pointer;
  padding-right: 20px;
  width: inherit;
  width: 95%;
  padding-left: 9px;
}

ul.links li > a:hover {
  text-decoration: none;
}

ul.links li:hover {
  text-decoration: none;
  background-color: #d9edf6;
  background-image: url("../img/icons/icon_fwdcarrot_dkblue.png");
  background-repeat: no-repeat;
  background-position: 98%
}

ul.links li.blank:hover {
  background: none;
}

ul.links li.selected {
  background-color: #d9edf6;
  background-image: url("../img/icons/icon_fwdcarrot_dkblue.png");
  background-repeat: no-repeat;
  background-position: 98%
}

ul.sublinks {
  margin: 2px 0px 0px 10px;
  padding: 0px;
  display: block;
  top: 0px;
}

ul.videoList li {
  float: left;
}

ul.inline {
  margin: 0px;
  float: left;
  padding: 0px;
  overflow: hidden;
}

ul.inline li {
  margin: 0px 10px 0px 0px;
  float: left;
  list-style: none;
  background-image: none;
  padding: 0px;
  overflow: hidden;
}

ul#nav {
  margin-top: -20px;
  margin-left: -15px;
  overflow: hidden;
}

ul#nav li {
  float: left;
  list-style: none;
  margin: 0px;
  display: inline-block;
  margin-left: 0px;
  overflow: hidden;
}

ul#nav li a {
  border-left: 2px solid #ffffff;
}

ul#nav li:first-child a {
  border: 0px;
}

ul#nav li label {
  margin-left: 6px;
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 4px;
  display: inline;
}

ul#nav li a:hover {
  text-decoration: none;
}

ul#nav li [class^="block-"], ul.nav li [class*=" block-"] {
  width: 104px;
}

ul.nav-product {
  margin: 2px 0px 10px 0px;
  padding: 0px;
  width: 120px;
  padding-left: 4px;
  display: block;
  top: 0px;
}

.bodywrapper.lang-en ul.nav-product li {
  background-color: #ffffff;
  font-family: 'FrutigerNeueLTW01-CnBlk 774342', '宋体';
  font-style: normal;
  margin: 0px;
  padding: 6px 0 2px 0px;
  line-height: 1.1em;
  clear: both;
  width: 150px;
}

.bodywrapper.lang-zh ul.nav-product li {
  background-color: #ffffff;
  font-weight: 900;
  font-style: normal;
  margin: 0px;
  padding: 6px 0 2px 0px;
  line-height: 1.1em;
  clear: both;
  width: 150px;
}

.bodywrapper.lang-ja ul.nav-product li {
  background-color: #ffffff;
  font-family: 'NotoSansCJKjp-Regular';
  font-weight: 500;
  font-style: normal;
  margin: 0px;
  padding: 6px 0 2px 0px;
  line-height: 1.1em;
  clear: both;
  width: 150px;
}

ul.nav-product li > a {
  display: inline-block;
  cursor: pointer;
  padding-right: 20px;
  width: inherit;
  width: 95%;
  padding-left: 9px;
}

ul.nav-product li:hover {
  background-color: #d9edf6 !important;
  background-image: url("../img/icons/icon_fwdcarrot_dkblue.png");
  background-repeat: no-repeat;
  background-position: 98%
}

ul.nav-product li.blank:hover {
  background-color: #ffffff;
  background: none;
}

.bodywrapper.lang-en ul.nav-product li.group {
  background-color: #ffffff;
  font-family: 'FrutigerNeueLTW01-CnBlk 774342', '宋体' ;
  font-style: normal;
  padding: 6px 0px 0px 0px;
  line-height: 1.1em;
}

.bodywrapper.lang-zh ul.nav-product li.group {
  background-color: #ffffff;
  font-weight: 900;
  font-style: normal;
  padding: 6px 0px 0px 0px;
  line-height: 1.1em;
}

.bodywrapper.lang-ja ul.nav-product li.group {
  background-color: #ffffff;
  font-family: 'NotoSansCJKjp-Regular';
  font-weight: 500;
  font-style: normal;
  padding: 6px 0px 0px 0px;
  line-height: 1.1em;
}

ul.nav-product li.group > a {
  color: #0086c5;
}

ul.nav-product li.group:hover {
  background-color: #ffffff !important;
  background-image: none;
}

ul.nav-product li ul {
  margin: 0px;
  padding: 0px;
  margin-top: 0px;
  margin-bottom: 2px;
  width: inherit;
  margin-top: 2px;
}

.bodywrapper.lang-en ul.nav-product li ul li {
  background-color: #ffffff;
  font-family: 'FrutigerNeueLTW01-CnRg', 'NotoSansCJKjp-Regular';
  font-style: normal;
  margin: 0px;
  padding: 4px 0 2px 0;
  padding-left: 0px;
  width: 150px;
}

.bodywrapper.lang-zh ul.nav-product li ul li {
  background-color: #ffffff;
  font-family: 'FrutigerNeueLTW01-CnRg','宋体';
  font-style: normal;
  margin: 0px;
  padding: 4px 0 2px 0;
  padding-left: 0px;
  width: 150px;
}

.bodywrapper.lang-ja ul.nav-product li ul li {
  background-color: #ffffff;
  font-family: 'NotoSansCJKjp-Regular';
  font-weight: 500;
  font-style: normal;
  margin: 0px;
  padding: 4px 0 2px 0;
  padding-left: 0px;
  width: 150px;
}

.bodywrapper.lang-en ul.nav-product li > ul > li.group > a {
  font-family: 'FrutigerNeueLTW01-CnBlk 774342', '宋体' ;
  font-style: normal;
}

.bodywrapper.lang-zh ul.nav-product li > ul > li.group > a {
  font-family: 'FrutigerNeueLTW01-CnBlk 774342', '宋体' ;
  font-style: normal;
}

.bodywrapper.lang-ja ul.nav-product li > ul > li.group > a {
  font-family: 'NotoSansCJKjp-Regular';
  font-weight: 500;
  font-style: normal;
}

ul.nav-product li > ul > li > a {
  display: inline-block;
  cursor: pointer;
  padding-right: 20px;
  width: inherit;
  width: 78%;
  padding-left: 14px;
}

ul.nav-product li > ul > li.group > a {
  padding-left: 13px;
}

ul.nav-item {
  margin: 4px 0px 10px 0px;
  padding: 0px;
  width: 120px;
  padding-left: 4px;
  display: block;
  top: 0px;
}

.bodywrapper.lang-en ul.nav-item li {
  font-family: 'FrutigerNeueLTW01-CnRg';
  font-style: normal;
  margin: 0px;
  padding: 4px 0 2px 0;
  padding-left: 0px;
  width: 150px;
}

.bodywrapper.lang-zh ul.nav-item li {
  font-family: 'FrutigerNeueLTW01-CnRg';
  font-style: normal;
  margin: 0px;
  padding: 4px 0 2px 0;
  padding-left: 0px;
  width: 150px;
}

.bodywrapper.lang-ja ul.nav-item li {
  font-family: 'NotoSansCJKjp-Regular';
  font-weight: 500;
  font-style: normal;
  margin: 0px;
  padding: 4px 0 2px 0;
  padding-left: 0px;
  width: 150px;
}

ul.nav-item li > a {
  display: inline-block;
  cursor: pointer;
  padding-right: 20px;
  width: inherit;
  width: 78%;
  padding-left: 14px;
}

ul.nav-item li:hover {
  background-color: #d9edf6;
  background-image: url("../img/icons/icon_fwdcarrot_dkblue.png");
  background-repeat: no-repeat;
  background-position: 98%
}

ul.nav-item li.blank:hover {
  background: none;
}

ul.square-bullets li {
  list-style: square;
}

.menunav, #productnav {
  position: absolute;
  z-index: 9999;
  display: none;
}

.level_1, .level_2 {
  position: absolute;
  background-color: #ffffff;
  -webkit-box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.2);
}

.level_1 section, .level_2 section {
  padding: 4px;
}

.level_1 {
  width: 165px;
  padding-bottom: 20px;
}

.bodywrapper.lang-en .level_1 header label {
  display: block;
  color: #0086c5;
  font-size: 13px !important;
  font-family: 'FrutigerNeueLTW01-CnRg';
  font-style: normal;
}

.bodywrapper.lang-zh .level_1 header label {
  display: block;
  color: #0086c5;
  font-size: 13px !important;
  font-family: 'FrutigerNeueLTW01-CnRg';
  font-style: normal;
}

.bodywrapper.lang-ja .level_1 header label {
  display: block;
  color: #0086c5;
  font-size: 13px !important;
  font-family: 'NotoSansCJKjp-Regular';
  font-weight: 500;
  font-style: normal;
}

.bodywrapper.lang-en .level_1 header h5 {
  font-size: 18px;
  font-family: 'FrutigerNeueLTW01-CnBlk 774342', '宋体';
  font-weight: normal;
  margin: 2px 5px 15px 0px;
  color: #0086c5;
  float: left;
}

.bodywrapper.lang-zh .level_1 header h5 {
  font-size: 18px;
  font-family: 'FrutigerNeueLTW01-CnBlk 774342', '宋体';
  font-weight: normal;
  margin: 2px 5px 15px 0px;
  color: #0086c5;
  float: left;
}

.bodywrapper.lang-ja .level_1 header h5 {
  font-size: 18px;
  font-family: 'NotoSansCJKjp-Regular';
  font-weight: 500;
  font-style: normal;
  margin: 2px 5px 15px 0px;
  color: #0086c5;
  float: left;
}

.level_2 {
  top: 0px;
  margin-left: 157px;
  width: 775px;
  display: none;
  padding-left: 10px;
  padding-bottom: 20px;
  min-height: 350px;
}

.level_3, .level_3_intro {
  position: absolute;
  width: 360px;
  left: 370px;
  top: 0px;
  padding-bottom: 20px;
}

.level_3 h4 {
  margin-top: 10px;
}

.level_3 section {
  border: 1px solid #0086c5;
  min-height: 360px;
  max-height: 450px;
  padding: 10px;
  width: 380px;
  margin-top: 58px;
  background-color: #ffffff;
}

.level_3_intro section {
  border: 1px solid #0086c5;
  min-height: 300px;
  padding: 10px;
  width: 380px;
  margin-top: 58px;
  background-color: #d9edf6;
}

.level_3 section .pull-left{
  float: none;
}

.level_3_intro h3 {
  float: left;
  width: 180px;
  margin-top: 70px;
}

.level_3_intro .indicator {
  float: left;
  background-image: url('../img/icons/icon_revchevronlg_blue.png');
  width: 66px;
  height: 66px;
  margin-top: 80px;
  margin-left: -38px;
}

/* `Colors
----------------------------------------------------------------------------------------------------*/
.blue {
  color: #0086c5;
}

.bg-blue {
  background-color: #0086c5 !important;
}

.dkblue {
  color: #005195
}

.bg-dkblue {
  background-color: #005195
}

.aqua {
  color: #00a29b
}

.bg-aqua {
  background-color: #00a29b
}

.dkaqua {
  color: #007770
}

.bg-dkaqua {
  background-color: #007770
}

.lime {
  color: #bed600
}

.bg-lime {
  background-color: #bed600
}

.dklime {
  color: #a2ad00
}

.bg-dklime {
  background-color: #a2ad00
}

.blue15 {
  color: #d9edf6
}

.bg-blue15 {
  background-color: #d9edf6
}

.dkblue15 {
  color: #d9e5ef;
}

.bg-dkblue15 {
  background-color: #d9e5ef;
}

.aqua15 {
  color: #d9f1f0;
}

.bg-aqua15 {
  background-color: #d9f1f0;
}

.lime15 {
  color: #f5f9d9;
}

.bg-lime15 {
  background-color: #f5f9d9;
}

.black {
  color: #000000;
}

.bg-black {
  background-color: #000000;
}

.white {
  color: #ffffff;
}

.bg-white {
  background-color: #ffffff;
}

.dkgray {
  color: #51626f;
}

.bg-dkgray {
  background-color: #51626f;
}

.ltgray {
  color: #acc0c7;
}

.bg-ltgray {
  background-color: #acc0c7;
}

.orange {
  color: #ff7c00;
}

.bg-orange {
  background-color: #e24912;
}

.green {
  color: #77b800
}

.bg-green {
  background-color: #77b800
}

.yellow {
  color: #ffbb00;
}

.bg-yellow {
  background-color: #e0df00;
}

.ltgray20 {
  color: #eff3f4;
}

.bg-ltgray20 {
  background-color: #eff3f4;
}

.orange15 {
  color: #fbe4dc;
}

.bg-orange15 {
  background-color: #fbe4dc;
}

a.dkblue:hover:not( ul#nav > li > label > a) {
  color: #0086c5;
  text-decoration: none;
}

a p.dkblue:hover {
  color: #0086c5;
  text-decoration: none;
}

a.dkblue.icon-fwdcarrot-dkblue {
  padding-right: 11px;
  padding-top: 4px;
  width: auto;
  background-position: right;
  text-decoration: none;
}

a.dkblue.icon-fwdcarrot-dkblue:hover {
  background-image: url("../img/icons/icon_fwdcarrot_blue.png");
  color: #0086c5;
}

a.dkblue-footer:hover {
  color: #0086c5;
  text-decoration: none;
}

a.gray:hover {
  text-decoration: underline;
}

/* `Boxes
----------------------------------------------------------------------------------------------------*/
[class^="box-"], [class*=" box-"] {
  margin: 0 -5px;
  border: 1px solid;
  border-top: 6px solid;
  padding: 0px 10px 5px 10px;
  overflow: hidden;
}

.box-lime {
  border-color: #bed600;
  background-color: #f5f9d9;
}

.box-aqua {
  border-color: #00a29b;
  background-color: #ffffff;
}

.box-dkblue {
  border-color: #005195;
  background-color: #d9e5ef;
}

.box-green {
  border-color: #77b800;
  background-color: #ffffff;
}

.box-blue {
  border-color: #0086c5;
  background-color: #ffffff;
}

.box-black {
  border: 2px solid black;
}

.box-dkblue-white {
  border-color: #005195;
  background-color: #ffffff;
}

.box-green-green {
  border-color: #77b800;
  background-color: #ebf4d9;
}

.box-lime-white {
  border-color: #bed600;
  background-color: #ffffff;
}

.box-aqua-aqua {
  border-color: #00a29b;
  background-color: #d9f1f0;
}

.box-blue-blue {
  border-color: #0086c5;
  background-color: #d9edf6;
}

.box-orange {
  border-color: #ff7c00;
  background-color: #ffffff;
}

.box-orange-orange {
  border-color: #ff7c00;
  background-color: #fdeae0;
}

.box-yellow {
  border-color: #ffbb00;
  background-color: #ffffff;
}

.box-yellow-yellow {
  border-color: #ffbb00;
  background-color: #fff8e0;
}

.box-none {
  border: 0px;
  padding: 0px;
}

/* `Blocks/Buttons
----------------------------------------------------------------------------------------------------*/
.bodywrapper.lang-en [class^="block-"], .bodywrapper.lang-en [class*=" block-"] {
  display: inline-block;
  *display: inline;
  padding: 2px 7px 0px 7px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 13px;
  line-height: 20px;
  color: #ffffff;
  vertical-align: middle;
  cursor: pointer;
  background-color: #005195;
  background-repeat: repeat-x;
  *border: 1;
  *zoom: 1;
  white-space: nowrap;
  font-family: 'FrutigerNeueLTW01-CnBlk 774342','宋体';
  font-weight: normal;
}

.bodywrapper.lang-zh [class^="block-"], .bodywrapper.lang-zh [class*=" block-"] {
  display: inline-block;
  *display: inline;
  padding: 2px 7px 0px 7px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 13px;
  line-height: 20px;
  color: #ffffff;
  vertical-align: middle;
  cursor: pointer;
  background-color: #005195;
  background-repeat: repeat-x;
  *border: 1;
  *zoom: 1;
  white-space: nowrap;
  font-family: 'FrutigerNeueLTW01-CnBlk 774342','宋体';
  font-weight: normal;
}

.bodywrapper.lang-ja [class^="block-"], .bodywrapper.lang-ja [class*=" block-"] {
  display: inline-block;
  *display: inline;
  padding: 2px 7px 0px 7px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 13px;
  line-height: 20px;
  color: #ffffff;
  vertical-align: middle;
  cursor: pointer;
  background-color: #005195;
  background-repeat: repeat-x;
  *border: 1;
  *zoom: 1;
  white-space: nowrap;
  font-family: 'NotoSansCJKjp-Regular';
  font-weight: 500;
  font-style: normal;
}

[class^="block-"] span, [class*=" block-"] span {
  float: left;
  display: inline;
  color: inherit;
  margin-top: 0px;
}

.hasfooter {
  position: relative;
  padding-bottom: 50px !important;
}

.hasfooter footer {
  margin-top: 50px !important;
  position: absolute;
  bottom: 15px;
  right: 10px;
  white-space: nowrap;
}

.hasfooter footer.no-absolute {
  margin-top: 10px !important;
  bottom: 0px;
  right: 0px;
  position: relative;
}

.hasfooter footer.no-absolute button {
  float: right;
}

.block-dkblue {
  background-color: #005195;
  color: #ffffff;
}

.block-dkblue:hover {
  background-color: #0086c5 !important;
  color: #ffffff;
  text-decoration: none;
}

.block-blue {
  background-color: #0086c5;
  color: #ffffff;
}

.block-blue:hover {
  background-color: #005195 !important;
  color: #ffffff;
  text-decoration: none;
}

.block-aqua {
  background-color: #00a29b !important;
  color: #ffffff;
}

.block-dkaqua {
  background-color: #007770;
  color: #ffffff;
}

.block-lime {
  background-color: #bed600;
  color: #ffffff;
}

.block-green {
  background-color: #77b800;
  color: #ffffff;
}

.block-ltgray {
  background-color: #acc0c7 !important;
  color: #ffffff;
  cursor: default;
}

.block-ltgray:hover {
  background-color: #acc0c7 !important;
  color: #ffffff;
  text-decoration: none;
}

.block-transparent {
  background-color: transparent;
  color: #005195
}

button.block-dkblue, button.block-blue {
  border-style: solid;
  border-width: 0px;
}

#nav .block-blue:hover {
  background-color: #005195;
  text-decoration: none;
}

#nav .block-dkblue:hover {
  background-color: #0086c5;
}

#nav .block-aqua:hover {
  background-color: #007770 !important;
}

#nav .block-lime:hover {
  background-color: #a2ad00;
}

.block-jump {
  background-color: #005195;
  color: #ffffff;
  width: 136px
}

.block-jump:hover {
  background-color: #005195;
}

.bodywrapper.lang-ja #searchcontainer .searchSubmit {
  background-color: #005195;
  color: #ffffff !important;
  border: 0px !important;
  margin: 0px !important;
  display: inline-block;
  *display: inline;
  padding: 2px 7px 0px 7px !important;
  font-size: 13px !important;
  line-height: 20px !important;
  vertical-align: middle;
  cursor: pointer;
  background-repeat: repeat-x;
  *border: 0;
  *zoom: 1;
  white-space: nowrap;
  font-family: 'NotoSansCJKjp-Regular';
  font-weight: 500;
  font-style: normal;
  box-shadow: none !important;
  height: auto !important;
}

.bodywrapper.lang-en #searchcontainer .searchSubmit {
  background-color: #005195;
  color: #ffffff !important;
  border: 0px !important;
  margin: 0px !important;
  display: inline-block;
  *display: inline;
  padding: 2px 7px 0px 7px !important;
  font-size: 13px !important;
  line-height: 20px !important;
  vertical-align: middle;
  cursor: pointer;
  background-repeat: repeat-x;
  *border: 0;
  *zoom: 1;
  white-space: nowrap;
  font-family: 'FrutigerNeueLTW01-CnBlk 774342', '宋体';
  font-weight: normal;
  box-shadow: none !important;
  height: auto !important;
}

.bodywrapper.lang-zh #searchcontainer .searchSubmit {
  background-color: #005195;
  color: #ffffff !important;
  border: 0px !important;
  margin: 0px !important;
  display: inline-block;
  *display: inline;
  padding: 2px 7px 0px 7px !important;
  font-size: 13px !important;
  line-height: 20px !important;
  vertical-align: middle;
  cursor: pointer;
  background-repeat: repeat-x;
  *border: 0;
  *zoom: 1;
  white-space: nowrap;
  font-family: 'FrutigerNeueLTW01-CnRg', '宋体';
  font-weight: normal;
  box-shadow: none !important;
  height: auto !important;
}

#searchcontainer .searchSubmit:hover {
  background-color: #0086c5;
}

/* `Icons/Symbols
----------------------------------------------------------------------------------------------------*/
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-top: -1px;
  line-height: 14px;
  vertical-align: middle;
  background-repeat: no-repeat;
}

.icon-dwnarrow-dkblue {
  background-image: url("../img/icons/icon_dwnarrow_dkblue.png");
}

a:hover .icon-dwnarrow-dkblue {
  background-image: url("../img/icons/icon_dwnarrow_blue.png");
}

.icon-uparrow-dkblue {
  background-image: url("../img/icons/icon_uparrow_dkblue.png");
}

a:hover .icon-uparrow-dkblue {
  background-image: url("../img/icons/icon_uparrow_blue.png");
}

.icon-dwnarrow-white {
  background-image: url("../img/icons/icon_dwnarrow_white.png");
  display: inline-block;
  margin-top: 0px;
}

.icon-uparrow-white {
  background-image: url("../img/icons/icon_uparrow_white.png");
}

.icon-fwdcarrot-white {
  background-image: url("../img/icons/icon_fwdcarrot_white.png");
  width: 10px;
}

.icon-revcarrot-white {
  background-image: url("../img/icons/icon_revcarrot_white.png");
  width: 10px;
}

.icon-revcarrot-dkblue {
  background-image: url("../img/icons/icon_revcarrot_dkblue.png");
  width: 10px;
}

a:hover .icon-revcarrot-dkblue {
  background-image: url("../img/icons/icon_revcarrot_blue.png");
  width: 10px;
}

.icon-fwdcarrot-dkblue {
  background-image: url("../img/icons/icon_fwdcarrot_dkblue.png");
  width: 10px;
}

a:hover .icon-fwdcarrot-dkblue {
  background-image: url("../img/icons/icon_fwdcarrot_blue.png");
  width: 10px;
}

.icon-fwddblchevron-gray {
  background-image: url("../img/icons/icon_fwddblchevron_gray.png");
  width: 10px;
  margin-top: 1px;
  margin-left: 1px;
}

.icon-close-white {
  background-image: url("../img/icons/icon_close_white.png");
  display: inline-block;
  width: 10px;
  margin-top: 1px
}

.icon-edit {
  background-image: url("../img/icons/icon_edit.png");
  width: 16px;
}

.icon-pdf {
  background-image: url("../img/icons/icon_pdf.png");
  width: 31px;
  height: 30px;
  vertical-align: middle;
  margin-right: 5px;
  padding-top: 4px;
}

.bodywrapper.lang-en .file-type {
  display: inline-block;
  background-color: #acc0c7;
  font-family: 'FrutigerNeueLTW01-CnBlk 774342', '宋体';
  font-weight: normal;
  font-style: normal;
  margin-right: 7px;
  margin-top: -1px;
  padding-top: 3px;
  padding-left: 1px;
  font-size: 11px;
  text-align: center;
  color: #ffffff;
  line-height: 13px;
  width: 42px;
  cursor: pointer;
  vertical-align: middle;
  letter-spacing: 1px;
  text-decoration: none;
}

.bodywrapper.lang-zh .file-type {
  display: inline-block;
  background-color: #acc0c7;
  font-family: 'FrutigerNeueLTW01-CnBlk 774342', '宋体';
  font-weight: normal;
  font-style: normal;
  margin-right: 7px;
  margin-top: -1px;
  padding-top: 3px;
  padding-left: 1px;
  font-size: 11px;
  text-align: center;
  color: #ffffff;
  line-height: 13px;
  width: 42px;
  cursor: pointer;
  vertical-align: middle;
  letter-spacing: 1px;
  text-decoration: none;
}

.bodywrapper.lang-ja .file-type {
  display: inline-block;
  background-color: #acc0c7;
  font-family: 'NotoSansCJKjp-Regular';
  font-weight: 500;
  font-style: normal;
  margin-right: 7px;
  margin-top: -1px;
  padding-top: 3px;
  padding-left: 1px;
  font-size: 11px;
  text-align: center;
  color: #ffffff;
  line-height: 13px;
  width: 42px;
  cursor: pointer;
  vertical-align: middle;
  letter-spacing: 1px;
  text-decoration: none;
}

.file-type:hover {
  text-decoration: none;
}

/* `IDs
----------------------------------------------------------------------------------------------------*/
#footer {
  margin: 10px -5px 10px -5px;
}

#footer section {
  border-top: 1px solid #005195;
  padding-top: 6px;
}

#header #searchTerm {
  width: 225px;
  vertical-align: bottom;
  float: left;
}

#header #header-lang {
  float: left;
  margin-top: -2px;
  padding-right: 5px;
}

#header #header-links {
    float: right !important;
}

#banner {
  position: relative;
  margin: 0px 5px 10px 5px
}

#regionForm select {
  min-width: 196px;
  padding-top: 1px;
}

#formSubmitResults {
  color: red;
}

select#languageSwitcher {
  padding-bottom: 0px;
  padding-top: 0px;
}

/* `Misc
----------------------------------------------------------------------------------------------------*/
.breadcrumb {
  margin: 6px 0;
  margin-left: -5px;
  font-size: 11px;
  color: #005195;
}

.breadcrumb a {
  color: #005195;
  padding: 0 2px;
}

.cornernav {
  line-height: 1.2em;
}

.bodywrapper.lang-en .cornernav a {
  color: #005195;
  font-family: 'FrutigerNeueLTW01-CnBlk 774342', '宋体';
  font-style: normal;
}

.bodywrapper.lang-zh .cornernav a {
  color: #005195;
  font-family: 'FrutigerNeueLTW01-CnBlk 774342', '宋体';
  font-style: normal;
}

.bodywrapper.lang-ja .cornernav a {
  color: #005195;
  font-family: 'NotoSansCJKjp-Regular';
  font-weight: 500;
  font-style: normal;
}

.cornernav a:hover {
  text-decoration: none;
}

.cornernav hr {
  border-color: #51626f;
  margin: 3px 0;
  padding: 0px;
  font-size: 1px;
  overflow: hidden;;
  height: 1px;
}

.footernav li, #header-links li, #header-lang li {
  border-right: 1px solid #51626f;
  padding-right: 10px !important;
}

.footernav li:last-child, #header-links li:last-child, #header-lang li:last-child {
  border-right: 0px;
  padding-right: 0px !important;
}

.lines {
  position: relative;
  z-index: -1;
}

.lines .alpha {
  float: left;
  width: 40%;
  height: 2px;
  margin-top: -2px;
}

.lines .omega {
  float: right;
  width: 60%;
  height: 2px;
  margin-top: -2px;
}

.modal {
  border: 1px solid #333333;
  padding: 1px;
  -webkit-box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.2);
}

.bodywrapper.lang-en .modal header {
  margin-top: 0px;
  padding: 7px 10px 5px 10px;
  color: #ffffff;
  font-family: 'FrutigerNeueLTW01-CnBlk 774342', '宋体';
  font-style: normal;
}

.bodywrapper.lang-zh .modal header {
  margin-top: 0px;
  padding: 7px 10px 5px 10px;
  color: #ffffff;
  font-family: 'FrutigerNeueLTW01-CnBlk 774342', '宋体';

  font-style: normal;
}

.bodywrapper.lang-ja .modal header {
  margin-top: 0px;
  padding: 7px 10px 5px 10px;
  color: #ffffff;
  font-family: 'NotoSansCJKjp-Regular';
  font-weight: 500;
  font-style: normal;
}

.video-player-container-hidden {
  display: none;
}

.error {
  color: #e24912;
}

.videoThumbnail {
  width: 135px;
}

.videoStill {
  width: 490px;
}

ul#nav > li > label > a {
  cursor: default !important;
}

/* `Search
----------------------------------------------------------------------------------------------------*/
div#searchcontainer form {
  margin: 0px;
}

div#searchcontainer input {
  border: 1px solid rgb(81, 98, 111);
  color: rgb(81, 98, 111);
  height: 20px;
  padding: 0px 0px 0px 5px;
  box-shadow: 0px 0px 4px rgb(172, 192, 199) inset;
  border-radius: 0px;
  margin-bottom: 0px;
  line-height: 14px;
  font-size: 11px
}

/* `Testing
----------------------------------------------------------------------------------------------------*/
[class^="grid_"], [class*=" grid_"] {
  border: 0px solid #000000
}

/* `Jobs
----------------------------------------------------------------------------------------------------*/
.bodywrapper div.jobVicor ul {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 15px;
}

/* `Landing Page Components
----------------------------------------------------------------------------------------------------*/
[class*="listSeperator-"] {
  padding-left: 15px;
  padding-right: 15px;
  height: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
  border-top: 1px solid;
}

.listSeperator-lime {
  border-color: #bed600;
}

.listSeperator-aqua {
  border-color: #00a29b;
}

.listSeperator-dkblue {
  border-color: #005195;
}

.listSeperator-green {
  border-color: #77b800;
}

.listSeperator-blue {
  border-color: #0086c5;
}

.listSeperator-blue-blue {
  border-color: #0086c5;
}

.listSeperator-green-green {
  border-color: #77b800;
}

.listItem {
  margin-top: 10px;
  width: 100%;
}

.listItemParagraph {
  float: left;
  margin-top: 10px
}

.listItemLink {
  float: right;
  margin-right: 10px;
  margin-top: 6px;
}

.listItemImage {
  float: right;
  margin-right: 10px;
}

.centerText {
  text-align: center;
}

.actionTxtBlue {
  font-family: Arial;
  font-size: 14px;
  color: #005195;
  font-weight: bold;
}

a.promo {
  font-family: arial;
  font-size: 15px;
  font-weight: bold;
}

a.promo.smaller_blue {
  font-family: arial;
  font-size: 12px;
  font-weight: normal;
}

a.promo:visited {
  color: #005195;
  text-decoration: none;
}

a.promo:link {
  color: #005195;
  text-decoration: none;
}

.headlineBlue {
  font-family: Arial;
  font-size: 23px;
  color: #005195;
  font-weight: bold;
}

.subheadBlack {
  font-family: Arial;
  font-size: 18px;
  color: #000000;
  font-weight: normal;
}

.bulletTxtHeadingGray {
  font-family: Arial;
  font-size: 14px;
  color: #51626f;
  font-weight: bold;
  line-height: 17px;
}

.bulletTxt {
  font-family: Arial;
  font-size: 14px;
  color: #51626f;
  font-weight: normal;
  line-height: 17px;
}

.bulletTxtHeadingBlack {
  font-family: arial;
  font-size: 14px;
  color: #000000;
  font-weight: bold;
}

.bulletTxtHeadingBlue {
  font-family: arial;
  font-size: 14px;
  color: #005195;
  font-weight: bold;
}

.bulletTxtHeadingAqua {
  font-family: arial;
  font-size: 14px;
  color: #00a29b;
  font-weight: bold;
}

.bulletTxtHeadingLime {
  font-family: arial;
  font-size: 14px;
  color: #77b800;
  font-weight: bold;
}

.routingHeader {
  font-size: 16px;
  color: #000000;
  font-weight: bold;
  float: left;
}

.routingLink {
  float: right;

}

#callMeBackForm label {
  display: inline;
  float: left;
  margin-right: 4px;
  margin-bottom: 6px;
  vertical-align: top;
}

div.landing-page-wrapper h1 {
  font-family: arial;
  font-weight: bold;
  font-size: 23px;
  margin: 0px;
}

div.landing-page-wrapper h2 {
  font-family: arial;
  font-weight: normal;
  font-size: 18px;
  margin: 0px;
}

div.landing-page-wrapper h3 {
  font-family: arial;
  font-weight: bold;
  font-size: 14px;
  color: #005195;
  line-height: 17px;
  margin: 0px;
}

div.landing-page-wrapper form {
  margin-left: 10px;
}

div.landing-page-wrapper form label {
  font-family: Arial;
  font-size: 12px;
  color: #51626f;
  font-weight: bold;
  padding: 0px 0px 5px 0px;
  margin: 0px 10px 0px 0px;
}

div.landing-page-wrapper.lang-ru form label {
  font-size: 14px;
}

div.landing-page-wrapper input, select, textarea {
  font-family: Arial;
  font-size: 12px;
  color: #333333;
  border: 1px solid #acacac;
  padding-left: 4px;
  height: 24px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

div.landing-page-wrapper input[type=checkbox] {
  height: auto;
}

div.landing-page-wrapper .req {
  font-family: Arial;
  font-size: 13px;
  color: #77b800;
}

div.landing-page-wrapper.lang-ru .req {
  font-family: Arial;
  font-size: 15px;
  color: #00a29b;
}

div.landing-page-wrapper form a.btn-submit {
  margin-top: 20px;
  padding: 1px 4px 1px 4px;
}

div.landing-page-wrapper h3.bulletHeading {
  padding-top: 8px;
  padding-bottom: 10px;
}

div.landing-page-wrapper div.custom-form-checklist-field ul {
  margin-top: 10px;
}

.bodywrapper.lang-en div.product-page h2.section-name {
  font-size: 13px;
  margin: 6px 0;
  font-family: 'FrutigerNeueLTW01-CnBlk 774342', '宋体';
  font-weight: normal;
}

.bodywrapper.lang-zh div.product-page h2.section-name {
  font-size: 13px;
  margin: 6px 0;
  font-family: 'FrutigerNeueLTW01-CnBlk 774342', '宋体';
  font-style: normal;
}

.bodywrapper.lang-ja div.product-page h2.section-name {
  font-size: 13px;
  margin: 6px 0;
  font-family: 'NotoSansCJKjp-Regular';
  font-weight: 500;
  font-style: normal;
}

a.product-link {
  color: #0086c5;
}

a.product-link:hover {
  color: #005195;
}

div.grid_3.thin.no-right-margin {
  margin-right: 0px;
}

div.grid_3.thin.contact-us-input-border {
  padding-left: 25px;
  border-left: 1px solid;
  height: 173px;
}

div.routingHeader label {
  margin-left: 0px;
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 4px;
  display: inline;
}

div.push-down-extra {
  margin-top: 35px;
}

img#tooltip {
  margin-left: 4px;
}

/* jQuery-ui css for tooltip */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-clearfix {
  min-height: 0; /* support: IE7 */
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaaaaa;
  box-shadow: 0 0 5px #aaaaaa;
}

body .ui-tooltip {
  border-width: 2px;
  background-color: #d9f1f0;
  border-color: #00a29b;
}

.ui-widget-content {
  border: 1px solid #aaaaaa;
  background: #ffffff;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  /* support: IE10, see #8844 */
  /*list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");*/
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px .4em;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  background: #d9edf6;
}

.collapse {
  background: url("../img/icons/Expand-Collapse_Open.jpg") no-repeat;
  padding-left: 15px;
}

.collapse.collapsed {
  background: url("../img/icons/icon_rhtarrow_dkblue.png") no-repeat;
}

.grid_9.take_12 {
  margin-right: 230px !important;
}

.bodywrapper.lang-en .read-more {
  font-family: 'FrutigerNeueLTW01-CnRg', 'NotoSansCJKjp-Regular';
  font-style: normal;
  font-size: 13px;
}

.bodywrapper.lang-zh .read-more {
  font-family: 'FrutigerNeueLTW01-CnRg', 'NotoSansCJKjp-Regular';
  font-style: normal;
  font-size: 13px;
}

.bodywrapper.lang-ja .read-more {
  font-family: 'FrutigerNeueLTW01-CnRg', 'NotoSansCJKjp-Regular';
  font-style: normal;
  font-size: 13px;
}

table.dataTable thead th.filter-th {
  padding: 8px 0px 20px 0px;
  font-family: 'FrutigerNeueLTW01-CnRg', 'NotoSansCJKjp-Regular';
  font-style: normal;
}

table.dataTable thead th.dkgray {
  color: #51626f;
}

table.dataTable thead th, table.dataTable thead td {
  border-bottom: none;
  padding: 8px 0px;
}

/*table.dataTable thead th.sorting, table.dataTable thead td {*/
  /*border-top: 1px solid #acc0c7;*/
  /*padding: 8px 0px;*/
/*}*/

table.dataTable tbody th, table.dataTable tbody td {
  padding: 8px 0px;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
  padding-bottom: 10px;
  border-bottom: 1px solid #acc0c7;
}

.chosen-container {
  margin-top: 10px;
}

.chosen-container-multi .chosen-choices { 
	width: 94% !important;
}

div.dataTables_scrollHead {
	overflow: initial !important;
}

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
  background: none !important;
  border-top: 1px solid #acc0c7;
  padding: 8px 0px 20px 0px;
}

table.dataTable thead .sorting_asc span:after,
table.dataTable thead .sorting_desc span:after,
table.dataTable thead .sorting span:after,
table.dataTable thead .sorting_desc_disabled span:after {
  position:relative;
  top:5px;
  left:10px;
}

table.dataTable thead .sorting_asc span:after {
  content:url(../img/sort_asc.png);
}

table.dataTable thead .sorting_desc span:after {
  content:url(../img/sort_desc.png);
}

table.dataTable thead .sorting span:after,
table.dataTable thead .sorting_desc_disabled span:after {
  content:url(../img/sort_both.png);
}


div.product-ordering-information {
	display: inline;
	float: left;
}

ul.product-info-list {
	margin: 6px 0;
}

ul.product-info-list li {
	width: 115px;
	margin-right:15px;
}

ul.product-info-list li div.label {
	color: #000;
	padding-bottom: 4px;
}


ul.product-info-list li.wide {
	width: 140px;
	float: left;
}

ul.product-info-list li.block {
	float: none;
	margin-bottom: 6px;
}

div.product-supplier-area {
	margin-top: 60px;
}

div.product-supplier-area ul {
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
}

div.product-supplier-area ul li {
	margin-right: 47px;
}

div.product-chart-left {
	display:inline;
	float: left;
}

div.product-chart-right {
	float: right;
}

div.product-chart-right div.overlay {
	position: absolute;
	width: 440px;
	height: 140px;
}

div.quantity-area {
	display:inline;
	float:left;
	width:55px;
}

div.quantity-area input {
	height: 17px;
}

div.price-area {
	display:inline;
	float:left;
	text-align: right;
	padding-left: 30px;
	width: 45px;
}

.bodywrapper.lang-en div.price-area span.price {
	color: #77b800;
  font-family: 'FrutigerNeueLTW01-CnBlk 774342', '宋体';
  font-style: normal;
}

.bodywrapper.lang-zh div.price-area span.price {
	color: #77b800;
  font-family: 'FrutigerNeueLTW01-CnBlk 774342', '宋体';
  font-style: normal;
}

.bodywrapper.lang-ja div.price-area span.price {
	color: #77b800;
  font-family: 'NotoSansCJKjp-Regular';
  font-weight: 500;
  font-style: normal;
}

div.price-area h6, div.product-name-area h6 {
	margin-bottom:11px !important;
}


div.product-name-area {
	display:inline;
	float:left;
	padding-left: 35px;
}

div.add-to-cart-button {
	display:inline;
	float:right;
	padding-top: 23px;
}

span.login-link {
	position: absolute;
	left: 215px;
	top: 45px;
}

table.dataTable thead th.filter-th {
	padding: 8px 10px;
}

div.dataTables_scrollHead {
	overflow: visible !important;
}
