/** IE 7 Specific Fixes **/

* html #Logo h1 {
	background: url(../../default/images/blue/Logo.gif) top left no-repeat;
}

* html .Left .TopSeller1, * html .Right .TopSeller1 { /* No1 seller box (cascades from 'topseller' class */
	margin-top: 0;
}

* html .Left .TopSellers li.TopSeller1 .TopSellerNumber, * html .Right .TopSellers li.TopSeller1 .TopSellerNumber {
	background: url(../../default/images/blue/TopSellerNumber1Bg.gif) 0 0 no-repeat;
	margin: 0;
}

* html #Menu li a {
	float: left;
}
* html .Left {
	height: 500px;
}
* html .Right {
	height: 500px;
}
* html .Content {
	height: 500px;
}

* html .SelectGiftWrapMultiple {
	height: 400px;
}

/** General IE Fixes **/

#SearchForm .Button {
	vertical-align: bottom;
}

select, input {
	font-size: 0.95em;
}

.ProductAddToCart dt div.Required, #CartEditProductFieldsForm dt div.Required{
	margin-left: 0px;
}

ul.dropdown a:active, ul.dropdown a.active
{ 
    background: transparent url('../images/nav-btn-bg-iehover.png') left top no-repeat !important;
    color: #295b98; 
    font-weight: bold;
}

ul.dropdown a
{ 
    background: #295b9a;
    background-image: none;    
    border-radius: 20px 0 0 0;   
    behavior: url(http://dev.kdgprojects.com.au/baldwin/PIE.php);  
    height: 32px;
    position: relative;
    z-index: 9999999;  
}

ul.dropdown a:hover
{ 
    background: transparent url('../images/nav-btn-bg-iehover.png') left top no-repeat !important;
    color: #295b98;    
}

ul.dropdown li:first-child a
{
    background: #295b9a url('../images/nav-btn-bg.png') left top no-repeat;
    -moz-border-radius: 20px 0 0 0;    
    border-radius: 20px 0 0 0;   
    behavior: url(http://dev.kdgprojects.com.au/baldwin/PIE.php);  
    color: #fff;
    display: block; 
        height: 40px;
        width: auto;
    font-size: 16px; 
    margin: 0px;
    padding: 12px 30px 0 20px;
    text-decoration: none;
}

ul.dropdown li:first-child a:hover
{
    background: transparent url('../images/nav-btn-bg.png') left bottom no-repeat !important;
    color: #295b98;      
}


ul.dropdown li.hover, ul.dropdown li:hover
{ 
    background: transparent url('../images/nav-btn-bg-iehover.png') left top no-repeat !important;
    color: #295b98; 
}

/* 
    LEVEL TWO
*/
ul.dropdown ul
{ 
    margin: 0;
}

ul.dropdown ul li                     
{ 
    margin: 0;
    padding: 0;
    width: 160px;
}

ul.dropdown li.hover ul li a                  
{  
    behavior: url(http://dev.kdgprojects.com.au/baldwin/PIE.php); 
    color: #fff !important;
    position: relative;

}    

ul.dropdown ul li a, ul.dropdown li:first-child ul li a, ul.dropdown li ul li:first-child a, ul.dropdown ul li, ul.dropdown ul li:hover
{
    background-image: none !important;  
     -pie-background: rgba(29, 40, 105, .8);  
     color: #fff;
}

ul.dropdown ul li a:hover, ul.dropdown li:first-child ul li a:hover, ul.dropdown li ul li:first-child a:hover
{
    background-image: none !important; 
     -pie-background: rgba(29, 40, 105, 1);    
     color: #fff;     
}

    #quickSearch input[type="submit"]
    {
        height: 23px;       
        width: 25px;                 
    }
    
    #quickSearch input[type="submit"]:hover
    {
        background-color: #95b0db;
    }     
    
    #quickSearch input[type="text"]
    {          
        height: 17px;            
    }