body {
	font-family: Arial, Helvetica, sans-serif;
	background-color:  #FFFCBB;
}
td img {display: block;}

table.ProductTable td.ProductBlock {
	border-style: solid;
	border-width: 1px;
	border-color: #333333;
	width: 200px;
}

table.ProductTable {
	width: 570px;
}
table.ProductTable td.Left {
	border-style: solid;
	border-width: 1px;
	border-color: #333333;
	text-align: left;
	vertical-align: top;
	width: 370px;
}


table.ProductTable td.Left table.InformationTable td.Left
{
	width: 39px;
	vertical-align: middle;
	text-align: center;
	margin-bottom: 10px;
	border-style: none;
}

table.ProductTable td.Left table.InformationTable td.Right
{
	width: 331px;
	vertical-align: top;
	text-align: left;
	margin-bottom: 10px;
	border-style: none;
	height: 1px;
}

table.ProductTable td.Left div.ScrollableDiv
{
	overflow: auto;
	height: 150px;
}

table.ProductTable td.Right {
	border-style: solid;
	border-width: 1px;
	border-color: #333333;
	text-align: center;
	vertical-align: center;
	width: 195px;
	height: 160px;
}
table.ProductTable th {
	text-align: center;
}

span.ProductTableProductName {
	font-weight: bold;
	font-size: 14px;
}
img.clickableImage {
	border: none;
	cursor: pointer;
}
td.header {
	text-align:center;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}
td.homeImage {
	border: 1px;
	border-color: #333333;
}
td.content {
	font-weight: bold;
	font-size: 14px;
	text-align: left;
}

tr.ShoppingCartHeader {
	text-align:left;
	color:#FFFCEE;	
	text-align: center;
}

tr.ShoppingCartLine {
	vertical-align:bottom;
	text-align: center;
}
td.ShoppingCartLineDescription {
	text-align: left;
}

table.ShoppingCartSummaryTable {
	width: 610px;
	text-align:right;
}

table.MainContentTable td.MainContentTableTd{
}

div.ScrollingContentDiv{
	overflow: auto;
	width: 635px;
	height: 365px;
	scrollbar-base-color: #FBAB34; 
	scrollbar-face-color: #FBAB34; 
	scrollbar-arrow-color: #FFE391; 
	scrollbar-3dlight-color: #CC6600; 
	scrollbar-highlight-color: #FFE391; 
	scrollbar-shadow-color: black; 
	scrollbar-darkshadow-color: black;
	padding: 3px;
}

td.RightJustifiedHeader {
	text-align: right;
	color: #460000;
	font-weight: bold;
}
/**** Scent Browser ****/
span.header {
	color: #CC6600;
	font-weight:bold;
}

table.ScentTable {
	border-style: solid;
	border-width: 1px;
	border-color: #333333;
	height: 210px;
}

table.ScentTable td {
	vertical-align: top;
	text-align: left;
}

div.ScentCategoryInformation {
	overflow: auto;
	height: 200px;
	scrollbar-base-color: #FBAB34; 
	scrollbar-face-color: #FBAB34; 
	scrollbar-arrow-color: #FFE391; 
	scrollbar-3dlight-color: #CC6600; 
	scrollbar-highlight-color: #FFE391; 
	scrollbar-shadow-color: black; 
	scrollbar-darkshadow-color: black;
}
/**** End Scent Browser ****/

/**** Shell Image Browser ****/
table.ShellImageTable {
	border-style: solid;
	border-width: 1px;
	border-color: #333333;
}

table.ShellImageTable td {
	vertical-align: top;
	text-align: left;
}

table.ShellImageTable td.LeftNav {
	text-align:left;
	vertical-align: top;
	height: 220px;
}

div.ShellImageCategoryInformation {
	overflow: auto;
	height: 205px;
	scrollbar-base-color: #FBAB34; 
	scrollbar-face-color: #FBAB34; 
	scrollbar-arrow-color: #FFE391; 
	scrollbar-3dlight-color: #CC6600; 
	scrollbar-highlight-color: #FFE391; 
	scrollbar-shadow-color: black; 
	scrollbar-darkshadow-color: black;
}
table.ShellImageTable td.ImagePreviewText {
	text-align: center;
	vertical-align: middle;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #333333;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #333333;
}

table.ShellImageTable td.ImagePreview {
	text-align: center;
	vertical-align: middle;
	height: 120px;
}
img.ShellImageBrowserButton {
	cursor: pointer;
}
/**** End Shell Image Browser ****/
table.CandleMakingContent td.Left{
	vertical-align: top;
	text-align: center;
	margin-bottom: 5px;
}

table.CandleMakingContent td.Right{
	vertical-align: top;
	text-align: left;
	margin-bottom: 5px;
}

img {
	display: block;
}
img.ScentBrowserButton {
	cursor: pointer;
}
a:link, a:visited, a:active {
	color: #CC6600;
	text-decoration: none;
}
a:hover {
	color: #CC6600;
	text-decoration: underline;
}
table.BrowserOutputTable td {
	color: #CC6600;
}

ul.smallIndent li {
	margin-left: -10px;
	padding-left: -10px;
}