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