
/* CSS Document */
.TopTenCollectionContainer {
	width: 622px;
	background: url(../images/bg-topten1.jpg) no-repeat left top;
	height: 230px;
	overflow: hidden;
	padding: 18px 30px 0 30px;
	border: 1px solid #ebebeb;
	border-bottom: none;
}
	.TopTenCollectionContainer ul {
	}
	.TopTenCollectionContainer ul li {
		cursor: pointer;
	}
        .TopTenCollectionContainer ul li h3 {
            font-size: 1.1em;
            font-weight: bolder;
            color: #ad4b12;
            margin: 0 0 5px 0;
        }

div.TopTenRecipesListContainer {
	background: #FFF url(../images/bg-topten2.jpg) no-repeat left top;
	overflow: hidden;
	width: 682px;
	border: 1px solid #ebebeb;
	border-top: none;
}
    div.TopTenRecipesListContainer ul.TopTenRecipesList {
		background:#FFFFFF none repeat scroll 0 0;
		margin: 0 auto 16px;
		overflow: hidden;
		width: 623px;
    }
        div.TopTenRecipesListContainer ul.TopTenRecipesList li {
            display: none;
            width: 583px;
            overflow: hidden;
            margin: 0 auto;
        }
        div.TopTenRecipesListContainer ul.TopTenRecipesList li.Active {
            display: block;
        }
		div.TopTenRecipesListContainer ul.TopTenRecipesList li p {
			padding: 10px 0 9px;
            font-size: 1em;
		}
		div.TopTenRecipesListContainer ul.TopTenRecipesList li ul.List {
			overflow: hidden;
			border-top: 1px solid #dedede;
			padding: 5px 0 32px 0;
			width: 583px;
		}
		div.TopTenRecipesListContainer ul.TopTenRecipesList li ul li.FirstList {
			margin-left: 0;
		}
		div.TopTenRecipesListContainer ul.TopTenRecipesList li ul li {
			display: block;
			width: 100px;
			float: left;
			margin-left: 20px;
			height: auto;
		}
			div.TopTenRecipesListContainer ul.TopTenRecipesList li ul li p.Title1 a:link,
			div.TopTenRecipesListContainer ul.TopTenRecipesList li ul li p.Title1 a:visited {
				color: #4a6a08;
				margin-left: 0;
				padding: 0;  n  n  
				background: none;
				text-decoration: none;
			}
			div.TopTenRecipesListContainer ul.TopTenRecipesList li ul li p.Title1 a:hover {
				text-decoration: underline;
			}
			div.TopTenRecipesListContainer ul.TopTenRecipesList li ul li p a {
				background: url(../images/rightarrow.gif) no-repeat right 5px;
				font-size: 0.9em;
				padding-right: 5px;
			}
			div.TopTenRecipesListContainer ul.TopTenRecipesList li ul li a.NumberRatings {
				font-size: 0.9em;
			}

.ListTopTen {
	background: url(../images/bg-top10collection.png) no-repeat;
	width: 683px;
	height: auto;
    overflow: hidden;
	margin-left: -3px;
    padding: 3px;
}
	a.Alt {
		overflow: hidden;
		display: block;
	}
	.ListTopTen ul li {
		width: 227px;
		height: 42px;
        float: left;
		position: relative;
	}
	.ListTopTen ul li a:link,
	.ListTopTen ul li a:visited {
        display: block;
		background: url(../images/toptenitem.gif) no-repeat left top;
		width: 208px;
		height: 29px;
		float: left;
		border-bottom: 1px solid #e1e1e1;
		color: #4a6a08;
		font-size: 1.3em;
		padding: 13px 0 0 20px;
	}
	.ListTopTen ul li a.Active:link,
	.ListTopTen ul li a.Active:visited,
	.ListTopTen ul li a:hover {
		background-position: left -42px;
		color: #FFF;
		text-decoration: none;
	}
