/*
* Main content modules
* - replace background image arrows with real bullets
* - replace background image dotted lines with border
*
*************************************************************/
ul.moreLnks,
#ynw-mrst {
 padding-left:2em;
 background:none;
 padding-bottom:1em;
 border-bottom:1px dotted #999;
}
#ynw-hp .ynw-othstr div.sectMore ul {
 background-image:none !important;
 border-bottom:1px dotted #999;
 margin-left:0;
}
.bul li,
li.bul {
 background:none !important;
 list-style:circle !important
 padding-left:0 !important;
}
/*
* Sidebar modules
* - replace background image arrows with real bullets
* - replace background image dotted lines with border
* Most popular 
* - ensure all tabs are visible
* - show bullets
* - 
* Video/Photo
* - Hide Play/show links 
*************************************************************/
div.mTab {
 border:none;
}
.mTab ul.tab {
 position:static;
 text-align:left;
}
 .mTab ul.tab a.tgglr {
 text-align:left;
 padding:.5em 0 0 0;
 }
 .mTab ul.tab li {
 float:none;
 border:none;
 background:#fff;
 }
 .mTab ul.tab li.on {
 border:none;
 }
 .mTab ul.tab li div {
 display:block;
 position:static;
 border:none;
 }
 ul li.more,
 a.more {
 display:none;
 }
 #ynw-sb .mod ul.bul {
 list-style:circle;
 margin-left:1em;
 padding-left:0em;
 }
 #ynw-sb .mod ul.bul li {
 margin-left:1em;
 padding-left:0;
 list-style:circle;
 }
 #ynw-sb .mod ul.bul li a {
 background:none;
 }
 .mTab div.tggltShow {
 padding:0;
 }
#ynw-sb div.mediamod span.playLnk {
 display:none;
}
#ynw-sb .mob p.mobMsg {
 background:none;
 padding:0;
}
#ynw-sb .mod {
 border-bottom:1px dotted #999;
 background:none;
}
/*
* Make the page a bit prettier
* - hide unecessary navigation items
* - hide footer (except copyright) 
*************************************************************/
div#yg-nav,
div#srch,
div#ft ul,
form#ynw-s1,
form#ynw-s2,
#ynw-art #adlrec,
#ynw-art #adlrec div,
#ynw-art #ynw-sb,
#ynw-art #artacts,
#ynw-art #phAd,
#ynw-art #sponsoredLinks{
 display:none;
}
div#hd, div#ft {
 width:auto;
 clear:left;
 margin:0;
}
#ynw-art {
 text-align:left;
}
#ynw-art, #ynw-main, #doc{
 margin:0;
}
div#yui-main {
 border-top:1px dotted #999;
}
#ynw-art div#yui-main { border:none;}
#ynw-art div#doc div#yui-main div.yui-b { clear:both;width:100%;}
/*
* Carousel
* - un-hide additional carousel panels
* - make items full width
* - clear the floats
*************************************************************/
.carousel-page,
.carousel-prev,
.carousel-next {
 display:none;
}
#carousel {
 border:1px solid #98999E;
}
 #carousel h2 {
 border-bottom:1px solid #98999E;
 margin:0;
 padding:.2em 5px;
 }
#carousel ul.carousel-list {
 width:100%;
}
 #carousel ul.carousel-list li {
 clear:left;
 width:100%;
 }
#carousel div.carousel-clip-region {
 overflow:visible;
}
#ynw-art .yui-t2 div#yui-main { float:left;margin-left:0;} 
#ynw-art .yui-t2 #yui-main .yui-b {margin-left:0;}