﻿@charset "UTF-8";

.recipeContent 
{
	background: transparent url(/Images/Oswald/oswald-recipes-right-bg.jpg) no-repeat scroll right top
}

.recipe_top,
.recipe_main,
.recipe_bottom
{
	margin: 0 16px 0 22px;
}




.recipe_main
{
	background: transparent url(/Images/Oswald/oswald-recipes-line-dotted.gif) no-repeat 342px 5px;
	height: 203px;
	position: relative;
}

.scroll-handle 
{	
	/*background: transparent url(/Images/Oswald/oswald-recipes-line-dotted.gif) no-repeat center 0;*/
	background: transparent;
	display: block;
	float: right;
	width: 9px;
	height: 190px;
	top: -5px;
}

.recipeContent .ui-slider 
{
	border: 0;
}

.recipeContent .ui-slider .ui-slider-handle 
{
	background: transparent url(/Images/Oswald/oswald-recipes-slider-button.gif) no-repeat 0 0;
	height: 19px;
	left: 0;
	margin-bottom:-10px;
	width: 9px;
}

.recipeContent .ui-corner-all 
{
	-moz-border-radius: 0;
}

.recipeContent .ui-state-default, 
.recipeContent .ui-widget-content .ui-state-default 
{
	border: 0;
}

.scroll-contents 
{
	display: block;
	left: 0;
	position: relative;
	top: 0;
}

.scroll-contents-wrapper 
{
	height: 200px;
	overflow: hidden;
	position: relative;
}

.scroll-contents-wrapper ,
.scroll-contents 
{
	width: 333px;
}

.preparation 
{
	display: none;
}

#recipesContainer
{
	position: relative;
	clear: both;
}

.ui-slider-disabled 
{
	display:none;
}

/* recipesItemControl */

#recipesItemControl 
{
	bottom: 8px;
	left: 8px;
	position: absolute;
	z-index: 99;
	
}

#recipesItemControl li 
{
	float: left;
}

#recipesItemControl a 
{
	background: transparent url(/Images/Oswald/oswald-recipes-control-light.png) no-repeat 3px -48px;
	display: block;
	height: 10px;
	outline: none;
	text-decoration: none;
	width: 12px;
}

#recipesItemControl .activeRecipeItem a 
{
	background-position: 3px 2px;
}