/**
 * 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
 *
 * 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
 *
 * @category   MageWorx
 * @package    MageWorx_XSearch
 * @copyright  Copyright (c) 2012 MageWorx (http://www.mageworx.com/)
 * @license    http://www.mageworx.com/LICENSE-1.0.html
 */

/**
 * XSearch extension
 *
 * @category   MageWorx
 * @package    MageWorx_XSearch
 * @author     MageWorx Dev Team
 */

#search_mini_form .xsearch-border{

    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5) inset;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5) inset;
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5) inset;
}
#search_mini_form .xsearch-select{
    display: inline;
    padding: 1px 3px 1px 3px !important;
    margin: 0px;
    float: left;
    border-radius: 3px;
    height: 23px;
    background:none !important;
    background-color: #444 !important;
    color: #cdcdcd;
    width: auto !important;
    line-height: 25px;
}
#search_mini_form .xsearch-dropdown{
    display: block;
    width: auto;
    background:none !important;
    background-color: #f5f5f5 !important;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    position: absolute;
    margin-top: 1px;
    margin-left: -2px;
    text-align: left;
    z-index: 1000;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.6);
    left: auto !important;
    top: auto !important;
    
    padding: auto !important;
    color: #000;
}
#search_mini_form .xsearch-dropdown li{
    list-style: none;
    padding: 1px 5px 1px 5px;
}
#search_mini_form .xsearch-dropdown li:last-child{
    border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px;
}
#search_mini_form .xsearch-dropdown li:first-child{
    border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
}
#search_mini_form .xsearch-dropdown li:hover{
    background-color: #eee;
    cursor: pointer;
}

#search_mini_form .xsearch-change{
    cursor: pointer;
    color: #B6BDD2;
}
#search_mini_form span {
    display: inline-block !important;
}
