/* 
Title:		MTV screen styles and ie/win fixes
*/

/* import stylesheets and hide from ie/mac \*/
@import url("master.css");
@import url("hats.css");
@import url("misc.css");
@import url("ie.css");
div { word-wrap: break-word; overflow: hidden; text-overflow: ellipsis; }

/* end import/hide */