@import url(style.css);

#upper_add_button,#lower_add_button {
	padding: 10px 0px; text-align: right; width: 610px;
}

#recipe_list p.recipe_cat {
	font-weight: bold;
}

#recipe_list p.recipe_link a {
	color: #dc2d1a;
}

div.recipe_preview {
	height: 50px; margin-top: 10px; padding: 10px 0px;
}

#recipe {
	padding: 10px 0px;
}
#recipe h1 {
	font-size: 22px;
}

#recipe h2 {
	font-size: 16px;
}
#recipe h3 {
	font-size: 14px;
}

#recipe h4 {
	font-size: 14px; padding: 5px 0px;
}

table.recipe_info {
	background: url(../img/func-bg.jpg) no-repeat; height: 40px; width: 590px;
}

table.recipe_info td.recipe_rating {
	padding-left: 15px; width: 105px;
}

table.recipe_info td.recipe_rating span {
	color: #ffffff; display: block; font-size: 12px; font-weight: bold; line-height: 20px; margin-top: -5px;
}

table.recipe_info td.recipe_rating img {
	line-height: 20px; padding-left: 8px;
}

table.recipe_info td.recipe_user {
	color: #ffffff; font-size: 12px; padding: 0px 5px; text-align: left; width: 160px;
}

table.recipe_info td.recipe_user p {
	line-height: 15px; overflow: hidden;
}

table.recipe_info td.recipe_functions ul,table.recipe_info td.recipe_functions ul li {
	display: inline;
}

table.recipe_info td.recipe_functions .form_button_print,table.recipe_info td.recipe_functions .form_button_rate,table.recipe_info td.recipe_functions .form_button_send {
	background: url(../img/func-button.jpg) no-repeat; border: 0px; color: #ffffff; font-weight: bold; height: 31px; width: 93px;
}
