div#Logo
{
	position: absolute;
	top: 20px;
	left: 20px;
	height: 125px;
	width: 158px;
	z-index: 5;
	background-color: White;
}
div.SearchProducts
{
	position: absolute;
	top: 120px;
	left: 180px;
	height: 30px;
	z-index: 999;
}
div.LeftMargin
{
	position: absolute;
	top: 105px;
	left: 0px;
	width: 135px;
	height: 70%; /*temp */
	padding: 60px 0 0 20px;
	border-right: solid 1px #9DC200;
	z-index: 100;
}
div.LeftMargin p
{
	line-height: 1.8em;
}
div.Symbol
{
	position: fixed;
	_position: absolute;
	bottom: 3%;
	left: 25px;
	width: 100px;
	height: 200px;
}
div.Banner
{
	position: absolute;
	top: 0px;
	right: 25px;
	height: 105px;
	width: 90%;
	border-bottom: solid 1px #9DC200;
}
div#LogoStraight
{
	position: absolute;
	top: 66px;
	right: 30px;
	height: 30px;
	width: 185px;
	background: url(../../Images/Logo/MacrobioticShop_LogoStraight.gif) no-repeat 0 0;
}
/* --------- Main Content ---------*/
div.PageName
{
	position: absolute;
	top: 72px;
	left: 180px;
	color: #9DC200;
	font-size: 1.7em;
	letter-spacing: 2px;
}
div.MainContent
{
	position: absolute;
	top: 130px;
	left: 180px;
	margin-right: 220px;
	padding-right: 10px;
	_padding-right: 230px;
	padding-bottom: 25px;
	z-index: 20;
	min-width: 580px;
}
/* --------- Right Box ---------*/
div.RightBox
{
	position: absolute;
	top: 127px;
	right: 25px;
	width: 160px;
	margin-bottom: 40px;
	border: solid 1px #9DC200;
	padding: 5px 8px 15px 8px;
	z-index: 9999;
}
.RightBoxHeader
{
	font-size: 1.2em;
	text-align: center;
	line-height: 100%;
	color: #9DC200;
	padding: 8px 0 4px 0;
}
/* --------- Products Page ---------*/
div.catMainContentTop
{
	margin-left: 180px;
	height: 40px;
}
div.catCategories
{
	line-height: 1.75em;
}
div.catCategory
{
	width: 200px;
	float: left;
	padding-right: 5px;
	margin: 0 16px 15px 0;
}
.catCategoryName
{
	height: 20px;
	padding: 6px 5px 0px 16px;
	font-size: 1.2em;
	font-weight: bold;
}
.catCategoryDetails
{
	white-space: nowrap;
	padding-right: 8px;
}
.catCategoryIcon
{
	float: right;
	padding: 0;
}
.catSubCategories
{
	float: left;
	padding-left: 16px;
}
.catSubCategoryLinks
{
	color: #333 !important;
}
/* --------- Product Display (Categories) ---------*/
div.Product
{
	border: solid 1px #eee;
	border-left: solid 4px #eee;
	margin-bottom: 14px;
	margin-right: 14px;
	width: 260px;
	padding: 0 0 2px 0;
	float: left;
}
.ProductName
{
	font-size: 1.1em;
	font-weight: bold;
	padding: 7px 5px 4px 10px;
	line-height: 100%;
	white-space: nowrap;
	overflow: hidden;
}
div.ProductName a
{
	color: #333;
}
div.Brand
{
	font-size: 0.9em;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 100%;
	padding: 1px 10px 4px 10px;
	border-bottom: solid 1px #eee;
	white-space: nowrap;
	overflow: hidden;
	margin-bottom: 2px;
}
div.Versions
{
	overflow: hidden;
}
div.Version
{
	margin-bottom: 3px;
	padding: 4px 0 0 10px;
	line-height: 140%;
	white-space: nowrap;
}
div.VersionDetails
{
	font-size: 1em;
	font-weight: normal;
	white-space: nowrap;
	padding: 0 0 0 0;
}
span.VersionDetailsName
{
	width: 170px;
	overflow: hidden;
}
.DetailsLink
{
	margin: 6px 0 0 0;
	padding: 6px 7px 3px 0;
	text-transform: none;
	border-top: solid 1px #eee;
	text-align: right;
}
.CategoryProducts
{
	vertical-align: top;
	padding-right: 25px;
	width: 50%;
}
/* --------- Version Display ---------*/
div.vProductName
{
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 4px;
}
div.vBrand
{
	font-size: 0.9em;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 100%;
	border-bottom: solid 1px #eee;
	padding-bottom: 4px;
}

div.vProductDescription
{
	border-bottom: solid 1px #eee;
	padding-top: 7px;
}
div.vVersion
{
	margin-bottom: 3px;
	padding: 0 0 0 0;
}
.vVersionDetails
{
	border-bottom: solid 1px #eee;
	padding-bottom: 5px;
}
.Caption
{
	color: #999;
	padding-top: 2px;
	font-size: 0.9em;
}
/* --------- Basket Display ---------*/
table.Basket
{
	margin: 0;
	padding: 0;
}
table.Basket th
{
	border-bottom: 1px solid #eee;
	padding-bottom: 4px;
	color: #999;
}
.BasketItem
{
	line-height: 150%;
	padding: 1px 0 1px 0;
	vertical-align: middle;
	border-bottom: 1px solid #eee;
}
.BasketItemName
{
	min-width: 200px;
}
.BasketItemStrong
{
	font-size: 1.1em;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
}
.BasketItemSmall
{
	font-size: 1em;
	white-space: nowrap;
	overflow: hidden;
}
.BasketItemTotal
{
	border-top: 1px solid #eee;
}
/* --------- Quick Order Display ---------*/
.qoCategoryName
{
	font-size: 1.2em;
	font-weight: bold;
	padding: 7px 0 4px 0;
	line-height: 140%;
	border-top: 1px solid #eee;
	margin-right: 16px;
}
/* --------- Log In ---------*/
div.ContainerColumn
{
	width: 95%;
	padding: 0 0 8px 14px;
	margin: 0 0 0 10px;
}
div.LeftColumn
{
	float: left;
	width: 45%;
	margin-top: 0px;
	margin-right: 35px;
	white-space: normal;
}
div.LeftColumnWide
{
	float: left;
	width: 53%;
	margin-top: 0px;
	margin-right: 35px;
	white-space: normal;
}
div.RightColumn
{
	float: left;
	width: 45%;
	margin-top: 0px;
	padding-right: 0;
	white-space: normal;
}
div.RightColumnNarrow
{
	float: left;
	width: 37%;
	margin-top: 0px;
	padding-right: 0;
	white-space: normal;
}
div.LeftProductColumn
{
	float: left;
	width: 65%;
	margin-top: 0px;
	margin-right: 20px;
	white-space: normal;
}
div.RightProductColumn
{
	float: right;
	width: 27%;
	margin: 20px 0px 0 0;
	padding: 0;
	white-space: normal;
}
.inputformlabel
{
	font-size: 1em;
	padding: 15px 0 4px 0;
}
/* --------- Miscellaneous Display ---------*/
div.RecipeMethod
{
	margin-right: 85px;
}
div.RecipeMethod p
{
	line-height: 1.6em;
	letter-spacing: 1px;
	margin-right: 100px;
}
div.RecipeMethod ul
{
	margin: 0 0 0 14px;
	padding: 0;
}
div.RecipeMethod li
{
	margin: 0;
	padding: 8px 0 0 6px;
}
/* ----------------------------------------*/
.padRight5
{
	padding-right: 5px;
}
.padRight10
{
	padding-right: 10px;
}
.padRight20
{
	padding-right: 20px;
}
.padRight40
{
	padding-right: 40px;
}
.padLeft10
{
	padding-left: 10px;
}
.padLeft30
{
	padding-left: 30px;
}
.padTop5
{
	padding-top: 5px;
}
.padTop10
{
	padding-top: 10px;
}
.padBottom5
{
	padding-bottom: 5px;
}
.padBottom10
{
	padding-bottom: 10px;
}
.padBottom20
{
	padding-bottom: 20px;
}
.marginRight10
{
	margin-right: 10px;
}
.marginLeft10
{
	margin-left: 10px;
}
.marginBottom10
{
	margin-bottom: 10px;
}
.marginTop20
{
	margin-top: 20px;
}
.marginTop30
{
	margin-top: 30px;
}
.TextImageRight
{
}
.TextImageRight img
{
	float: right;
	padding-left: 25px;
	padding-bottom: 25px;
}
