

body {
	background-color: #fff;
	font-family: Arial, sans-serif;
	text-align: center;
	margin: 0;
	padding: 0;
}

p,h1,h2,h3,h4,h5,h6,ul,ol,li,div,td,th,address,blockquote,nobr,b,i,input,textarea,dt
	{
	font-family: Arial, sans-serif;
}

td {
	vertical-align: top;
}

h1,h2,h3,h4 {
	margin: 5px 0px;
}

h1 {
	font-size: 1.5em;
}

h2 {
	font-size: 1.1em;
}

h2 a {
font-weight:normal;
}

h3 {
	font-size: 1em;
}

h4 {
	font-size: 0.9em;
}

h5 {
	font-size: 0.8em;
}

h6 {
	font-size: 0.5em;
}

p,ul,ol,li,div,td,th,address,nobr,b,i,input,textarea {
	font-size: 14px;
}

dt {
	font-weight: bold;
}

a:link {
	color: #A40630;
	text-decoration: none;
}

a:visited {
	color: #A40630;
	text-decoration: none;
}

a:active {
	color: #A40630;
	text-decoration: underline;
}

a:hover {
	color: #FF0948;
	text-decoration: underline;
}

/* colors */
.tue-color1 {
	color: #A40630;
}

.tue-color2 {
	color: #ECC35C;
}

.tue-bgcolor1 {
	background-color: #A40630;
}

.tue-bgcolor2 {
	background-color: #ECC35C;
}

.tue-border-color1 {
	border-color: #A40630;
}

.tue-border-color2 {
	border-color: #ECC35C;
}

.left {
	float: left
}

.right {
	float: right
}

.clear {
	clear: both
}

/* colors end */
#main {
	width: 950px;
	min-height: 560px;
	margin: 0px auto;
	border: 0px solid gray;
}



#head {
text-align:left;
	position: relative;
	height: 60px;
	background:url('/pic/bg_1_60.png') repeat-x;
	margin-bottom: 15px;
border-radius:5px;
-moz-border-radius:5px;
}

#head h1 a {
	padding-left: 10px;
color:#ECC35C;
}

#head form {
float:right;
}

#head h2 {
display:none;
}

#head>a>img {
	border: 0px solid red;
	margin: 0px;
	float: left;
	vertical-align: text-top
}

#tuestatus {
position:absolute;
right:5px;
top:5px;
	word-spacing: 10px;
	float: right;
	text-align: right;
}

#tuestatus a {
color:#ECC35C;
}

#content {
	width: 680px;
	border: 0px solid #fff;
	padding: 5px;
	text-align: left;
	background-color: #ffffff;
	float: left;
}

#menu { /* color: #990033; */
	width: 231px;
	float: right;
	text-align: left;
	/* background-color: #ffffff; */
	padding: 0px 0px;
}

.submenu {
	background-color: #fff;
	padding: 5px;
	margin-bottom: 15px;
	vertical-align: top;
}

.submenu h2 {
	border-bottom: 1px solid #E9E9E9;
	color:#666;
}

/* horizontal menu */
.tuemenu,.tuemenu li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.tuemenu li {
	float: left;
	margin-right: 5px;
	text-align: center;
}

.tuemenu li a {
	float: left;
	width: 10em;
	padding: 5px 0px;
	text-decoration: none;
	color: #A40630;
	background-color: #ECC35C;
}

.tuemenu a:hover {
	font-weight: bold;
}

#searchbar {
	background-color: #A40630;
}

/* minitab menu */
.TueMiniTab {
	border: 0px solid #A40630;
}

.TueMiniTab>div {
	clear: left;
	border: 1px solid #E9E9E9;
	padding: 5px;
	background-color: #fff;
	display: none;
}

.TueMiniTab ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.TueMiniTab ul li {
	float: left;
	margin: 0px;
	padding: 0px;
	position: relative;
}

.TueMiniTab ul li a.current {
	background-color: #A40630;
	color: #fff;
}

.TueMiniTab ul li a {
	background-color: #fff;
	color: #A40630;
	display: block;
	margin-right: 5px;
	padding: 2px 5px;
	text-decoration: none;
}

.TueMiniTab ul li a:hover {
	text-decoration: underline;
}

.boxAll {
-moz-border-radius:5px;
border-radius:5px;
}

.TueMiniTab ul li ul {
	position: absolute;
}

/* minitab menu end */ 

/* horizonal menu */
#topMenu {
	position:relative;
	top:7px;
}
.TueHMenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.TueHMenu ul li {
	float: left;
	margin: 0px;
	padding: 0px;
	position: relative;
}

.TueHMenu ul li a { /*background-color: #A40630;*/
	color: #fff;
	display: block;
	margin: 0px;
	padding: 2px 10px;
	text-decoration: none;

}

.TueHMenu ul li a:hover { /*background-color: #A40630;*/
	color: #fff;
	text-decoration: underline;
}

.TueHMenu ul li ul {
	position: absolute;
	display: none;
	background-color: #A40630;
}

.TueHMenu ul li ul li {
	clear: left;
}

.TueHMenu ul li ul li a {
	text-decoration: none;
	width: 140px;
	font-weight:normal;
}

.TueHMenu ul li ul li ul {
	clear: left;
	display: none;
	left: 140px;
	/* Bengin CSS-HACK, for Microsoft Internet Explorer */
	_left: 120px;
	/* End CSS-HACK */
	position: absolute;
	top: 0px;
}

/* horizonal menu end 
*/ /* menu item */
.VMenuItem:link,.VMenuItem:visited {
	text-decoration: none;
	display: block;
	padding: 3px 0px;
}

.VMenuItem:hover {
	text-decoration: underline;
	color: #fff;
	background-color: #A40630;
}

/* menu item end*/
#recipeRight {
	float: right;
	border-left: 1px solid #E9E9E9;
	width: 310px;
}

#recipeLeft {
	float: left;
	border: 0px solid #E9E9E9;
	width: 350px;
}

/* special */
.tue-effort {
	background-image: url(/pic/difficulty.png);
	height: 6px;
	padding: 0px;
	border-width: 0px;
}

.tue-rating {
	background-image: url(/pic/stars.png);
	height: 16px;
	width: 80px;
	padding: 0px;
	border-width: 0px;
	background-repeat: repeat-x;
}

/* pagination */
.tue-pagination {
	margin: 30px 0px;
}

.tue-pagination a {
	border-width: 1px;
	border-style: solid;
	margin: 2px;
	padding: 2px;
	text-decoration: none;
	border-color: #e9e9e9;
}

.tue-pagination a:hover {
	color: #fff;
	background-color: #A40630;
	text-decoration: none;
}

/* tagcloud */
.tagcloud {
	text-align: center;
}

.tagcloud a:link,.tagcloud a:visited {
	text-decoration: none;
	color: #A40630;
}

.tagcloud a:hover {
	text-decoration: underline;
	color: #fff;
	background-color: #A40630;
}

.recipeList td {
padding-right: 10px;
vertical-align:middle;
}
.recipeBegin {
border-top:15px solid white;
}

.ingredient-list-header {
	font-weight: bold;
	margin: 10px 0px 5px 0px;
	list-style-type: none;
}

.ingredient {
	line-height: 22px;
}

.ingredient:hover {
	background-color: #E9E9E9;
}

.ingredientUnit {
	padding: 0 5px;
	cursor: help;
	border-bottom: 1px dotted gray;
}

/* tagcloud end */ /* CNRating */
.icn_star_full_large,.icn_star_half_large,.icn_star_empty_large {
	width: 16px;
	height: 16px;
}

.icn_star_full_large {
	background-position: 0px 0px;
}

.icn_star_half_large {
	background-position: 16px 0px
}

.icn_star_empty_large {
	background-position: 16px 0px
}

#ratingStars {
	margin-right: 10px;
	float: left;
	border: 0px solid red;
}

#ratingStars,#ratingStars a {
	padding: 0px;
	font-size: 0px;
}

.master-sprite {
	background-image: url(/pic/stars.png);
	background-repeat: repeat-x;
	border: 0;
	padding: 0;
	margin: 0;
	cursor: pointer;
	background-color: transparent;
}

/* CNRating end */ /* menulist */
#tuemenulist {
	width: 150px;
	background-color: #ECC35C;
	float: right;
}

.tuemenuhead { /*border: 10px solid gray;*/
	border-width: 0px;
	border-style: solid;
	border-color: #f00;
	text-align: left;
	padding: 3px 5px;
	/*background-color: #A40630;*/
	background: url(/pic/bggrad.png) repeat-x;
	color: #fff;
	margin-bottom: 15px;
}

.tuemenuhead a:link,.tuemenuhead a:visited {
	color: #fff;
	text-decoration: none;
}

.tuemenuhead a:hover {
	color: #fff;
	text-decoration: underline;
}

.tuemenuitem {
	margin: 0px;
	/*border-style: dashed;
	border-width:0px 0px 1px 0px;*/
	border: 0 solid gray;
	text-align: inherit;
	padding: 0px;
	/*padding-left: 10px;*/
	color: #A40630;
	display: block;
	background-color: #ECC35C;
	text-decoration: none;
}

.tuemenuitem a:link,.tuemenuitem a:visited {
	margin-top: 0px;
	border-width: 0px;
	text-align: inherit;
	padding: 3px 5px 3px 5px;
	color: #A40630;
	display: block;
	background-color: #fff;
	text-decoration: none;
}

.tuemenuitem a:hover {
	background-color: #A40630;
	text-decoration: underline;
	color: #fff;
}

.tuemenuend {
	border: 0px solid gray;
	text-align: center;
	padding: 0px;
	font-weight: bold;
	display: block;
	background-color: #A40630;
	color: #fff;
}

/* Liste */
.tuelisthead {
	background-color: #A40630;
	padding: 3px;
	text-align: left;
	font-weight: bold;
	color: #fff;
	border-bottom: 1px solid #fff;
}

.tuelistrow {
	background-color: #fff;
	padding: 0px;
	margin: 0px;
	border-bottom: 1px dashed #FFCC00;
}

.tuelistrow:hover {
	background-color: #FFF5CD;
}

.tuelistelement {
	padding: 3px;
	border-bottom: 1px dashed #FFCC00;
	empty-cells: show;
}

.tuelistelement a:hover {
	background-color: #FFF5CD;
}

/* menu spacer for better looking */
.tuemenuspacer {
	height: 10px;
}

/*
Cell Menu
*/
.tuecellmenu,.tuecellmenuon { /*-moz-border-radius: 15px 15px 0px 0px;*/
	margin: 0px;
	border-style: solid;
	border-width: 0px;
	text-align: inherit;
	padding: 0px;
	color: #A40630;
	background-color: #ECC35C;
	border-color: #FFCC00;
	text-decoration: none;
}

.tuecellmenu a:link,.tuecellmenu a:visited {
	/* -moz-border-radius: 15px 15px 0px 0px;*/
	margin-top: 0px;
	/*border-style: solid ;*/ /*border-style:solid;
	border-width:1px 1px 0px 1px;*/
	border: 0px solid gray;
	text-align: inherit;
	padding: 3px 10px 0px 10px;
	color: #A40630;
	/*border-color: #FFCC00; */ /*display: block;*/
	/*background-color:#ECC35C;*/ /*border-color: #FFCC00; */
	text-decoration: none;
}

.tuecellmenuon a:link,.tuecellmenuon a:visited {
	-moz-border-radius: 15px 15px 0px 0px;
	margin-top: 0px;
	/*border-style:solid;
	border-width:1px 1px 0px 1px;*/
	border: 0px solid gray;
	text-align: inherit;
	padding: 3px 10px 1px 10px;
	color: #fff;
	/*border-color: #FFCC00; */
	background-color: #A40630;
	text-decoration: none;
}

.tuecellmenu a:hover,.tuecellmenuon a:hover {
	background-color: #A40630;
	text-decoration: underline;
	color: #fff;
}

/* 
style elements for buttons, blocks, formular
*/
.tueformfield {
	background-color: #fff;
	margin: 0px;
	padding: 1px;
	border: 2px solid #A40630;
}

.tueformfield:hover,.tueformfield:focus {
	background: #fff;
	border: 2px solid #ECC35C;
}

.tueattention {
	margin-bottom: 10px;
	border: 1px solid #f00;
	background-color: #FFf;
	padding: 10px;
	color: #f00;
	font-weight: normal;
}

#topMenu ul li {
	z-index: 100;
}

.tueborder {
	border: 1px solid #A40630;
	margin-bottom: 5px;
}

.tuebutton,a.tuebutton:visited,a.tuebutton:link {
	border: 1px solid #A40630;
	padding: 0px 5px;
	background-color: #A40630;
	color: #fff;
	text-decoration: none;
}

.tuebutton:hover,a.tuebutton:hover {
	border: 1px solid #ECC35C;
	color: #ECC35C;
	text-decoration: underline;
}

.tueblockbutton a {
	margin: 0px 0px 0px 0px;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	padding: 3px 10px 3px 10px;
	color: #A40630;
	border-color: #A40630;
	background-color: #fff;
	text-decoration: none;
}

.tueblockbutton a:hover {
	background-color: #FFF5CD;
}

#loginDiv {
	margin: 100px 100px;
	background-color: #fff;
	border: 1px solid #A40630;
	text-align: center;
}

#loginDiv table {
	margin: auto;
	text-align: left;
	border: 0px solid gray;
	background-color: #fff;
	margin-top: 15px;
}

#tuefooter {
	clear: both;
	border-top:1px solid #A40630;
	margin-top: 15px;
	padding: 0px;
	text-align: center;
	background-color: #ffffff;
	font-size: 10px;
}

#tuefooter table {
	width: 100%;
	margin: 0 auto;
}

#tuefooter td {
	vertical-align: top;
}

#tuefooter ul {
	list-style: none outside none;
	margin: 0 10px;
	text-align: left;
}

#tuefooter li {
	font-size: 10px;
}

#tuefooter a {
	color: #898989;
	text-decoration: none;
}

#tuefooter a:hover {
	color: #A40630;
	text-decoration: underline;
}

.tueingredient {
	padding-right: 20px;
}

.tueingredient:hover {
	background: url(/pic/magnifier.png) no-repeat right;
}



.CNFlowBox {
	float: left;
	width: 46%;
	margin: 5px;
	padding: 5px;
}

.CNFlowBox img {
	float: left;
	border: 1px solid #fff;
	width: 100px;
	height: 100px;
	margin: 0px 5px 0px 0px;
}

.CNFlowBox img:hover {
	border: 1px solid #A40630;
}

.CNFlowBox:hover {
	background-color: #FFEFF3;
}

#tueQuickNav {
	width: 100%;
	color: #fff;
	border: 0px solid gray;
	padding: 0;
	margin: 0;
	position: fixed !important;
	bottom: 0px;
	z-index: 10000;
}
#tueQuickNav:hover {
	font-weight:bold;
}

#tueQuickNav div {
	padding: 5px;
	display: inline;
	background-color: #A40630;
	opacity: 0.75;
	filter: alpha(opacity =   75);
	border: 1px solid #A40630;
}

#tueQuickNav a {
	color: #fff;
	padding: 0px 5px;
}

#chillOut {
	display: none;
	font-size: larger;
}

.vendorInfo {
	display: none;
	z-index: 1000;
	background-color: #fff;
	position: absolute;
	border: 1px solid #A40630;
}

.vendorInfoWrapper img {
	border: 0;
	line-height: 22px;
}

.vendorInfoWrapper {
	display: inline;
	float: right;
}

.vendorInfoLink {
	opacity: 0.5;
	filter: alpha(opacity =   50)
}

.icon {
	width: 16px;
	height: 16px;
}

/*Nifty Corners Cube CSS by Alessandro Fulciniti
The following classes are added dinamically by javascript,
and their use should be avoided in the markup */
b.niftycorners,b.niftyfill {
	display: block
}

b.niftycorners * {
	display: block;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	overflow: hidden;
	border-style: solid;
	border-width: 0 1px
}

/*normal*/
b.r1 {
	margin: 0 3px;
	border-width: 0 2px
}

b.r2 {
	margin: 0 2px
}

b.r3 {
	margin: 0 1px
}

b.r4 {
	height: 2px
}

b.rb1 {
	margin: 0 8px;
	border-width: 0 2px
}

b.rb2 {
	margin: 0 6px;
	border-width: 0 2px
}

b.rb3 {
	margin: 0 5px
}

b.rb4 {
	margin: 0 4px
}

b.rb5 {
	margin: 0 3px
}

b.rb6 {
	margin: 0 2px
}

b.rb7 {
	margin: 0 1px;
	height: 2px
}

b.rb8 {
	margin: 0;
	height: 2px
}

b.rs1 {
	margin: 0 1px
}

/*transparent inside*/
b.t1 {
	border-width: 0 5px
}

b.t2 {
	border-width: 0 3px
}

b.t3 {
	border-width: 0 2px
}

b.t4 {
	height: 2px
}

b.tb1 {
	border-width: 0 10px
}

b.tb2 {
	border-width: 0 8px
}

b.tb3 {
	border-width: 0 6px
}

b.tb4 {
	border-width: 0 5px
}

b.tb5 {
	border-width: 0 4px
}

b.tb6 {
	border-width: 0 3px
}

b.tb7 {
	border-width: 0 2px;
	height: 2px
}

b.tb8 {
	border-width: 0 1px;
	height: 2px
}

b.ts1 {
	border-width: 0 2px
}
/* niftycorners END*/


/**** Inline STYLE-tag style sheet ****/

<!--
a.gflag {font-size:16px;padding:1px 0;background-repeat:no-repeat;background-image:url('http://joomla-gtranslate.googlecode.com/svn/trunk/mod_gtranslate/tmpl/lang/16a.png');}
a.gflag img {border:0;}
a.gflag:hover {background-image:url('http://joomla-gtranslate.googlecode.com/svn/trunk/mod_gtranslate/tmpl/lang/16.png');}
-->


