/*
PURPOSE:
	[1] Basic cascading stylesheet for [ CATEGORY : tabs ] [ TYPE : all ].

REVISION HISTORY:
	September 15th, 2006. v1.0. Created.

STATUS OF THIS DOCUMENT:
	This is a working draft.

MAINTAINER:
	Carl Lewin
	c a r l _ l e w i n @ d i s c o v e r y . c o m

LEGAL NOTICE:
	Distribution of this document is limited.
	Copyright (C) Discovery.com 2006. All Rights Reserved.
*/


/*
###########################
HEADER
###########################
*/
#headerTabs {
	float: left;
	width: 265px;
	font: 10px/12px Verdana, Arial, sans-serif;
}
#headerTabs ul {
	margin: 0;
	padding: 10px 5px 0 5px;
	list-style: none;
}
#headerTabs li {
	display: inline;
	margin: 0;
	padding: 0;
}
#headerTabs a {
	float: left;
	background: url("/sgallery/tabs/header/tableft.gif") no-repeat left top;
	margin: 0;
	padding: 0 0 0 4px;
	text-decoration: none;
}
#headerTabs a span {
	float: left;
	display: block;
	background: url("/sgallery/tabs/header/tabright.gif") no-repeat right top;
	padding: 4px 6px 4px 2px;
	color: #000000;
}
#headerTabs a span { float: none; }
#headerTabs a:hover span { color: #000000; }
#headerTabs a:hover { background-position: 0% -42px; }
#headerTabs a:hover span { background-position: 100% -42px; }


/*
###########################
EXPLORE
###########################
*/
#exploreTabs {
	float: left;
	width: 288px;
	font: 10px/12px Verdana, Arial, sans-serif;
}
#exploreTabs ul {
	margin: 0;
	padding: 10px 5px 0 0;
	list-style: none;
}
#exploreTabs li {
	display: inline;
	margin: 0;
	padding: 0;
}
#exploreTabs a {
	float: left;
	background: url("/sgallery/tabs/explore/tableft.gif") no-repeat left top;
	margin: 0;
	padding: 0 0 0 4px;
	text-decoration: none;
}
#exploreTabs a span {
	float: left;
	display: block;
	background: url("/sgallery/tabs/explore/tabright.gif") no-repeat right top;
	padding: 5px 9px 4px 3px;
	color: #000000;
}
#exploreTabs a span { float: none; }
#exploreTabs a:hover span { color: #000000; }
#exploreTabs a:hover { background-position: 0% -42px; }
#exploreTabs a:hover span { background-position: 100% -42px; }
