/* ----------------Menu ----------------------*/
.rr_menu {
}

.rr_menu_add_to_favourites {
    float:left;
    padding:5px 0px 10px 0px;
}
.rr_menu_add_to_favourites a {
	text-decoration: none;
	border-right: 1px solid black;
	line-height:30px;
	padding:0px 8px 0px 0px;}


.rr_menu_view_favourites {
	float:left;
    padding:5px 0 10px;
}

.rr_menu_view_favourites a {
	text-decoration: none;
	border-right: 1px solid black;
	line-height:30px;
	padding:0px 8px 0px 8px;}


.rr_menu_email_this_rapidrecipe {
    float:left;
    padding:5px 0 10px;
}

.rr_menu_email_this_rapidrecipe a {
	text-decoration: none;
	border-right: 1px solid black;
	line-height:30px;
	padding:0px 8px;}


.rr_menu_print_this_rapidrecipe {
    float:left;
    padding:5px 0 10px;
}

.rr_menu_print_this_rapidrecipe a {
	text-decoration: none;
	line-height:30px;
	padding:0px 8px 0px 8px;}
	
	/* ----------------Recipe Display ----------------------*/

.rr_title {
	clear: both;
	font-weight:bold;
	font-size:180%;
	text-align:left;
	padding:0px 0px 5px 0px;
}

.rr_author_and_votes {
	padding-top:5px;
	padding-bottom:10px;
	font-weight: bold;
	padding-left: 10px;
}

.rr_author {}

.rr_image_and_intro {}

.rr_image {
	float:left;
	margin: 0 10px 10px 10px;
}

.rr_introtitle {
	font-weight:bold;
	clear: none;
	margin-left: 20px;
}

.rr_ingredients {
	clear: both;
	float: left;
	width: 100%;
}
.rr_ingredientstitle, .rr_stepstitle, .rr_commenttitle, .rr_reviewssectiontitle {
	font-weight:bold;
	clear: none;
	border-bottom: 1px #003333 inset;
	padding:5px 0;
	margin-bottom:5px;}

.rr_info {
	float:right;
	border: 2px #003333 ridge;
	padding: 10px;
	margin: 5px 20px 0 0;
	background-color: #f9faf5;}
	
.rr_infomaintitle {
	font-weight:bold;
	clear: none;
}
	
.rr_infotitle {
	border-top: 1px black dotted;
	clear: none;
	font-style:italic;	
}		
.rr_steps {
	clear:both;
	padding-bottom:10px;}

.rr_stepstext {
	text-align:left;
	padding:10px 0px 0px;
	line-height:20px;
}

/* ----------------imagesteps ----------------------*/
.rr_im_step {
    clear:both;
}

.rr_im_stepimage {
	float:left;
	margin: 0 10px 10px 10px;
}

.rr_im_steptext {
	text-align:left;
	padding:10px 0px 0px;
	line-height:20px;
}


/* ----------------comments ----------------------*/

.rr_commenttext {
	padding-bottom:20px;
	margin-left: 10px;
}

/*------------rate and review ----------------------*/

.rr_raterapidrecipelink {
}

.rr_comment_user {
	font-weight:bold;
	margin-left: 10px;
}

.rr_this_userrating {
    clear: left;
    margin:20px;
    padding:0px;
    text-align:left;
}

.rr_comment {
	margin:2px 0 20px 10px;
}


