/** Paragraphs, lists, etc... **/
/* :::::::::::::::::::::::::::::::::::::: Browse Categories */
/* line 3, ../sass/catalog.scss */
.catalogobjectlistbean {
  text-align: center;
  margin-left: 0;
  margin-top: 20px;
}

/* line 8, ../sass/catalog.scss */
.catalogobject {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  width: 210px;
  margin-right: 9px;
  margin-bottom: 40px;
}
/* line 16, ../sass/catalog.scss */
.catalogobject .info {
  text-align: left;
  color: #000000;
  text-transform: none;
  min-height: 80px;
  margin-bottom: 10px;
}
/* line 22, ../sass/catalog.scss */
.catalogobject .info .part_number {
  font-weight: 400;
}
/* line 26, ../sass/catalog.scss */
.catalogobject .name, .catalogobject .separator, .catalogobject .price, .catalogobject .pricelist {
  display: inline;
}
/* line 29, ../sass/catalog.scss */
.catalogobject .part_number {
  clear: both;
}
/* line 32, ../sass/catalog.scss */
.catalogobject .separator {
  margin: 0 0 0 5px;
}
/* line 35, ../sass/catalog.scss */
.catalogobject .large {
  display: none;
}

/* line 39, ../sass/catalog.scss */
.thumbnail {
  min-height: 158px;
  border: 1px solid #cfcfcf;
  padding: 20px 0 25px;
  width: 210px;
  margin-bottom: 12px;
}
/* line 45, ../sass/catalog.scss */
.thumbnail img {
  width: 210px !important;
  height: auto;
  display: none;
}

@media screen and (min-width: 1100px) {
  /* line 52, ../sass/catalog.scss */
  .catalogobject, div.thumbnail, .thumbnail .productpictures img {
    width: 240px !important;
  }
}
@media screen and (min-width: 1200px) {
  /* line 57, ../sass/catalog.scss */
  .catalogobject, div.thumbnail, .thumbnail .productpictures img {
    width: 260px !important;
  }
}
/* line 61, ../sass/catalog.scss */
.actions {
  min-height: 30px;
}

@media screen and (min-width: 1330px) {
  /* line 66, ../sass/catalog.scss */
  .actions a, .actions button {
    font-size: 1.2rem;
  }
}
/* line 72, ../sass/catalog.scss */
.orderitembutton button {
  min-width: 100px;
}

/* line 77, ../sass/catalog.scss */
.gallery a {
  background: url("//d29dmlevtm4ved.cloudfront.net/f541-104476-popup-open.png?versionId=yYhn_tKyd1vHzoVOrzPZy_KaENbxAB5H") no-repeat scroll left top transparent;
  bottom: 5px;
  display: block;
  height: 21px;
  float: right;
  margin: 2px 0;
  right: 5px;
  text-indent: -9999em;
  width: 21px;
  margin-right: 5px;
}
/* line 87, ../sass/catalog.scss */
.gallery a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

/* line 93, ../sass/catalog.scss */
.thumbnail img:first-child {
  /* temporary hopefully - hide the 2nd small image */
  display: block;
}

/* line 96, ../sass/catalog.scss */
.productoption {
  display: none;
}
/* HORIZONTAL / HORIZ. PERSISTENT CSS --------------- */
ul.menubeanh,
ul.menubeanh-persistent {
  list-style: none;
  position: relative;
  overflow: visible;
}
ul.menubeanh,
ul.menubeanh ul,
ul.menubeanh-persistent,
ul.menubeanh-persistent ul {
  padding: 0;
  margin: 0;
  list-style: none;
  /* background-color: #fff;  IE Requires a background color. */
}
ul.menubeanh li,
ul.menubeanh-persistent li {
  float: left;
  position: relative;
  list-style: none;
  /*
  	width: 8em;
	overflow: visible;
	*/
}
ul.menubeanh li ul,
ul.menubeanh-persistent li ul {
  display: none;
  position: absolute;
  top: 1.2em; /* IE */
  left: 0; /* IE */ /* background-color: #fff;  IE Requires a background color. */
}
ul.menubeanh > li > ul,
ul.menubeanh-persistent > li > ul {
  top: auto; /* Non-IE */
  left: auto; /* Non-IE */
}
/* (sub-)submenus */
ul.menubeanh ul,
ul.menubeanh ul ul,
ul.menubeanh ul ul ul,
ul.menubeanh-persistent ul,
ul.menubeanh-persistent ul ul,
ul.menubeanh-persistent ul ul ul {
  position: absolute;
  top: 0;
  left: 95%;
}
/* Interactive lines: show/hide menus */
ul.menubeanh li.over ul ul,
ul.menubeanh li.over ul ul ul,
ul.menubeanh-persistent li.over ul ul,
ul.menubeanh-persistent li.over ul ul ul {
  display: none;
}
ul.menubeanh li.over ul,
ul.menubeanh ul li.over ul,
ul.menubeanh ul ul li.over ul,
ul.menubeanh-persistent li.over ul,
ul.menubeanh-persistent ul li.over ul,
ul.menubeanh-persistent ul ul li.over ul {
  display: block;
}

/* VERTICAL CSS --------------- */
ul.menubeanv,
ul.menubeanv-persistent,
ul.menubeanv ul,
ul.menubeanv-persistent, ul {
  /* background-color: #fff;  IE requires a background color. */
}
ul.menubeanv li,
ul.menubeanv-persistent li {
  position: relative;
  /* background-color: #fff;  IE requires a background color. */
}
ul.menubeanv li ul {
  display: none;
  position: absolute;
  top: 2px; /* IE */
  left: 6em; /* IE */ 
  /* background-color: #fff;  IE requires a background color. */
}
ul.menubeanv li:hover ul,
ul.menubeanv li.over ul {
  display: block;
}

ul.menubeanv-persistent li.mi-parent {
  cursor: pointer;
}
ul.menubeanv-persistent li ul {
  display: none;
}
ul.menubeanv-persistent li.over ul {
  display: block;
}
