/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * @category  design
 * @package   base_default
 * @package   Symmetrics_TrustedRating
 * @author    symmetrics - a CGI Group brand <info@symmetrics.de>
 * @author    Yauhen Yakimovich <yy@symmetrics.de>
 * @author    Ngoc Anh Doan <ngoc-anh.doan@cgi.com>
 * @copyright 2009-2014 symmetrics - a CGI Group brand
 * @license   http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 * @link      https://github.com/symmetrics/trustedshops_trustedrating/
 * @link      http://www.symmetrics.de/
 * @link      http://www.de.cgi.com/
 */
div.trustedrating-widget {
    vertical-align: middle;
    text-align: center;
    margin-bottom: 14px;
}

#rateus-heading{
	padding-top:20px;
}

#rateus-heading h2{
	padding-bottom:4px;
	border-bottom: 1px solid #C3C6CD;
}

#rateus-heading p{
	padding-top:10px;
	padding-bottom:20px;
}


#rateus-block{
	position:relative;
	display:block;
	text-align:center;
}

.trustedrating-rateus{
    display: inline-block;
	margin:0px auto;
}

.trustedrating-rateus .rateus-button {
    display: inline-block;
}

#logoTrust{
	width:150px;
	height:auto;
	padding-right:15px;
	margin-right:15px;
	border-right: 1px solid #C3C6CD;
}