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;
}

td.wrap {
	white-space: normal !important;
}

td.right {
	text-align: right !important;
}

.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;
	float: left;
	top: 10px;
	left: 0;
	border-top: 1px solid #CCC;
}

.productTabs {
	margin: 0;
	padding: .1em .5em;
	width: 150px;
	border: 1px solid #CCC;
	border-top: 0;
	background-color: #E9E9E9;
	display: block;
}

.selectedProductTab {
	border-right: 1px solid #FFF;
	background-color: #FFF;
}

.tabBorder {
	margin: 1px 0 0 -1px;
	border: 1px solid #CCC;
	float: left;
	min-width: 600px;
	min-height: 450px;
	padding: 2em;
}

.tabBorderContents {
	min-height: 425px;
}