/* global defaults for display */
@import "BlueGray_Base.css";
TABLE.LeftNav{
margin:0 20px 0 0;
width:150px;
background:#F3E3C5;
}
TABLE.Main,TABLE.StoreHeader,TD.Main{
text-align:center;
width:810px;
background:white;
}
TABLE.OuterTable{
border:1px solid #666666;
margin:10px 0 0 0;
vertical-align:top;
width:635px;
}
TABLE.ProductDetail{
border:1px solid #666666;
margin:10px 0 0 0;
width:635px;
}
TABLE.ProductListing{
width:635px;
}
TABLE.RightNav{
}