div#WineWindow
{
	position: absolute;
	top: 27px;
	left: 10px;
	width: 849px;
	height: 435px;
	background-color: #e5d7be;
}

div#WineHomeContent
{
	position: absolute;
	top: 42px;
	left: 42px;
	width: 552px;
	height: 210px;
}

div#WineContent
{
	position: absolute;
	top: 36px;
	left: 220px;
	width: 374px;
	height: 270px;
}

div#WineHeader
{
	color: #814a27;
	font-size: 16pt;
	margin-bottom: 15px;
}

div#WinePrice
{
	position: absolute;
	top: 318px;
	left: 174px;
	width: 420px;
	height: 25px;
	font-size: 13pt;
	color: #9d0000;
}

div#WineButtons
{
	position: absolute;
	top: 358px;
	left: 115px;
	width: 620px;
	height: 80px;
	overflow: auto;
}

div#WineButtons > a
{
	padding-right: 10px;
}

div#WineList
{
	position: absolute;
	top: 19px;
	left: 600px;
	width: 217px;
	height: 326px;
	padding-left: 16px;
	padding-top: 10px;
	background-color: #ccb07e;
	border: thin solid #afb59f;
	overflow: auto;
}

div#WineList > ul
{
	color: #3f6f67;
	margin-left: -15px;
// margin-left: 25px; /* another IE hack...IE reads this line, but FF and others ignore */
	margin-top: 2px;
	margin-bottom: 2px;
}

div#WineList > ul a
{
	color: #3f6f67;
	text-decoration: none;
}

div#WineList > ul a.selected
{
	color: #7d4826;
	font-weight: bold;
}

div#WineListTitle
{
	color: #947133;
	font-size: 14pt;
}

div.WineCategoryHeader
{
	color: #fff;
	font-size: 14pt;
	font-weight: bold;
	font-style: italic;
	padding-top: 2px;
	font-size: 12pt;
}

img#WineImage
{
	position: absolute;
	top: 21px;
	left: 10px;
	height: 176px;
	width: 200px;
	border: thin solid #afb59f;
}
