﻿

.recipe-box-list-row {padding: 17px 0;}

.recipe-box-header-row {border-bottom:1px #fc9 dotted;}

.recipe-box-header-row, .row {border-bottom:1px #fc9 dotted;}

.recipe-box-list-header,.recipe-box-list  {list-style-type: none;}

ul.recipe-box-list-header {margin-bottom:10px;}

.recipe-box-list-header li,.recipe-box-list li {display: block;float: left;}

.recipe-box-header-row { padding: 10px 0;}

/* setup row widths */
.recipe-list-thumb { width: 50px; }
.recipe-box-list .recipe-list-thumb { height: 50px; }
.recipe-list-title {
	width: 183px;
	padding-left: 10px;
}
.recipe-list-type {
	width: 60px;
	padding-left: 10px;
}
.recipe-list-status {
	width: 50px;
	padding-left: 10px;
}
.recipe-list-review {
	width: 120px;
	padding-left: 10px;
}
.recipe-list-rating {
	width: 110px;
}
.recipe-list-added {
	width: 85px;
	padding-left:5px;
}
.recipe-list-notes {
	width: 65px;
	padding-left: 10px;
}

.recipe-list-row-active { background-color:#EDF4F9; }

.message-block-supporting-member { 
	border: 1px #803723 solid;
	background-color: #f8d9a7;
	color: black;
	font-weight: bold;
	display: none;
	padding: 6px 30px;
}
.message-block-supporting-member a { color: #371b07; }



/* added by kala to set image width/height */
.thumbnail {width:50px; height:50px;}

.recipe-list-rating img {height:12px;}


.search {float:right;font-weight:bold; vertical-align:top;}
.search a {margin-bottom:10px;}


.sponsored-div {padding:10px;border:1px solid #C0C0C0;}

/* folder list view */
.recipe-box-list .folder-list-thumb { width: 50px;height: 50px; }
.recipe-box-list .folder-list-thumb .thumbnail {width:50px; height:42px;} 

.recipe-box-list .level-one {padding-left:0px;}
.recipe-box-list .level-two {padding-left:51px;}
.recipe-box-list .level-three {padding-left:102px;}
.recipe-box-list .level-four {padding-left:153px;}

/*added for implementation on public profile */

.clear {clear:both;}
.recipe-box-header-row .recipe-list-rating {white-space:nowrap;}
.viewall-style {width:640px; text-align:right;margin-right:5px;margin-top:3px;}

/* added for empty recipe box view */

.rb-empty-list-main {
  position: inherit;
  padding: 3px 3px 3px 3px;
  width: 768px;
  height: 200px; 
}

.rb-empty-list-left { 
  width: 400px;
  float:left;
}

.rb-empty-list-content 
{
  width: 360px;
  float: right;
  height: 200px;
  padding-left:5px;   
}

.rb-empty-list-title
{
  color: #666666;
  font-family: Verdana, Arial, Sans-Serif;
  font-size: 16 px;
  font-weight: bold;
}

.rb-empty-list-title
{
  color: #666666;
  font-family: Verdana, Arial, Sans-Serif;
  font-size: 12 px; 
}
.rb-empty-list-imgLeft
{	
	width:10px;
	height:10px;
}

.rb-empty-list-imgCenter
{
	width:10px;
	height:10px;
}

.rb-empty-list-imgRight
{
	float: right;
	width:10px;
	height:10px;
}

