#rapidrecipe {
width:98%;
padding:10px;
}

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

.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-right:10px;
	margin-bottom:10px;
	margin-left: 10px;
}

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

.rr_ingredients {
    clear:both;
	float:left;}
    
.rr_ingredientstitle {
	font-weight:bold;
	clear: none;	margin:0 0 5px 0;	border-bottom: 1px #003333 inset;}

.rr_info {
	float:right;	border: 1px black dotted;
	padding: 10px;
	margin-right:30px;	background-color: #f9faf5;}
	
.rr_infomaintitle {
	font-weight:bold;
	font-size:12px;
	clear: none;
	color:#666600;
}
	
.rr_infotitle {
	border-top: 1px black dotted;
	clear: none;
	color:#666600;}		
.rr_steps {
	clear:both;
	padding-bottom:10px;}

.rr_stepstitle {
	font-weight:bold;
	clear: none;
	margin:0 0 5px 0;	
	border-bottom: 1px #003333 inset;
}

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

.rr_commenttitle {
	font-weight:bold;
	text-align:left;
	clear: left;
	border-bottom: 1px #333333 inset;
	text-indent: 10px;
	margin:0 0 5px 0;
}

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

