/* @override http://tonic.kalonedser.com/css/print.css */

/* Title:	Tonic - print style */
/* Author:	Kalon Edser, media@kalonedser.com */
/* Updated:	19 June 2008 */

body, #content, #container, table {
	width: 100%;
	margin: 0;
	float: none;
	background: #fff url(none);
	}

#nav, .noprint, #slideshow, .article-index {
	display: none; 
	}

body {
	font: 1em Georgia, "Times New Roman", Times, serif;
	color: #000; 
	}

h1,h2,h3,h4,h5,h6 {
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
	}
h1 { font-size: 250%; }
h2 { font-size: 175%; }
h3 { font-size: 135%; }
h4 { font-size: 100%; font-variant: small-caps; }
h5 { font-size: 100%; }
h6 { font-size: 90%; font-style: italic; }

a:link, a:visited {
	color: #00c;
	font-weight: bold;
	text-decoration: underline;
	}
	
#logo a {
	color: #000;
	font-weight: normal;
	text-decoration: none;
	}	
	
#footer {
	font-size: 75%;
	}
	
table .price, table .bottle, table .glass {
	text-align: right;
	}
	
	
.jScrollPaneContainer, .scroll-pane {
	height: auto!important;
	width: 100%!important;
	padding: 0!important;
	position: relative!important;
	top: 0!important;
	}
	
.jScrollPaneTrack, .jScrollArrowUp, .jScrollArrowDown {
	display: none!important;
	}