/* vim: set ts=2 sw=2 sts=2 et: */
/**
 * SNS connector module CSS stylesheet
 *  
 * @category   X-Cart
 * @package    X-Cart
 * @subpackage CSS
 * @author     Ruslan R. Fazlyev <rrf@x-cart.com> 
 * @version    $Id: main.css,v 1.2 2010/05/31 06:08:30 igoryan Exp $
 * @link       http://www.x-cart.com/
 * @see        ____file_see____
 */

.sns-button img {
  cursor: pointer;
}

.sns-button .text {
  height: 15px;
  text-align: center;
}

.sns-button .text a:link,
.sns-button .text a:visited,
.sns-button .text a:hover,
.sns-button .text a:active
{
  font-family: arial;
  text-decoration: none;
  color: #500;
  font-weight: bold;
}
