/* 
*     tabs recent posts vs recent comments
*     Copyright (C) 2011 - 2019 www.gopiplus.com
*     http://www.gopiplus.com/work/2013/08/04/wordpress-plugin-recent-posts-vs-recent-comments-tabs/
*     License: GPLv2 or later
*/

#TabsRecentPostsRecentCmts { display: block; height: auto; margin: 0px 0px 25px 0px; overflow: hidden; }
#TabsRecentPostsRecentCmts .TabsPostsInsideContents { background: #fff; margin-top: -3px; padding: 10px 15px 10px; border: 3px solid #f0f0f0; }
#TabsRecentPostsRecentCmts ul.TabsPostsTabsUi { height: 40px; margin: 0em; overflow: hidden; }
#TabsRecentPostsRecentCmts ul.TabsPostsTabsUi li { background: none; float: left; display: inline; font-size: 12px; font-weight: bold; color: #fff; cursor: pointer; border-bottom: none; }
#TabsRecentPostsRecentCmts ul.TabsPostsTabsUi li a { background: url(ico-hot-grey.png) no-repeat 9px 7px; color: #999; display: block; float: left; margin: 0 0 0 3px; padding: 0 13px 0 30px; border-top: 0px solid #FFFFFF; line-height: 38px; }
#TabsRecentPostsRecentCmts ul.TabsPostsTabsUi li a.selected { background:#fff url(ico-hot-orange.png) no-repeat 9px 7px; margin: 0; color: #444; text-decoration: none; border: 3px solid #f0f0f0; border-bottom: 0; line-height: 38px; }
#TabsRecentPostsRecentCmts ul.TabsPostsTabsUi li a:hover { color: #444; text-decoration: none; }
#TabsRecentPostsRecentCmts .TabsPostsInsideContents div { line-height:30px;border-bottom: 1px solid #f0f0f0; }
#TabsRecentPostsRecentCmts div clear { display: block; }


