	/* 
	BACKGROUND COLOR: #3F3D25
	BORDER COLORS: #777151
	*/
	
		body {
			background-color:#3F3D25;
			padding:30px;
			margin:0 auto;
			font-family:sans-serif;
			font-size:12px;
			color:white;
			width:940px;
		}
		
		body.mceContentBody {
			width:auto;
			padding:5px;
		}
		
		body.Shadowbox {
			width:auto;
			padding:0;
		}
		
		a {color:white;text-decoration:none;}
		a:hover {text-decoration:underline;}
		
		img {display:block;border:none;}
		.png {behavior: url("/iepngfix.htc");}
		
		form {margin:0;padding:0;}
		table {border-collapse:collapse;margin:0;}
		.TopNavigation {
			width:100%;
			margin:0;
			margin-bottom:20px;
		}
		
		.TopNavigation td {
			white-space:nowrap;
			padding-left:10px;
			padding-right:10px;
		}
		
		.MainPageBox {
			width:100%;
			
			position:relative;
			border-top:1px solid #777151;
			border-bottom:1px solid #777151;
			min-height:400px;
		}
		.MainPageBox td {position:relative;padding:0;vertical-align:top;}
		
		.SidebarNav ul {
			list-style-type:none;
			padding:0;
			margin:0;
			margin-bottom:20px;
			position:relative;
		}
		.SidebarNav ul li {
			display:block;
			line-height:15px;
			margin-bottom:7px;
			margin-left:10px;
			text-indent:-10px;
		}
		.SidebarNav ul li.first, .SidebarNav ul li.first a {
			color:#B39D78;
			font-weight:bold;
			position:relative;
		}
		
		div.CellFiller {
			position:relative;
		}
		
		.CategoryNameRow {
			border-bottom:1px solid #777151;
			background-color:#262416;
/*			border-width:2px 0;*/
			color:#706646;
			font-weight:bold;
		}
		
		.CategoryTile {
			display:inline;
			text-align:center;
			width:130px;
			height:140px;
			float:left;
			margin:10px 0 0 10px;
		}
		
		.CategoryTile span {
			display:block;
			height:30px;
		}
		
		.CategoryTile div.image1, .CategoryTile div.image2 {
			position:absolute;
/*			border:1px none black;*/
			background-color:black;
			background-repeat:no-repeat;
			background-position:center;
		}
		
		.CategoryTile div.image1 {
			bottom:0;
			right:0;		
		}
		.CategoryTile div.image2 {
			top:0;
			left:0;
			-webkit-box-shadow:3px 3px 10px #1B1A10;
			-moz-box-shadow:#1B1A10 3px 3px 10px ;
/*			filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=3, OffY=3, Color='#1B1A10', Positive='true');*/
		}
		
		
		.MediumThumb {
			display:block;
/*			border:1px solid black;*/
			-webkit-box-shadow:2px 2px 5px #1B1A10; 
			background-repeat:no-repeat;
			background-position:center center;
			background-color:black;
		}
		
		.TinyThumb {
			-webkit-box-shadow:1px 1px 3px #1B1A10;
/*			border:1px solid black;*/
			width:40px;
			height:40px;
			display:block;
			background-color:black;
			background-position:center;
			background-repeat:no-repeat
		}
		
		.CartAction {
			display:block;
			padding:5px;
			padding-left:10px;
			border:1px solid #777151;
			margin-bottom:5px;
		}
		
		.ProductDetails th {
			font-size:16pt;
			padding:10px 0;
			text-align:left;
		}
		
		.ProductDetails td {font-family:monospace;}
		.ProductDetails td input {
			width:25px;
			text-align:center;
			font-family:monospace;
		}
