/* global defaults for display */
@import "BlueGray_Base.css";


TABLE.LeftNav{
margin:0px;
}

.ContentMain {
background-image:url(/img/bg_top.jpg);
background-repeat:no-repeat;
margin-top:25px
}

TABLE.Main,TABLE.StoreHeader,TD.Main{
text-align:center;
width:554px;
background-color:#FFFFFF
}
TABLE.OuterTable{

margin: 0px 0 0 0;
vertical-align:top;

}
.OuterTable p {
padding:0px 5px 0px 5px
}
TABLE.ProductDetail{
width:554px
}
.ProductDetail p {
padding:0px 5px 0px 5px
}
TABLE.ProductListing{
width:554px
}
TABLE.ProductListing td {
text-align:left
}
TABLE.RightNav{
}
a {font-weight: bold}

.warning { border: 1px dotted #D82C31;
	color:#D82C31;
	padding: 4px; 
	width: 530px;
	font-size: 12px}