/* RECIPE PRINT STYLES */

#masterRecipePrintContainer DL {
padding-bottom: 20px;
}

dd {
margin-left: 0;
padding-left: 0;
}

dl {
line-height: 14px;
font-size: 12px;
}

.floatLeft {
float: left;
}

.floatRight {
float: right;
}

.clearBoth {
clear: both;
height: 0px;
line-height: 0px;
background: none;
overflow: hidden;
visibility: hidden;
}

#prePrintBlurb, #titleContainerWithLink {
display: none;
}

#masterRecipePrintContainer, STRONG {
margin: 20px 0px 0px 0px;
color: #000;
font-size: 11px;
line-height: 14px;
}

#masterRecipePrintContainer H1 {
padding-left: 0px;
color: #000;
}

#masterRecipePrintContainer DL {
}

#masterRecipePrintContainer DT {
color: #000;
}

UL.recipePrintNav {
padding: 4px 0px;
}

.recipePrintNav LI {
background: #ea7a00;
padding: 5px;
margin: 0px 10px 0px 0px;
}

.recipePrintNav A {
color: #fff;
font-weight: bold;
}

.recipePrintNav LI:hover {
background: #b3def2;
}

H1 {
margin: 0;
background: none;
border-bottom: 1px dashed #ccc;
font-size: 14px;
padding: 0px 0px 5px 0px;
}


.printFullPage {
position: relative;
}

/* Print Card 3x5 */

.printCard3x5 {
position: relative;
height: 3in;
width: 5in;
border: 1px dashed #9a9a9a;
margin: 0px 0px 20px 0px;
padding: 15px 15px 0px 15px;
font-size: 12px;
}

.printCard4x6 {
position: relative;
height: 4in;
width: 6in;
border: 1px dashed #9a9a9a;
margin: 0px 0px 20px 0px;
padding: 15px 15px 0px 15px;
font-size: 12px;
}

.printCardLogo {
position: absolute;
bottom: 5px;
right: 10px;
}

.printCardNumber {
position: absolute;
top: 18px;
right: 15px;
text-align: right;
font-size: 10px;
}

.printCardContent {
border-bottom: 1px dashed #ccc;
padding: 0px 0px 15px 0px;
* padding: 0px 0px 5px 0px;
margin: 15px 0px 0px 0px;
}

.printCardContentLeft {
float: left;
width: 200px;
}

.printCardContentRight {
float: right;
width: 180px;
}

.printCardContent strong {
display: block;
margin: 0px 0px 5px 0px;
font-size: 12px;
}

.printFullPage {
position: relative;
border: 1px dashed #9a9a9a;
padding: 15px 15px 0px 15px;
}

.cardBreak {
page-break-after: always;
}