/* global defaults for display */
@import "BlueGray_Base.css";
TABLE.LeftNav{
margin:0 3px 0 0; /* was 20 */
width:190px /* was 120 */
}
TABLE.Main,TABLE.StoreHeader,TD.Main{
text-align:center;
width:100%
}
TABLE.OuterTable{
border:1px solid #666666;
margin:10px 0 0 0;
vertical-align:top;
width:100%
}
TABLE.ProductDetail{
border:1px solid #666666;
margin:10px 0 0 0;
width:100%
}
TABLE.ProductListing{
width:100%
}
TABLE.RightNav{
}