/**
 * IE6 FIXES ONLY
 * @url http://podshow.com/
 * @author pkhalil
 * @version $Id: ie6-fixes.css 20763 2008-03-05 01:12:29Z pkhalil $
 */

/* for resizing of the popup on the mashboard - temp values */
/*IE7*/
html.popup body{height:520px !important ;width:935px !important;}
html.popup body.player-maximized { height: 620px !important; }
/*IE6*/
* html.popup body{height:495px !important ;width:935px !important;}
* html.popup body.player-maximized { height: 600px !important; }

#header div.search form fieldset.next {margin-top:-20px;}

#header div.search form select{font-size:11px;}

* html #loginOverlay {
    position: absolute;
    right: 0;
}



* html #loginOverlay form{
	position:relative;
	height:1%;
}
* html #loginOverlay form fieldset.next {
	bottom:13px;
	right:12px;
}

* html .musicChannel-middle-left .media-list li{
	margin:10px 0px 5px 4px;
}

* html h2.list-header{
	border-bottom:none;
}


* html .featured-wrapper .featured-details {
	padding-bottom:5px;
	zoom:1.0;
}



* html .menu li a ,
{
/*	display: inline-block;
	width:100%;
*/
	height:1em;
}

* html .featured ul.audio li a {
	display:inline-block;
}

/* Do not remove, if you change the size of the login, box change this too,
   also update pos, z-inex, etc. */

#login-shim {
  display: none;
  top: 0;
  right: 0;
  width: 212px;
  height: 155px;
  position: absolute;
  z-index: 98;
  filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}
* html .shim-opened { display: block!important; }



/**/


/* STUPID IE*/
#preroll-info {height:0;line-height:0;}

#preroll-info span {line-height:normal;}

