﻿/* tab theme */
.CustomTabStyle .ajax__tab_header {font: bold 11px tahoma; background:url(images/tab-line.gif) repeat-x;}
.CustomTabStyle .ajax__tab_outer {padding-right:15px;background:url(images/tab-right.gif) no-repeat right;height:30px;}
.CustomTabStyle .ajax__tab_inner {padding-left:4px;background:url(images/tab-left.gif) no-repeat;}
.CustomTabStyle .ajax__tab_tab {color:#fff;height:30px;padding:10px;background:url(images/tab.gif) repeat-x;}
.CustomTabStyle .ajax__tab_hover .ajax__tab_outer {padding-right:15px;background:url(images/tab-hover-right.gif) no-repeat right;height:30px;}
.CustomTabStyle .ajax__tab_hover .ajax__tab_inner {background:url(images/tab-hover-left.gif) no-repeat;}
.CustomTabStyle .ajax__tab_hover .ajax__tab_tab {color:#990000;background:url(images/tab-hover.gif) repeat-x;}
.CustomTabStyle .ajax__tab_active .ajax__tab_outer {padding-right:15px;background:url(images/tab-active-right.gif) no-repeat right;height:30px;}
.CustomTabStyle .ajax__tab_active .ajax__tab_inner {background:url(images/tab-active-left.gif) no-repeat;}
.CustomTabStyle .ajax__tab_active .ajax__tab_tab {color:#990000;background:url(images/tab-active.gif) repeat-x;}
.CustomTabStyle .ajax__tab_body {border:1px solid #999999;border-top:0;padding:10px;background-color:#ffffff;}

/* black drop down popular links*/
#popular {z-index:3;background:#75787D url(images/bkg_popularTop.gif) 0 0 no-repeat;border:1px solid #718296;border-top:0;width:776px;top:52px;left:-5000px;padding:16px 0;}
#popular .inner div {float:left;width:178px;padding:0 8px;}
#popular h3 {color:#fff;font-size:1.5em;margin:8px 8px;}
#popular ul {margin:8px 0 16px 0;}
#popular li {background:none;padding:0;line-height:1.1em;margin:8px;}
#popular a {color:#efcb8d;text-decoration:underline;}
#popular a:hover {color:#d7321d;}
#popular.drill, #popFix.drill {left:80px;}
