@charset "utf-8";
/* CSS Document */

.BoxShowTopTen {
	width: 692px;
	margin-left: -3px;
	
}
	.BoxShowTopTen .BoxShowBottomTopTen {
		background: url(../images/bg-top10recipebottom.gif) left bottom no-repeat;
	}
	.BoxShowTopTen .BoxShowTopTopTen {
		padding: 16px 0 9px 0;
		background: url(../images/bg-top10recipe.gif) left top no-repeat;
	}
.BoxShowTopTopTen ul.Top10List {
	border-left: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
	margin: 0 0 0 4px;
	width: 684px;
}
	.BoxShowTopTopTen ul li.RecipeItem {
		background: url(../images/bg-listrecipe.gif) no-repeat scroll 0 0;
		overflow: hidden;
		margin-left:12px;
		padding-bottom:15px;
		width:659px;
	}
	.BoxShowTopTopTen .InfoRecipe {
		float:left;
		padding:15px 0 0;
		width:360px;
	}
h4.SubTitle3 {
	font-size: 1.3em;
}
	h4.SubTitle3 span {
		font-size: 0.8em;
		font-weight: normal;
	}
.InfoRecipe .TextSeasonal2 a {
	color: #af0909;
	background: url(../images/rightarrow.gif) no-repeat right 5px;
	padding-right: 8px;
}
html>body .InfoRecipe .TextSeasonal2 a {
    display: inline-block;
}