/* Print Style Sheet */
@media print {
body { background:white; color:black; margin:0 }

.single-recipe .container .main_content .side-bar.flt_Lt{
	display:none;
}


.single-recipe .container .main_content .rgt-content1.flt_Rt{
	float:left;
}

.single-recipe .navigation-wrapper{
	display:none;
}

.single-recipe .header-top{
	display:none;
}

.single-recipe .wrapper .footer-wrapper{
	display:none;
}

.single-recipe .product-side .share-product, .single-recipe .product-side .rating{
	display:none;
}

.single-recipe .header-wrapper{
	border-top:0px;
}

.single-recipe .product-side.flt_Lt{
	float:right;
}

.single-recipe .product-txt.flt_Rt{
	float:left;
	width:350px;
}

.single-recipe .rgt-content1{
	width:700px;
}

.single-recipe .container .main_content{
	padding: 15px 0;
}

.header-top-print h1{
	margin-bottom: 5px;
}

.single-recipe .direction-box .step-no{
	color:#000;
}

.single-recipe .watch-video{
	display:none;
}

.header-top-print{
	display:block;
}
}