@charset "UTF-8";
/* ----------分类壁纸 标签---------- */
.TabbedPanels { position: relative; width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/ }

.TabbedPanelsTabGroup { position: absolute; top: -37px; left: 10px; height: 32px !important; border: none !important; }

.TabbedPanelsTab { position: relative; top: 1px; float: left; width: 49px !important; height: 24px !important; line-height: 24px; text-align: center; -moz-user-select: none; -khtml-user-select: none; cursor: pointer;}

.TabbedPanelsTabHover { background-color: #CCC; border-bottom: solid 1px #999; }

.TabbedPanelsTabSelected { color: #f20; background-color: #f5f6f7; border-left: solid 1px #CCC; border-bottom: solid 1px #999; border-top: solid 1px #999; border-right: solid 1px #999; border-bottom: 1px solid #f5f6f7; }

.TabbedPanelsTab a { color: black; text-decoration: none; }

.TabbedPanelsContentGroup { clear: both; }
/* ----------导航 标签---------- */
#TabbedPanels2 .TabbedPanels { position: relative; width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/ }

#TabbedPanels2 .TabbedPanelsTabGroup { position: absolute; top: -27px; left: 0px; height: 32px !important; border: none !important; }

#TabbedPanels2 .TabbedPanelsTab { position: relative; top: -2px; float: left; margin-right: 1px; width: 76px !important; height: 30px !important; line-height: 30px; text-align: center; font-weight: bold; -moz-user-select: none; -khtml-user-select: none; cursor: pointer; color: #666; border: none; background: url(../images/nav_btn.png) no-repeat center -31px; }

#TabbedPanels2 .TabbedPanelsTabHover { border: none; color: #000; background: url(../images/nav_btn.png) no-repeat center -31px; }

#TabbedPanels2 .TabbedPanelsTabSelected { color: #fff; border: none; background: url(../images/nav_btn.png) no-repeat center top; }

#TabbedPanels2 .TabbedPanelsTabSelected a,#TabbedPanels2 .TabbedPanelsTabSelected a:hover ,#TabbedPanels2 .TabbedPanelsTabSelected a:visited  { color: #fff;  }

#TabbedPanels2 .TabbedPanelsTab a { color: black; text-decoration: none; }

#TabbedPanels2 .TabbedPanelsContentGroup { clear: both; height: 41px; overflow: hidden; line-height: 41px; filter:glow(color=#666666,strength=1); }

#TabbedPanels2 .TabbedPanelsContent { padding: 0 20px; }

#TabbedPanels2 .TabbedPanelsContent a { display: block; float: left; width: 60px; text-align: center; color: #fff; }

#TabbedPanels2 .TabbedPanelsContent a:hover { display: block;  font-weight:bold }

#TabbedPanels2 .TabbedPanelsContent .cur { display: block; font-weight:bold; text-decoration:underline;}

#TabbedPanels2 .TabbedPanelsContent li { display: inline; }

#TabbedPanels2 .TabbedPanelsContent li a { padding: 0 5px; width: auto; font-size: 12px; letter-spacing: 0; }