/* Tabbed menu by www.cart-lab.com */

#tablist {
	padding: 3px 0;
	margin-left: 0;
	border-bottom: 1px solid #003399;
}

#tablist li {
	list-style: none;
	margin: 0;
	display: inline;
}

#tablist li a {
	padding: 3px 0.5em;
	margin-left: 3px;
	border: 1px solid #003399;
	border-bottom: none;
	background: #ccc url(images/custom/bg_tab.gif) repeat-x;
	text-decoration: none;
	font-weight: bold;
}

#tablist li a:link { 
	color: #330000; 
}

#tablist li a:visited { 
	color: #330000; 
}

#tablist li a:hover {
	color: #fff;
	background: #96aecb;
	border-color: #003399;
}

#tablist li a.current {
	background: #FFFFFF url(images/custom/bg_tab_active.gif) repeat-x;
	color: #330000;
	border-bottom: 1px solid #FFFFFF;
	font-weight: normal;
}

/*
"ONLINE SPECIAL" STYLES
*/

#tablist li.onlinespc a {
	background: #ffd163 url(images/custom/bg_online_spc_tab.gif) repeat-x 0 0;
}

#tablist li.onlinespc a:hover {
	color: #000;
	background: #ffe589;
}

#tablist li.onlinespc a.current, #tablist li.onlinespc a.current:hover {
	color: #000;
	background: #ffeebd url(images/custom/bg_online_spc_tab.gif) repeat-x 0 -20px;
}



