@charset "utf-8";
/* Stylesheet File JS Wineclub										*/
/* print.css 														*/
/* Modified July 21th 2009							 				*/


/* printing styles */

* {
	color: #000 !important;
}
h1, h2, h3, h4, h5, h6, p {
	color: #000 !important;
	line-height: 1.4em !important;
}
h1 {
	width: 100%  !important;
	margin-bottom: 16px !important;
}
img {
	border: none;
	page-break-inside: avoid;
}
body {
	background: none !important;
	background-color: #fff !important;
	padding: 0 !important;
}
.canvas {
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	background: none !important;
	background-color: #fff !important;
}
.canvas div.head {
	display: none !important;
}
.canvas div.body {
	width: auto !important;
	margin: 0 !important;
	background: none !important;
}
.canvas div.foot {
	display: none !important;
}
.content {
	width: 80% !important;
	margin: 0 !important;
	padding: 0 !important;
	background: none !important;
	overflow: visible !important;
}
.content .box {
	width: 80% !important;
	padding: 0 !important;
	background: none !important;
	float: none !important;
}
.content .box.single {
	display: none !important;
}
.topmedia, .navigator, .related, .anchor, .pdf, .panel, .toggle, .wizard, .print {
	display: none !important;
}
.divider {	
	height: 10px !important;
	margin-top: 10px !important;
	border-top: 1px solid #777 !important;
}
a {
	text-decoration: underline !important;
	color: #0000FF !important;
}
.document {
	text-decoration: none !important;
	width: auto !important;
}
.action {
	text-decoration: none !important;
	padding: 2px 0px !important;
	width: auto !important;
}
ol {
	margin-bottom: 14px !important;
	list-style: decimal !important;
}
ul {
	margin-bottom: 14px !important;
	list-style: square !important;
}
li {
	margin: 0px 0px 0px 30px !important;
	padding: 1px 0px !important;
	background: none !important;
}
.news p a {
	text-decoration: none !important;
	color: #666 !important;
}
table {
	margin: 10px -7px 20px -7px !important;
	background: none !important;
	background-color: #fff !important;
	border: none !important;
}
table tr, table th, table td {
	background: none !important;
	background-color: #fff !important;
	border: none !important;
}
table.holder, table.picturebox {
	margin: 10px 0px 20px 0px !important;
}
table.standard, table.styled {
	margin: 10px -5px 20px -5px !important;
}
table.styled th {
	padding: 5px 5px 3px 5px !important;
}
table.styled td {
	padding: 3px 5px 3px 5px !important;
}
.definition dl, .definition dt, .definition dd {
	background: none !important;
	border: none !important;
}

