@charset "utf-8";
/* CSS Document */

.RecipeListTable {
	width: 740px;
	font-size: 11px;
	margin-top: -3px;
	margin-left: -7px;
	margin-bottom: 10px;
}


.RecipeListTable img{
	border: 1px solid #cccccc;
}


.RecipeListTable TD{
	text-align: center;
	padding: 4px;
}

.RecipeListTable a{
	margin-right: 5px;
	margin-left: 5px;
}

.RecipeListTableBG {
	background-color: #f3f3f3;
	width: 130px;
}