/* - check ie6.css for IE 6 specific fixes - */

.tab-menu li a, .tab-menu .tab-menu-item {padding:0.5em;font-weight:bold;color:#e30a15;text-transform:uppercase}
.tab-menu li a:hover,
.tab-menu li a:focus,
.tab-menu .tab-menu-item:hover,
.tab-menu .tab-menu-item:focus{}
.tab-menu li.tab-selected a, .tab-menu .tab-menu-item.tab-selected {text-decoration:none;color:#e30a15;}

div.tabbed_box{margin:12px 8px 10px 8px;border:1px solid #b6b6b6;}
div.tabbed_box div.tabbed_content{font-size:12px;overflow:hidden;word-wrap:break-word;}

div.tabbed_box ul{font-size:12px !important;}

.tab-wrapper{padding:12px;clear:both;line-height:1em}
.tab-menu{margin:0;padding:0;list-style:none;/*overflow:auto;*/margin-right:-1px;}

.tab-menu li, .tab-menu .tab-menu-item{  margin:0 -4px 0 0;padding:0 20px; display:inline-block;font-size:14px;line-height:2em;border-right:1px solid #b6b6b6;border-bottom:1px solid #b6b6b6;background:#e2e2e2;}
.tab-menu li:last-child, .tab-menu .tab-menu-item:last-child{  padding:0 20px; }
div.mostPopular .tabbed_box {margin: 0px}
#mostPopularBox .tab-menu li, #mostPopularBox .tab-menu .tab-menu-item{margin-right: -3px; width:92px;font-size:10px;line-height:1.5em;padding:2px 0px;text-align: center;}
#mostPopularBox .tab-menu li#tab_mostread, #mostPopularBox .tab-menu .tab-menu-item#tab_mostread { padding-right : 1px; }
#mostPopularBox .tab-menu li a, #mostPopularBox .tab-menu .tab-menu-item{font-weight:normal;}

.tab-menu li.tab-selected, .tab-menu .tab-menu-item.tab-selected{border-bottom:1px solid #fff;background:#fff;}

/* - Safari fixes - */
@media screen and (-webkit-min-device-pixel-ratio:0) {
  .tab-menu li:last-child, .tab-menu .tab-menu-item:last-child{padding:0 13px 0 12px;}
  .tab-menu li:last-child.tab-selected, .tab-menu .tab-menu-item:last-child.tab-selected{padding:0 14px 0 13px;}
}

.tab-wrapper h5{font-size:14px;font-weight:bold;margin-bottom:4px;}
.tab-wrapper p{background:url(/images/dotted_line.gif) repeat-x bottom;padding:0 0 8px 0;margin:0 0 6px 0}
.tab-wrapper .category{font-size:11px;font-weight:bold;margin:0 0 2px 0;}
.tab-wrapper .morelinks{margin-bottom:0;padding-bottom:0;}

.tab-menu{ white-space:nowrap;}
