/**
 * CONFIDENTIAL AND PROPRIETARY SOURCE CODE OF BLOOMREACH, INC.
 *
 * Copyright (C) 2013 BloomReach, Inc. All Rights Reserved.
 *
 * Use of this Source Code is subject to the terms of the applicable license
 * agreement from BloomReach, Inc.
 *
 * The copyright notice(s) in this Source Code does not indicate actual or
 * intended publication of this Source Code.
 */

/**
 * This is an example style sheet for the BloomMobile Autosuggest and Search
 * plug-ins for Tilly's.
 *
 * Author: william@bloomreach.com
 */

/**
 * BloomMobile Autosuggest styles for Tilly's
 */

.brm-autosuggest-menu {
  position: absolute;
  top: 134px;
  left: 5px;
  z-index: 9999;
  width: 96.5%;
  background-color: white;
  
  border-collapse :separate;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  -webkit-box-shadow: 10px 10px 5px #262425;
  -moz-box-shadow: 0px 1px 1px #262425;
  box-shadow: 1px 2px 3px #262425;
  border: solid 1px #ccc;
  border-top-width: 0px;
  border-right-width: 0px;   
}
.brm-autosuggest-menu > ul {
  list-style-type: none;
  float: left;
  width: 50%;
  line-height: 2em;
}
.brm-autosuggest-menu > ul.right {
  position: relative;
  top: 6px;
  width: 45%;
  border-left: 1px solid white;
  list-style-type: none;
  -webkit-box-shadow: 10px 10px 5px #262425;
  -moz-box-shadow: 0px 1px 1px #262425;
  box-shadow: -1px 1px 3px #262425;  
}
.brm-autosuggest-menu > ul > li {
  padding: 4px;
  border-bottom: solid 1px #cccccc;
  margin-left: -40px;
}
.brm-autosuggest-menu a {
  display: block;
  text-shadow: none;
  color: #000000;
  text-decoration: none;
  padding-left: 5px;
}
.brm-autosuggest-menu > ul.right a {
  color: #666666;
  font-style: italic;
  padding-left: 10px;
  font-size: .745em;
}
.brm-autosuggest-nub
{
  float: right;
  overflow: visible;
}
/**
 * BloomMobile Search styles for Tilly's
 */

