/* THIS FILE IS FOR CROSS OVER FIXES FOR IE6/7 */

/*fixes extra padding that ie6/7 adds to input on the dashboard page*/
.dashboard div#settings div#chooseWidgets li input, .dashboard div#settings div#chooseNavWidgets li input {margin:-3px !important; vertical-align: top;} 

/* this fixes the problem where a gap appears when you click more of one of the categories */
/* not sure what changed, but now the nav works properly */
/* #navCategory div.secondary li {float: left;  width:179px;}
#dashboardPanel .secondary ul li {padding-left:25px; width:154px;} */

/* special treatment module */
#playerWrapper {clear: none;}


