﻿.FacetedExplorer
{
  outline: none;
}

.GpcMenuWrapper
{
  float: left;
  width: 20%;
  margin-right: 5%;
}

.GpcFacetedResults
{
  float: left;
  width: 75%;
}

.GpcMenu
{
  padding: 0;
  margin: 0;
}

  .GpcMenu li
  {
    list-style: none;
    margin-bottom: 10px;
  }

    .GpcMenu li input[type="checkbox"]
    {
      margin-right: 5px;
      vertical-align: text-top;
    }

.GpcMenuItemCount
{
  padding-left: 5px;
}

.GpcMenu li a
{
  text-decoration: none;
  cursor: pointer;
  font-weight: bold;
}

.GpcMenu li ul
{
  padding-left: 0px;
}

  .GpcMenu li ul li
  {
    margin-bottom: 0;
    padding-left: 10px;
    cursor: pointer;
    font-size: 0.9em;
  }

    .GpcMenu li ul li a
    {
      font-weight: normal;
    }

    .GpcMenu li ul li.selected a, .GpcMenu li ul li.selected .GpcMenuItemCount
    {
      font-weight: bold;
    }

.GpcItemHorizontal
{
  float: left;
  margin-right: 2px;
}


.GpcResultItemWrapper
{
  padding: 10px 0;
  width: 100%;
  float: left;
}

.GpcResultPager
{
  float: left;
  white-space: nowrap;
}

  .GpcResultPager a, .GpcDisplayOption
  {
    border: 1px solid #d3d3d3;
    text-decoration: none;
    display: inline-block;
    margin-right: 1px;
    padding: 4px 8px;
    line-height: 1em;
    cursor: pointer;
  }

    .GpcResultPager a:first-child, .GpcResultPager a:last-child
    {
      padding-left: 11px;
      padding-right: 11px;
    }

    .GpcResultPager a:hover, .GpcResultPager a.selected, .GpcDisplayOption:hover, .GpcDisplayOption.selected
    {
      background-color: #d3d3d3;
    }

.GpcPagerCountSelector
{
  float: right;
}

.GpcClear
{
  clear: both;
}

.GpcPagedResultCount
{
  float: left;
  max-width: 50%;
}

.GpcPagedResultCurrentCount
{
  font-weight: bold;
}

.GpcResultOrderSelector
{
  float: right;
  max-width: 50%;
}

.GpcWrapFakeSelectBox
{
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  overflow: hidden;
  background-image: url("/_images/fleche-bas.png");
  background-repeat: no-repeat;
  background-position: 97% center;
  border: 1px solid #dedede;
  background-color: #ffffff;
  padding: 3px 30px 3px 10px;
  height: 30px;
  line-height: 22px;
  position: relative;
  cursor: pointer;
}

.GpcWrapSelectBox
{
  padding: 0;
}

.GpcWrapFakeSelectBox
{
  overflow: visible;
}

.GpcFakeSelect
{
  position: absolute;
  top: 100%;
  left: 0;
  background: #FFF;
  width: 100%;
  border-left: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  z-index: 1000;
}

.GpcWrapFakeSelectBox:hover .GpcFakeSelect
{
  display: block;
}


.GpcFakeSelectOption
{
  padding: 3px 10px 3px 10px;
  border-bottom: 1px solid #d7d7d7;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

  .GpcFakeSelectOption:first-child
  {
    border-top: 1px solid #d7d7d7;
  }

  .GpcFakeSelectOption:last-child
  {
    border-bottom: none;
  }

  .GpcFakeSelectOption:hover
  {
    background: #eee;
  }

li[disabled] > a, a[disabled]
{
  pointer-events: none;
  cursor: default;
  color: gray!important;
}

li[disabled]
{
  pointer-events: none;
}

.GpcCountPrefixText
{
  margin-right: 5px;
}

.GpcBetweenCountText
{
  margin: 0 5px;
}

.GpcItemsPerPageText
{
  margin-right: 5px;
}

.GpcPagerCountSelector .GpcWrapFakeSelectBox
{
  width: auto;
  display: inline-block;
}

/* DEFAULT FACETS */
.GpcResultItemWrapper.defaultFacet
{
  font-size: 0px;
}

.defaultFacet .FacetedResultTemplate
{
  width: 18%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 2%;
  margin-right: 1%;
  min-width: 140px;
  font-size: 1rem;
}

.defaultFacet .ResultContent span
{
  display: block;
  margin-bottom: 1em;
}

.defaultFacet .ResultContentProductName
{
  font-weight: bold;
  font-size: 1.1em;
}

/* HORIZONTAL FACETS */
.horizontalFacet .FacetedResultTemplate
{
  width: 23%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 2%;
  margin-right: 1%;
  min-width: 265px;
}

.horizontalFacet .ResultImage
{
  float: left;
  width: 25%;
}

.horizontalFacet .ResultContent
{
  float: left;
  width: 73%;
  margin-left: 2%;
}

  .horizontalFacet .ResultContent span
  {
    display: block;
    margin-bottom: 1em;
  }

.horizontalFacet .ResultContentProductName
{
  font-weight: bold;
  font-size: 1.1em;
}

/* FULL WIDTH FACETS */
.fullWidthFacet .FacetedResultTemplate
{
  width: 100%;
  margin-bottom: 2%;
  float: left;
  padding-bottom: 2%;
  border-bottom: 1px solid;
}

.fullWidthFacet .ResultImage
{
  float: left;
}

.fullWidthFacet .ResultContent
{
  float: left;
  margin-left: 2%;
}

  .fullWidthFacet .ResultContent span
  {
    display: block;
    margin-bottom: 1em;
  }

.fullWidthFacet .ResultContentProductName
{
  font-weight: bold;
  font-size: 1.1em;
}

/* IMAGE */

.fullWidthFacet .ResultImage img, .defaultFacet .ResultImage img, .horizontalFacet .ResultImage img
{
  max-width: 100%;
}

.defaultFacet .ResultImage, .fullWidthFacet .ResultImage, .horizontalFacet .ResultImage
{
  overflow: hidden;
  text-align: center;
  background: #fbfbfb;
}

.FacetMenuDropDownValues {
    position: absolute;
    top: 100%;
    left: 0px;
    background: #FFF;
    width: 100%;
    border-left: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    z-index: 1000;
}


.FacetMenuDropDown {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    background-image: url("/_images/fleche-bas.png");
    background-repeat: no-repeat;
    background-position: 97% center;
    border: 1px solid #dedede;
    background-color: #ffffff;
    padding: 3px 30px 3px 10px;
    height: 30px;
    line-height: 22px;
    position: relative;
    cursor: pointer;
}

.GpcDropDownMenuItem {
    padding: 3px 10px 3px 10px;
    border-bottom: 1px solid #d7d7d7;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


:first-child.GpcDropDownMenuItem {
    border-top: 1px solid #d7d7d7;
}

.GpcDropDownMenuItem:hover {
    background: #eee;
}

/* HORIZONTAL */
.GpcImageViewerHorizontal .GpcLightBoxZone  
{
  border: 1px solid rgb(189, 189, 189);
  width: 498px;
  overflow: hidden;
  margin-bottom: 2px;
  height: 373px;
}
.GpcImageViewerHorizontal .GpcCarouselAndButtons  
{
  width: 500px;
  
}
.GpcImageViewerHorizontal .GpcCarouselPrevious  
{
  background-position: left -70px;
  margin: 0px 1px 0px 0px;
  width: 21px;
  height: 70px;
  float: left;
  cursor: pointer;
  background-image: url(/_images/gpcViewerLeftArrow.jpg);
  background-repeat: no-repeat;
  
}
.GpcImageViewerHorizontal .GpcCarouselNext  
{
  background-position: left -70px;
  margin: 0px 0px 0px 1px;
  width: 21px;
  height: 70px;
  float: left;
  cursor: pointer;
  background-image: url(/_images/gpcViewerRightArrow.jpg);
  background-repeat: no-repeat;
  
}
.GpcImageViewerHorizontal .GpcCarouselPrevious:hover, .GpcImageViewerHorizontal .GpcCarouselNext:hover  
{
  background-position: left -140px;
  
}
.GpcImageViewerHorizontal .disabled.GpcCarouselPrevious, .GpcImageViewerHorizontal .disabled.GpcCarouselNext  
{
  background-position: left 0px;
}
.GpcImageViewerHorizontal .GpcCarouselWrapper  
{
  width: 456px;
  height: 70px;
  overflow: hidden;
  float: left;
  position: relative;
}
.GpcImageViewerHorizontal .GpcImageViewerItem  
{
  margin: 0px 1px;
  border: 1px solid rgb(189, 189, 189);
  width: 110px;
  height: 68px;
  overflow: hidden;
  float:left;
  text-align :center;
}

.GpcImageViewerHorizontal .GpcImageViewerItem  img{
	max-width: 100%;
}

.GpcImageViewerHorizontal  
{
  width: 500px;
  
}

/* VERTICAL */

.GpcImageViewerVertical .GpcLightBoxZone  
{
  border: 1px solid rgb(189, 189, 189);
  width: 498px;
  height: 373px;
  overflow: hidden;
  margin-right: 2px;
  float: left;
}
.GpcImageViewerVertical .GpcCarouselAndButtons  
{
  width: 100px;
  float: left;
  height: 375px;
}
.GpcImageViewerVertical .GpcCarouselPrevious  
{
  background-position: -100px top;
  margin: 0px 0px 1px 0px;
  width: 100px;
  height: 24px;
  cursor: pointer;
  background-image: url(/_images/gpcViewerTopArrow.jpg);
  background-repeat: no-repeat;
  
}
.GpcImageViewerVertical .GpcCarouselNext  
{
  background-position: -100px top;
  margin: 1px 0px 0px 0px;
  width: 100px;
  height: 24px;
  cursor: pointer;
  background-image: url(/_images/gpcViewerBottomArrow.jpg);
  background-repeat: no-repeat;
  
}
.GpcImageViewerVertical .GpcCarouselPrevious:hover, .GpcImageViewerVertical .GpcCarouselNext:hover  
{
  background-position: -200px top;
  
}
.GpcImageViewerVertical .disabled.GpcCarouselPrevious, .GpcImageViewerVertical .disabled.GpcCarouselNext  
{
  background-position: 0px top;
}
.GpcImageViewerVertical .GpcCarouselWrapper  
{
  width: 100px;
  height: 325px;
  overflow: hidden;
  position: relative;
}
.GpcImageViewerVertical .GpcImageViewerItem  
{
  margin: 1px 0px 2px;
  border: 1px solid rgb(189, 189, 189);
  width: 98px;
  height: 61px;
  overflow: hidden;
  
}

.GpcImageViewerVertical .GpcLightBoxZone
{
  float:left;
}

.GpcImageViewerVertical  
{
  width: 602px;
}

/* TILES */

.GpcImageViewerTiles {
  width: 100%;
}

.GpcImageViewerTiles .GpcImageViewerItem {
  float: left;
  margin: 0px 2px 2px 0px;
  border: 1px solid rgb(189, 189, 189);
  width: 110px;
  height: 68px;
  overflow: hidden;
}

/* MISC */
.GpcClear {
  clear: both;
  height: 0px;
}

.lightbox-container-image {
  padding: 0!important;
}

.lightbox-container-image-box{
 background: transparent;
}