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