﻿

.loading
{
	color:#04bc5a;
	font-weight:bold;
}

.PanelHeight
{
	overflow:hidden;
	
	
	
}

.stripViewer .panelContainer .panel ul {
	text-align: left;
	margin: 0 0px 0 0px;
	

}

.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden; 
	
	
	width: 380px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	
	clear: both;
	
	
	
}

/* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
.stripViewer .panelContainer 
{ 
	position: relative;
	left: 0; top: 0;
	width: 100%;
	list-style-type: none;

	
	/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
}



.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
	float:left;
	min-height:100%;
	_height: 100%;
	position: relative;
	width: 370px; /* Also specified in  .stripViewer  above */
	#width:380px;
	white-space:normal;

	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	border-top:solid 1px #E7E7E7;
	#overflow:hidden;
}



/* Wrapper to give some padding in the panels, without messing with existing panel width */
.stripViewer .panelContainer .panel .wrapper 
{ 
	padding-bottom:8px;
	padding-top:8px;
	padding-left:10px;
	
}


.stripNav { /* This is the div to hold your nav (the UL generated at run time) */

	margin: 0; 
	padding: 0;
	
	min-height:26px;
	_height:26px;
	
	
	white-space:normal;
	
}





.stripNav ul { /* The auto-generated set of links */
	list-style: none; 
	
	
	padding:0px;
	margin:0px;
	
	
}

.stripNav ul li {
	float: left;
	margin-right: 0px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
	background:url(../images/verticle_dot.gif) repeat-y left;
	padding-left:0px;
	
}


.stripNav a { /* The nav links */
  
	font-size: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	
	
	min-height:12px;
	color: #545654;
	text-decoration: none;
	display: block;
	
	padding-top:2px;
	
	margin-right:1px;
	
	_height:12px;
	
}

.stripNav li a
{
	overflow:visible;
	#overflow:inherit;
	
	font-size: 11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #545654;
	
	font-weight:normal;
	
	padding-top:7px;
	padding-bottom:7px;
	padding-left:4px;
	padding-right:20px;
	
	margin-left:5px;
	margin-right:12px;
	
	/* tabcontainer css */
	display:-moz-inline-box;display:inline-block;
	
	background:url(../images/recipeFinder/arrow-right-grey.gif) no-repeat right;
	
}

.stripNav li a:hover 
{
	font-size: 11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	
}

.stripNav li a.current 
{
	overflow:visible;
	#overflow:inherit;
	
	text-align:center;
	cursor:pointer;	
	
	font-weight:normal;
	font-size: 11px;
	color: #ff5e1b;

	padding-top:7px;
	padding-bottom:7px;
	padding-left:4px;
	padding-right:20px;
	
	margin-left:5px;
	margin-right:12px;
	
	/* tabcontainer css */
	background:url(../images/recipeFinder/arrow-down-orange.gif) no-repeat right;
	
}

.stripNavL, .stripNavR { /* The left and right arrows */
	position: absolute;
	top: 230px;
	text-indent: -9000em;
}

.stripNavL a, .stripNavR a {
	display: block;
	height: 40px;
	width: 40px;
}

.stripNavL {
	left: 0;
}

.stripNavR {
	right: 0;
}

.stripNavL {
	display:none;
}

.stripNavR {
	display:none;
}


p.Loading
{
	float:left;
}

.TabHeader 
{
	font-weight:bold;
	text-transform:uppercase;
	color:#666666;
	font-size:12px;
	padding-top:8px;
	padding-bottom:8px;
}
