img {
	border: 0;
}

table {
	border: 0;
}

a:link, a:visited {
	text-decoration: underline;
}

a:hover, a:active {
	text-decoration: none;
}

.smallText, .xSmallText {
	font-weight: normal;
}

.smallHeader, .header {
	font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
	font-weight: bold;
}

.bold {
	font-weight: bold;
}

.highlight {
	font-weight: bold;
	font-style: italic;
}

.block {
	display: block;
}

.leftJustify td {
	display: table-cell;
	text-align: left;
	padding-right: 1em;
	white-space: nowrap;
}

.buttonRow td {
	display: table-cell;
	padding-top: 1em;
}

.space, .spaceTop {
	display: block;
	margin-top: 2em;
}

.space, .spaceBottom {
	display: block;
	margin-bottom: 2em;
}

.smallSpace, .smallSpaceTop {
	display: block;
	margin-top: 1em;
}

.smallSpace, .smallSpaceBottom {
	display: block;
	margin-bottom: 1em;
}

.xSmallSpace, .xSmallSpaceTop {
	display: block;
	margin-top: .5em;
}

.xSmallSpace, .xSmallSpaceBottom {
	display: block;
	margin-bottom: .5em;
}

.clear {
	clear: both;
}


/* ---- ADMIN ---- */

#adminNavigation a:link, #adminNavigation a:visited, #adminNavigation a:hover, #adminNavigation a:active {
	text-decoration: none;
}

.adminNavigationMenu {
	margin-left: auto;
	margin-right: auto;
}

.adminNavigationMenuItem td a {
	display: block;
	padding: 8px 10px;
}

.tabs {
	position: relative;
	top: 1px;
	left: 0;
}

.productTabs {
	padding: .25em .5em;
	margin: 0;
	border: 1px solid #CCC;
	background-color: #E9E9E9;
}

.selectedProductTab {
	border-bottom: 1px solid #FFF;
	background-color: #FFF;
}

.tabBorder {
	border: 1px solid #CCC;
	height: 375px;
	padding: 2em;
}

