/* vim: set ts=2 sw=2 sts=2 et: */                                                                                                                               
/**                                                                                                                                                              
 * Infinite Scroll module CSS stylesheet
 * 
 * @category   Modules
 * @package    Infinite Scroll
 * @subpackage CSS
 * @author     Michael Bugrov <mixon@x-cart.com> 
 * @version    $id
 * @link       http://www.x-cart.com/
 * @see        ____file_see____
*/

#infs-widget-loading {
  background: transparent url("images/loading.gif") no-repeat center center;
  height: 48px;
  width: 100%;
}

#infs-widget-view-more a {
  text-decoration: none;
  text-align: center;
  background-color: #d7e6ee;
  padding: 10px;
  font-size: 18px;
  display: block;
}
#infs-widget-view-more a:hover {
  background-color: #dbeaf2;
}

.back2top {
  position: fixed;
  bottom: 2em;
  right: 2em;
  text-decoration: none;
  display: none;
  z-index: 1000;
}

.list-dialog .title div.sort-box {
  width: auto;
}

.infs-widget-view-changer {
  display: inline;
}

.infs-widget-view-changer span {
  padding-right: 10px;
  text-shadow: 1px;
}

.infs-widget-view-changer span select {
  border: none;
  font-size: 11px;
}
