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

h1, h2, h3, h4, h5, h6 {
	color: #7e1210;
	font-weight: normal;
	font-family:Georgia, "Times New Roman", Times, serif;
}
h1 {
	margin-top: 0px;
	font-size: 1.3em;
}
h2 {
	margin-top: 0px;
	font-size: 1.2em;
}
h3 {
	font-size: 1.1em;
}
h3.front {
	padding:5px 0;
	border-top: 1px solid #E5E0D2;
	border-bottom: 1px solid #E5E0D2;
}
h4 {
	font-size: 1em;
	margin: 5px 0 0 0;
}
.wines h4 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 5px 0 2px 0;
}

h5, h6 {
	font-size: 0.8em;
	font-weight: bold;
}

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

a {
	color: #3e1d10;
	text-decoration:underline;
}
a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

/* LINK ICONS - shows type of file
------------------------------------ */
a[href$=".pdf"],
a[href$=".PDF"],
a.pdf {
	padding: 2px;
	padding-left: 20px;
	background: url(../grfx/icons/page_white_acrobat.png) no-repeat left center;
}
a[href$=".doc"],
a[href$=".DOC"],
a.doc {
	padding: 2px;
	padding-left: 20px;
	background: url(../grfx/icons/page_word.png) no-repeat left center;
}
a[href$=".xls"],
a[href$=".XLS"],
a.xls {
	padding: 2px;
	padding-left: 20px;
	background: url(../grfx/icons/page_excel.png) no-repeat left center;
}
