
.mycookbookbar {
	height: 45px;
	background-image: url(../images/recipes-sprite.png);
	background-position: 0 -151px;
	width: 796px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	color: #fff;
	font-size: 11px;
	letter-spacing: 1px;
}

.mycookbookbar h4 {
	height: 22px;
	width: 136px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 12px;
	left: 10px;
}

.mycookbookbar h4 a {
	
	height: 100%;
	width: 100%;
	display: block;
}

.mycookbookbar a span {
	display: none;
}

.mycookbookbar p.saved-recipes {
	text-transform: uppercase;
	position: absolute;
	left: 200px;
	top: 12px;
	margin: 0;
	height: 22px;
	vertical-align: middle;
	display: block;
}

.mycookbookbar a, .mycookbookbar a:visited, .mycookbookbar a:hover {
	color: #fff;
	text-transform: none;
}

.cookbook-controls {
	font-size: 12px;
}

span.number-saved {
	font-size: 16px;
	font-weight: bold;
	font-family: Helvetica, sans-serif;
	vertical-align: middle;
}
#body ul.recipe-actions {
	margin: 0;
	border-top: 1px solid #EAE9E3;
}
ul.recipe-actions li {
	list-style-image: none;
	list-style-type: none;
	border-bottom: 1px solid #EAE9E3;
	padding: 10px 0;
}

.addtocookbook a span, .removefromcookbook a span, .printrecipe a span, .shoppinglistview a span {
	display: none;	
}
.addtocookbook a {
	background-image: url(../images/recipes-sprite.png);
	background-position: -162px -390px;
	width: 156px;
	height: 16px;
	display: block;
}
.removefromcookbook a {
	background-image: url(../images/recipes-sprite.png);
	background-position: -162px -408px;
	width: 193px;
	height: 16px;
	display: block;
}
.printrecipe a {
	background-image: url(../images/recipes-sprite.png);
	background-position: -21px -390px;
	width: 135px;
	height: 14px;
	display: block;
}
.shoppinglistview a {
	background-image: url(../images/recipes-sprite.png);
	background-position: -354px -390px;
	width: 150px;
	height: 15px;
	display: block;
}

.recipe-search-form {
	margin-top: 28px;
	height: 117px;
	background-image: url(../images/recipes-sprite.png);
	background-position: 0 0;
	width: 796px;
	position: relative;
}

.recipe-search-form label {
	display: none;
}

legend.search-all-recipes {
	width: 148px;
	height: 10px;
	background-image: url(../images/recipes-sprite.png);
	background-position: -140px -203px;
	position: absolute;
	top: 29px;
	left: 20px;
	content: '';
}
legend.search-all-recipes span {
	display: none;
}

legend.advanced-options {
	position: absolute;
	color: #a22e1f;
	top: 24px;
	left: 400px;
	font-size: 11px;	
}

div.search-box {
	position: absolute;
	top: 50px;
	left: 18px;
	width: 228px;
	height: 30px;
	background-image: url(../images/recipes-sprite.png);
	background-position: -86px -231px;
	background-color: transparent;
	padding-left: 10px;
	padding-top: 8px;
}

#s {
	font-size: 14px;
	border: none;
	font-family: Georgia, Times, serif;
	width: 200px;
	border: 0;
}

#dt, #ovp, #r, #t {
	width: 167px;
	position: absolute;
}

#dt {
	top: 48px;
	left: 400px;
}
#r {
	
	top: 75px;
	left: 400px;
}
#ovp {
	top: 75px;
	left: 600px;
}

#t {
	top: 48px;
	left: 600px;
}


#submit-search span {
	display: none;	
}
#submit-search {
	display: block;
	position: absolute;
	width: 116px;
	height: 34px;
	background-image: url(../images/recipes-sprite.png);
	background-position: -325px -235px;
	top: 52px;
	left: 256px;
}

.keywords, .results-number, .selected-dt {
	font-weight: bold;	
}

.results-summary a, .results-summary a:visited {
	text-decoration: none;
}
#body p.results-summary {
	margin-bottom: 10px;	
}

/**
 * Style the results table 
 */
#body table.recipelist {
	width: 100%;
}
#body table.recipelist, #body table.recipelist th, #body table.recipelist td {
	border: none;
	font-size: 12px;
}
#body table.recipelist td a, #body table.recipelist td a:visited {
	text-decoration: none;	
}
#body table.recipelist th, #body table.recipelist th a, #body table.recipelist th a:visited {
	color: #FFF;
	font-size: 11px;
	text-decoration: none;
}

#body table.recipelist th a.asc {
	background-image: url(../images/recipes-sprite.png);
	background-position: -301px -212px;
	padding-left: 12px;
}

#body table.recipelist th a.desc {
	background-image: url(../images/recipes-sprite.png);
	background-position: -301px -198px;
	padding-left: 12px;
}

#body tr.results-header {
	background-image: url(../images/recipes-sprite.png);
	background-position: 0 -118px;
	height: 31px;
	position: relative;
}
#body tr.results-header th {
	height: 27px;
	white-space:nowrap;
	padding: 4px 8px 0 8px;
	vertical-align: center;
}
#body table.recipelist td {
	height: 62px;
	vertical-align: middle;
	background-color: #fefdf7;
}
#body table.recipelist tr.odd td {
	background-color: #f8f7ec;	
}

#body table.recipelist td.name-row {
	width: 320px;
	font-size: 14px;
}

.rating-box {
	position: relative;
}
.rating-box-active {
	cursor: pointer;
}
#rate-interface {
	position: absolute;
	background-color: #f8f7ec;
	top: 54px;
	left: 0px;
	width: 63px;
	height: 133px;
	z-index: 1000;
	border: 1px solid #CCC;
	font-weight: bold;
	font-size: 12px;
}
#rate-interface a:link, #rate-interface a:visited {
	color: #9C2C1E;
	text-decoration: none;
}
#rate-interface #rate-cancel:link,#rate-interface  #rate-cancel:visited {
	color: #482421 !important;
}
.total-ratings, .rate-trigger {
	font-size: 11px;
}

.recipe-rating {
	width: 47px;
	height: 8px;
	background-image: url(../images/recipes-sprite.png);
	background-position: 0 -200px;
}

.recipe-rating .number-stars {
	display: none;
}

.stars-4 {
	background-position: -9px -200px;
}

.stars-3 {
	background-position: -18px -200px;
}
.stars-2 {
	background-position: -27px -200px;
}
.stars-1 {
	background-position: -36px -200px;
}
.stars-0 {
	background-position: -45px -200px;
}


/**
 * Single recipe styles
 */
div.hrecipe h1.fn {
	margin-top: 50px;
	text-transform: none;
	font-size: 30px;
	text-shadow: none;
}

div.detailbox {
	width: 574px;
	position: relative;
	margin-bottom: 26px;
}

div.specifications {
	background-image: url(../images/recipes-sprite.png);
	background-position: 0 -275px;
	height: 60px;
	padding-left: 10px;
	padding-top: 10px;
	text-align: center;
}

div.recipeCard {
	background-image: url(http://ovfm2.ov.coop/fileadmin/marquee/images/recipe-box-bg-strip.png);
	background-repeat: repeat-y;
	background-position: -5px;
	padding: 6px 10px 0 20px;
}
div.ingredients p {
	margin-bottom: 2px;
}

div.detailbox-bottom {
	background-image: url(../images/recipes-sprite.png);
	background-position: 0 -345px;
	height: 15px;
	width: 574px;
	position: absolute;
	bottom: -15px;
}

/**
 * Spec row
 */
div.specifications dt {
	text-transform: uppercase;
	font-weight: bold;
}
div.specifications dd {
	color: #a22e1f;
	font-size: 13px;
}
div.specifications dl {
	float: left;
	padding-right: 17px;
	display: inline;
}
dl.rating-box {
	width: 70px;
}
div.specifications .recipe-rating {
	background-position: 0 -363px;
	width: 60px;
	height: 10px;
}
div.specifications .stars-4 {
	background-position: -12px -363px;
	margin-left: 10px;
}
div.specifications .stars-3 {
	background-position: -24px -363px;
	margin-left: 20px;
}
div.specifications .stars-2 {
	background-position: -36px -363px;
	margin-left: 30px;
}
div.specifications .stars-1 {
	background-position: -48px -363px;
	margin-left: 40px;
}
div.specifications .stars-0 {
	background-image: none;
	position: relative;
}
div.specifications .stars-0 .number-stars {
	position: absolute;
	display: block;
	top: -5px;
	left: 5px;
	width: 60px;
}

/**
 * Ingredients
 */
div.ingredients {
	margin-bottom: 20px;
}
div.ingredients h3 span {
	display: none;	
}
div.ingredients h3 {
	width: 97px;
	height: 11px;
	background-image: url(../images/recipes-sprite.png);
	background-position: -578px -276px;
}
.instructions-header {
	width: 86px;
	height: 11px;
	background-image: url(../images/recipes-sprite.png);
	background-position: -578px -287px;
}
.instructions-header span {
	display: none;	
}
.summary, .serving-suggestions, .recipe-notes, div.directions, .copyright {
	margin-bottom: 20px;
}
.serving-suggestions .recipe-section-head {
	width: 167px;
	height: 11px;
	background-image: url(../images/recipes-sprite.png);
	background-position: -578px -309px;	
}
.serving-suggestions .recipe-section-head span, .recipe-notes .recipe-section-head span {
	display: none;	
}
.recipe-notes .recipe-section-head {
	width: 46px;
	height: 11px;
	background-image: url(../images/recipes-sprite.png);
	background-position: -578px -320px;
}
#body div.ingredients ul a, #body div.ingredients ul a:visited {
	text-decoration: none;
}
#body div.ingredients ul {
	margin: 0;
	list-style-type: none;	
	list-style-image: none;
	font-size: 13px;
	line-height: 15px;
}
#body div.ingredients ul li {
	margin-bottom: 12px;
	
}
div.ingredients span.num {
	
}
div.ingredients span.info {
	width: 240px;
	
}
#body div.ingredients sup, #body div.shoppinglist sup {
	margin-right: 1px;
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
	bottom: 1ex;
	font-size: .9em;
}
#body div.ingredients sub, #body div.shoppinglist sub {
	margin-right: 2px;
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
	top: .4ex;
	font-size: .9em;
}
div.ingredients ul.columnOne, div.ingredients ul.columnTwo {
	width: 272px	
}
div.ingredients ul.columnOne {
	width: 265px;
	padding-right: 7px;
}

.ingredient-groupby {
	font-weight: bold;	
}

#body div.shoppinglist li, div.shoppinglist li {
	list-style-image: url(http://ovfm2.ov.coop/fileadmin/marquee/images/box.png);
	margin-left: 30px;
}

.shoppinglist-showall {
	color: #000;
	font-size: 12px;
}
.shoppinglist-showall h1 {
	font-size: 15px;
	text-shadow: none;
	text-transform: none;
	color: #000;
}
.shoppinglist-showall h3 {
	font-size: 20px;
	border-bottom: 1px solid #000;
}
.shoppinglist-showall h5 {
	margin-bottom: 0;
	margin-left: 29px;
	font-size: 12px;
	font-weight: normal;
}
.shoppinglist-showall ul {
	margin-bottom: 6px;
}
.shoppinglist-showall .preparation, .shoppinglist-showall .notes {
	font-size: 10px;
}


.all-dish-types {
	margin-top: 55px;
}

.search-headline {
	width: 100%;
	margin-bottom: 5px;
	margin-top: 4px;
}

