/*
For IE7 we have class .ie7 or we had this CSS hack:   *+html 

For IE8 we have class .ie8 or we had this:  \0/ - i.e. padding: 0px 5px 10px 70px\0/; 

For IE9 we have class .ie9 or we had this:  \9   

*/

/*=============Category Page*/
*+html #LeftPanel
{
    /*overflow:scroll;*/ 
    margin-right:0px!important; 
}

/*================Item Page ====================*/
*+html #container { margin-left:185px!important;   }
#container { margin-left:185px!important\0/;   }

*+html .tabs li{	padding-right:0px;}

*+html .upSell img:hover{filter: alpha(opacity=90);}
.upSell img:hover{filter: alpha(opacity=90)\0/;}


/* Navigation*/
*+html .main_nav a{cursor:pointer}

*+html .main_nav > ul span:hover {
display: inline-block;
}

*+html .desktop_nav .dropdown > li:hover {
	display: inline-block;
}

*+html .desktop_nav .dropdown{
    background:url(../images/tmImages/nav_dropdown_bg.png);
    background-repeat:repeat-y;
    }

.desktop_nav .dropdown{
    background:url(../images/tmImages/nav_dropdown_bg.png)\0/;
    background-repeat:repeat-y\0/;
    }

/*header*/
*+html #search_mini_form .input-text {
     overflow:visible;
     padding-bottom:8px;
}

#search_mini_form .input-text {
     overflow:visible\0/;
     padding-bottom:8px\0/;
}

/*category page*/
*+html .time span{padding-right:15px!important}


*+html #LeftPanel
{
    overflow:scroll;
    margin-right:0px!important; 
}

*+html #LeftPanel .v4midBox.v4nfc {
    margin-top:20px;
    
}

