/* global defaults for display */
@import "BlueGray_Base.css";
@import url("../../css/main.css");
TABLE.LeftNav {
	margin:0 20px 0 0;
	width:120px
}
TABLE.Main, TABLE.StoreHeader, TD.Main {
	text-align:center;
}
TABLE.OuterTable {
	margin:10px 0 0 0;
	vertical-align:top;
	width: 100%;
}
TABLE.ProductDetail {
	margin:10px 0 0 0;
	width: 100%;
}
TABLE.ProductListing {
	width: 100%;
}
TABLE.RightNav {
}
TD.ProductListing {
	background: #fff;
	padding: 10px;
}
TD.ProductListing a {
	color: d33333;
	text-decoration: none;
}
BODY {
	background: url('../../images/bg.jpg');
}
.breadcrumbs {
	font-size: 9pt;
}
.breadcrumbs a {
	text-decoration: none;
	color: #5f2f18;
}
