/* Localized */

/* everything is constructed with a single background image */

/* root element for tabs */
#flowtabs {
	
	/* dimensions */
	width:130px;
	height:85px !important;
	margin:40px 0 0 550px !important; 
	padding:0;

	/* IE6 specific branch (prefixed with "_") */
	_margin-bottom:-2px;
}

/* single tab */
#flowtabs li { 
	float:right; 
	margin:0 0 5px 0; 
	padding:0; 
	text-indent:0; 
	list-style-type:none;
	height:85px;
}

/* a- tag inside single tab */
#flowtabs li a {
	display:block;
	height: 31px;   
	width: 130px; 	
	padding:0px;
	margin:0px;
	
	/* font decoration */
	line-height:33px;
	text-align:center;
	text-decoration:none;
	border: none;
	
	/* opacity change for rollover */
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

#flowtabs li a:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}

/* remove border from images */
#flowtabs li img {
	border: none;
}

/* panes */
#flowpanes {
	width:520px;
	min-height:450px;
	float: left;
}


/* single pane */
#flowpanes div {
	display:none;	
	margin:0;
	float: left;
}

/* some decorations for elements inside single pane */
#flowpanes div h2 {
	font-weight:normal;
	letter-spacing:1px;
	margin:0 0 0 0;
}

#flowpanes a {
}

#flowpanes p, #flowpanes samp {
}

.ingredients, .instructions {
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.dynamic_recipe ul, .dynamic_recipe ol {
	padding: 0 0 0 20px;
	margin: 0 0 10px 0;
}

.dynamic_recipe h1 {
	line-height: 1.2;
	margin: 0;
}

p {
	margin: 0 0 10px 0;
	padding: 0;
}