/* CSS Document */
body, body * {
background: none !important;
font-size: 98%;
font-family: Arial, Helvetica, sans-serif;
}

/* Hide the header, footer, and control images */
div#hd, div#ft, div.yui-b, a img, h1.pageHead, div.breadcrumb, p.intro {
display: none;
}

/* Make sure we display the main column */
div#yui-main div.yui-b {
	display: block;
	width: 100%;
}

div#printHd {
    display: block;
}

div#printHd h1 {
    font-size: 200%;
}

.yui-t2 #yui-main .yui-b {width:100%; border: none;}
.yui-t2 .yui-b {width:0%;min-width:0px; display: none;}

div.yui-t2 div#yui-main div.yui-b {
    border-left: none;
}

/* Remove margins */
#doc {
   /*width:57.69em;
   *width:56.3em;
   min-width:750px; */
   margin:0 0;
   text-align:left;
}

div.highlight {
	color: black;
}

div#bd, div#bd span, h1, h2, h3 {
color: black !important;
}


a, a span {
color: black !important;
text-decoration: none;
}

div#bd .button, div#bd .button-grey {
	display: none !important;
}

div.MainContent {
    margin: 0 0;
    width: 80%;

}

/* Cart defs */

#fullCart {
	margin: 1em 0 0 .25em ;
	width: 60%;
	border: 1px solid black;
	font-size: 90%;
}

