body {  text-align: center; margin: 0px; background-color: #FFFFFF;  color: #111111;
       font-family: sans-serif; font-weight: normal; font-size: 18px; line-height: 1.2em;
}
a { text-decoration: none; border: 0px;}
img { border: 0px; }
a:visited { text-decoration: none; color: blue; }

#page {

  font-family: Garamond, Georgia, "New York", "Times", "Times New Roman", serif;
  }

h3 { font-family: sans-serif; }

.header { text-align: center; }
.header h1 { font-size: 22px; }
.search input { font-size: 22px; padding: 3px; }
.search em { font-size: 22px; padding: 3px; }

.storelist { font-size: 12px; font-family: sans-serif; }
.storelist td { border-bottom: 1px solid black; padding-top: 20px;}
.results { min-width: 400px; margin-left: auto; margin-right: auto; }
.maininfo { float: left; }
.intro { font-family: sans-serif; font-size: 12px; width: 450px; text-align: left; margin-left: auto; margin-right: auto;}
.bottle { margin-bottom: 14px; border-bottom: 1px dashed grey; }
.price { font-size: 28px; float: left; margin-right: 20px; margin-bottom: 20px;}
.brand { font-size: 26px; float: left; }
.price_breakdown { font-size: 16px; float: right; text-align: left;  font-family: sans-serif;}
.price_breakdown table { padding: 5px; }
.price_breakdown td { padding: 5px; text-align: right; }
.description { font-size: 12px; }
.proof { font-size: 18px; float: left; margin-left: 40px; }

.age { font-size: 18px; }
.size { font-size: 18px; float: left;}
.code { font-size: 12px; }

.footer { margin-top: 40px; font-size: 10px; }

/* Header styles */
	#header {
		clear:both;
		float:left;
		width:100%;
	}
	#header {
	/*	border-bottom:1px solid #000; */
	}









	/* column container */
	.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:100%;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;			/* width of page */
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
						only padding top and bottom is included here, make it whatever value you need */
		overflow:hidden;
	}
	/* 3 Column settings */
	.threecol {
		/* background:#eee;	*/	/* right column background colour */
	}
	.threecol .colmid {
		right:25%;			/* width of the right column */
		/* background:#fff; */		/* center column background colour */
	}
	.threecol .colleft {
		right:50%;			/* width of the middle column */
		/* background:#f4f4f4;	*/ /* left column background colour */
	}
	.threecol .col1 {
		width:46%;			/* width of center column content (column width minus padding on either side) */
		left:102%;			/* 100% plus left padding of center column */
    /* background: #f4f4f4; */
    padding: 4px;
	}
	.threecol .col2 {
		width:21%;			/* Width of left column content (column width minus padding on either side) */
		left:31%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
	.threecol .col3 {
		width:21%;			/* Width of right column content (column width minus padding on either side) */
		left:85%;			/* Please make note of the brackets here:
						(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	}
	/* Footer styles */
	#footer {
		clear:both;
		float:left;
		width:100%;
		border-top:1px solid #000;
	}
	#footer p {
		padding:10px;
		margin:0;
	}


