/* vim: set ts=2 sw=2 sts=2 et: */
/**
 * General CSS stylesheet for storefront pages
 *
 * @category   X-Cart
 * @package    X-Cart
 * @subpackage CSS
 * @author     Ruslan R. Fazlyev <rrf@x-cart.com>
 * @version    $Id: main.css,v 1.1.2.1.2.1 2012/04/06 15:01:57 aim Exp $
 * @link       http://www.x-cart.com/
 * @see        ____file_see____
*/

.buttons-row.soc-buttons-row  {
  margin-top: 15px;
  margin-left: -50px; /* JB SocialMediaButtons, added */
}

.soc-buttons-row .soc-item {
  float: left;
  /* margin-right: 10px; JB SocialMediaButtons, removed */
}
.soc-buttons-row .soc-item div { 
  padding: 0 0 0 0 ; /* JB SocialMediaButtons, added */
}

/* JB SocialMediaButtons, added below */
.clearing {
  height: 0;
  font-size: 0;
  clear: both;
}
/* end JB */
/* 
  Service styles
*/
.top-margin-2 {
  margin-top: 2px;
}
.top-margin-5 {
  margin-top: 5px;
}
.top-margin-15 {
  margin-top: 15px;
}
.top-margin-42 {
  margin-top: 42px;
}

/*
  Footer links
*/
ul.soc-footer-links {
  list-style: none;
  padding: 0;
  margin: 0 0 0 6px;
  display: inline;
}
ul.soc-footer-links li {
  display: inline;
  padding: 0;
  margin-left: 8px;
}
ul.soc-footer-links li img {
  vertical-align: middle;
}
