﻿/**
 * MageWorx
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the MageWorx EULA that is bundled with
 * this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.mageworx.com/LICENSE-1.0.html
 *
 * 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@mageworx.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade the extension
 * to newer versions in the future. If you wish to customize the extension
 * for your needs please refer to http://www.mageworx.com/ for more information
 * or send an email to sales@mageworx.com
 *
 * @category   design_default
 * @package    MageWorx_DeliveryZone
 * @copyright  Copyright (c) 2009 MageWorx (http://www.mageworx.com/)
 * @license    http://www.mageworx.com/LICENSE-1.0.html
 */

/**
 * Delivery Zone extension
 *
 * @category   design_default
 * @package    MageWorx_DeliveryZone
 * @author     MageWorx Dev Team <dev@mageworx.com>
 */
 
#location-selector{
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9999;
    width: 550px;
    margin: -220px 0 0 -250px;
    background-color: #cad59e;
	padding:15px 15px 15px 15px;
	border:5px solid #9e0001;      
	opacity:0.8;     
	-moz-border-radius:6px;     
	-webkit-border-radius:6px;     
	-moz-box-shadow: 0 0 50px #ccc;     
	-webkit-box-shadow: 0 0 50px #ccc; 
}
#location-selector[id]{ /* IE6 and below Can't See This */
    position: fixed;
}
#location-selector h3 { margin-bottom: 20px; }
#location-selector h4 { padding: 4px 0; }
#location-selector .group-select { margin: 0; }

#location-selector-overlay{
    position: absolute;
    top: 5;
    left: 5;
    width: 100%;
    height: 100%;
    z-index: 5000;   
    background-color: #000;
	-moz-border-radius:6px;     
	-webkit-border-radius:6px;     
	-moz-box-shadow: 0 0 50px #ccc;     
	-webkit-box-shadow: 0 0 50px #ccc; 
}
#location-selector-overlay[id]{ /* IE6 and below Can't See This */
    position: fixed;
}

.shipping-location{
	color: #fff;
	font-size:9px;
	font-weight:lighter;
	text-align:right;
	
}
.shipping-location a{
	color: #ccd6a1;	
}
.shipping-location a:hover { 
	color: #9d9d66; 
}



