/* global defaults for display */
@import "BlueGray_Base.css";

TABLE.OuterTable {
border:0px solid #666666;
vertical-align:top;
width:100%;
}


TABLE.Main{
text-align:center;
width:1000px;
margin-left: auto;  margin-right: auto;
height:100%;
background:#fff;
}

TABLE.StoreHeader {
text-align:center;
width:100%;
margin-left: auto;  margin-right: auto;
}

TD.Main {
text-align:center;
margin-left: auto;  margin-right: auto;
padding:12px;
}

TD.MainLeft {
width:165px;
text-align:center;
margin-left: auto;  margin-right: auto;
background:#fce59f;
}

TABLE.LeftNav {
width:165px;
margin:0px 0px 0px 0px;

}

TD.MainRight{
width:172px;
text-align:center;
margin-left: auto;  margin-right: auto;
background:#f4f4f4;
}

TABLE.RightNav{
width:172px;
margin:0px 0px 0px 0px;

}

TABLE.ProductListing {width:100%;}

TABLE.ProductDetail {
border:0px solid #666666;
width:100%;
margin:0px 0px 0px 0px;
}

