* { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
-ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
a, a:visited { color: #444 !important; text-decoration: underline; }
.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
tr, img { page-break-inside: avoid; }
@page { margin: 0.5cm; }
p, h2, h3 { orphans: 3; widows: 3; }
h2, h3{ page-break-after: avoid; }


body {
	font: 100% Arial, sans-serif;
}


/* This is required for printing to work. If a div with overflow: hidden expands multiple pages, only the first page has content in a print view. */
.ecLayout1, .ecLayout2, .ecLayout3 .ecLayout4 .ecLayout5, .ecLayout6 { overflow: visible; }

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 1em 0;
}

/* Hide elements */
#ecFooter, #ecTopBar, #ecUserNavigation,
.subLeft, #ecRightContent, .contentRight,
.breadcrumb, .topList,
#listTypeSelectorForm {
	display: none;
}

#ecHeaderTop #ecLanguages, #ecHeaderTop form, #ecMainNavigation {
	display: none;
}

#ecHeaderTop h1 {
    float: left;
    margin: 0 30px 0 0;
    width: 20%;
}
h3#mainSloganHeadline {
    float: left;
    line-height: 1em;
    color: #999999;
    font-weight: normal;
    font-size: 16px;
    width: 50%
    margin: 0;
}
#mainSloganHeadline strong { font-weight: normal; }
#ecHeaderTop a { text-decoration: none; }

/* Display hidden tabs */
.ui-tabs-hide { display: block !important; }

a.toggleDescription { text-decoration: none; }
a.toggleDescription:after { content: ":"; }
.additionalDescription { display: block !important; }

#ecWrapper, #ecMainContent {
	width: auto;
	margin: 0;
	padding: 0;
}

h1 {
	font-weight: normal;
	margin: 0;
}

#productNumber h6 {
    font-size: 100%;
    display: inline;
    font-weight: normal;
    margin: 0;
}
#productNumber h6 object { display: none; }

.columns30_70 { clear: both; }
.columns30_70 p { margin: 0; }
.columns30_70 .left {
    float: left;
    width: 30%;
    margin-top: 1em;
}
.columns30_70 .right {
    float: left;
    width: 70%;
    margin-top: 1em;
}

.productViewRows, .productLinks, .listFiles { display: none; }

.imageContainer {
	max-height: 45%;
	max-width: 45%;
	margin-left: 5%;
	float: right;
	text-align: center;
}

.ecProductList th, .ecProductList td { text-align: center; }
.ecProductList th:nth-child(4),
.ecProductList td:nth-child(4),
.ecProductList th:nth-child(5),
.ecProductList td:nth-child(5) { display: none; }

td.sub-family-browse-link { display: none; }

.ShoppingCartTable {
    border-top: 1px solid #666;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #666;
}
.ShoppingCartTable td, .ShoppingCartTable th { border-bottom: 1px solid #ccc; }
.ShoppingCartTable tr:last-child td { border: none; }
.ShoppingCartTable thead th {
    background-color: #83C44E !important;
    color: #fff !important;
}
.ShoppingCartTable .left {
    float:left;
    width:75%;
    text-align: left;
    padding: 5px 0;
}
.ShoppingCartTable .right {
    float:right;
    width: 25%;
    text-align: center;
    padding: 5px 0;
}
.ShoppingCartTable input { border: none; width: auto; }
.ShoppingCartTable p { margin: 0; }
.ShoppingCartTable a { text-decoration: none; }
#doMakeOfferBottom, #doUpdateCartBottom, #doEmptyCartBottom,
.print-cart, .send-cart, .removeProductFromCartLink, #cartRowReferenceButton {
	display: none;
}

