

/************************* Generic  *************************/

.bold { font-weight:bold;}
.italic{ font-style:italic;}
.rb_topTB{
	background-color:#67aad3;
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
	padding:2px 0 4px 4px;
}

.down{
	margin-top:20px;
}


.fl{
	float:left;
}

.fr{
	float:right;
}

.cl{
	clear:left;
}

.cr{
	clear:right;
}

.cb{
	clear:both;
}

/************************* Column Positioning *************************/


.rb_content{
	width:100%;
}

.rb_preamble{
	width:100%;
	padding:10px;
	margin-bottom:25px;
}

.rb_leftCol{
	width:195px;
	clear:both;
	height:100%;
	float:left;
	overflow:hidden;
}

.rb_mainCol{ 
	float:left;
	margin-left:12px;
	width:540px;
}

/*************************** Header Content **************************/


.rb_pageTitle{
	width:150px;
	border-right: 1px solid #000;
	font-size:24px;
	font-weight:bold;
	padding-bottom:20px;
}

.rb_detailTitle{
	font-size:24px;
	margin:10px 0 10px 10px;
	width:540px;
}
.rb_box{
    width:540px;
}
.rb_pageDescription{
	position: relative;	
	left:20px;
	padding:5px;
} 



/************************* Main Column Contents *************************/

/*************************Recipe Top Nav   *************************/

.rb_rboxTitleBar{
	background-color:#67aad3;
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
	padding:2px 0 4px 4px;
	height:19px;
}
.rb_rboxTitle{
	float:left;
	
}
.rb_rboxSearch{
	float:left;
	margin-left:195px;
		
}


.rb_rboxSearchBox{
	position:relative;
	top:-20px;
	
}

.rb_rboxSearchSubmit{
	margin-left:5px;
	position:relative;
	top:-7px;
	
}

.rb_rboxListSort{
	margin-top:25px;
	padding:5px;
}

.rb_rboxListSortText{
	font-size:16px;
	font-weight:bold;
	display: inline;
	margin-right:5px;
	float:left;
}

.rb_rboxNav{
	position:relative;
	top:-15px;
	float:left;
	margin-left:365px;
}

.rb_rboxNav down{
	position:relative;
	top:15px;
}

.rb_rboxBanner{
	text-align:center;
	margin-bottom:10px;
}


/***************************LIST ITEMS**************************/
.rb_listItem{
	height: 109px;
	padding:3px;
}

.rb_listItemWrapper{
	border: 1px solid #CCCCCC;
	width: 540px;
	padding:3px;
	margin-bottom:5px;
}

.rb_listItem_rCol{
	width:120px;
	float:left;	
	text-align:center;
}

.rb_listItemDate{
	padding-top:10px;
	font-size:11px;
}

.rb_listItemTitle{
	font-size:16px;
	font-weight:bold;
}
.rb_listItemRating{
	float:right;
	position:relative;
	top:-15px;
}
.rb_listItemTimes{
	margin-top:10px;

}

.rb_listItemTime{
	width: 150px;
	float:left;
}

.rb_listItemRecommend{
	width:400px;
	position:relative;	
	top:28px;
}


/************************** LIst ITEM  UI*************************/

.rb_listItemUI{
	background-color: #b8dafc;
	height:26px;
}
.rb_listItemUI img{ 
	padding-left:3px;
	padding-top:3px;
}
.rb_listItemUIMenu{ 
	float:right;
	padding-right:3px;
	position: relative;
	top:-23px;
}

/************************* Left Column Contents *************************/

/************************ folder************************/

.rb_folderbox{
	background-image: url(/images/NonCMSPages/RecipeBox/rb_titleBG.gif);
	border: 1px solid #67aad3;
}

.rb_folderboxTitle{
	

}	

.rb_folderboxContent{
	padding:10px 0px 10px 7px;
	width:140px;
	
}
.rb_addtionalLink
{
	font-weight:bold;
	padding:5px 10px 5px 25px;
	border-top:dotted 2px #67aad3;
}

.rb_folderboxTree{
}

.rb_folderMain{
	background: #FFF url(/images/NonCMSPages/RecipeBox/folder_large.gif) no-repeat scroll bottom left;
	padding-left: 30px;
	line-height:1.5em;
	
}

.rb_folder{
	background: #FFF  url(/images/NonCMSPages/RecipeBox/folder_small.gif) no-repeat scroll center left;
	margin:	5px 0 0 30px;
	padding-left: 25px;
}

.rb_openFolder{
}

.rb_folderboxCreateFolder{
	padding:10px 5px 0 5px;
	font-weight:bold;
}



/************************ YMAL ************************/

.rb_YMALbox{
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #ddedf4;
}

.rb_YMALboxTitle{
	background-color:#ddedf4;
	color:#666666;
	font-size:14px;
	font-weight:bold;
	padding:5px;

}	

.rb_YMALTitleDescription{
	height:52px;
	overflow:hidden;	
}
	
.rb_YMALboxContent{
	padding:10px;	
}
.rb_YMALboxContent li{
	list-style-type:none;
	font-weight: bold;
	text-indent:-4px;
	padding-left:5px;	
}
.rb_YMALmore{
	margin-top:5px;
}
.rb_YMALtitle{
	margin-bottom:2px;
}

.rb_YMALdescription{
	margin-bottom:14px;
}

.rb_adSpace{
	background-color: #efedd3;
	height:100%;
	padding-top: 5px;
	padding-bottom: 5px;
}

.rb_adTile
{
	padding-left:17px;
	margin-top:10px;
	margin-bottom:10px;
	height:100%;
}
.rb_similarName{
	margin-bottom:5px;
}

/***********************************EMPTY FOLDER*********************************/
.rb_folderControls{
	margin:10px;
	clear:both;
	position: relative;
	right:10px;
}

.rb_listMessage{
	padding:10px;
}

.rb_redirect_searchSubmit{
	position: relative;
	top:10px;
}


