/*dd {
  margin-left: 20px;
}
dt {
  margin-left: 10px;
  margin-top: 20px;
}
*/
/*
a.list-group-item {
  color: #428bca; //color: #555;
}
*/
/**** search bar ****/
body { margin-top: 60px; }
/*
@media (max-width: 988px) {
  body { margin-top: 110px; }
}
@media (max-width: 767px) {
  body { margin-top: 60px; }
}
@media (max-width: 333px) {
  body { margin-top: 110px; }
}
*/
/**** navbar logo ****/
.bmslogo {
  margin-top: -2px;
  /*height: 50px;*/
  /*max-width: 100%;*/
}

/**** navbar ****/
@media (min-width: 768px) {
  .navbar-nav.navbar-right:last-child {
    margin-right: 10px;
  }
}

/**** index ****/
.banner_big_carousel {
  width: 551px;
  max-width: 100%;
}
.banner_768_carousel{
  width: 768px;
  max-width: 100%;
}

/**** form ****/
.tip_icon {
  color: #FF8000;
}
.form-group.required .control-label:before, .required_info:before {
  font-family: "Tahoma";
  content: "*";
  color: #ff4646;
  font-weight: bold;
  font-size: 14px;
  padding-right: 3px;
  position: relative;
  top: 3px;
}
.required_info {
  font-size: 12px;
  color: #939393;
  margin-top: 2px;
}
@media (max-width: 420px) {
  .required_info {
    display: none !important;
  }
}

/**** register ****/
legend {
  font-size: 17px;
  color: #071165;
}

/**** Trade Shows ****/
.paragraph_info img {
  max-width: 100%;
  height: auto;
}
.paragraph_info dt {
  margin-top: 20px;
}
.paragraph_info dd {
  margin-top: 5px;
  margin-left: 18px;
}

/**** AD text ****/
.t_ellipsis {
  overflow : hidden;
  text-overflow : ellipsis;
  white-space : nowrap;
}

/**** SubCategory ****/
.sub_category li {
  padding-left: 0;
  margin-bottom: 10px;
}

/**** 版位層 ****/
.s_vip {
  background: url("../jpg/vip-bg.jpg") no-repeat scroll left bottom #fffef9;
}
.p_description em {
  color: #ff6600;
  font-weight: normal;
}
.p_description a {
  color: #000;
  text-decoration : underline;
}
.panel-vip > .panel-heading {
  color: #7C793A;
  background-color: #FFFA9B;
}
.panel-vip .list-group-item {
  border: 1px solid #faebcc;
}
.panel-golden {
  border-color: #ffe1ff;
}
.panel-golden > .panel-heading {
  color: #914A88;
  background-color: #FAE7F8;
  border-color: #ffe1ff;
}
.panel-golden .list-group-item {
  border: 1px solid #ffe1ff;
}
/**** 版位層-contact 按鈕 ****/
.btn-contact {
  color: #006C23;
  background-color: #dff0d8;
  border-color: #A5D591;
}
/*
.listings_logo {
  width: 100px;
  float: left;
}
.listings_pic {
  margin: 5px 5px 5px 0px;
}
*/
.listings_pic {
  width: 100px;
  float: left;
}

.listings_pic img{
  width: 90px;
  height: 90px;
  margin: 5px 5px 5px 0px;
}

.item-title {
  margin: 0;
}
.btn_lsearch {
  margin-top: -4px;
}

/**** 左右移動的Responsive Carousel ****/
.slick-pro {
  margin: 0 10px;
}
.slick-slider {
  margin-bottom: 0;
}
img.img-center {
  margin-left: auto;
  margin-right: auto;
}

/**** My BMS ****/
.td-gray {
  background-color: #F3F3F3;
}
.td-white {
  background-color: #FFF;
}

/**** My BMS - My Inquiry & My Contacts ****/
.myb2b-unread {
  background-color: #F3F3F3;
  font-weight: bold;
}
.myb2b-read {
  background-color: #FFF;
}

/**** bootstrap ****/
/*.panel-title {
  font-size: 18px;
}*/

/*docs.min.css - about box*/
.bs-callout-purple { border-left-color:#8C5A92;}
.bs-callout-purple h4 { color:#704774; }

/**** footer ****/
#footer li:nth-child(1) {
  border-bottom: 1px solid #eee;
  font-weight: bold;
}

/**** other ****/
.bg-grey {
  color: #000;
  background-color: #eee;
}
.bg-purple {
  color: #704774;
  background-color: #DBC8DD;
}
a.bg-grey:hover {
  background-color: #ccc;
}
.list-tradeshows-bar {
  position: relative;
  display: block;
  padding: 2px 15px;
  border: 1px solid #B58CB9;
  color: #FFF;
  background-color: #B58CB9;
}
.red {
  color: #d54d2b;
}
.img-inline {
  display: inline-block;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

/*.img-product img, .img-logo img{
.img-logo img {
  width: 90px;
  height: 90px;
  margin-right: auto;
  margin-left: auto;
}
*/
.img-product {
  width: 90px;
  height: 90px;
  max-width: 100%;
  max-height: 100%;
  margin-right: auto;
  margin-left: auto;
}
.img-product img {
  max-width: 100%;
  max-height: 100%;
}

.img-product-glist img{
  width: 50px;
  height: 50px;
  margin-right: 10px;
  padding: 0;
}

.img-ad-t1 img{ /*120×90*/
  width: 130px;
  height: 100px;
}

.img-ad-t2 img{ /*236×60*/
  width: 246px;
  height: 70px;
}

.recommended-manufacturers h4{
  margin: 10px 0 0 0;
}

.recommended-manufacturers p{
  margin-top: 2px;
}

.recommended-manufacturers p > a{
  color: #000;
  text-decoration : none;
}