/* Print css - hides information that should not be printed */
body
{
	vertical-align: top;
	float:none;
	background:none;
	font-size: 11px;
	line-height: 2em;
	width: 100%;
}

div, table, tr, td {
  page-break-inside: avoid;
  visibility: visible;
}
h1, h2, h3, h4, h5 {
    page-break-before: avoid;
    page-break-after: avoid;
}

/* ------------ HEADERS ------------ */
h1{
	font-size: 2.8em;
	font-weight: bold;
	margin-bottom: 20px;
}

h2{
	font-size: 2.4em;
	font-weight: bold;
}
h3{
	font-size: 2.0em;
	font-weight: bold;
	text-transform: uppercase;
}
h4{
	font-size: 1.8em;
}
h5{
	font-size: 1.6em;
	font-weight: bold;
}
h6{
	font-size: 1.2em;
	font-weight: bold;
}

ul, ol, dl, p {
    page-break-inside : avoid;
}
hr {
    page-break-before : avoid;
    page-break-after: avoid;
    border:none;
    height:0;
    width: 651px;
}
p {
    widows  : 4;
    orphans : 4;
}

.ingress{width: 550px}

a{text-decoration: underline; color: #464646;}

.logoForPrint{
	visibility:visible;
	/*text-align:left;*/
	width: 950px;
	overflow: hidden;
	height:86px;
	display: inline;
	padding:0;
	margin: 0 auto 1em auto;
	page-break-before: avoid;
    page-break-after: avoid;
	page-break-inside: avoid;
}

*
{
	border: solid 1px #FFFFFF;
}

.mainMedia, .mainMedia img, #header
{
	page-break-before: avoid;
    page-break-after: avoid;
}



/* Do not print */
#topcontainer, 
#footercontainer,
.leftregionnarrow,
.rightregionnarrow,
#breadcrumbs,
.list hr, 
#searchDiv,
#searchTabs,
.button01,
.button02,
.button03
{
	display:none;
	visibility:hidden;
	width:0px;
	float:none;
}

/* Remove floats */
#maincontainer, .mainregion, .white_box_big
{
    width: auto;
	border: 0;
	margin: 0;
	padding: 0;
	float: none !important;
	overflow:visible;
	text-align:left;
}

#maincontainer
{
	width: auto;/*800px; */
	margin: 0 auto;
}

#mainarticle
{
	font-size: 11px;
	width: 550px;
}

#calculation
{
	width: 500px;/*651px;*/
    page-break-before: avoid;
    page-break-after: avoid;
}

#stats
{
	font-size: .9em;
	width: 500px;	
	page-break-before: avoid;
    page-break-after: avoid;
}

#description #ingredients
{
	width: 245px;
	font-size: 11px;
	float:left;
	page-break-before: avoid;
    page-break-after: avoid;
}
#description #howto
{
	width: 245px;/*390px;*/
	font-size: 11px;
	float:left;
	page-break-before: avoid;
    page-break-after: avoid;
}
/*#description, #calculation
{
	page-break-before: avoid;
    page-break-after: avoid;
}*/

#difficulty, #time{margin:0;padding:0;}
#difficulty ul, #time ul{display:none;}





.clearfloat {
	clear:both;
	height:0px;
	font-size: 1px;
	line-height: 0px;
	visibility: hidden;
}

/*
#mainarticle ul.star0{background: none; list-style-image: url(images/print-star-matrix-0.png); list-style-position: inside; padding:0; display:list-item; margin-top:0; height:22px; width:100%; float:none;}
#mainarticle ul.star1{background: none; list-style-image: url(images/print-star-matrix-1.png); list-style-position: inside; padding:0; display:list-item; margin-top:0; height:22px; width:100%; float:none;}
#mainarticle ul.star2{background: none; list-style-image: url(images/print-star-matrix-2.png); list-style-position: inside; padding:0; display:list-item; margin-top:0; height:22px; width:100%; float:none;}
#mainarticle ul.star3{background: none; list-style-image: url(images/print-star-matrix-3.png); list-style-position: inside; padding:0; display:list-item; margin-top:0; height:22px; width:100%; float:none;}
#mainarticle ul.star4{background: none; list-style-image: url(images/print-star-matrix-4.png); list-style-position: inside; padding:0; display:list-item; margin-top:0; height:22px; width:100%; float:none;}
#mainarticle ul.star5{background: none; list-style-image: url(images/print-star-matrix-5.png); list-style-position: inside; padding:0; display:list-item; margin-top:0; height:22px; width:100%; float:none;}
*/

#mainarticle ul li.png_bg{display:none;}
#stars{display:none;}

table
{
    border: 1px solid #000;
}

.trans
{
	background: none;
}

/* rounded elements */
.header_box h6
{
	font-size: 1.4em;
	text-align: left;
}

/* margins */
.outer-item, alternate-item
{
	margin: 1em .5em;
}

input{ border:none;}

