/*
* * * * * * * * * * * * * * * * * * * *
*		Pause Productions			  *
* 		November 2nd 2006		 	  *
* 		Dr.Oetker Project		 	  *
* * * * * * * * * * * * * * * * * * * *
*/

* {
	margin:0;
	padding:0;
	background-color: #FFF;
}
h1, h2, h3, h4, h5 {
	padding: 0;
	margin: 0;
	margin-bottom:8px;
	font-size: 22px;
	color:#666666;
}

h6 {
	padding: 0;
	margin: 0;
	margin-bottom:0px;
	font-weight: bold;
	font-size: 11px;
	color:#666666;
}

#container {
	position: relative;			
	width: 750px;	
	height: auto;
	text-align:left;	
	font-size: 11px;
	font-family: Arial;
	color: #666;
	height: auto;
}
/*
* * * * * * * * * * * * * * * * * * * *
*	Top bar with Searchs			  *
* * * * * * * * * * * * * * * * * * * *
*/
#mainBar {
	display: none;
}
/*
* * * * * * * * * * * * * * * * * * * *
*	Main container Starting			  *
* * * * * * * * * * * * * * * * * * * *
*/

#main {
	position: relative;
	overflow: visible;
	width: 750px;
	height: auto;
}

/*
* * * * * * * * * * * * * * * * * * * *
*	Left content with hiding menu	  *
* * * * * * * * * * * * * * * * * * * *
*/

#leftContent_small {
	display: none;

}

#leftContent_large {
	display: none;
}



#leftPreviews {
	display: none;
}

#leftPreviews_large {
	display: none;
}


/*
* * * * * * * * * * * * * * * * * * * *
*	Right Content/Main Content        *
* * * * * * * * * * * * * * * * * * * *
*/

#rightContent {
	display: block;	
	overflow: hidden;
	background-color: #FFF;
	top:0;
	border: 1px solid #FFF;
	width: 803px;
	font-size: 11px;
	color: #666;
	z-index: 1;
	padding: 0;
	margin: 0;
	height: auto;
}

#rightContent.large {
	width: 618px;
	
}

#rightContent .description {
	padding-left: 10px;
	padding-bottom: 10px;
	font-size: 10px;
}

#mainContent {
	display: block;
	overflow: visible;
	width: 585px;
	padding-top: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
}

#mainContent_large {
	display: block;
	overflow: hidden;
	float: left;
	width: 440px;
	padding-top: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
}
#mainContent p, #mainContent_large p, #mainContent div, #mainContent_large div {
	margin-bottom: 15px;
}

#mainContent_large img, #mainContent_large img {
	float: right;
	border: 1px solid red;
}

#mainContent a, #mainContent_large a, #mainTeasers a, #mainTeasers_large a {	
	text-transform: uppercase;
	text-decoration: none;
	color: #666;
	font-size: 11px;
	padding-left: 10px;
	background: url("/images/yellow_arrow_right.gif") no-repeat 0 2px;
}

#mainContent img a, #mainContent_large img a {
	background: none;
}

#mainContent li, #mainContent_large li {
	list-style: none;
	margin-left: 10px;
}

#mainContent a:hover, #mainContent_large a:hover {
	color: #C00;
	background: url("/images/red_arrow_right.gif") no-repeat 0 2px;
}

#mainContent a.currentPage, #mainContent_large a.currentPage {
	color: #C00;
	background: url("/images/red_arrow_right.gif") no-repeat 0 4px;
}

#mainTeasers, #mainTeasers_large {
	display: none;
}

/*
* * * * * * * * * * * * * * * * * * * *
*	Page Numbers                	  *
* * * * * * * * * * * * * * * * * * * *
*/

#pageNumbers {
	margin: 8px;
	padding: 5px;
	bottom: 0;
	width:95%;
	border-top: 1px solid #FBE9B9;
	border-bottom: 1px solid #FBE9B9;
}

#pageNumbers li {
	display: inline;
	list-style: none;
	padding: 10px;	
}

#pageNumbers li a {
	font-size: 14px;
	font-weight: bold;
	background: url("/images/yellow_arrow_right.gif") no-repeat 0 4px;
}

#pageNumbers li a:hover {
	background: url("/images/red_arrow_right.gif") no-repeat 0 4px;
}

#pageNumbers .currentPage {
	font-size: 14px;
	font-weight: bold;
	color: #C00;
	background: url("/images/red_arrow_right.gif") no-repeat 0 14px;
}

/*
* * * * * * * * * * * * * * * * * * * *
*	Health Info for Products    	  *
* * * * * * * * * * * * * * * * * * * *
*/


#healthInfo {
	width: 420px;
}

#healthInfo table {
	width: 440px;
}

#healthInfo th {	
	text-transform: uppercase;
	font-size: 11px;
	color: #666;
	text-align: left;
	width: 124px;
	margin-right: 4px;	
}

#healthInfo td {	
	font-size: 11px;
	padding: 2px;
	color: #666;
	overflow: hidden;
	padding-right: 4px;
	
}

#healthInfo .highLight{
	background-color: #FBE9B9;
}

#healthInfo .healthInfoNumbers{
	text-align: right;
}

/*
* * * * * * * * * * * * * * * * * * * *
*	Recipe CSS This is massive  	  *
* * * * * * * * * * * * * * * * * * * *
*/

#breadcrumb {
	display: none;
}

#recipe {
	width: 565px;
	display: block;
	height: auto;
	margin-top: 10px;
	padding: 0;
	margin-left: 50px;
}

#recipeTop {
	margin-bottom: 20px;
}

#recipeText {
	width: 383px;
	background-color: #FFF;
	float: left;
	display: block;
	height: auto;
	padding: 3px;
	margin:0;
	margin-bottom: 20px;
	border: 1px solid #000;
	overflow: visible;
}

#recipeText ul{
	list-style-type: circle !very important;
	padding-right: 2px;
}
#recipeText ol {
	list-style-type: decimal !very important;
	padding-right: 2px;
}
#recipeText table {
	border: none !important;
	background: none !important;
	width: 360px !important;
	padding: 3px !important;	
}
#recipeText p {
	padding: 5px;
}

#recipeSide {
	vertical-align:top;
	display: block;
	width: 173px;	
	float: right;
	top: 0;
	padding: 0;
	margin: 0;
	height: 100%;
	border-left: 0px solid #000;
}

#recipeBorder {
	display: block;
	height: auto;
	width: 168px;
	overflow:hidden;
	border-left: 0px solid #000;
	border-right: 0px solid #000;
	border-top: 0px solid #000;
	border-bottom: 0px solid #000;
	position: relative;	
	float: left;
}

#recipeLinks ul li, #recipeNav ul li, #recipeBottomLinks ul li {

}

#recipeLinks ul, #recipeBottomLinks ul {
	float: left;
	margin: 0 0 0 3px;
	padding-bottom: 3px;
	height: auto;
}

#recipeImage {	
	float: left;
	width: 169px;
	margin-top: 5px;
	margin-bottom: 5px;
	overflow:hidden;
}

#recipeEase {
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 10px;
}

#recipeNav {
	vertical-align:top;
	display: block;
	width: 150px;
	position: relative;
	float: right;
	text-align: left;
}

#recipeHealth {
	float: left;
	width: 585px;
	overflow:hidden;
}
#recipeHealth table {
	width: 360px;	
	margin-top: 3px;
	margin-left: 3px;
	margin-bottom: -4px;
	border-right: 1px solid #666;
	border-left: 1px solid #666;
	border-top: 1px solid #666;
}

#recipeHealth th {
	width: 125px;
	font-size: 11px;
	color: #666;
	text-align: left;
}

#recipeHealth td {
	font-size: 11px;
	padding: 2px;
	color: #666;
	border: none;
}

#recipeHealth p {
	width: 352px;
	border-right: 1px solid #666;
	border-left: 1px solid #666;
	border-bottom: 1px solid #666;
	margin-top: 3px;
	margin-left: 3px;
	margin-bottom: 30px;
	padding: 3px;
}

#recipeNav {
	margin: 5px;
}

#recipePrev a {
	background: url("/images/yellow_arrow_left.gif") no-repeat -3px 2px;	
}

#recipePrev a:hover {
	background: url("/images/red_arrow_left.gif") no-repeat 0 2px;	
}

#suitableProducts {
	display: block;
	width: 545px;
	float: left;
	position: relative;
	margin-bottom: 20px;
	padding: 5px;
}

#suitableLinks ul {
	width: 200px;
	border: 1px solid #666;
	font-weight: bold;
}

#suitableLinks li a {
	background: url("/images/red_arrow_right.gif") no-repeat 0 2px;
}

#recipeAllergy {
	display: block;
	width: 545px;
	float: left;
	position: relative;
	margin-bottom: 30px;
	padding: 5px;
}


/*
* * * * * * * * * * * * * * * * * * * *
*	Allergy for both product and      *
*   recipe	  						  *
* * * * * * * * * * * * * * * * * * * *
*/

#allergyInfo {
	padding: 5px;
}

/*
* * * * * * * * * * * * * * * * * * * *
*	Download for Recipes              *
* * * * * * * * * * * * * * * * * * * *
*/


#recipeDownload {
	display: block;
	width: 545px;
	float: left;
}
#recipeDownload table {
	margin: 15px;
}

.downloadDescription {
	width: 150px;
	height: 120px;
	background-color: #FBE9B9;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	border-top: 1px solid #FFF;
	vertical-align: top;
}

.downloadPreview {
	width: 100px;
	height: 120px;
	vertical-align: bottom;
	text-align: center;
	border-right: 1px solid #FBE9B9;
	border-bottom: 1px solid #FBE9B9;
	border-top: 1px solid #FBE9B9;
}
/*
* * * * * * * * * * * * * * * * * * * * *
*	Product Grid for All Products	    *
* * * * * * * * * * * * * * * * * * * * *
*/

#productGrid  {
	margin-left: auto;
	margin-right: auto;
}

#productGrid table {
	width: 450px;
}

#productGrid td {
	width: 150px;
	height: 100px;
	vertical-align: top;
	text-align: center;
}

#productGrid a {
	font-size: 12px;
	font-weight: bold;
	background: none;
}

#productGrid a:hover {
	color: #C00;
	background: none;
}

/*
* * * * * * * * * * * * * * * * * * * * *
*	Formats for formBox elements	    *
*   Please use formBox class for forms  *
* * * * * * * * * * * * * * * * * * * * *
*/

.formBox {
	width: 450px;
	overflow: hidden;
	display: block;		
}

.formBox table {
	width: 440px;
	padding:5px;
	font-size: 12px;
	background-color:#FBE9B9;
	color: #666666;
}

.formBox .wideText {
	width: 400px;
}

.formBox select {
	position: relative;
	width: 150px;
}

.formBox .btxt {
	padding-top: 5px;
	font-weight: bold;
}

.formBox td {
	padding: 2px;
}

.formBox input {
	margin-right: 8px;
	margin-left: 3px;
}

.formBox .buttonRight {
	float: right;
}



/*
* * * * * * * * * * * * * * * * * * * *
*	Breadcrumbs 				 	  *
* * * * * * * * * * * * * * * * * * * *
*/

#breadcrumb {
	vertical-align: top;
	margin-top: 15px;
}

#breadcrumb ul {	
	margin-left: 10px;
	list-style: none;		
	font-size: 10px;		
}

#breadcrumb li {
	display: inline;	
	padding-right: 10px;	
	color: #666;
	text-transform: uppercase;			
}

#breadcrumb a {	
	text-decoration: none;
	color: #666;
	padding-left: 10px;	
	background: url("/images/yellow_arrow_right.gif") no-repeat 0 2px;
}

#breadcrumb a:hover {
	color: #C00;				
	background: url("/images/red_arrow_right.gif") no-repeat 0 2px;
}

#breadcrumb #lastcrumb {	
	padding-left: 10px;	
	background: url("/images/yellow_arrow_right.gif") no-repeat 0 2px;
}

/*
* * * * * * * * * * * * * * * * * * * *
*	Footer Formats 				 	  *
* * * * * * * * * * * * * * * * * * * *
*/

#footer {	
	display: none;
}



#bottomContent {
	width: 1024px;
	height: auto;
	position: relative;
}

/*
* * * * * * * * * * * * * * * * * * * *
*	Main/Splash Page Formats	 	  *
* * * * * * * * * * * * * * * * * * * *
*/

#splashTeasers {
	position: relative;	
	width: 630px; 
	float: left;
	margin-left: 20px;
}

#splashTeasers .teaser {
	text-align: center;
	width: 190px;
	height: 200px;
	padding-left: 10px;	
	padding-right: 13px;	
	font-size: 14px;
	font-weight: bold;
	color: #666;
	
	background: url(/images/teaser_line.gif) no-repeat right 50px;
}
#splashTeasers .teaser img {
	padding: 3px;
}

#splashTeasers .teaser a {
	color: #666;	
	text-decoration: none;
	text-transform: uppercase;
	padding-bottom: 4px;
}

#splashTeasers .teaser a:hover {
	color: #C00;
}

#splashLinks {
	position: relative;	
	float: left;
	margin-top: 75px;
	padding: 20px;
	width: 300px;
	display:block;
}

#splashLinks li {
	list-style: none;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	margin-left: 4px;
	
}

#splashLinks a {	
	color: #666;
	text-decoration: none;
	text-transform: uppercase;	
	padding-left: 20px;
	background: url("/images/red_arrow_right.gif") no-repeat 0 4px;	
}

#splashLinks a:hover {
	color: #C00;
}
