/* CSS styles for the general site typography / fonts */
#wrapper .content table,
#wrapper .content table td,
#wrapper .content table th {
	border:0;
/*	padding:0;*/
	margin:0;
}

body {
	font-size:1em;
	font-family:arial;
}

h1,h2,h3,h4,h5,h6 {
	padding:0;
	margin:0 0 15px 0;
}

h1 {
	font-size:1.6em;
	font-family:Georgia, Times, 'Times New Roman', arial;
	color:#044929;
	margin:0 0 15px 0;
	font-weight:normal;
}

h2 {
	font-size:1.25em;
}

h3 {
	font-size:1em;
}

h4 {
	font-size:1em;
	margin-bottom:5px;
}

h5 {
	font-size:1.25em;
	margin-bottom:5px;
}

h6 {
	font-size:1.5em;
	margin-bottom:5px;
}

p {
	font-size:0.8em;
	line-height:1.6em;
	color:#2e2e2e;
	margin:0 0 15px 0;
}

a, input {
	outline:none;
	color:#2e2e2e;
}

.footer {
	font-size:0.7em;
	color:#cacaca;
	text-align:center;
}

.footer ul {
	margin:0;
	padding:0;
}

.footer ul li {
	margin:0 10px 0 0;
	padding:0;
	list-style:none;
	display:inline;
}

#wrapper .top ul.shopLinks li {
	color:white;
	font-size:0.8em;
	list-style:none;
}

#wrapper .top ul.shopLinks li a {
	color:white;
	text-decoration:none;
}

#wrapper .menu .trolleySummary {
	font-size:0.7em;
	color:white;
}

#wrapper .menu .trolleySummary a {
	color:white;
	text-decoration:none;
	line-height:38px;
}

#wrapper .menu ul li {
	color:white;
	font-size:0.9em;
	font-family:georgia, times, "Times New Roman", arial;
	text-transform:uppercase;
	line-height:36px;
}

#wrapper .menu ul li.selected a, #wrapper .menu ul li a:hover {
	color:#bd8a2c;
}

#wrapper .menu ul li a{
	color:white;
	text-decoration:none;
}

#wrapper .contentColSet .col.left {
	font-size:0.8em;
}

#wrapper .contentColSet .col.left ul li, #wrapper .contentColSet .col.left ul li a {
	color:#3a3a3a;
	text-decoration:none;
}

#wrapper .contentColSet .col.left ul li {
	font-weight:bold;
	line-height:28px;
}

#wrapper .contentColSet .col.left ul li ul li {
	font-weight:normal;
}

#wrapper .menu form#ProductSearchForm input {
	font-size:0.8em;
	color:#494949;
	line-height:20px;
}

#wrapper .contentColSet .col.right .box.red input, #wrapper .contentColSet .col.right .box.red select {
	font-size:0.8em;
}

#wrapper .contentColSet .col.right .box.red {
	color:white;
	font-family:'Trebuchet MS', arial;
}

#wrapper .contentColSet .col.right .box.red p {
	color:white;
	margin-bottom:5px;
}

#wrapper .contentColSet .col.right .box label {
	font-size:0.7em;
}

#wrapper .contentColSet .col.right .box ul {
	margin:0;
	padding:0;
}

#wrapper .contentColSet .col.right .box ul li {
	list-style:none;
	margin:0 0 5px 0;
	padding:0;
	font-size:0.8em;
}

#wrapper .contentColSet .col.right .box ul li a {
	color:#2e2e2e;
}

body.homepage #wrapper .content p {
	line-height:1.8em;
}

#wrapper .contentColSet .col.middle ul li {
	font-size:0.8em;
}

/************************ Product Results */

.productResult .col {
	font-size:0.8em;
	color:#2e2e2e;
	line-height:28px;
}

.productResult .col.two, .productResult .col.three, .productResult .col.four {
	font-size:0.7em;
}

.productResult.heading a {
	color:white;
}

.productResult.heading .col {
	font-size:0.7em;
	font-family:Georgia, Times, 'Times New Roman', arial;	
	color:white;
	font-weight:bold;
}

.productResult .col.five, .productResult.hampers .col.two {
	font-size:0.7em;
	font-weight:bold;
	font-family:Georgia, Times, 'Times New Roman', arial;
}

.productResult a {
	text-decoration:none;
	color:#2e2e2e;
}

body.product .pagination {
	font-size:0.8em;
}

body.product .pagination a {
	color:#2e2e2e;
	text-decoration:none;
}

/************************ View Product */
body.product .productDetails p.tastingNotes {
	font-size:0.9em;
	width:360px;
}

body.product .priceTag h1 {
	font-weight:bold;
	padding:20px 0 0 20px;
	margin-bottom:5px;
}

body.product .priceTag h2 {
	color:#9f9f9f;
	padding:0 0 0 20px;
	font-size:0.9em;
	font-family:Georgia;
}

body.product .accordionButton {	
	font-family:Georgia;
	font-weight:bold;
	color:#bc9761;
	line-height:35px;
}

body.product .summary .item {
	font-size:0.9em;
}

/************************ Tables */
table.noSpacing, table.noSpacing th, table.noSpacing td, table.noSpacing tr {
	padding:0;
	margin:0;
	border:none;
}

/* calendar CSS */
 
table.calendar {
	width: auto;
	border: 1px solid #cccccc;
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
}

table.calendar th {
	background-color: #eeeeee;
	text-transform: none;
	color: #444444;
	padding: 4px;
	text-align: center;
	border: 1px solid #eeeeee;
}
 
table.calendar th.cell-prev {
	text-align: left;
}

table.calendar th.cell-next {
	text-align: right;
}

table.calendar th.cell-header {
	width: 70px;
	border-bottom: 1px solid #cccccc;
}

table.calendar td.cell-today {
	background-color: #e2e8f6;
} /* today in the current month */

table.calendar td.cell-weekend {
	background-color: #F3F5EB;
}

table.calendar td {
	border: 1px solid #cccccc;
}
 
table.calendar td div.cell-number {
	text-align: right;
	font-size: 8px;
	color: #444444;
	display: block;
}

table.calendar td div {
	display: block;
	font-size: 10px;
	text-align: left;
}

table.calendar thead th {
	border: 1px solid #cccccc;
}
