/* global defaults for display */
@import "W2MCustomStyles.css";

/* global defaults for display */
@import "BlueGray_Base.css";

body {
       background-color:#ffffff;
       margin : 0px auto;
       text-align:center;
}
div.Main {
        width:798px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:center; /* Counteract to IE5/Win Hack */
	}
TABLE.OuterTable {
        text-align:center;
	border:0px
	width:798px;
        padding:0px
	margin:0px 0px 0px;
	vertical-align:top;
}

TABLE.Main {
        text-align:center;
        border-width: 3px;
	border-spacing: 0px;
	border-style: solid;
	border-color: gray;
	border-collapse: separate;
	background-color: white;  
}

TABLE.StoreHeader {
	border-width: 0px;
	border-spacing: ;
	border-style: solid;
	border-color: gray;
	border-collapse: collapse;
	background-color: white;
}

TD.Main {
        text-align:center;
	width:100%;
	vertical-align:top;
}
TD.MainContent {
        text-align:center;
	vertical-align:top;
	width:100%;
	padding:0px;
}

TABLE.LeftNav {
	width:100%;
	vertical-align:top;
}

TABLE.RightNav {
	width:100%;
	vertical-align:top;
}

TABLE.ProductListing {	
        width:798;
}

TABLE.ProductDetail {
	border:0px;
	width:100%;
	margin:0px 0px 0px 0px;
}

