/* 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    fe0d1d2f915bf6ced1ee6a46129cb9de508bdb21, v2 (xcart_4_5_0), 2012-04-06 15:01:57, main.css, aim
 * @link       http://www.x-cart.com/
 * @see        ____file_see____
*/

.buttons-row.soc-buttons-row {
  margin-top: 10px;
  margin-right: -5px;
  margin-left: -5px;
  
    behavior: url(/PIE/PIE.htc);
}

.soc-buttons-row .soc-item {
  float: left;
  max-width: 190px;
  margin-right: 5px;
  margin-top: 5px;
    behavior: url(/PIE/PIE.htc);
}

/* 
  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;
  display: block;
	margin: 0 10px 0 0!important;
	position: relative;
	bottom: 50px;
  behavior: url(/PIE/PIE.htc);
}
ul.soc-footer-links li {
  display: inline;
  padding: 0;
  margin-left: 1px;
  behavior: url(/PIE/PIE.htc);
}
ul.soc-footer-links li img {
  vertical-align: middle;
  width: 36px;
  height: 36px;
  border: 0 none;
  outline: 0 none;
  /* box-shadow: 1px 1px 1px 0px rgba(0,0,0,.5), 1px 1px 2px 0px rgba(255,255,255, .35) inset; */
  border-radius: 18px;
  transition: border-radius .15s;
    behavior: url(/PIE/PIE.htc);
	position:relative;
	z-index: 0;
}
ul.soc-footer-links li img:hover {
  border-radius: 2px;
  transition: border-radius .3s;
    behavior: url(/PIE/PIE.htc);
}
ul.soc-footer-links li .soc-tw-link img {
  background: transparent url(icons.png) -38px -1px no-repeat;
    behavior: url(/PIE/PIE.htc);
}
ul.soc-footer-links li .soc-fb-link img {
  background: transparent url(icons.png) -1px -1px no-repeat;
    behavior: url(/PIE/PIE.htc);
}
ul.soc-footer-links li .soc-ggl-link img {
  background: transparent url(icons.png) -75px -1px no-repeat;
    behavior: url(/PIE/PIE.htc);
}
ul.soc-footer-links li .soc-pin-link img {
  background: transparent url(icons.png) -112px -1px no-repeat;
    behavior: url(/PIE/PIE.htc);
}

ul.soc-footer-links li .soc-rss-link img {
  background: transparent url(icons.png) -149px -1px no-repeat;
    behavior: url(/PIE/PIE.htc);
}
ul.soc-footer-links li .soc-yt-link img {
  background: transparent url(icons.png) -186px -1px no-repeat;
    behavior: url(/PIE/PIE.htc);
}
ul.soc-footer-links li .soc-bg-link img {
  background: transparent url(icons.png) -223px -1px no-repeat;
    behavior: url(/PIE/PIE.htc);
}
ul.soc-footer-links li .soc-wp-link img {
  background: transparent url(icons.png) -260px -1px no-repeat;
    behavior: url(/PIE/PIE.htc);
}
ul.soc-footer-links li .soc-lnk-in-link img {
  background: transparent url(icons.png) -297px -1px no-repeat;
    behavior: url(/PIE/PIE.htc);
}
ul.soc-footer-links li .soc-bg-link img:hover {
  border-radius: 7px;
    behavior: url(/PIE/PIE.htc);
}
ul.soc-footer-links li a {
  opacity: .9;
  -o-transition: opacity .5s;
  -ms-transition: opacity .5s;
  -moz-transition: opacity .5s;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
    behavior: url(/PIE/PIE.htc);
	position:relative;
	z-index: 0;
}
ul.soc-footer-links li a:hover {
  opacity: 1;
    behavior: url(/PIE/PIE.htc);
	position:relative;
	z-index: 0;
}