﻿div,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
p,
th,
td {
  margin: 0;
  padding: 0;
}
img,
body,
html {
  border: 0 none;
}
html,
body {
  height: 95%;
}
html {
	margin-left: calc(100vw - 100%);
	margin-right: 0;
}
.header-form {
  display: flex;
  flex: 1;
}
.main_window {
  padding: 0 10px 10px 10px;
  border: solid #ccc 1px;
  border-radius: 0 0 8px 8px;
  margin: 0 0 0 6px;
  background: #f5f9f9;
  font-size: 14px;
}
.main_window_instruction {
  padding: 10px 0;
}
.breadcrumbs {
  padding: 6px 0 6px 5px;
  height: 18px;
  background: none repeat scroll 0 0 #ffffff;
}
.category-menu {
  width: 240px;
  border-left: 1px solid #c7c7c7;
  border-right: 1px solid #c7c7c7;
  /* padding-top: 10px; */
  /* padding-bottom: 10px; */
  border-bottom: 1px solid #c7c7c7;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.form-textbox {
  background-color: #fff;
  border-radius: 2px;
  border: 1px solid #c7c7c7;
  box-shadow: inset 0 1px 2px #eee;
  box-sizing: border-box;
  color: #555;
  font-size: 14px;
  height: 24px;
  width: 275px;
  padding: 2px 4px;
  transition: border ease-in 0.05s, box-shadow ease-in 0.05s;
}
.header {
  background: #f0f0f0;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  border-bottom: 1px solid #c7c7c7;
}

.header-left,
.header-center,
.header-right {
  display: flex;
  flex-flow: row;
  padding-left: 10px;
  place-items: center;
  position: relative;
  min-width: min-content;
  height: 36px;
}

@media (max-width: 1200px) {
  .header-left {
    order: 1;
    flex: 1 0 auto;
  }

  .header-right {
    order: 2;
  }

  .header-center {
    order: 3;
    flex: 1 0 auto;
    place-content: center;
    border-top: 1px solid #c7c7c7;
  }
}

.header-right {
  margin-left: auto;
  place-content: flex-end;
}

.header-right .header-link {
  border-right: none;
  width: 140px;
  place-content: center;
  place-items: center;
}

.header-right .header-link:last-of-type {
  border-right: none;
}

.header-link {
  border-left: 1px solid #c7c7c7;
  color: #555;
  display: flex;
  font-size: 13px;
  font-weight: 600;
  height: inherit;
  position: relative;
}

.header-link:last-of-type {
  border-right: 1px solid #c7c7c7;
}

.header-link:hover {
  color: #555;
  background: #ccdbf3;
}

.header-link > a {
  color: #555;
  display: flex;
  height: inherit;
  padding-left: 10px;
  padding-right: 10px;
  place-content: center;
  place-items: center;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap;
  width: 100%;
}

.header-link:hover > .header-menu,
.menu-link:hover > .header-menu {
  display: flex;
}

.header-menu {
  display: none;
  position: absolute;
  left: -1px;
  top: 100%;
  flex-flow: column;
  background: #fcfcfc;
  z-index: 100;
  border: 1px solid #c7c7c7;
  width: 140px;
}

.menu-left {
  top: -1px;
  left: -100%;
  right: 100%;
}
.menu-right {
  left: 100%;
  top: -1px;
}
.menu-link {
  display: flex;
  place-items: center;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  position: relative;
}
.menu-link:hover {
  border-top: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
  background: #ccdbf3;
}
.menu-link:first-of-type {
  border-top: none;
}
.menu-link:first-of-type:hover {
  border-top: none;
}
.menu-link:last-of-type {
  border-bottom: none;
}
.menu-link:last-of-type:hover {
  border-bottom: none;
}
.menu-link > a {
  color: #555;
  cursor: pointer;
  font-size: 12px;
  font-weight: 500;
  height: inherit;
  padding: 5px 20px;
  text-decoration: none;
  white-space: nowrap;
  flex: 1;
}
.caret-icon {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}
.input_search {
  background-color: #fff;
  border-radius: 2px;
  border: 1px solid #c7c7c7;
  box-shadow: inset 0 1px 2px #eee;
  box-sizing: border-box;
  color: #555;
  font-size: 14px;
  height: 24px;
  width: 275px;
  padding: 2px 4px;
  transition: border ease-in 0.05s, box-shadow ease-in 0.05s;
}
.input_search:focus,
.input_search:active {
  border: 1px solid #1c62b9;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
  transition: border ease-out 0.05s, box-shadow ease-out 0.05s;
}
@media (max-width: 750px) {
  .input_search {
    width: 100%;
    max-width: 275px;
    flex: 1 1 100%;
  }
}
.button_search {
  background-color: #f2f2f2;
  border-radius: 4px;
  border: 1px solid #aaa;
  color: #555;
  font-weight: 600;
  height: 24px;
  margin-left: 4px;
  margin-right: 4px;
  padding: 2px 8px;
  cursor: pointer;
}
.button_search:hover,
.button_search:focus {
  background: #ccdbf3;
  border: 1px solid #c6c6c6;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  outline: 0;
  transition: border ease-in 0.05s, box-shadow ease-in 0.05s;
}
.button_search:active {
  border: 1px solid #1c62b9;
  outline: 0;
  transition: border ease-out 0.05s, box-shadow ease-out 0.05s;
  background: #ccdbf3;
}
.standard_body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  background: none no-repeat fixed center center #fafafa;
  margin-left: auto;
  margin-right: auto;
  max-width: 1500px;
  padding-top: 0;
  overflow-y: scroll;
}
.version {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #ffffff;
  display: block;
  float: right;
  padding: 25px 5px 0 0;
}
.title {
  font-family: Arial, Helvetica, sans-serif;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  padding-left: 54px;
}
.title_admin {
  font-family: Arial, Helvetica, sans-serif;
  color: #ffffff;
  font-size: 22px;
  font-weight: bold;
  line-height: 26px;
}

.leftcol {
  padding-left: 4px;
  text-align: left;
  vertical-align: top;
  width: 250px;
  box-sizing: border-box;
}
/* ***************************************************  Start Left Catagory Menu  *********************************************** */
.category-menu a {
  cursor: pointer;
}
.MainMenu {
  /* margin-left: 16px;
  margin-right: 20px;
  border-bottom: 1px solid #c7c7c7;
  border-top: 1px solid #c7c7c7;
  line-height: 20px;
  display: block;
  text-decoration: none;
  color: #074687;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: normal; */

  border-top: 1px solid #c7c7c7;
  display: block;
  text-decoration: none;
  color: #0053a8;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 15px;
  padding-left: 12px;
  line-height: 22px;
  font-weight: 500;
}
.MainMenu:first-of-type {
  border-bottom: none;
}
.SelMenu {
  /* margin-left: 8px;
  margin-right: 20px;
  padding-left: 8px;
  line-height: 20px;
  display: block;
  text-decoration: underline;
  color: #074687;
  font-family: Arial, Helvetica, sans-serif;
  font-style: italic;
  font-weight: normal;
  font-size: 14px;
  background: url("../images/right_arrow_blue3.png") no-repeat scroll left center transparent; */
  border-top: 1px solid #c7c7c7;
  background: url("../images/right_arrow_blue3.png") no-repeat scroll left center transparent;
  background-position-x: 5px;
  background-position-y: center;
  display: block;
  text-decoration: none;
  color: #0053a8;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 15px;
  padding-left: 12px;
  line-height: 22px;
  font-weight: 500;
  font-style: italic;
  text-decoration: underline;
}

.SubMenu {
  /* display: block;
  padding-top: 0px;
  padding-left: 0px;
  color: #074687;
  text-decoration: none;
  margin-left: 22px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal; */

  display: block;
  text-decoration: none;
  color: #0053a8;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 15px;
  padding-left: 24px;
  line-height: 18px;
  font-weight: 500;
}

/* .category-menu > .ShowSubMenu > a:last-of-type {
  border-bottom: 1px solid #c7c7c7;
} */
.SelSubMenu {
  /* display: block;
  padding-left: 8px;
  color: #074687;
  text-decoration: underline;
  margin-left: 14px;
  font-family: Arial, Helvetica, sans-serif;
  font-style: italic;
  font-weight: normal;
  font-size: 14px;
  background: url("../images/right_arrow_blue3.png") no-repeat scroll left center transparent; */

  background: url("../images/right_arrow_blue3.png") no-repeat scroll left center transparent;
  background-position-x: left;
  background-position-y: center;
  display: block;
  text-decoration: none;
  color: #0053a8;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  padding-left: 24px;
  line-height: 18px;
  font-weight: 500;
  font-style: italic;
  background-position: 16px;
  text-decoration: underline;
}
.MainMenu:hover,
.SelMenu:hover,
.SubMenu:hover,
.SubMenu:hover,
.SelSubMenu:hover {
  background-color: #e3f0f7;
  /* text-decoration: underline; */
}
.SubMenu2 {
  /* display: block;
  padding-top: 0px;
  padding-left: 0px;
  text-decoration: none;
  color: #074687;
  margin-left: 30px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal; */
  display: block;
  text-decoration: none;
  color: #0053a8;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 14px;
  padding-left: 36px;
  line-height: 18px;
  font-weight: 500;
}
.SelSubMenu2 {
  /* display: block;
  padding-top: 0px;
  padding-left: 8px;
  text-decoration: underline;
  color: #074687;
  margin-left: 22px;
  font-family: Arial, Helvetica, sans-serif;
  font-style: italic;
  font-weight: normal;
  font-size: 14px;
  background: url("style/right_arrow.png") no-repeat scroll left center transparent; */
  background: url("style/right_arrow.png") no-repeat scroll left center transparent;
  background-position-x: 28px;
  background-position-y: center;
  display: block;
  text-decoration: none;
  color: #0053a8;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  padding-left: 36px;
  font-style: italic;
  text-decoration: underline;
}
.SubMenu2:hover,
.SelSubMenu2:hover {
  background-color: #e3f0f7;
  /* text-decoration: underline; */
}
.HideSubMenu {
  display: none;
}
.ShowSubMenu {
  display: block;
}
/* ***************************************************  Stop Left Catagory Menu  *********************************************** */

#light_blue {
  background: #e4eff5;
}
.info_header {
  font-family: Arial,Helvetica,sans-serif;
  font-weight: bold;
  font-size: 14px;
  margin: 0px;
  color: #074687;
  margin-bottom: 8px !important;
  text-transform: uppercase;
}
.info_text {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  max-width: 720px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  margin-bottom: 20px !important;
  color: black;
}
.info_text a {
  color: #0053a8;
}
.info_text2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: small;
  margin: 0 0 0 0px;
}
.info_list {
  list-style: disc;
  margin-bottom: 20px !important;
}

.info_list li {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  max-width: 720px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  margin-bottom: 4px !important;
  color: #333;
}
/*
#nav ul a {
  font-size: 12px;
  font-weight: normal;
  padding-left: 15px;
  padding-right: 20px;
  line-height: 1.2em;
  margin: 0px;
}
#nav,
#nav ul {
  float: left;
  list-style: none;
  line-height: 24px;
  background-color: #f0f0f0;
  font-weight: bold;
  padding: 0 5px 0 0;
  font-size: 11px;
  height: 32px;
  z-index: 1000;
}
#nav ul {
  background-color: #fcfcfc;
}
#nav ul ul {
  background-color: #fcfcfc;
}
#nav a {
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  color: #333333;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  padding: 0.35em 0.9em;
}
#nav a.daddy {
  background: url("../images/rightarrow4.png") no-repeat center right;
}
#nav li {
  float: left;
  padding: 0;
  border-right: 1px solid silver;
}
#nav li ul a {
  padding: 6px 20px 5px 20px;
  margin: 0;
  line-height: 14px;
}
#nav li ul {
  position: absolute;
  left: -999em;
  height: auto;
  width: 150px;
  font-weight: normal;
  border: 1px solid #cccccc;
  margin: 0;
  margin-left: -1px;
}
#nav li li {
  padding-right: 5px;
  width: 150px;
  border-right: 0px;
}
#nav li ul ul {
  margin: -26px 0 0 155px;
  background-color: #fcfcfc;
}
#nav li:hover ul ul,
#nav li:hover ul ul ul,
#nav li.sfhover ul ul,
#nav li.sfhover ul ul ul {
  left: -999em;
}
#nav li:hover ul,
#nav li li:hover ul,
#nav li li li:hover ul,
#nav li.sfhover ul,
#nav li li.sfhover ul,
#nav li li li.sfhover ul {
  left: auto;
}
#nav li:hover,
#nav li.sfhover {
  background-color: #e7eddf;
  margin-right: 0;
}
#nav li li:hover,
#nav li li.sfhover {
  background-color: #e7eddf;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  margin-right: 0;
  margin-left: 0;
  margin-top: -1px;
  margin-bottom: -1px;
}
*/
.rc_brc {
  height: 6px;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.rc_blc {
  height: 6px;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.rc_bb {
  height: 6px;
  margin: 0;
  overflow: hidden;
  padding: 0;
}

.rc_blockbkg {
  /*	background-color: black; */
  background-color: rgba(0, 0, 0, 0.35);
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  color: white;
}
.rc_cont {
  background-color: white;
  color: black;
  border: 0px solid gray;
  padding: 0px;
  display: block;
  position: absolute;
  top: 60px;
  left: 25%;
  width: 400px;
}
.rc_closebtn {
  z-index: 10000;
  position: relative;
  width: 20px;
  height: 20px;
  padding: 0px;
  margin: 0px;
  float: right;
  top: 0;
  background-image: url("style/x_button.png");
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}
.rc_closebtn:hover {
  cursor: pointer;
  background-image: url("style/x_button_hover.png");
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}
.rc_popup {
  padding: 0;
  text-align: left;
  vertical-align: top;
  width: 400px;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 16px;
}
.rc_auto-style5 {
  border-left: 3px solid #4772bc;
  border-right: 3px solid #4772bc;
  padding-top: 0px;
}
.rc_TextInput {
  clear: both;
  margin-bottom: 8px;
  margin: 0;
  padding: 0;
  font-size: 1em;
  line-height: 1.2em;
  border-collapse: collapse;
  border-spacing: 0;
  color: #3a3a3a;
  font-family: Arial, Helvetica, sans-serif;
}
.rc_TextInput .rc_Label {
  display: block;
  font-family: arial;
  font-weight: bold;
  margin-bottom: 2px;
  margin-top: 6px;
  margin-left: 17px;
}
.rc_TextInput .rc_Text,
.rc_TextInput .rn_Password,
.rc_TextInput .rn_TextArea {
/*  width: 80%;
*/  margin-left: 17px;
  width: 347px;
  height: 20px;
}
.rc_message {
  width: 357px;
  overflow: hidden;
  resize: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  height: 100px;
  margin-left: 17px;
}
.rc_center_div {
  text-align: center;
}
.rc_submit {
  margin-top: 3px;
  background-color: #f2f2f2;
  border-radius: 4px;
  border: 1px solid #aaa;
  color: #555;
  font-weight: 600;
  padding: 6px 12px;
  cursor: pointer;
  font-size: 12px;
}
.rc_submit:hover {
  cursor: pointer;
}
.rc_main_window {
  background: none repeat scroll 0 0 white;
  border: 3px solid #2780cb;
  border-radius: 0 0 8px 8px;
  padding-top: 0px;
}
#border-top.h_green {
  background: url("style/j_header_middle_blue.png") repeat-x scroll 0 0 transparent;
}
#border-top.h_green div {
  background: url("style/j_header_right_blue.png") no-repeat scroll 100% 0 transparent;
}
#border-top.h_green div div {
  background: url("style/j_header_left_blue.png") no-repeat scroll 0 0 transparent;
  height: 49px;
  cursor: pointer;
}
#content-box {
  border-left: 1px solid #c7c7c7;
  border-right: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
  background: white none repeat scroll 0 0;
  border-radius: 0 0 10px 10px;
  padding-bottom: 10px;
}
#content-box .padding {
  padding: 10px 10px 0;
}
#header-box {
  background: none repeat scroll 0 0 #f0f0f0;
  border-bottom: 1px solid #c7c7c7;
  height: 32px;
}
#module-status {
  float: right;
}
#module-status span {
  display: block;
  float: left;
  font-size: 11px;
  font-weight: bold;
  line-height: 16px;
  margin-bottom: 5px;
  padding: 8px 18px 0 22px;
}
.clr {
  clear: both;
  height: 0;
  overflow: hidden;
}
h2 {
  margin-bottom: 10px;
}
#wrapper {
  width: 720px;
  margin: 40px auto 0;
}
#wrapper h1 {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}
#wrapper a {
  display: block;
  font-size: 1.2em;
  padding-top: 20px;
  color: #fff;
  text-decoration: none;
  text-align: center;
}
#tabs {
  height: 29px;
  overflow: visible;
  position: relative;
  margin-left: 6px;
}
#tabs > ul {
  font: 1em;
  list-style: none;
}
#tabs > ul > li {
  margin: 0 2px 0 0;
  padding: 7px 10px;
  display: block;
  float: left;
  color: black;
  margin-right: 5px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  background: #eeeeee;
  position: relative;
  z-index: 0;
}
#tabs > ul > li:hover {
  background: #c7c7c7;
  cursor: pointer;
  color: #333;
}
#tabs > ul > li.tabActiveHeader {
  background: none repeat scroll 0 0 white;
  border-color: black black white;
  border-style: solid;
  border-width: 1px;
  font-weight: bold;
  overflow: visible;
  position: relative;
  z-index: 3;
  cursor: pointer;
  color: black;
}
#tabscontent {
  padding: 10px 10px 25px;
  border: 1px #b7b7b7 solid;
  color: #333;
  background: white;
  color: #000000;
  overflow: visible;
  position: relative;
  z-index: 1;
}
.titles1 {
  height: 17px;
  width: 88px;
  vertical-align: top;
  text-align: left;
  background-color: #eeeeee;
  border-top: 1px solid #c7c7c7;
}
.text1 {
  height: 17px;
  vertical-align: top;
  text-align: left;
  border-top: 1px solid #c7c7c7;
}
.titles2 {
  margin-left: 5px;
  margin-top: 2px;
  margin-bottom: 2px;
  font-family: Arial, Helvetica, sans-serif;
  color: #000000;
  font-size: 12px;
  font-weight: 700;
}
.text2 {
  margin-left: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  font-family: Arial, Helvetica, sans-serif;
  color: #000000;
  font-size: 12px;
  font-weight: normal;
}
.para1 {
  margin-left: 4px;
  margin-top: 12px;
  margin-bottom: 2px;
  font-family: Arial, Helvetica, sans-serif;
  color: #084f98;
  font-size: 12px;
  font-weight: 700;
}
#prod_image {
  border-top-style: none;
  text-align: left;
  vertical-align: middle;
}
#prod_image img {
  border: 1px solid white;
  width: 250px;
  margin: 6px 8px 0 2px;
}
.icon1 {
  padding: 3px 0px;
  text-align: center;
  vertical-align: bottom;
  width: 10%;
  border: 1px solid white;
  cursor: pointer;
}
.icon1:hover {
  border-top: 1px solid #f0f0f0;
  border-left: 1px solid #f0f0f0;
  border-bottom: 1px solid #999999;
  border-right: 1px solid #999999;
  cursor: pointer;
}
.price_table {
  border-width: 0px;
  border-collapse: collapse;
  width: 98%;
}
.price_tbl_td1 {
  text-align: left;
  background-color: #eeeeee;
  width: 170px;
}

.price_tbl_td2 {
  text-align: right;
  background-color: #eeeeee;
}
.price_tbl_p1 {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 6px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
}
.price_tbl_p2 {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
}
.prices_td1 {
  text-align: left;
  width: 180px;
  height: 18px;
}
.prices_td2 {
  text-align: right;
}
.prices_p1 {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 6px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}
.prices_p2 {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}
.prices_lth_p1 {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 6px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-decoration: line-through;
}
.prices_lth_p2 {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-decoration: line-through;
}

.prices_sp1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  margin: 0 12px 0 6px;
  color: #ce3520;
  /* animation: blink-animation 2s steps(10, start) infinite;
  -webkit-animation: blink-animation 2s steps(10, start) infinite;
  color:#ce3520; */
}
@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}

/*
#prices_sp1
{
	color:red;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	margin: 0 12px 0 6px;
}
*/
.prices_sp2 {
  color: #ce3520;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  margin-bottom: 0;
  margin-right: 12px;
  margin-top: 0;
}
.price_table tr:nth-child(2) td {
  /* text-decoration:line-through; */
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

.product_top_bar {
  color: #ffffff;
  float: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  line-height: 30px;
  margin-left: 14px;
  vertical-align: middle;
  width: 60%;
}
.box a:link {
  color: #000000;
  font-weight: normal;
}
a.pathway:link,
a.pathway:visited {
  font-size: 12px;
  font-weight: bold;
  padding-left: 0;
  text-decoration: underline;
  color: #2867a8;
}
a.MainMenu:link,
a.MainMenu:visited {
  /*  background-color: #f5f5f5;
*/
}
a.MainMenu:hover {
  background-color: #e3f0f7;
}
.pathway {
  color: #333333;
  font-size: 12px;
  padding-left: 5px;
  font-family: Arial, Helvetica, sans-serif;
}
/* ***************************************************   FROM TEMPLATE.CSS   ************************************************ */
#centertb {
  background: #ffffff;
  width: 100%;
  vertical-align: top;
  text-align: left;
}
#contenttb {
  padding: 0px 2px;
  width: 100%;
  vertical-align: top;
}
.centertb {
  background: #ffffff;
  width: 100%;
  vertical-align: top;
  text-align: left;
}
.contenttb {
  padding: 0px 2px;
  width: 100%;
  vertical-align: top;
}
.righttb {
  width: 100%;
  border-collapse: collapse;
  border: 0px;
}
.righttr {
  width: 100%;
}
.table-top-bar {
  background: url(../images/top_browse_bar.png) repeat-x scroll 0 0;
  border-bottom: 3px solid #999;
  border-radius: 6px 6px 0 0;
  margin-left: 6px;
  height: 30px;
  color: white;
  font-size: 16px;
  line-height: 31px;
  font-weight: bold;
  padding-left: 15px;
}
.foot {
  height: 40px;
  /*  background       : url(/images/bizcity/footer.jpg) repeat-x top left;
  border           : 1px solid #ffffff;
  border-top       : none; */
}
.footer_left {
  float: left;
  font-size: 12px;
  font-weight: normal;
}
.footer_left p {
  padding-top: 7px;
  padding-left: 10px;
  margin-top: 0;
  color: #333333;
  font-family: Arial, Helvetica, sans-serif;
}
.footer_right {
  width: 410px;
  float: right;
  font-size: 12px;
  font-weight: normal;
  text-align: right;
}
.footer_right p {
  padding-right: 20px;
  padding-top: 7px;
  margin-top: 0;
  color: #333333;
  font-family: Arial, Helvetica, sans-serif;
}
#righttb {
  /* width="100%" cellspacing="0" cellpadding="0" border="0" */
  width: 100%;
  border-collapse: collapse; /* 'cellspacing' equivalent */
  border: 0px;
}
/* ***************************************************   FROM THEME.CSS   ************************************************ */
.b1,
.b2,
.b3,
.b4,
.b2a,
.b2b,
.b2c,
.b2d,
.b2e {
  font-size: 1px;
  overflow: hidden;
  display: block;
}
.b1 {
  height: 1px;
  background: #cccccc;
  margin: 0 10px;
}
.b2e {
  height: 1px;
  background: #ffffff;
  border-right: 2px solid #cccccc;
  border-left: 2px solid #cccccc;
  margin: 0 8px;
}
.b2d {
  height: 1px;
  background: #ffffff;
  border-right: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  margin: 0 7px;
}
.b2c {
  height: 1px;
  background: #ffffff;
  border-right: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  margin: 0 6px;
}
.b2b {
  height: 1px;
  background: #ffffff;
  border-right: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  margin: 0 5px;
}
.b2a {
  height: 1px;
  background: #ffffff;
  border-right: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  margin: 0 4px;
}
.b2 {
  height: 1px;
  background: #ffffff;
  border-right: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  margin: 0 3px;
}
.b3 {
  height: 1px;
  background: #ffffff;
  border-right: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  margin: 0 2px;
}
.b4 {
  height: 2px;
  background: #ffffff;
  border-right: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  margin: 0 1px;
}

div.t,
div.b {
  background: url("style/j_border.png") repeat-x scroll 0 100% #f5f5f5;
  height: 6px;
  margin: 0;
  overflow: hidden;
  padding: 0;
}

h3.bp_product_name,
h3.bp_product_name a:link,
h3.bp_product_name a:visited,
h3.bp_product_name a.visited {
  font-family: Arial, Helvetica, sans-serif;
  line-height: normal;
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  text-align: left;
  color: #000000;
}
h3.bp_product_name a:hover,
h3.bp_product_name a.hover {
  text-decoration: underline;
}

h3.bp_product_sku,
h3.bp_product_sku a:link,
h3.bp_product_sku a:visited,
h3.bp_product_sku a.visited {
  font-family: Arial, Helvetica, sans-serif;
  line-height: 13px;
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  color: #000000;
}
h3.bp_product_sku a:hover,
h3.bp_product_sku a.hover {
  text-decoration: underline;
  font-size: 13px;
}

h4.bp_product_name,
h4.bp_product_name a:link,
h4.bp_product_name a:visited,
h4.bp_product_name a.visited {
  font-family: Arial, Helvetica, sans-serif;
  line-height: normal;
  margin: 0;
  padding: 8px 0 0 10px;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  text-align: left;
  color: #000000;
}
h4.bp_product_name a:hover,
h4.bp_product_name a.hover {
  text-decoration: underline;
}

h4.bp_product_sku,
h4.bp_product_sku a:link,
h4.bp_product_sku a:visited,
h4.bp_product_sku a.visited {
  font-family: Arial, Helvetica, sans-serif;
  line-height: 13px;
  margin: 0;
  padding: 8px 0 0 10px;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  color: #000000;
}
h4.bp_product_sku a:hover,
h4.bp_product_sku a.hover {
  text-decoration: underline;
  font-size: 13px;
}

.contentb {
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 8px;
  height: 200px;
  padding: 10px;
}
.contentb div {
  padding: 0 10px;
  text-align: center;
}

.contentc {
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 8px;
  height: 180px;
}

div.bp_product_img {
  border: 1px solid #ffffff;
}
div.bp_product_img img {
  display: inline;
  margin: 3px;
  border: 1px solid #ffffff;
}
div.bp_product_img a:hover img {
  border-top: 1px solid #f0f0f0;
  border-left: 1px solid #f0f0f0;
  border-bottom: 1px solid #999999;
  border-right: 1px solid #999999;
}
div.bp_ProductSKU {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  margin: 2px 0 10px 0;
  text-align: left;
  padding: 0 !important;
}
div.bp_product_name_container {
  padding: 0;
  text-align: left;
  height: 26px;
  margin: 0;
}
/* ****************************************  DETAIL BUTTON  ************************************ */
.detail_btn {
  font-family: "arial narrow", helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  border: 0;
}
a.detail_btn {
  /*	border: 2px solid #98B5E2; */
  line-height: 3;
  margin: 0;
  padding: 4px 8px;
  white-space: nowrap;
  background-color: #abcbf1;
  font-family: arial;
  font-size: 13px;
  font-weight: bold;
}
a.detail_btn:link,
a.detail_btn:visited {
  /*    border: 1px solid #98B5E2; */
  color: #222222;
}
a.detail_btn:hover,
a.detail_btn:focus {
  background: none repeat scroll 0 0 #c9ddf8;
  /*	border: 2px solid #98B5E2; */
  color: #333333;
}
/* ****************************************  DETAIL BUTTON END ************************************ */
.browse_bar_mid {
  background: url("style/top_bar_browse1.png") repeat-x 0 0;
  border-bottom: 3px solid #999999;
  margin-left: 6px;
  margin-right: 4px;
}
.browse_bar_left {
  background: url("style/bl_top_browse_bar_left.png") no-repeat 0 0;
  height: 30px;
}

.browse_bar_right {
  background: url("style/bl_top_browse_bar_right.png") no-repeat 100% 0;
}
.browse_window {
  background-color: #f5f5f5;
  border-left: 1px solid silver;
  border-right: 1px solid silver;
  margin-left: 6px;
  margin-right: 4px;
  text-align: left;
}
.product_window {
  background-color: #ffffff;
  border-left: 1px solid silver;
  border-right: 1px solid silver;
  border-bottom: 1px solid silver;
  border-radius: 0 0 8px 8px;
  margin-left: 6px;
  margin-right: 4px;
  padding: 0 6px 8px 6px;
  text-align: left;
}

.browse_products {
  display: grid;
  overflow-x: auto;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 12px;
  padding: 12px 0;
  justify-content: center;
}

.iframe_window {
  background-color: #ffffff;
  border-left: 1px solid silver;
  border-right: 1px solid silver;
  border-bottom: 1px solid silver;
  border-radius: 0 0 8px 8px;
  margin-left: 6px;
  margin-right: 4px;
  padding: 12px 15px 0px 15px;
  text-align: left;
}
/* ****************************************  FROM PRODUCT CSS ************************************ */
/*
.border-top {
	background: url('images2/style/j_header_middle.png') repeat-x 0 0;
}
.border-top div {
	background: url('images2/style/j_header_right.png') no-repeat 100% 0;
}
.border-top div div {
	background: url('images2/style/j_header_left.png') no-repeat 0 0;
	height: 54px;
}

.preview {
	float: right;
	display: block;
	margin-bottom: 5px;
	background: url('images2/mini_icon.png') no-repeat 3px 5px;
	padding-left: 50px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 0px;
}
*/
div.bp_only_product_details .detail_btn {
  background: url("../images/browse_button15.png") no-repeat center;
  height: 28px;
  width: 110px;
  vertical-align: middle;
  text-align: center;
  margin: 0px auto;
  font-family: inherit;
  font-weight: normal;
  line-height: 26px;
  padding-right: 2px;
  display: block;
  text-decoration: none;
  color: #000000;
  font-family: arial;
  font-size: 13px;
  font-weight: bold;
}
div.bp_only_product_details .detail_btn:hover {
  background: url("../images/browse_button16.png") no-repeat center;
  text-decoration: none;
  font-style: normal;
  line-height: 28px;
  padding-right: 0px;
  text-shadow: 1px 1px 0 #dddddd;
}
.fp_content_row {
  display: flex;
  flex-flow: row wrap;
  place-content: center;
}
.fp_tpics_wrapper {
  flex: 1;
  min-width: 300px;
}
.fp_t_pics {
  margin: 0;
  padding: 0;
}
.fp_tpics_td {
  margin: 0;
  padding: 16px;
  border: 1px solid #c7c7c7;
  border-radius: 12px;
  background: #f6f6f6;
  height: 155px;
  text-align: center;
  vertical-align: top;
  position: relative;
}
.fp_tpics_a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 4px 0;
  width: 100%;
  text-decoration: none;
  color: black;
  cursor: pointer;
  transition: all 0.3s ease-out;
  border-radius: 12px;
  font-family: Tahoma, Verdana, Geneva, sans-serif;
  font-weight: 600;
}
.fp_tpics_a:hover {
  box-shadow: 1px 2px 10px 0 rgba(71, 114, 188, 0.27), 0 4px 15px 0 rgba(208, 208, 208, 0.69);
  color: #1c62b9;
}
.fp_tpics_a:hover .fp_prod_special_price {
  color: #ff3300;
}
.fp_tpics-prod_name {
  font-size: 14px;
  font-weight:bold;
  padding: 0 16px;
  position: relative;
  display: block;
  height: 34px;
  text-align: center;
  line-height: 16px;
}
.fp_tpics-prod_image {
  display: block;
  text-align: center;
  padding: 4px;
  margin: auto;
}
.fp_tpics-prod_sku {
  position: relative;
  display: block;
  font-weight: 600;
  font-size: 14px;
  padding: 4px;
}
.fp_prod_price {
  font-size: 14px;
  position: relative;
  display: block;
  margin: auto;
  padding: 4px 0;
}
.fp_prod_special_price {
  font-size: 14px;
  position: relative;
  display: block;
  margin: auto;
  padding: 4px 0;
  color: red;
}
.fp_bpics_td {
  margin: 0;
  padding: 0;
  border: 1px solid #c7c7c7;
  border-radius: 12px;
  background: #f6f6f6;
  height: 200px;
  text-align: center;
  width: 100%;
  vertical-align: top;
  position: relative;
}
.searchbutton {
  height: 24px;
  font-size: 13px;
  padding: 0 8px;
  font-weight: bold;
  background: #f7f7f7;
  border-radius: 4px;
  margin-right: 10px;
  border: 1px solid #aaa;
}
.searchbutton:hover {
  background: #ccdbf3;
}
.title-bar {
  background: rgba(0, 0, 0, 0) url(style/j_header_middle_blue.png) repeat-x scroll 0 0;
  border-radius: 10px 10px 0 0;
  height: 49px;
}
.title-bar-table {
  color: #f8f9fb;
  display: block;
  float: right;
  padding-top: 6px;
  padding-right: 22px;
  border-collapse: collapse;
  font-size: 12px;
}
.title-bar-logo {
  float: left;
  padding: 10px 9px 0 20px;
  vertical-align: bottom;
}
.title-bar-title {
  color: #f8f9fb;
  font-size: 16px;
  line-height: 24px;
  padding-top: 12px;
  vertical-align: middle;
}



.fp_tpics_row {
  display: grid;
  grid-template-columns: repeat(2, minmax(auto, 1fr));
  gap: 1rem;
  margin: 1rem;
}

.fp_pics_row {
  display: grid;
  grid-template-columns: repeat(5, minmax(auto, 1fr));
  gap: 1rem;
  margin: 1rem;
}

.fp_pics_row_wrapper {
  position: relative;
}

.fp_arrows {
  user-select: none;
  position: absolute;
  top: 84px;
  background: #fff;
  width: 2rem;
  height: 2rem;
  border-radius: 0.5rem;
  text-align: center;
  vertical-align: center;
  border: 1px solid #c7c7c7;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-content: center;
  justify-items: center;
  align-items: center;
  cursor: pointer;
}

.fp_arrows img {
  user-select: none;
}

.fp_arrows:hover {
  box-shadow: 1px 2px 10px 0 rgba(71, 114, 188, 0.27), 0 4px 15px 0 rgba(208, 208, 208, 0.69);
}

.fp_arrows[data-display=false] {
  opacity: 0.5;
  cursor: unset;
  display: none;
}

.fp_arrows[data-display=false]:hover {
  box-shadow: none;
}

.fp_arrows.right_arrow {
  right: 0;
}

.fp_arrows.left_arrow {
  left: 0;
}

.heading1 {
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
}

.paragraph1 {
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  margin-bottom: 10px;
}

.paragraph2 {
  font-weight: normal;
  font-family: arial;
  font-size: 15px;
}

.olist {
  font-size: 15px;
  margin: 10px 0 10px 30px;
}

/*
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */

 #spinner {
  position: relative;
  float: right;
  clear: none;
  margin-left: 4px;
}

 .la-ball-spin-clockwise-fade,
 .la-ball-spin-clockwise-fade > div {
     position: relative;
     -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
             box-sizing: border-box;
 }
 .la-ball-spin-clockwise-fade {
     display: block;
     font-size: 0;
     color: #fff;
 }
 .la-ball-spin-clockwise-fade.la-dark {
     color: #0c5bd7;
 }
 .la-ball-spin-clockwise-fade > div {
     display: inline-block;
     float: none;
     background-color: #0c5bd7;
     border: 0 solid #0c5bd7;
 }
 .la-ball-spin-clockwise-fade {
     width: 32px;
     height: 32px;
 }
 .la-ball-spin-clockwise-fade > div {
     position: absolute;
     top: 50%;
     left: 50%;
     width: 8px;
     height: 8px;
     margin-top: -4px;
     margin-left: -4px;
     border-radius: 100%;
     -webkit-animation: ball-spin-clockwise-fade 1s infinite linear;
        -moz-animation: ball-spin-clockwise-fade 1s infinite linear;
          -o-animation: ball-spin-clockwise-fade 1s infinite linear;
             animation: ball-spin-clockwise-fade 1s infinite linear;
 }
 .la-ball-spin-clockwise-fade > div:nth-child(1) {
     top: 5%;
     left: 50%;
     -webkit-animation-delay: -.875s;
        -moz-animation-delay: -.875s;
          -o-animation-delay: -.875s;
             animation-delay: -.875s;
 }
 .la-ball-spin-clockwise-fade > div:nth-child(2) {
     top: 18.1801948466%;
     left: 81.8198051534%;
     -webkit-animation-delay: -.75s;
        -moz-animation-delay: -.75s;
          -o-animation-delay: -.75s;
             animation-delay: -.75s;
 }
 .la-ball-spin-clockwise-fade > div:nth-child(3) {
     top: 50%;
     left: 95%;
     -webkit-animation-delay: -.625s;
        -moz-animation-delay: -.625s;
          -o-animation-delay: -.625s;
             animation-delay: -.625s;
 }
 .la-ball-spin-clockwise-fade > div:nth-child(4) {
     top: 81.8198051534%;
     left: 81.8198051534%;
     -webkit-animation-delay: -.5s;
        -moz-animation-delay: -.5s;
          -o-animation-delay: -.5s;
             animation-delay: -.5s;
 }
 .la-ball-spin-clockwise-fade > div:nth-child(5) {
     top: 94.9999999966%;
     left: 50.0000000005%;
     -webkit-animation-delay: -.375s;
        -moz-animation-delay: -.375s;
          -o-animation-delay: -.375s;
             animation-delay: -.375s;
 }
 .la-ball-spin-clockwise-fade > div:nth-child(6) {
     top: 81.8198046966%;
     left: 18.1801949248%;
     -webkit-animation-delay: -.25s;
        -moz-animation-delay: -.25s;
          -o-animation-delay: -.25s;
             animation-delay: -.25s;
 }
 .la-ball-spin-clockwise-fade > div:nth-child(7) {
     top: 49.9999750815%;
     left: 5.0000051215%;
     -webkit-animation-delay: -.125s;
        -moz-animation-delay: -.125s;
          -o-animation-delay: -.125s;
             animation-delay: -.125s;
 }
 .la-ball-spin-clockwise-fade > div:nth-child(8) {
     top: 18.179464974%;
     left: 18.1803700518%;
     -webkit-animation-delay: 0s;
        -moz-animation-delay: 0s;
          -o-animation-delay: 0s;
             animation-delay: 0s;
 }
 .la-ball-spin-clockwise-fade.la-sm {
     width: 16px;
     height: 16px;
 }
 .la-ball-spin-clockwise-fade.la-sm > div {
     width: 4px;
     height: 4px;
     margin-top: -2px;
     margin-left: -2px;
 }
 .la-ball-spin-clockwise-fade.la-2x {
     width: 64px;
     height: 64px;
 }
 .la-ball-spin-clockwise-fade.la-2x > div {
     width: 16px;
     height: 16px;
     margin-top: -8px;
     margin-left: -8px;
 }
 .la-ball-spin-clockwise-fade.la-3x {
     width: 96px;
     height: 96px;
 }
 .la-ball-spin-clockwise-fade.la-3x > div {
     width: 24px;
     height: 24px;
     margin-top: -12px;
     margin-left: -12px;
 }
 /*
  * Animation
  */
 @-webkit-keyframes ball-spin-clockwise-fade {
     50% {
         opacity: .25;
         -webkit-transform: scale(.5);
                 transform: scale(.5);
     }
     100% {
         opacity: 1;
         -webkit-transform: scale(1);
                 transform: scale(1);
     }
 }
 @-moz-keyframes ball-spin-clockwise-fade {
     50% {
         opacity: .25;
         -moz-transform: scale(.5);
              transform: scale(.5);
     }
     100% {
         opacity: 1;
         -moz-transform: scale(1);
              transform: scale(1);
     }
 }
 @-o-keyframes ball-spin-clockwise-fade {
     50% {
         opacity: .25;
         -o-transform: scale(.5);
            transform: scale(.5);
     }
     100% {
         opacity: 1;
         -o-transform: scale(1);
            transform: scale(1);
     }
 }
 @keyframes ball-spin-clockwise-fade {
     50% {
         opacity: .25;
         -webkit-transform: scale(.5);
            -moz-transform: scale(.5);
              -o-transform: scale(.5);
                 transform: scale(.5);
     }
     100% {
         opacity: 1;
         -webkit-transform: scale(1);
            -moz-transform: scale(1);
              -o-transform: scale(1);
                 transform: scale(1);
     }
 }

 .modal_table {
  margin: auto;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ddd;
 }

 .modal_table th {
  color: #0b55c4;
  font-size: 13px;
  height: 26px;
  background-color: #f8f9fb;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 2px solid #0b55c4;
  font-weight: bold;
  padding: 2px 6px;
  position: relative;
 }
 .modal_table tbody tr:nth-child(even) {
  background: #ffffff;
 }
 .modal_table tbody tr:nth-child(odd) {
  background: #ecf0f7;
 }

 .modal_table td {
  height: 22px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 6px;
  cursor: pointer;
  border-right: 1px solid #ddd;
  color: #000000;
 }
 .button {
  cursor: pointer;
  font-size: 14px;
  padding: 4px 6px;
  background: #f5f5f5;
  border-radius: 2px;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 2px #eee;
  outline: 0;
  margin: 0 4px;
  font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
  font-weight: 600;
  color: #212121;
  transition: all 0.1s ease-in;
  border-radius: 0;
}
.button:hover {
  background: #eeeeee;
  border: 1px solid #757575;
  box-shadow: inset 0 1px 2px #9e9e9e;
  transition: all 0.1s ease-out;
  border-radius: 2px;
}

.button:active, .button:focus {
  background: #e0e0e0;
  border-radius: 2px;
  border: 1px solid #0c5bd7;
  box-shadow: inset 0 1px 2px #9e9e9e;
  transition: all 0.1s ease-out;
  color: #0b55c4;
}