body {
	font-family: Arial, sans-serif;
	padding: 0px;
	margin: 0px;
	overflow: auto;
}

.standard {
	color: #000000;
}

#mainHeader {
	height: 148px;
	text-align: left;
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
	border-bottom: 2px solid #F7BC15;
}

#companyImg {
	position: absolute;
	top: 75px;
	left: 210px;
	z-index: 1;
	vertical-align: top;
}

#companyImg img {
	position: absolute;
	top: 0px;
	left: 0px;
}

#adminLogin {
	position: absolute;
	top: 123px;
	left: 660px;
	z-index: 1;
	vertical-align: top;
}

#adminLogin a {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 18px;
	width: 73px;
	cursor: default;
}

#companyText {
	font-family: "Times New Roman", Times, serif;
	font-size: 110px;
	color: #CC3333;
	position: absolute;
	top: 50px;
	left: 200px;
	z-index: 1;
	display: none;
}

#mainNav {
	height: 300px; 
	width: 150px; 
	float: left; 
	padding: 0px 5px 0px 5px;
	text-align: left;
	background-color: #F7BC15;
}

#mainNav a {
	color: #FFFFFF; /* #0843EA; */
}

#mainNav a:hover {
	color: #6C90F7;
}

.navLink {
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 12pt;
	line-height: 12pt;
}

#mainContent {
	height: 300px;
	overflow: auto;
	padding: 0px 5px 0px 5px;
}

.searchLink {

}

.searchContext {
	display: block;
	padding: 2px 0px 10px 20px;
}

#miniCart {
	border: solid 2px #0843EA;
	position: absolute;
	right: 5px;
	top: 5px;
	padding: 2px 4px 2px 4px;
	font-size: smaller;
}

#cartTable {
	padding: 0px;
}

#cartTable td {
	padding: 2px 5px 2px 5px;
	border-bottom: 1px solid Black;
}

#cartTable th {
	background-color: #F0F0F0;
	padding: 2px 5px 2px 5px;
}

.cartButton {
	border: solid 2px #0843EA;
	padding: 2px 4px 2px 4px;
	font-size: 12px;
	font-weight: bold;
}

.cartButton:hover {
	border-color: #6C90F7;
	text-decoration: none;
}

.positionedContainer{
	position: relative;
}

a {
	text-decoration: none;
	color: #0843EA;
}

a:hover {
	color: #6C90F7;
	text-decoration: underline;
}

.smaller {
	font-size: smaller;
}

td {
	vertical-align: top;
}

.title {
	font-weight: bold;
	font-size: 24pt;
}

.subTitle {
	font-weight: bold;
	font-size: 16pt;
	text-align: center;
	margin-top: 10px;
}

.teaser {
	font-style: italic;
	border-bottom: solid 1px;
}

.date {
	font-weight: bold;
	font-size: 10pt;
	margin-bottom: 10px;
}

.highlight {
	font-weight: bold;
	color: #D59703;
}

.formValidationComplete {
	color: #00FF00;
}

.p {
	margin-bottom: 10px;
}

.DataInput {
	border: thin solid;
	width: 950px;
}
.DataInput .Label {
	width: 150px;
}
.DataInput .Value {
	width: 800px;
}
#theForm {
	margin: 0 auto;
	position: relative;
}
#ProductGridTable {
	cell-padding: 0px;
	cell-spacing: 0px;
}
.selectMultipleUnused, .selectMultipleUsed {
	width: 350px;
	text-align: left;
}
.selectMultipleUnused select, .selectMultipleUsed select {
	width: 350px;
}
.selectMultipleUnused {
	float:left;
	margin-left: 10px;
}
.selectMultipleUnused select {
	background-color: #CCCCCC;
}
.selectMultipleButtons {
	float: left;
	margin: 50px 0;
}
.selectMultipleUsed {
	margin-right: 10px;
	float: left;
}
.details {
	width: 560px;
	height: 80px;
	margin: 0px;
	padding: 2px;
	border: 1px solid #000;
	background-color: #FFF;
}
.detailContainer {
	margin-left: 0px;
	text-align: left;
}

.oddRow {
	background-color: #F0F0F0;
}

.evenRow {
	background-color: #FFFFFF;
}

.oddRow2 {
	background-color: #ffffcc;
}

.evenRow2 {
	background-color: #FFFFFF;
}

.header {
	border-color: gray;
	border-style: solid;
	border-width: thin;
	margin: 5px;
	font-size: smaller;
}

.header div {
	margin: 5px;
}

.header .title {
	font-weight: bold;
	text-align: center;
}

.header .body {
}

.header .picture {
	text-align: center;
}

.header .features {

}

.header .options {

}

.header .price {
	font-weight: bold;
	font-size: larger;
	text-align: right;
}

.DataOutput td, th {
	font-size: smaller;
}
.smaller {
	font-size: smaller;
}

.bigger {
	font-size: larger;
}

#searchLink {
	background-color: #0843EA;
	padding: 2px 4px 2px 4px;
	font-size: 12px;
	font-weight: bold;
	margin: 2px 0px 0px 0px;
	width: 50px;
	text-align: center;
}

#searchLink a {
	color: #FFFFFF
}

#searchLink a:hover {
	text-decoration: none;
	color: #C6D3F8;
}

.hiddenRow {
	display: none;
}

.visibleRow {
	display: table-row;
}
