@charset "UTF-8";

/* root element for tabs  */
ul.recipeTabs { 
	list-style:none; 
	margin:-26px 0 0 488px; 
	padding:0;
	height:26px;
	border-bottom:0;	
}

/* single tab */
ul.recipeTabs li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 
}

/* link inside the tab. uses a background image */
ul.recipeTabs a, ul.recipeTabs a:hover, ul.recipeTabs a:active { 
	background-image: url(/Images/Oswald/oswald-recipes-tabs.png);
	background-repeat: no-repeat;
	font-size:14px;
	font-weight: bold;
	display:block;
	height:21px;
	line-height:20px;
	width:134px;
	text-align:center;	
	text-decoration:none;
	color:#666;
	padding:5px 0 0;
	margin:0px;
	position:relative;
	outline: none;
}



ul.recipeTabs a:active {
	outline:none;		
}

/*set the sprite position*/
ul.recipeTabs li.left a.current { background-position: 0px 0px; }
ul.recipeTabs li.left a { background-position: 0px -30px; }
ul.recipeTabs li.right a.current { background-position: 0px -56px; }
ul.recipeTabs li.right a { background-position: 0px -82px; }

ul.recipeTabs a.current,ul.recipeTabs a.current:hover,ul.recipeTabs a.current:active { color: #000; cursor:default !important; }

/* initially all panes are hidden */ 
div.panes div.pane {
	display:none;		
}

