@charset "utf-8";
/* CSS Document */

h1 {
	font-size: 1.2em;
	font-weight: normal;
	color: #e19850;
}

h2 {
	font-size: 1.1em;
	font-weight: normal;
	color: #e19850;
}

h3 {
	font-size: 1em;
	font-weight: normal;
	text-decoration:underline;
	color: #e19850;
}

h4 {
	font-size: 0.9em;
	font-weight: normal;
	color: #e19850;
	margin: 5px 0 0 0;
}
.wines h4 {
	font-size: 1.1em;
	font-weight: bold;
	color: #e19850;
	margin: 5px 0 2px 0;
}

h5, h6 {
	font-size: 0.8em;
	font-weight: bold;
	color: #915d2c;
}

p, ul, ol, label, td {
	font-size: 0.8em;
}
td {
	line-height:18px;
}
/*
p.pdf {
	margin-left:50px;
}
*/
.addtocart, .price {
	color: #e19850;
}

a {
	color: #e19850;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}