/*------------------------------------------------------------

print.css
Print media CSS for use with modern, CSS-capable browsers.

------------------------------------------------------------*/

@media print {





/*------------------------------------------------------------

the follow elements are hidden from print

------------------------------------------------------------*/

.upgrade, .printPreview, .bp-Content3, .bp-NavSecondary, .bp-NavPrimary, .bp-NavHeader, .bp-Nav, .bp-NavFooter, .bp-Header .bp-Nav, .bp-LanguageToggle, .bp-GiftCards .bp-Hero img, .bp-GiftCards .bp-Column .bp-Button, .bp-HomeLink, a.bp-Button, .bp-Photo, .bp-Kids img {
	display: none;
}





/*------------------------------------------------------------

HTML elements

------------------------------------------------------------*/

body {
	background: transparent;
}

a {
	color: #000;
}

p, address {
	margin: 0 0 0.8em 0;
}

code {
	font-size: 105%;
	line-height: 1.4em;
}


/* images */
img.floatLeft {
	margin: 0 10px 10px 0;
}

img.floatRight {
	margin: 0 0 10px 10px;
}





/*------------------------------------------------------------

headers

------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	line-height: 1.2em;
}

h1 {
	margin: 0 0 0.6em 0;
	line-height: 1.2em;
}

h2 {
	font-size: 160%;
	margin: 1.4em 0 0.4em 0;
}

h3, h4, h5, h6 {
	margin: 1em 0 0.4em 0;
	font-weight: normal;
}

h3 {
	font-size: 130%;
}

h4 {
	font-size: 120%;
}

h5 {
	font-size: 110%;
}

h6 {
	font-size: 100%;
	font-weight: bold;
}





/*------------------------------------------------------------

lists

------------------------------------------------------------*/

ul {
	list-style: square;
	margin: 0 0 0.8em 0;
	padding: 0 0 0 25px;
}
html>body ul {
	padding: 0;
	margin-left: 25px;
}

ol {
	margin: 0 0 0.8em 0;
	padding: 0 0 0 32px;
}
html>body ol {
	padding: 0;
	margin-left: 32px;
}

li {
	margin-bottom: 0.2em;
}

dd {
	margin: 0 15px 0.8em 15px;
}





/*------------------------------------------------------------

generic classes

------------------------------------------------------------*/

.hack-clearBoth, .clearBoth {
	clear: both;
	height: 1px;
	overflow: hidden;
}





/*------------------------------------------------------------

print layout grid rules below

------------------------------------------------------------*/

.bp-ContentContainer {
	margin-top: 2em;
	padding-bottom: 2em;
}

.bp-Content1 {
	float: left;
	width: 70%;
}

.bp-Content2 {
	float: right;
	width: 27%;
}

.bp-Footer {
	border-top: 1px dashed #999;
	padding-top: 1em;
	clear: both;
}





/*------------------------------------------------------------

grid presentation and/or override rules

------------------------------------------------------------*/

.bp-Logo {
	text-decoration: none;
	font-weight: bold;
	font-size: 120%;
	color: #000;
}

/* secondary content */

.bp-Content2 h2.first {
	margin-top: 0;
}



/*------------------------------------------------------------

carousel

------------------------------------------------------------*/

div.bp-Carousel li {
    float: none;
    list-style: disc;
}
.bp-CarouselControls {
    display: none;
}


/* sIFR */

.sIFR-flash {
    display    : none !important;
    height     : 0;
    width      : 0;
    position   : absolute;
    overflow   : hidden;
}

.sIFR-alternate {
    visibility : visible !important;
    display    : block   !important;
    position   : static  !important;
    left       : auto    !important;
    top        : auto    !important;
    width      : auto    !important;
    height     : auto    !important;
}



/*------------------------------------------------------------

kids

------------------------------------------------------------*/

.bp-Kids .bp-NavSecondary {
    display: block;
}


}
