/* Reset */
body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, li, dt, dd, form, fieldset, input {
	margin: 0px;
	padding: 0px;
}
fieldset, img {
	border: 0;
}
li {
	list-style-type: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th {
	text-align: left;
}

/* Hide/Show */
#smallNav,
#nav,
#leftNav,
.borderPink,
#footer {
	display: none;
}

/*Breadcrumb */
#breadCrumbs ul li {
	list-style-type: decimal;
	margin-left: 1.5em;
}

/* Spacing */
#logo,
#breadCrumbs,
#mainContent,
.related {
	padding-bottom: 1em;
}