/* Page Specific : Recipe Sub 2 */
#recipes-sub2 div.c1 {
	float: left;
	width: 166px;
	text-align: center;
	padding-left: 44px;
	}
	
	#recipes-sub2 div.c1 img { margin-bottom: 8px; }
	#recipes-sub2 div.c1 p {
		font-size: 11px; line-height: 17px;
		padding-left: 0;
		padding-right: 0;
		}
	
#recipes-sub2 div.c2 {
	float: left;
	width: 369px;
	padding-left: 25px;
	border-left: 1px solid #bdbdbd;
	}

div.c2 div.recipe {
	width: 375px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #bdbdbd;
	}
	
	div.c2 div.recipe#recipe-last {
		border-bottom: none;
		}
		
	div.c2 div.recipe img.btn {
		margin-bottom: 6px;
		}
		
	div.c2 div.recipe p {
		font-size: 11px; line-height: 14px;
		padding-right: 0; padding-bottom: 10px;
		}
		
		#recipes-sub2 div.c2 div.recipe p.video a {
			padding: 2px; margin-left: 4px;
			padding-right: 18px;
			color: #333;
			background: url("../img/vf_video_icon1.gif") no-repeat center right;
			}
		
	div.c2 div.recipe h4 {
		font-size: 11px; line-height: 14px;
		padding: 6px 0 6px 0; margin: 0;
		}
		
		div.c2 div.recipe h4 a {
			text-decoration: none;
			}
			
		#recipes-sub2 div.c2 div.recipe h4 a:hover {
			text-decoration: underline;
			}
	
div.c2 div.recipe img.recipe-photo {
	float: left;
	margin-right: 15px;
	}
