/*
* 2007-2015 PrestaShop
*
* 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@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2015 PrestaShop SA
*  @version  Release: 0.4.4
*  @license   http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*/

#seurMap
{
	height: 350px;
	background: url('../img/ajax-loader-big.gif') no-repeat center center white;
	border: thin #555 solid;
	margin: 20px 0px;
	position: absolute;
	width: 100%;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.seurMapContainer
{
	position: absolute;
	left: -10000px;
	height: 400px;
	width: 100%;
}

#collectionPointInfo{ display: none; }
#collectionPointInfo li{ padding: 10px 0 10px 0;list-style-type: none; }
#collectionPointInfo li strong{ float: left; width: 100px; }
#noSelectedPointInfo{font-size: 12px;font-weight: bold;border: 1px solid #EC9B9B; background-color: #FAE2E3; text-align: left;padding: 10px;clear: both;display: block;margin: 20px 0px;}
#collectionPointInfo{padding: 15px;border: 1px solid #ccc;font-size: 12px;color: #000;background: #f8f8f8;margin-bottom: 20px;}
div#seurMap.showmap{position:relative;left:0;}
