/** 
 * ISAAC Priceslider
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    ISAAC
 * @package     ISAAC_Priceslider
 * @copyright   Copyright (c) 2011 ISAAC Software Solutions B.V. (http://www.isaac.nl)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 * @author      Aad Mathijssen, Sam Berghmans
 * @version     1.0.0
 */

.header-container .form-search #cat { border: medium none;
margin-left: -184px;
}
.header-container .form-search #cat option{
  margin:5px;
  margin-top:0px;
}
.header-container .form-search #search { color: #605E5E; float: left; font-size: 12px; }
.header-container .form-search label { float: left; }
#search_mini_form .header-container .form-search button.button { float: right; }


.select-combo{position:relative;} 

select.select-option{
     position:absolute;
     z-index:10;
     height:29px !important;
     line-height:29px;	
     width:130px !important;
}

span.select{
    background:url(../images/cat_bg.png) no-repeat 0 0;
    cursor: default;
    float: left;
    height: 29px;
    left: 204px;
    line-height: 29px;
    padding-left: 9px;
    position: absolute;
    text-align: left;
    width: 120px;
    z-index: 1;
    overflow:hidden;
    margin-top:2px;
}

select.select-attribute{
     position:absolute;
     z-index:10;
     height:20px !important;
     line-height:20px;	
     left:55px;
     width:100px !important;
}

span.selectatt{
    background:url(../images/orderby.png) no-repeat 0 0;
    cursor: default;
    float: left;
    height: 20px;
    left: 0;
    line-height: 20px;
    padding-left: 9px;
    text-align: left;
    width: 100px;
    z-index: 1;
    overflow:hidden;
    margin-top:2px;
}	


.select-combo.variation1 label{display:block;line-height:26px;}
.select-combo.variation2 label{float:left;width:100px;line-height:26px;}
.select-combo.variation2 span.select{left:100px;}